1{ 2 "version":"2.0", 3 "metadata":{ 4 "apiVersion":"2022-12-25", 5 "endpointPrefix":"mediapackagev2", 6 "jsonVersion":"1.1", 7 "protocol":"rest-json", 8 "serviceAbbreviation":"mediapackagev2", 9 "serviceFullName":"AWS Elemental MediaPackage v2", 10 "serviceId":"MediaPackageV2", 11 "signatureVersion":"v4", 12 "signingName":"mediapackagev2", 13 "uid":"mediapackagev2-2022-12-25" 14 }, 15 "operations":{ 16 "CreateChannel":{ 17 "name":"CreateChannel", 18 "http":{ 19 "method":"POST", 20 "requestUri":"/channelGroup/{ChannelGroupName}/channel", 21 "responseCode":200 22 }, 23 "input":{"shape":"CreateChannelRequest"}, 24 "output":{"shape":"CreateChannelResponse"}, 25 "errors":[ 26 {"shape":"ThrottlingException"}, 27 {"shape":"ConflictException"}, 28 {"shape":"InternalServerException"}, 29 {"shape":"AccessDeniedException"}, 30 {"shape":"ValidationException"}, 31 {"shape":"ResourceNotFoundException"}, 32 {"shape":"ServiceQuotaExceededException"} 33 ], 34 "documentation":"<p>Create a channel to start receiving content streams. The channel represents the input to MediaPackage for incoming live content from an encoder such as AWS Elemental MediaLive. The channel receives content, and after packaging it, outputs it through an origin endpoint to downstream devices (such as video players or CDNs) that request the content. You can create only one channel with each request. We recommend that you spread out channels between channel groups, such as putting redundant channels in the same AWS Region in different channel groups.</p>", 35 "idempotent":true 36 }, 37 "CreateChannelGroup":{ 38 "name":"CreateChannelGroup", 39 "http":{ 40 "method":"POST", 41 "requestUri":"/channelGroup", 42 "responseCode":200 43 }, 44 "input":{"shape":"CreateChannelGroupRequest"}, 45 "output":{"shape":"CreateChannelGroupResponse"}, 46 "errors":[ 47 {"shape":"ThrottlingException"}, 48 {"shape":"ConflictException"}, 49 {"shape":"InternalServerException"}, 50 {"shape":"AccessDeniedException"}, 51 {"shape":"ValidationException"}, 52 {"shape":"ResourceNotFoundException"}, 53 {"shape":"ServiceQuotaExceededException"} 54 ], 55 "documentation":"<p>Create a channel group to group your channels and origin endpoints. A channel group is the top-level resource that consists of channels and origin endpoints that are associated with it and that provides predictable URLs for stream delivery. All channels and origin endpoints within the channel group are guaranteed to share the DNS. You can create only one channel group with each request. </p>", 56 "idempotent":true 57 }, 58 "CreateOriginEndpoint":{ 59 "name":"CreateOriginEndpoint", 60 "http":{ 61 "method":"POST", 62 "requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint", 63 "responseCode":200 64 }, 65 "input":{"shape":"CreateOriginEndpointRequest"}, 66 "output":{"shape":"CreateOriginEndpointResponse"}, 67 "errors":[ 68 {"shape":"ThrottlingException"}, 69 {"shape":"ConflictException"}, 70 {"shape":"InternalServerException"}, 71 {"shape":"AccessDeniedException"}, 72 {"shape":"ValidationException"}, 73 {"shape":"ResourceNotFoundException"}, 74 {"shape":"ServiceQuotaExceededException"} 75 ], 76 "documentation":"<p>The endpoint is attached to a channel, and represents the output of the live content. You can associate multiple endpoints to a single channel. Each endpoint gives players and downstream CDNs (such as Amazon CloudFront) access to the content for playback. Content can't be served from a channel until it has an endpoint. You can create only one endpoint with each request. </p>", 77 "idempotent":true 78 }, 79 "DeleteChannel":{ 80 "name":"DeleteChannel", 81 "http":{ 82 "method":"DELETE", 83 "requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/", 84 "responseCode":200 85 }, 86 "input":{"shape":"DeleteChannelRequest"}, 87 "output":{"shape":"DeleteChannelResponse"}, 88 "errors":[ 89 {"shape":"ThrottlingException"}, 90 {"shape":"ConflictException"}, 91 {"shape":"InternalServerException"}, 92 {"shape":"AccessDeniedException"}, 93 {"shape":"ValidationException"} 94 ], 95 "documentation":"<p>Delete a channel to stop AWS Elemental MediaPackage from receiving further content. You must delete the channel's origin endpoints before you can delete the channel.</p>", 96 "idempotent":true 97 }, 98 "DeleteChannelGroup":{ 99 "name":"DeleteChannelGroup", 100 "http":{ 101 "method":"DELETE", 102 "requestUri":"/channelGroup/{ChannelGroupName}", 103 "responseCode":200 104 }, 105 "input":{"shape":"DeleteChannelGroupRequest"}, 106 "output":{"shape":"DeleteChannelGroupResponse"}, 107 "errors":[ 108 {"shape":"ThrottlingException"}, 109 {"shape":"ConflictException"}, 110 {"shape":"InternalServerException"}, 111 {"shape":"AccessDeniedException"}, 112 {"shape":"ValidationException"} 113 ], 114 "documentation":"<p>Delete a channel group. You must delete the channel group's channels and origin endpoints before you can delete the channel group. If you delete a channel group, you'll lose access to the egress domain and will have to create a new channel group to replace it.</p>", 115 "idempotent":true 116 }, 117 "DeleteChannelPolicy":{ 118 "name":"DeleteChannelPolicy", 119 "http":{ 120 "method":"DELETE", 121 "requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy", 122 "responseCode":200 123 }, 124 "input":{"shape":"DeleteChannelPolicyRequest"}, 125 "output":{"shape":"DeleteChannelPolicyResponse"}, 126 "errors":[ 127 {"shape":"ThrottlingException"}, 128 {"shape":"ConflictException"}, 129 {"shape":"InternalServerException"}, 130 {"shape":"AccessDeniedException"}, 131 {"shape":"ValidationException"} 132 ], 133 "documentation":"<p>Delete a channel policy.</p>", 134 "idempotent":true 135 }, 136 "DeleteOriginEndpoint":{ 137 "name":"DeleteOriginEndpoint", 138 "http":{ 139 "method":"DELETE", 140 "requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}", 141 "responseCode":200 142 }, 143 "input":{"shape":"DeleteOriginEndpointRequest"}, 144 "output":{"shape":"DeleteOriginEndpointResponse"}, 145 "errors":[ 146 {"shape":"ThrottlingException"}, 147 {"shape":"InternalServerException"}, 148 {"shape":"AccessDeniedException"}, 149 {"shape":"ValidationException"} 150 ], 151 "documentation":"<p>Origin endpoints can serve content until they're deleted. Delete the endpoint if it should no longer respond to playback requests. You must delete all endpoints from a channel before you can delete the channel.</p>", 152 "idempotent":true 153 }, 154 "DeleteOriginEndpointPolicy":{ 155 "name":"DeleteOriginEndpointPolicy", 156 "http":{ 157 "method":"DELETE", 158 "requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy", 159 "responseCode":200 160 }, 161 "input":{"shape":"DeleteOriginEndpointPolicyRequest"}, 162 "output":{"shape":"DeleteOriginEndpointPolicyResponse"}, 163 "errors":[ 164 {"shape":"ThrottlingException"}, 165 {"shape":"ConflictException"}, 166 {"shape":"InternalServerException"}, 167 {"shape":"AccessDeniedException"}, 168 {"shape":"ValidationException"} 169 ], 170 "documentation":"<p>Delete an origin endpoint policy.</p>", 171 "idempotent":true 172 }, 173 "GetChannel":{ 174 "name":"GetChannel", 175 "http":{ 176 "method":"GET", 177 "requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/", 178 "responseCode":200 179 }, 180 "input":{"shape":"GetChannelRequest"}, 181 "output":{"shape":"GetChannelResponse"}, 182 "errors":[ 183 {"shape":"ThrottlingException"}, 184 {"shape":"InternalServerException"}, 185 {"shape":"AccessDeniedException"}, 186 {"shape":"ValidationException"}, 187 {"shape":"ResourceNotFoundException"} 188 ], 189 "documentation":"<p>Retrieves the specified channel that's configured in AWS Elemental MediaPackage, including the origin endpoints that are associated with it.</p>" 190 }, 191 "GetChannelGroup":{ 192 "name":"GetChannelGroup", 193 "http":{ 194 "method":"GET", 195 "requestUri":"/channelGroup/{ChannelGroupName}", 196 "responseCode":200 197 }, 198 "input":{"shape":"GetChannelGroupRequest"}, 199 "output":{"shape":"GetChannelGroupResponse"}, 200 "errors":[ 201 {"shape":"ThrottlingException"}, 202 {"shape":"InternalServerException"}, 203 {"shape":"AccessDeniedException"}, 204 {"shape":"ValidationException"}, 205 {"shape":"ResourceNotFoundException"} 206 ], 207 "documentation":"<p>Retrieves the specified channel group that's configured in AWS Elemental MediaPackage, including the channels and origin endpoints that are associated with it.</p>" 208 }, 209 "GetChannelPolicy":{ 210 "name":"GetChannelPolicy", 211 "http":{ 212 "method":"GET", 213 "requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy", 214 "responseCode":200 215 }, 216 "input":{"shape":"GetChannelPolicyRequest"}, 217 "output":{"shape":"GetChannelPolicyResponse"}, 218 "errors":[ 219 {"shape":"ThrottlingException"}, 220 {"shape":"InternalServerException"}, 221 {"shape":"AccessDeniedException"}, 222 {"shape":"ValidationException"}, 223 {"shape":"ResourceNotFoundException"} 224 ], 225 "documentation":"<p>Retrieves the specified channel policy that's configured in AWS Elemental MediaPackage. With policies, you can specify who has access to AWS resources and what actions they can perform on those resources.</p>" 226 }, 227 "GetOriginEndpoint":{ 228 "name":"GetOriginEndpoint", 229 "http":{ 230 "method":"GET", 231 "requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}", 232 "responseCode":200 233 }, 234 "input":{"shape":"GetOriginEndpointRequest"}, 235 "output":{"shape":"GetOriginEndpointResponse"}, 236 "errors":[ 237 {"shape":"ThrottlingException"}, 238 {"shape":"InternalServerException"}, 239 {"shape":"AccessDeniedException"}, 240 {"shape":"ValidationException"}, 241 {"shape":"ResourceNotFoundException"} 242 ], 243 "documentation":"<p>Retrieves the specified origin endpoint that's configured in AWS Elemental MediaPackage to obtain its playback URL and to view the packaging settings that it's currently using.</p>" 244 }, 245 "GetOriginEndpointPolicy":{ 246 "name":"GetOriginEndpointPolicy", 247 "http":{ 248 "method":"GET", 249 "requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy", 250 "responseCode":200 251 }, 252 "input":{"shape":"GetOriginEndpointPolicyRequest"}, 253 "output":{"shape":"GetOriginEndpointPolicyResponse"}, 254 "errors":[ 255 {"shape":"ThrottlingException"}, 256 {"shape":"InternalServerException"}, 257 {"shape":"AccessDeniedException"}, 258 {"shape":"ValidationException"}, 259 {"shape":"ResourceNotFoundException"} 260 ], 261 "documentation":"<p>Retrieves the specified origin endpoint policy that's configured in AWS Elemental MediaPackage.</p>" 262 }, 263 "ListChannelGroups":{ 264 "name":"ListChannelGroups", 265 "http":{ 266 "method":"GET", 267 "requestUri":"/channelGroup", 268 "responseCode":200 269 }, 270 "input":{"shape":"ListChannelGroupsRequest"}, 271 "output":{"shape":"ListChannelGroupsResponse"}, 272 "errors":[ 273 {"shape":"ThrottlingException"}, 274 {"shape":"InternalServerException"}, 275 {"shape":"AccessDeniedException"}, 276 {"shape":"ValidationException"} 277 ], 278 "documentation":"<p>Retrieves all channel groups that are configured in AWS Elemental MediaPackage, including the channels and origin endpoints that are associated with it.</p>" 279 }, 280 "ListChannels":{ 281 "name":"ListChannels", 282 "http":{ 283 "method":"GET", 284 "requestUri":"/channelGroup/{ChannelGroupName}/channel", 285 "responseCode":200 286 }, 287 "input":{"shape":"ListChannelsRequest"}, 288 "output":{"shape":"ListChannelsResponse"}, 289 "errors":[ 290 {"shape":"ThrottlingException"}, 291 {"shape":"InternalServerException"}, 292 {"shape":"AccessDeniedException"}, 293 {"shape":"ValidationException"}, 294 {"shape":"ResourceNotFoundException"} 295 ], 296 "documentation":"<p>Retrieves all channels in a specific channel group that are configured in AWS Elemental MediaPackage, including the origin endpoints that are associated with it.</p>" 297 }, 298 "ListOriginEndpoints":{ 299 "name":"ListOriginEndpoints", 300 "http":{ 301 "method":"GET", 302 "requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint", 303 "responseCode":200 304 }, 305 "input":{"shape":"ListOriginEndpointsRequest"}, 306 "output":{"shape":"ListOriginEndpointsResponse"}, 307 "errors":[ 308 {"shape":"ThrottlingException"}, 309 {"shape":"InternalServerException"}, 310 {"shape":"AccessDeniedException"}, 311 {"shape":"ValidationException"}, 312 {"shape":"ResourceNotFoundException"} 313 ], 314 "documentation":"<p>Retrieves all origin endpoints in a specific channel that are configured in AWS Elemental MediaPackage.</p>" 315 }, 316 "ListTagsForResource":{ 317 "name":"ListTagsForResource", 318 "http":{ 319 "method":"GET", 320 "requestUri":"/tags/{ResourceArn}", 321 "responseCode":200 322 }, 323 "input":{"shape":"ListTagsForResourceRequest"}, 324 "output":{"shape":"ListTagsForResourceResponse"}, 325 "errors":[ 326 {"shape":"ValidationException"} 327 ], 328 "documentation":"<p>Lists the tags assigned to a resource.</p>" 329 }, 330 "PutChannelPolicy":{ 331 "name":"PutChannelPolicy", 332 "http":{ 333 "method":"PUT", 334 "requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy", 335 "responseCode":200 336 }, 337 "input":{"shape":"PutChannelPolicyRequest"}, 338 "output":{"shape":"PutChannelPolicyResponse"}, 339 "errors":[ 340 {"shape":"ThrottlingException"}, 341 {"shape":"ConflictException"}, 342 {"shape":"InternalServerException"}, 343 {"shape":"AccessDeniedException"}, 344 {"shape":"ValidationException"}, 345 {"shape":"ResourceNotFoundException"} 346 ], 347 "documentation":"<p>Attaches an IAM policy to the specified channel. With policies, you can specify who has access to AWS resources and what actions they can perform on those resources. You can attach only one policy with each request.</p>", 348 "idempotent":true 349 }, 350 "PutOriginEndpointPolicy":{ 351 "name":"PutOriginEndpointPolicy", 352 "http":{ 353 "method":"POST", 354 "requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy", 355 "responseCode":200 356 }, 357 "input":{"shape":"PutOriginEndpointPolicyRequest"}, 358 "output":{"shape":"PutOriginEndpointPolicyResponse"}, 359 "errors":[ 360 {"shape":"ThrottlingException"}, 361 {"shape":"ConflictException"}, 362 {"shape":"InternalServerException"}, 363 {"shape":"AccessDeniedException"}, 364 {"shape":"ValidationException"}, 365 {"shape":"ResourceNotFoundException"} 366 ], 367 "documentation":"<p>Attaches an IAM policy to the specified origin endpoint. You can attach only one policy with each request.</p>", 368 "idempotent":true 369 }, 370 "TagResource":{ 371 "name":"TagResource", 372 "http":{ 373 "method":"POST", 374 "requestUri":"/tags/{ResourceArn}", 375 "responseCode":204 376 }, 377 "input":{"shape":"TagResourceRequest"}, 378 "errors":[ 379 {"shape":"ValidationException"} 380 ], 381 "documentation":"<p>Assigns one of more tags (key-value pairs) to the specified MediaPackage resource.</p> <p>Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values. You can use the TagResource operation with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.</p>" 382 }, 383 "UntagResource":{ 384 "name":"UntagResource", 385 "http":{ 386 "method":"DELETE", 387 "requestUri":"/tags/{ResourceArn}", 388 "responseCode":204 389 }, 390 "input":{"shape":"UntagResourceRequest"}, 391 "errors":[ 392 {"shape":"ValidationException"} 393 ], 394 "documentation":"<p>Removes one or more tags from the specified resource.</p>", 395 "idempotent":true 396 }, 397 "UpdateChannel":{ 398 "name":"UpdateChannel", 399 "http":{ 400 "method":"PUT", 401 "requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/", 402 "responseCode":200 403 }, 404 "input":{"shape":"UpdateChannelRequest"}, 405 "output":{"shape":"UpdateChannelResponse"}, 406 "errors":[ 407 {"shape":"ThrottlingException"}, 408 {"shape":"ConflictException"}, 409 {"shape":"InternalServerException"}, 410 {"shape":"AccessDeniedException"}, 411 {"shape":"ValidationException"}, 412 {"shape":"ResourceNotFoundException"} 413 ], 414 "documentation":"<p>Update the specified channel. You can edit if MediaPackage sends ingest or egress access logs to the CloudWatch log group, if content will be encrypted, the description on a channel, and your channel's policy settings. You can't edit the name of the channel or CloudFront distribution details.</p> <p>Any edits you make that impact the video output may not be reflected for a few minutes.</p>", 415 "idempotent":true 416 }, 417 "UpdateChannelGroup":{ 418 "name":"UpdateChannelGroup", 419 "http":{ 420 "method":"PUT", 421 "requestUri":"/channelGroup/{ChannelGroupName}", 422 "responseCode":200 423 }, 424 "input":{"shape":"UpdateChannelGroupRequest"}, 425 "output":{"shape":"UpdateChannelGroupResponse"}, 426 "errors":[ 427 {"shape":"ThrottlingException"}, 428 {"shape":"ConflictException"}, 429 {"shape":"InternalServerException"}, 430 {"shape":"AccessDeniedException"}, 431 {"shape":"ValidationException"}, 432 {"shape":"ResourceNotFoundException"} 433 ], 434 "documentation":"<p>Update the specified channel group. You can edit the description on a channel group for easier identification later from the AWS Elemental MediaPackage console. You can't edit the name of the channel group.</p> <p>Any edits you make that impact the video output may not be reflected for a few minutes.</p>", 435 "idempotent":true 436 }, 437 "UpdateOriginEndpoint":{ 438 "name":"UpdateOriginEndpoint", 439 "http":{ 440 "method":"PUT", 441 "requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}", 442 "responseCode":200 443 }, 444 "input":{"shape":"UpdateOriginEndpointRequest"}, 445 "output":{"shape":"UpdateOriginEndpointResponse"}, 446 "errors":[ 447 {"shape":"ThrottlingException"}, 448 {"shape":"ConflictException"}, 449 {"shape":"InternalServerException"}, 450 {"shape":"AccessDeniedException"}, 451 {"shape":"ValidationException"}, 452 {"shape":"ResourceNotFoundException"}, 453 {"shape":"ServiceQuotaExceededException"} 454 ], 455 "documentation":"<p>Update the specified origin endpoint. Edit the packaging preferences on an endpoint to optimize the viewing experience. You can't edit the name of the endpoint.</p> <p>Any edits you make that impact the video output may not be reflected for a few minutes.</p>", 456 "idempotent":true 457 } 458 }, 459 "shapes":{ 460 "AccessDeniedException":{ 461 "type":"structure", 462 "members":{ 463 "Message":{"shape":"String"} 464 }, 465 "documentation":"<p>You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.</p>", 466 "error":{ 467 "httpStatusCode":403, 468 "senderFault":true 469 }, 470 "exception":true 471 }, 472 "AdMarkerHls":{ 473 "type":"string", 474 "enum":["DATERANGE"] 475 }, 476 "Boolean":{ 477 "type":"boolean", 478 "box":true 479 }, 480 "ChannelGroupListConfiguration":{ 481 "type":"structure", 482 "required":[ 483 "ChannelGroupName", 484 "Arn", 485 "CreatedAt", 486 "ModifiedAt" 487 ], 488 "members":{ 489 "ChannelGroupName":{ 490 "shape":"String", 491 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>" 492 }, 493 "Arn":{ 494 "shape":"String", 495 "documentation":"<p>The Amazon Resource Name (ARN) associated with the resource.</p>" 496 }, 497 "CreatedAt":{ 498 "shape":"Timestamp", 499 "documentation":"<p>The date and time the channel group was created.</p>" 500 }, 501 "ModifiedAt":{ 502 "shape":"Timestamp", 503 "documentation":"<p>The date and time the channel group was modified.</p>" 504 }, 505 "Description":{ 506 "shape":"ResourceDescription", 507 "documentation":"<p>Any descriptive information that you want to add to the channel group for future identification purposes.</p>" 508 } 509 }, 510 "documentation":"<p>The configuration of the channel group.</p>" 511 }, 512 "ChannelGroupsList":{ 513 "type":"list", 514 "member":{"shape":"ChannelGroupListConfiguration"} 515 }, 516 "ChannelList":{ 517 "type":"list", 518 "member":{"shape":"ChannelListConfiguration"} 519 }, 520 "ChannelListConfiguration":{ 521 "type":"structure", 522 "required":[ 523 "Arn", 524 "ChannelName", 525 "ChannelGroupName", 526 "CreatedAt", 527 "ModifiedAt" 528 ], 529 "members":{ 530 "Arn":{ 531 "shape":"String", 532 "documentation":"<p>The Amazon Resource Name (ARN) associated with the resource.</p>" 533 }, 534 "ChannelName":{ 535 "shape":"String", 536 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>" 537 }, 538 "ChannelGroupName":{ 539 "shape":"String", 540 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>" 541 }, 542 "CreatedAt":{ 543 "shape":"Timestamp", 544 "documentation":"<p>The date and time the channel was created.</p>" 545 }, 546 "ModifiedAt":{ 547 "shape":"Timestamp", 548 "documentation":"<p>The date and time the channel was modified.</p>" 549 }, 550 "Description":{ 551 "shape":"ResourceDescription", 552 "documentation":"<p>Any descriptive information that you want to add to the channel for future identification purposes.</p>" 553 } 554 }, 555 "documentation":"<p>The configuration of the channel.</p>" 556 }, 557 "CmafEncryptionMethod":{ 558 "type":"string", 559 "enum":[ 560 "CENC", 561 "CBCS" 562 ] 563 }, 564 "ConflictException":{ 565 "type":"structure", 566 "members":{ 567 "Message":{"shape":"String"}, 568 "ConflictExceptionType":{ 569 "shape":"ConflictExceptionType", 570 "documentation":"<p>The type of ConflictException.</p>" 571 } 572 }, 573 "documentation":"<p>Updating or deleting this resource can cause an inconsistent state.</p>", 574 "error":{ 575 "httpStatusCode":409, 576 "senderFault":true 577 }, 578 "exception":true 579 }, 580 "ConflictExceptionType":{ 581 "type":"string", 582 "enum":[ 583 "RESOURCE_IN_USE", 584 "RESOURCE_ALREADY_EXISTS", 585 "IDEMPOTENT_PARAMETER_MISMATCH", 586 "CONFLICTING_OPERATION" 587 ] 588 }, 589 "ContainerType":{ 590 "type":"string", 591 "enum":[ 592 "TS", 593 "CMAF" 594 ] 595 }, 596 "CreateChannelGroupRequest":{ 597 "type":"structure", 598 "required":["ChannelGroupName"], 599 "members":{ 600 "ChannelGroupName":{ 601 "shape":"ResourceName", 602 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region. You can't use spaces in the name. You can't change the name after you create the channel group.</p>" 603 }, 604 "ClientToken":{ 605 "shape":"IdempotencyToken", 606 "documentation":"<p>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</p>", 607 "idempotencyToken":true, 608 "location":"header", 609 "locationName":"x-amzn-client-token" 610 }, 611 "Description":{ 612 "shape":"ResourceDescription", 613 "documentation":"<p>Enter any descriptive text that helps you to identify the channel group.</p>" 614 }, 615 "Tags":{ 616 "shape":"TagMap", 617 "documentation":"<p>A comma-separated list of tag key:value pairs that you define. For example:</p> <p> <code>\"Key1\": \"Value1\",</code> </p> <p> <code>\"Key2\": \"Value2\"</code> </p>", 618 "locationName":"tags" 619 } 620 } 621 }, 622 "CreateChannelGroupResponse":{ 623 "type":"structure", 624 "required":[ 625 "ChannelGroupName", 626 "Arn", 627 "EgressDomain", 628 "CreatedAt", 629 "ModifiedAt" 630 ], 631 "members":{ 632 "ChannelGroupName":{ 633 "shape":"String", 634 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>" 635 }, 636 "Arn":{ 637 "shape":"String", 638 "documentation":"<p>The Amazon Resource Name (ARN) associated with the resource.</p>" 639 }, 640 "EgressDomain":{ 641 "shape":"String", 642 "documentation":"<p>The output domain where the source stream should be sent. Integrate the egress domain with a downstream CDN (such as Amazon CloudFront) or playback device.</p>" 643 }, 644 "CreatedAt":{ 645 "shape":"Timestamp", 646 "documentation":"<p>The date and time the channel group was created.</p>" 647 }, 648 "ModifiedAt":{ 649 "shape":"Timestamp", 650 "documentation":"<p>The date and time the channel group was modified.</p>" 651 }, 652 "Description":{ 653 "shape":"ResourceDescription", 654 "documentation":"<p>The description for your channel group.</p>" 655 }, 656 "Tags":{ 657 "shape":"TagMap", 658 "documentation":"<p>The comma-separated list of tag key:value pairs assigned to the channel group.</p>" 659 } 660 } 661 }, 662 "CreateChannelRequest":{ 663 "type":"structure", 664 "required":[ 665 "ChannelGroupName", 666 "ChannelName" 667 ], 668 "members":{ 669 "ChannelGroupName":{ 670 "shape":"ResourceName", 671 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>", 672 "location":"uri", 673 "locationName":"ChannelGroupName" 674 }, 675 "ChannelName":{ 676 "shape":"ResourceName", 677 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. You can't change the name after you create the channel.</p>" 678 }, 679 "ClientToken":{ 680 "shape":"IdempotencyToken", 681 "documentation":"<p>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</p>", 682 "idempotencyToken":true, 683 "location":"header", 684 "locationName":"x-amzn-client-token" 685 }, 686 "Description":{ 687 "shape":"ResourceDescription", 688 "documentation":"<p>Enter any descriptive text that helps you to identify the channel.</p>" 689 }, 690 "Tags":{ 691 "shape":"TagMap", 692 "documentation":"<p>A comma-separated list of tag key:value pairs that you define. For example:</p> <p> <code>\"Key1\": \"Value1\",</code> </p> <p> <code>\"Key2\": \"Value2\"</code> </p>", 693 "locationName":"tags" 694 } 695 } 696 }, 697 "CreateChannelResponse":{ 698 "type":"structure", 699 "required":[ 700 "Arn", 701 "ChannelName", 702 "ChannelGroupName", 703 "CreatedAt", 704 "ModifiedAt" 705 ], 706 "members":{ 707 "Arn":{ 708 "shape":"String", 709 "documentation":"<p>The Amazon Resource Name (ARN) associated with the resource.</p>" 710 }, 711 "ChannelName":{ 712 "shape":"String", 713 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.</p>" 714 }, 715 "ChannelGroupName":{ 716 "shape":"String", 717 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>" 718 }, 719 "CreatedAt":{ 720 "shape":"Timestamp", 721 "documentation":"<p>The date and time the channel was created.</p>" 722 }, 723 "ModifiedAt":{ 724 "shape":"Timestamp", 725 "documentation":"<p>The date and time the channel was modified.</p>" 726 }, 727 "Description":{ 728 "shape":"ResourceDescription", 729 "documentation":"<p>The description for your channel.</p>" 730 }, 731 "IngestEndpoints":{"shape":"IngestEndpointList"}, 732 "Tags":{ 733 "shape":"TagMap", 734 "documentation":"<p>The comma-separated list of tag key:value pairs assigned to the channel.</p>" 735 } 736 } 737 }, 738 "CreateHlsManifestConfiguration":{ 739 "type":"structure", 740 "required":["ManifestName"], 741 "members":{ 742 "ManifestName":{ 743 "shape":"ManifestName", 744 "documentation":"<p>A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>" 745 }, 746 "ChildManifestName":{ 747 "shape":"ManifestName", 748 "documentation":"<p>A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index, with an added suffix to distinguish it from the manifest name. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>" 749 }, 750 "ScteHls":{"shape":"ScteHls"}, 751 "ManifestWindowSeconds":{ 752 "shape":"CreateHlsManifestConfigurationManifestWindowSecondsInteger", 753 "documentation":"<p>The total duration (in seconds) of the manifest's content.</p>" 754 }, 755 "ProgramDateTimeIntervalSeconds":{ 756 "shape":"CreateHlsManifestConfigurationProgramDateTimeIntervalSecondsInteger", 757 "documentation":"<p>Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player. ID3Timed metadata messages generate every 5 seconds whenever the content is ingested.</p> <p>Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.</p>" 758 }, 759 "FilterConfiguration":{"shape":"FilterConfiguration"} 760 }, 761 "documentation":"<p>Create an HTTP live streaming (HLS) manifest configuration.</p>" 762 }, 763 "CreateHlsManifestConfigurationManifestWindowSecondsInteger":{ 764 "type":"integer", 765 "box":true, 766 "max":900, 767 "min":30 768 }, 769 "CreateHlsManifestConfigurationProgramDateTimeIntervalSecondsInteger":{ 770 "type":"integer", 771 "box":true, 772 "max":1209600, 773 "min":1 774 }, 775 "CreateHlsManifests":{ 776 "type":"list", 777 "member":{"shape":"CreateHlsManifestConfiguration"} 778 }, 779 "CreateLowLatencyHlsManifestConfiguration":{ 780 "type":"structure", 781 "required":["ManifestName"], 782 "members":{ 783 "ManifestName":{ 784 "shape":"ManifestName", 785 "documentation":"<p>A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>" 786 }, 787 "ChildManifestName":{ 788 "shape":"ManifestName", 789 "documentation":"<p>A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index, with an added suffix to distinguish it from the manifest name. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>" 790 }, 791 "ScteHls":{"shape":"ScteHls"}, 792 "ManifestWindowSeconds":{ 793 "shape":"CreateLowLatencyHlsManifestConfigurationManifestWindowSecondsInteger", 794 "documentation":"<p>The total duration (in seconds) of the manifest's content.</p>" 795 }, 796 "ProgramDateTimeIntervalSeconds":{ 797 "shape":"CreateLowLatencyHlsManifestConfigurationProgramDateTimeIntervalSecondsInteger", 798 "documentation":"<p>Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player. ID3Timed metadata messages generate every 5 seconds whenever the content is ingested.</p> <p>Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.</p>" 799 }, 800 "FilterConfiguration":{"shape":"FilterConfiguration"} 801 }, 802 "documentation":"<p>Create a low-latency HTTP live streaming (HLS) manifest configuration.</p>" 803 }, 804 "CreateLowLatencyHlsManifestConfigurationManifestWindowSecondsInteger":{ 805 "type":"integer", 806 "box":true, 807 "max":900, 808 "min":30 809 }, 810 "CreateLowLatencyHlsManifestConfigurationProgramDateTimeIntervalSecondsInteger":{ 811 "type":"integer", 812 "box":true, 813 "max":1209600, 814 "min":1 815 }, 816 "CreateLowLatencyHlsManifests":{ 817 "type":"list", 818 "member":{"shape":"CreateLowLatencyHlsManifestConfiguration"} 819 }, 820 "CreateOriginEndpointRequest":{ 821 "type":"structure", 822 "required":[ 823 "ChannelGroupName", 824 "ChannelName", 825 "OriginEndpointName", 826 "ContainerType" 827 ], 828 "members":{ 829 "ChannelGroupName":{ 830 "shape":"ResourceName", 831 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>", 832 "location":"uri", 833 "locationName":"ChannelGroupName" 834 }, 835 "ChannelName":{ 836 "shape":"ResourceName", 837 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>", 838 "location":"uri", 839 "locationName":"ChannelName" 840 }, 841 "OriginEndpointName":{ 842 "shape":"ResourceName", 843 "documentation":"<p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and must be unique for your account in the AWS Region and channel. You can't use spaces in the name. You can't change the name after you create the endpoint.</p>" 844 }, 845 "ContainerType":{ 846 "shape":"ContainerType", 847 "documentation":"<p>The type of container to attach to this origin endpoint. A container type is a file format that encapsulates one or more media streams, such as audio and video, into a single file. You can't change the container type after you create the endpoint.</p>" 848 }, 849 "Segment":{ 850 "shape":"Segment", 851 "documentation":"<p>The segment configuration, including the segment name, duration, and other configuration values.</p>" 852 }, 853 "ClientToken":{ 854 "shape":"IdempotencyToken", 855 "documentation":"<p>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</p>", 856 "idempotencyToken":true, 857 "location":"header", 858 "locationName":"x-amzn-client-token" 859 }, 860 "Description":{ 861 "shape":"ResourceDescription", 862 "documentation":"<p>Enter any descriptive text that helps you to identify the origin endpoint.</p>" 863 }, 864 "StartoverWindowSeconds":{ 865 "shape":"CreateOriginEndpointRequestStartoverWindowSecondsInteger", 866 "documentation":"<p>The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window. The maximum startover window is 1,209,600 seconds (14 days).</p>" 867 }, 868 "HlsManifests":{ 869 "shape":"CreateHlsManifests", 870 "documentation":"<p>An HTTP live streaming (HLS) manifest configuration.</p>" 871 }, 872 "LowLatencyHlsManifests":{ 873 "shape":"CreateLowLatencyHlsManifests", 874 "documentation":"<p>A low-latency HLS manifest configuration.</p>" 875 }, 876 "Tags":{ 877 "shape":"TagMap", 878 "documentation":"<p>A comma-separated list of tag key:value pairs that you define. For example:</p> <p> <code>\"Key1\": \"Value1\",</code> </p> <p> <code>\"Key2\": \"Value2\"</code> </p>" 879 } 880 } 881 }, 882 "CreateOriginEndpointRequestStartoverWindowSecondsInteger":{ 883 "type":"integer", 884 "box":true, 885 "max":1209600, 886 "min":60 887 }, 888 "CreateOriginEndpointResponse":{ 889 "type":"structure", 890 "required":[ 891 "Arn", 892 "ChannelGroupName", 893 "ChannelName", 894 "OriginEndpointName", 895 "ContainerType", 896 "Segment", 897 "CreatedAt", 898 "ModifiedAt" 899 ], 900 "members":{ 901 "Arn":{ 902 "shape":"String", 903 "documentation":"<p>The Amazon Resource Name (ARN) associated with the resource.</p>" 904 }, 905 "ChannelGroupName":{ 906 "shape":"ResourceName", 907 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>" 908 }, 909 "ChannelName":{ 910 "shape":"ResourceName", 911 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.</p>" 912 }, 913 "OriginEndpointName":{ 914 "shape":"ResourceName", 915 "documentation":"<p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.</p>" 916 }, 917 "ContainerType":{ 918 "shape":"ContainerType", 919 "documentation":"<p>The type of container attached to this origin endpoint.</p>" 920 }, 921 "Segment":{ 922 "shape":"Segment", 923 "documentation":"<p>The segment configuration, including the segment name, duration, and other configuration values.</p>" 924 }, 925 "CreatedAt":{ 926 "shape":"Timestamp", 927 "documentation":"<p>The date and time the origin endpoint was created.</p>" 928 }, 929 "ModifiedAt":{ 930 "shape":"Timestamp", 931 "documentation":"<p>The date and time the origin endpoint was modified.</p>" 932 }, 933 "Description":{ 934 "shape":"ResourceDescription", 935 "documentation":"<p>The description for your origin endpoint.</p>" 936 }, 937 "StartoverWindowSeconds":{ 938 "shape":"Integer", 939 "documentation":"<p>The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window.</p>" 940 }, 941 "HlsManifests":{ 942 "shape":"GetHlsManifests", 943 "documentation":"<p>An HTTP live streaming (HLS) manifest configuration.</p>" 944 }, 945 "LowLatencyHlsManifests":{ 946 "shape":"GetLowLatencyHlsManifests", 947 "documentation":"<p>A low-latency HLS manifest configuration.</p>" 948 }, 949 "Tags":{ 950 "shape":"TagMap", 951 "documentation":"<p>The comma-separated list of tag key:value pairs assigned to the origin endpoint.</p>" 952 } 953 } 954 }, 955 "DeleteChannelGroupRequest":{ 956 "type":"structure", 957 "required":["ChannelGroupName"], 958 "members":{ 959 "ChannelGroupName":{ 960 "shape":"ResourceName", 961 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>", 962 "location":"uri", 963 "locationName":"ChannelGroupName" 964 } 965 } 966 }, 967 "DeleteChannelGroupResponse":{ 968 "type":"structure", 969 "members":{ 970 } 971 }, 972 "DeleteChannelPolicyRequest":{ 973 "type":"structure", 974 "required":[ 975 "ChannelGroupName", 976 "ChannelName" 977 ], 978 "members":{ 979 "ChannelGroupName":{ 980 "shape":"ResourceName", 981 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>", 982 "location":"uri", 983 "locationName":"ChannelGroupName" 984 }, 985 "ChannelName":{ 986 "shape":"ResourceName", 987 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.</p>", 988 "location":"uri", 989 "locationName":"ChannelName" 990 } 991 } 992 }, 993 "DeleteChannelPolicyResponse":{ 994 "type":"structure", 995 "members":{ 996 } 997 }, 998 "DeleteChannelRequest":{ 999 "type":"structure", 1000 "required":[ 1001 "ChannelGroupName", 1002 "ChannelName" 1003 ], 1004 "members":{ 1005 "ChannelGroupName":{ 1006 "shape":"ResourceName", 1007 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>", 1008 "location":"uri", 1009 "locationName":"ChannelGroupName" 1010 }, 1011 "ChannelName":{ 1012 "shape":"ResourceName", 1013 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.</p>", 1014 "location":"uri", 1015 "locationName":"ChannelName" 1016 } 1017 } 1018 }, 1019 "DeleteChannelResponse":{ 1020 "type":"structure", 1021 "members":{ 1022 } 1023 }, 1024 "DeleteOriginEndpointPolicyRequest":{ 1025 "type":"structure", 1026 "required":[ 1027 "ChannelGroupName", 1028 "ChannelName", 1029 "OriginEndpointName" 1030 ], 1031 "members":{ 1032 "ChannelGroupName":{ 1033 "shape":"ResourceName", 1034 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>", 1035 "location":"uri", 1036 "locationName":"ChannelGroupName" 1037 }, 1038 "ChannelName":{ 1039 "shape":"ResourceName", 1040 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>", 1041 "location":"uri", 1042 "locationName":"ChannelName" 1043 }, 1044 "OriginEndpointName":{ 1045 "shape":"ResourceName", 1046 "documentation":"<p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel. </p>", 1047 "location":"uri", 1048 "locationName":"OriginEndpointName" 1049 } 1050 } 1051 }, 1052 "DeleteOriginEndpointPolicyResponse":{ 1053 "type":"structure", 1054 "members":{ 1055 } 1056 }, 1057 "DeleteOriginEndpointRequest":{ 1058 "type":"structure", 1059 "required":[ 1060 "ChannelGroupName", 1061 "ChannelName", 1062 "OriginEndpointName" 1063 ], 1064 "members":{ 1065 "ChannelGroupName":{ 1066 "shape":"ResourceName", 1067 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>", 1068 "location":"uri", 1069 "locationName":"ChannelGroupName" 1070 }, 1071 "ChannelName":{ 1072 "shape":"ResourceName", 1073 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>", 1074 "location":"uri", 1075 "locationName":"ChannelName" 1076 }, 1077 "OriginEndpointName":{ 1078 "shape":"ResourceName", 1079 "documentation":"<p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel. </p>", 1080 "location":"uri", 1081 "locationName":"OriginEndpointName" 1082 } 1083 } 1084 }, 1085 "DeleteOriginEndpointResponse":{ 1086 "type":"structure", 1087 "members":{ 1088 } 1089 }, 1090 "DrmSystem":{ 1091 "type":"string", 1092 "enum":[ 1093 "CLEAR_KEY_AES_128", 1094 "FAIRPLAY", 1095 "PLAYREADY", 1096 "WIDEVINE" 1097 ] 1098 }, 1099 "Encryption":{ 1100 "type":"structure", 1101 "required":[ 1102 "EncryptionMethod", 1103 "SpekeKeyProvider" 1104 ], 1105 "members":{ 1106 "ConstantInitializationVector":{ 1107 "shape":"EncryptionConstantInitializationVectorString", 1108 "documentation":"<p>A 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting content. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).</p>" 1109 }, 1110 "EncryptionMethod":{ 1111 "shape":"EncryptionMethod", 1112 "documentation":"<p>The encryption method to use.</p>" 1113 }, 1114 "KeyRotationIntervalSeconds":{ 1115 "shape":"EncryptionKeyRotationIntervalSecondsInteger", 1116 "documentation":"<p>The frequency (in seconds) of key changes for live workflows, in which content is streamed real time. The service retrieves content keys before the live content begins streaming, and then retrieves them as needed over the lifetime of the workflow. By default, key rotation is set to 300 seconds (5 minutes), the minimum rotation interval, which is equivalent to setting it to 300. If you don't enter an interval, content keys aren't rotated.</p> <p>The following example setting causes the service to rotate keys every thirty minutes: <code>1800</code> </p>" 1117 }, 1118 "SpekeKeyProvider":{ 1119 "shape":"SpekeKeyProvider", 1120 "documentation":"<p>The parameters for the SPEKE key provider.</p>" 1121 } 1122 }, 1123 "documentation":"<p>The parameters for encrypting content.</p>" 1124 }, 1125 "EncryptionConstantInitializationVectorString":{ 1126 "type":"string", 1127 "max":32, 1128 "min":32, 1129 "pattern":"[0-9a-fA-F]+" 1130 }, 1131 "EncryptionContractConfiguration":{ 1132 "type":"structure", 1133 "required":[ 1134 "PresetSpeke20Audio", 1135 "PresetSpeke20Video" 1136 ], 1137 "members":{ 1138 "PresetSpeke20Audio":{ 1139 "shape":"PresetSpeke20Audio", 1140 "documentation":"<p>A collection of audio encryption presets.</p> <p>Value description: </p> <ul> <li> <p>PRESET-AUDIO-1 - Use one content key to encrypt all of the audio tracks in your stream.</p> </li> <li> <p>PRESET-AUDIO-2 - Use one content key to encrypt all of the stereo audio tracks and one content key to encrypt all of the multichannel audio tracks.</p> </li> <li> <p>PRESET-AUDIO-3 - Use one content key to encrypt all of the stereo audio tracks, one content key to encrypt all of the multichannel audio tracks with 3 to 6 channels, and one content key to encrypt all of the multichannel audio tracks with more than 6 channels.</p> </li> <li> <p>SHARED - Use the same content key for all of the audio and video tracks in your stream.</p> </li> <li> <p>UNENCRYPTED - Don't encrypt any of the audio tracks in your stream.</p> </li> </ul>" 1141 }, 1142 "PresetSpeke20Video":{ 1143 "shape":"PresetSpeke20Video", 1144 "documentation":"<p>A collection of video encryption presets.</p> <p>Value description: </p> <ul> <li> <p>PRESET-VIDEO-1 - Use one content key to encrypt all of the video tracks in your stream.</p> </li> <li> <p>PRESET-VIDEO-2 - Use one content key to encrypt all of the SD video tracks and one content key for all HD and higher resolutions video tracks.</p> </li> <li> <p>PRESET-VIDEO-3 - Use one content key to encrypt all of the SD video tracks, one content key for HD video tracks and one content key for all UHD video tracks.</p> </li> <li> <p>PRESET-VIDEO-4 - Use one content key to encrypt all of the SD video tracks, one content key for HD video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.</p> </li> <li> <p>PRESET-VIDEO-5 - Use one content key to encrypt all of the SD video tracks, one content key for HD1 video tracks, one content key for HD2 video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.</p> </li> <li> <p>PRESET-VIDEO-6 - Use one content key to encrypt all of the SD video tracks, one content key for HD1 video tracks, one content key for HD2 video tracks and one content key for all UHD video tracks.</p> </li> <li> <p>PRESET-VIDEO-7 - Use one content key to encrypt all of the SD+HD1 video tracks, one content key for HD2 video tracks and one content key for all UHD video tracks.</p> </li> <li> <p>PRESET-VIDEO-8 - Use one content key to encrypt all of the SD+HD1 video tracks, one content key for HD2 video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.</p> </li> <li> <p>SHARED - Use the same content key for all of the video and audio tracks in your stream.</p> </li> <li> <p>UNENCRYPTED - Don't encrypt any of the video tracks in your stream.</p> </li> </ul>" 1145 } 1146 }, 1147 "documentation":"<p>Configure one or more content encryption keys for your endpoints that use SPEKE Version 2.0. The encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream. To configure the encryption contract, specify which audio and video encryption presets to use.</p>" 1148 }, 1149 "EncryptionKeyRotationIntervalSecondsInteger":{ 1150 "type":"integer", 1151 "box":true, 1152 "max":31536000, 1153 "min":300 1154 }, 1155 "EncryptionMethod":{ 1156 "type":"structure", 1157 "members":{ 1158 "TsEncryptionMethod":{ 1159 "shape":"TsEncryptionMethod", 1160 "documentation":"<p>The encryption method to use.</p>" 1161 }, 1162 "CmafEncryptionMethod":{ 1163 "shape":"CmafEncryptionMethod", 1164 "documentation":"<p>The encryption method to use.</p>" 1165 } 1166 }, 1167 "documentation":"<p>The encryption type.</p>" 1168 }, 1169 "FilterConfiguration":{ 1170 "type":"structure", 1171 "members":{ 1172 "ManifestFilter":{ 1173 "shape":"FilterConfigurationManifestFilterString", 1174 "documentation":"<p>Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.</p>" 1175 }, 1176 "Start":{ 1177 "shape":"Timestamp", 1178 "documentation":"<p>Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.</p>" 1179 }, 1180 "End":{ 1181 "shape":"Timestamp", 1182 "documentation":"<p>Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.</p>" 1183 }, 1184 "TimeDelaySeconds":{ 1185 "shape":"FilterConfigurationTimeDelaySecondsInteger", 1186 "documentation":"<p>Optionally specify the time delay for all of your manifest egress requests. Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.</p>" 1187 } 1188 }, 1189 "documentation":"<p>Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest. </p>" 1190 }, 1191 "FilterConfigurationManifestFilterString":{ 1192 "type":"string", 1193 "max":1024, 1194 "min":1 1195 }, 1196 "FilterConfigurationTimeDelaySecondsInteger":{ 1197 "type":"integer", 1198 "box":true, 1199 "max":1209600, 1200 "min":0 1201 }, 1202 "GetChannelGroupRequest":{ 1203 "type":"structure", 1204 "required":["ChannelGroupName"], 1205 "members":{ 1206 "ChannelGroupName":{ 1207 "shape":"ResourceName", 1208 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>", 1209 "location":"uri", 1210 "locationName":"ChannelGroupName" 1211 } 1212 } 1213 }, 1214 "GetChannelGroupResponse":{ 1215 "type":"structure", 1216 "required":[ 1217 "ChannelGroupName", 1218 "Arn", 1219 "EgressDomain", 1220 "CreatedAt", 1221 "ModifiedAt" 1222 ], 1223 "members":{ 1224 "ChannelGroupName":{ 1225 "shape":"String", 1226 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>" 1227 }, 1228 "Arn":{ 1229 "shape":"String", 1230 "documentation":"<p>The Amazon Resource Name (ARN) associated with the resource.</p>" 1231 }, 1232 "EgressDomain":{ 1233 "shape":"String", 1234 "documentation":"<p>The output domain where the source stream should be sent. Integrate the domain with a downstream CDN (such as Amazon CloudFront) or playback device.</p>" 1235 }, 1236 "CreatedAt":{ 1237 "shape":"Timestamp", 1238 "documentation":"<p>The date and time the channel group was created.</p>" 1239 }, 1240 "ModifiedAt":{ 1241 "shape":"Timestamp", 1242 "documentation":"<p>The date and time the channel group was modified.</p>" 1243 }, 1244 "Description":{ 1245 "shape":"ResourceDescription", 1246 "documentation":"<p>The description for your channel group.</p>" 1247 }, 1248 "Tags":{ 1249 "shape":"TagMap", 1250 "documentation":"<p>The comma-separated list of tag key:value pairs assigned to the channel group.</p>", 1251 "locationName":"tags" 1252 } 1253 } 1254 }, 1255 "GetChannelPolicyRequest":{ 1256 "type":"structure", 1257 "required":[ 1258 "ChannelGroupName", 1259 "ChannelName" 1260 ], 1261 "members":{ 1262 "ChannelGroupName":{ 1263 "shape":"ResourceName", 1264 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>", 1265 "location":"uri", 1266 "locationName":"ChannelGroupName" 1267 }, 1268 "ChannelName":{ 1269 "shape":"ResourceName", 1270 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>", 1271 "location":"uri", 1272 "locationName":"ChannelName" 1273 } 1274 } 1275 }, 1276 "GetChannelPolicyResponse":{ 1277 "type":"structure", 1278 "required":[ 1279 "ChannelGroupName", 1280 "ChannelName", 1281 "Policy" 1282 ], 1283 "members":{ 1284 "ChannelGroupName":{ 1285 "shape":"String", 1286 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>" 1287 }, 1288 "ChannelName":{ 1289 "shape":"String", 1290 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.</p>" 1291 }, 1292 "Policy":{ 1293 "shape":"PolicyText", 1294 "documentation":"<p>The policy assigned to the channel.</p>" 1295 } 1296 } 1297 }, 1298 "GetChannelRequest":{ 1299 "type":"structure", 1300 "required":[ 1301 "ChannelGroupName", 1302 "ChannelName" 1303 ], 1304 "members":{ 1305 "ChannelGroupName":{ 1306 "shape":"ResourceName", 1307 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>", 1308 "location":"uri", 1309 "locationName":"ChannelGroupName" 1310 }, 1311 "ChannelName":{ 1312 "shape":"ResourceName", 1313 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>", 1314 "location":"uri", 1315 "locationName":"ChannelName" 1316 } 1317 } 1318 }, 1319 "GetChannelResponse":{ 1320 "type":"structure", 1321 "required":[ 1322 "Arn", 1323 "ChannelName", 1324 "ChannelGroupName", 1325 "CreatedAt", 1326 "ModifiedAt" 1327 ], 1328 "members":{ 1329 "Arn":{ 1330 "shape":"String", 1331 "documentation":"<p>The Amazon Resource Name (ARN) associated with the resource.</p>" 1332 }, 1333 "ChannelName":{ 1334 "shape":"String", 1335 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.</p>" 1336 }, 1337 "ChannelGroupName":{ 1338 "shape":"String", 1339 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>" 1340 }, 1341 "CreatedAt":{ 1342 "shape":"Timestamp", 1343 "documentation":"<p>The date and time the channel was created.</p>" 1344 }, 1345 "ModifiedAt":{ 1346 "shape":"Timestamp", 1347 "documentation":"<p>The date and time the channel was modified.</p>" 1348 }, 1349 "Description":{ 1350 "shape":"ResourceDescription", 1351 "documentation":"<p>The description for your channel.</p>" 1352 }, 1353 "IngestEndpoints":{"shape":"IngestEndpointList"}, 1354 "Tags":{ 1355 "shape":"TagMap", 1356 "documentation":"<p>The comma-separated list of tag key:value pairs assigned to the channel.</p>" 1357 } 1358 } 1359 }, 1360 "GetHlsManifestConfiguration":{ 1361 "type":"structure", 1362 "required":[ 1363 "ManifestName", 1364 "Url" 1365 ], 1366 "members":{ 1367 "ManifestName":{ 1368 "shape":"ResourceName", 1369 "documentation":"<p>A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>" 1370 }, 1371 "Url":{ 1372 "shape":"String", 1373 "documentation":"<p>The egress domain URL for stream delivery from MediaPackage.</p>" 1374 }, 1375 "ChildManifestName":{ 1376 "shape":"ResourceName", 1377 "documentation":"<p>A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default child manifest name, index_1. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>" 1378 }, 1379 "ManifestWindowSeconds":{ 1380 "shape":"Integer", 1381 "documentation":"<p>The total duration (in seconds) of the manifest's content.</p>" 1382 }, 1383 "ProgramDateTimeIntervalSeconds":{ 1384 "shape":"Integer", 1385 "documentation":"<p>Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player. ID3Timed metadata messages generate every 5 seconds whenever the content is ingested.</p> <p>Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.</p>" 1386 }, 1387 "ScteHls":{"shape":"ScteHls"}, 1388 "FilterConfiguration":{"shape":"FilterConfiguration"} 1389 }, 1390 "documentation":"<p>Retrieve the HTTP live streaming (HLS) manifest configuration.</p>" 1391 }, 1392 "GetHlsManifests":{ 1393 "type":"list", 1394 "member":{"shape":"GetHlsManifestConfiguration"} 1395 }, 1396 "GetLowLatencyHlsManifestConfiguration":{ 1397 "type":"structure", 1398 "required":[ 1399 "ManifestName", 1400 "Url" 1401 ], 1402 "members":{ 1403 "ManifestName":{ 1404 "shape":"ResourceName", 1405 "documentation":"<p>A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>" 1406 }, 1407 "Url":{ 1408 "shape":"String", 1409 "documentation":"<p>The egress domain URL for stream delivery from MediaPackage.</p>" 1410 }, 1411 "ChildManifestName":{ 1412 "shape":"ResourceName", 1413 "documentation":"<p>A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default child manifest name, index_1. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>" 1414 }, 1415 "ManifestWindowSeconds":{ 1416 "shape":"Integer", 1417 "documentation":"<p>The total duration (in seconds) of the manifest's content.</p>" 1418 }, 1419 "ProgramDateTimeIntervalSeconds":{ 1420 "shape":"Integer", 1421 "documentation":"<p>Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player. ID3Timed metadata messages generate every 5 seconds whenever the content is ingested.</p> <p>Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.</p>" 1422 }, 1423 "ScteHls":{"shape":"ScteHls"}, 1424 "FilterConfiguration":{"shape":"FilterConfiguration"} 1425 }, 1426 "documentation":"<p>Retrieve the low-latency HTTP live streaming (HLS) manifest configuration.</p>" 1427 }, 1428 "GetLowLatencyHlsManifests":{ 1429 "type":"list", 1430 "member":{"shape":"GetLowLatencyHlsManifestConfiguration"} 1431 }, 1432 "GetOriginEndpointPolicyRequest":{ 1433 "type":"structure", 1434 "required":[ 1435 "ChannelGroupName", 1436 "ChannelName", 1437 "OriginEndpointName" 1438 ], 1439 "members":{ 1440 "ChannelGroupName":{ 1441 "shape":"ResourceName", 1442 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>", 1443 "location":"uri", 1444 "locationName":"ChannelGroupName" 1445 }, 1446 "ChannelName":{ 1447 "shape":"ResourceName", 1448 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>", 1449 "location":"uri", 1450 "locationName":"ChannelName" 1451 }, 1452 "OriginEndpointName":{ 1453 "shape":"ResourceName", 1454 "documentation":"<p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel. </p>", 1455 "location":"uri", 1456 "locationName":"OriginEndpointName" 1457 } 1458 } 1459 }, 1460 "GetOriginEndpointPolicyResponse":{ 1461 "type":"structure", 1462 "required":[ 1463 "ChannelGroupName", 1464 "ChannelName", 1465 "OriginEndpointName", 1466 "Policy" 1467 ], 1468 "members":{ 1469 "ChannelGroupName":{ 1470 "shape":"ResourceName", 1471 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>" 1472 }, 1473 "ChannelName":{ 1474 "shape":"ResourceName", 1475 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.</p>" 1476 }, 1477 "OriginEndpointName":{ 1478 "shape":"ResourceName", 1479 "documentation":"<p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.</p>" 1480 }, 1481 "Policy":{ 1482 "shape":"PolicyText", 1483 "documentation":"<p>The policy assigned to the origin endpoint.</p>" 1484 } 1485 } 1486 }, 1487 "GetOriginEndpointRequest":{ 1488 "type":"structure", 1489 "required":[ 1490 "ChannelGroupName", 1491 "ChannelName", 1492 "OriginEndpointName" 1493 ], 1494 "members":{ 1495 "ChannelGroupName":{ 1496 "shape":"ResourceName", 1497 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>", 1498 "location":"uri", 1499 "locationName":"ChannelGroupName" 1500 }, 1501 "ChannelName":{ 1502 "shape":"ResourceName", 1503 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>", 1504 "location":"uri", 1505 "locationName":"ChannelName" 1506 }, 1507 "OriginEndpointName":{ 1508 "shape":"ResourceName", 1509 "documentation":"<p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel. </p>", 1510 "location":"uri", 1511 "locationName":"OriginEndpointName" 1512 } 1513 } 1514 }, 1515 "GetOriginEndpointResponse":{ 1516 "type":"structure", 1517 "required":[ 1518 "Arn", 1519 "ChannelGroupName", 1520 "ChannelName", 1521 "OriginEndpointName", 1522 "ContainerType", 1523 "Segment", 1524 "CreatedAt", 1525 "ModifiedAt" 1526 ], 1527 "members":{ 1528 "Arn":{ 1529 "shape":"String", 1530 "documentation":"<p>The Amazon Resource Name (ARN) associated with the resource.</p>" 1531 }, 1532 "ChannelGroupName":{ 1533 "shape":"ResourceName", 1534 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>" 1535 }, 1536 "ChannelName":{ 1537 "shape":"ResourceName", 1538 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.</p>" 1539 }, 1540 "OriginEndpointName":{ 1541 "shape":"ResourceName", 1542 "documentation":"<p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.</p>" 1543 }, 1544 "ContainerType":{ 1545 "shape":"ContainerType", 1546 "documentation":"<p>The type of container attached to this origin endpoint.</p>" 1547 }, 1548 "Segment":{"shape":"Segment"}, 1549 "CreatedAt":{ 1550 "shape":"Timestamp", 1551 "documentation":"<p>The date and time the origin endpoint was created.</p>" 1552 }, 1553 "ModifiedAt":{ 1554 "shape":"Timestamp", 1555 "documentation":"<p>The date and time the origin endpoint was modified.</p>" 1556 }, 1557 "Description":{ 1558 "shape":"ResourceDescription", 1559 "documentation":"<p>The description for your origin endpoint.</p>" 1560 }, 1561 "StartoverWindowSeconds":{ 1562 "shape":"Integer", 1563 "documentation":"<p>The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window.</p>" 1564 }, 1565 "HlsManifests":{ 1566 "shape":"GetHlsManifests", 1567 "documentation":"<p>An HTTP live streaming (HLS) manifest configuration.</p>" 1568 }, 1569 "LowLatencyHlsManifests":{ 1570 "shape":"GetLowLatencyHlsManifests", 1571 "documentation":"<p>A low-latency HLS manifest configuration.</p>" 1572 }, 1573 "Tags":{ 1574 "shape":"TagMap", 1575 "documentation":"<p>The comma-separated list of tag key:value pairs assigned to the origin endpoint.</p>" 1576 } 1577 } 1578 }, 1579 "IdempotencyToken":{ 1580 "type":"string", 1581 "max":256, 1582 "min":1, 1583 "pattern":"[\\S]+" 1584 }, 1585 "IngestEndpoint":{ 1586 "type":"structure", 1587 "members":{ 1588 "Id":{ 1589 "shape":"String", 1590 "documentation":"<p>The system-generated unique identifier for the IngestEndpoint.</p>" 1591 }, 1592 "Url":{ 1593 "shape":"String", 1594 "documentation":"<p>The ingest domain URL where the source stream should be sent.</p>" 1595 } 1596 }, 1597 "documentation":"<p>The ingest domain URL where the source stream should be sent.</p>" 1598 }, 1599 "IngestEndpointList":{ 1600 "type":"list", 1601 "member":{"shape":"IngestEndpoint"}, 1602 "documentation":"<p>The list of ingest endpoints.</p>" 1603 }, 1604 "Integer":{ 1605 "type":"integer", 1606 "box":true 1607 }, 1608 "InternalServerException":{ 1609 "type":"structure", 1610 "members":{ 1611 "Message":{"shape":"String"} 1612 }, 1613 "documentation":"<p>Indicates that an error from the service occurred while trying to process a request.</p>", 1614 "error":{"httpStatusCode":500}, 1615 "exception":true, 1616 "fault":true 1617 }, 1618 "ListChannelGroupsRequest":{ 1619 "type":"structure", 1620 "members":{ 1621 "MaxResults":{ 1622 "shape":"ListResourceMaxResults", 1623 "documentation":"<p>The maximum number of results to return in the response.</p>", 1624 "location":"querystring", 1625 "locationName":"maxResults" 1626 }, 1627 "NextToken":{ 1628 "shape":"String", 1629 "documentation":"<p>The pagination token from the GET list request. Use the token to fetch the next page of results.</p>", 1630 "location":"querystring", 1631 "locationName":"nextToken" 1632 } 1633 } 1634 }, 1635 "ListChannelGroupsResponse":{ 1636 "type":"structure", 1637 "members":{ 1638 "Items":{ 1639 "shape":"ChannelGroupsList", 1640 "documentation":"<p>The objects being returned.</p>" 1641 }, 1642 "NextToken":{ 1643 "shape":"String", 1644 "documentation":"<p>The pagination token from the GET list request. Use the token to fetch the next page of results.</p>" 1645 } 1646 } 1647 }, 1648 "ListChannelsRequest":{ 1649 "type":"structure", 1650 "required":["ChannelGroupName"], 1651 "members":{ 1652 "ChannelGroupName":{ 1653 "shape":"ResourceName", 1654 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>", 1655 "location":"uri", 1656 "locationName":"ChannelGroupName" 1657 }, 1658 "MaxResults":{ 1659 "shape":"ListResourceMaxResults", 1660 "documentation":"<p>The maximum number of results to return in the response.</p>", 1661 "location":"querystring", 1662 "locationName":"maxResults" 1663 }, 1664 "NextToken":{ 1665 "shape":"String", 1666 "documentation":"<p>The pagination token from the GET list request. Use the token to fetch the next page of results.</p>", 1667 "location":"querystring", 1668 "locationName":"nextToken" 1669 } 1670 } 1671 }, 1672 "ListChannelsResponse":{ 1673 "type":"structure", 1674 "members":{ 1675 "Items":{ 1676 "shape":"ChannelList", 1677 "documentation":"<p>The objects being returned.</p>" 1678 }, 1679 "NextToken":{ 1680 "shape":"String", 1681 "documentation":"<p>The pagination token from the GET list request.</p>" 1682 } 1683 } 1684 }, 1685 "ListHlsManifestConfiguration":{ 1686 "type":"structure", 1687 "required":["ManifestName"], 1688 "members":{ 1689 "ManifestName":{ 1690 "shape":"ResourceName", 1691 "documentation":"<p>A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>" 1692 }, 1693 "ChildManifestName":{ 1694 "shape":"ResourceName", 1695 "documentation":"<p>A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default child manifest name, index_1. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>" 1696 }, 1697 "Url":{ 1698 "shape":"String", 1699 "documentation":"<p>The egress domain URL for stream delivery from MediaPackage.</p>" 1700 } 1701 }, 1702 "documentation":"<p>List the HTTP live streaming (HLS) manifest configuration.</p>" 1703 }, 1704 "ListHlsManifests":{ 1705 "type":"list", 1706 "member":{"shape":"ListHlsManifestConfiguration"} 1707 }, 1708 "ListLowLatencyHlsManifestConfiguration":{ 1709 "type":"structure", 1710 "required":["ManifestName"], 1711 "members":{ 1712 "ManifestName":{ 1713 "shape":"ResourceName", 1714 "documentation":"<p>A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>" 1715 }, 1716 "ChildManifestName":{ 1717 "shape":"ResourceName", 1718 "documentation":"<p>A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default child manifest name, index_1. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.</p>" 1719 }, 1720 "Url":{ 1721 "shape":"String", 1722 "documentation":"<p>The egress domain URL for stream delivery from MediaPackage.</p>" 1723 } 1724 }, 1725 "documentation":"<p>List the low-latency HTTP live streaming (HLS) manifest configuration.</p>" 1726 }, 1727 "ListLowLatencyHlsManifests":{ 1728 "type":"list", 1729 "member":{"shape":"ListLowLatencyHlsManifestConfiguration"} 1730 }, 1731 "ListOriginEndpointsRequest":{ 1732 "type":"structure", 1733 "required":[ 1734 "ChannelGroupName", 1735 "ChannelName" 1736 ], 1737 "members":{ 1738 "ChannelGroupName":{ 1739 "shape":"ResourceName", 1740 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>", 1741 "location":"uri", 1742 "locationName":"ChannelGroupName" 1743 }, 1744 "ChannelName":{ 1745 "shape":"ResourceName", 1746 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>", 1747 "location":"uri", 1748 "locationName":"ChannelName" 1749 }, 1750 "MaxResults":{ 1751 "shape":"ListResourceMaxResults", 1752 "documentation":"<p>The maximum number of results to return in the response.</p>", 1753 "location":"querystring", 1754 "locationName":"maxResults" 1755 }, 1756 "NextToken":{ 1757 "shape":"String", 1758 "documentation":"<p>The pagination token from the GET list request. Use the token to fetch the next page of results.</p>", 1759 "location":"querystring", 1760 "locationName":"nextToken" 1761 } 1762 } 1763 }, 1764 "ListOriginEndpointsResponse":{ 1765 "type":"structure", 1766 "members":{ 1767 "Items":{ 1768 "shape":"OriginEndpointsList", 1769 "documentation":"<p>The objects being returned.</p>" 1770 }, 1771 "NextToken":{ 1772 "shape":"String", 1773 "documentation":"<p>The pagination token from the GET list request. Use the token to fetch the next page of results.</p>" 1774 } 1775 } 1776 }, 1777 "ListResourceMaxResults":{ 1778 "type":"integer", 1779 "box":true, 1780 "max":100, 1781 "min":1 1782 }, 1783 "ListTagsForResourceRequest":{ 1784 "type":"structure", 1785 "required":["ResourceArn"], 1786 "members":{ 1787 "ResourceArn":{ 1788 "shape":"TagArn", 1789 "documentation":"<p>The ARN of the CloudWatch resource that you want to view tags for.</p>", 1790 "location":"uri", 1791 "locationName":"ResourceArn" 1792 } 1793 } 1794 }, 1795 "ListTagsForResourceResponse":{ 1796 "type":"structure", 1797 "members":{ 1798 "Tags":{ 1799 "shape":"TagMap", 1800 "documentation":"<p>Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.</p>", 1801 "locationName":"tags" 1802 } 1803 } 1804 }, 1805 "ManifestName":{ 1806 "type":"string", 1807 "max":256, 1808 "min":1, 1809 "pattern":"[a-zA-Z0-9-]+" 1810 }, 1811 "OriginEndpointListConfiguration":{ 1812 "type":"structure", 1813 "required":[ 1814 "Arn", 1815 "ChannelGroupName", 1816 "ChannelName", 1817 "OriginEndpointName", 1818 "ContainerType" 1819 ], 1820 "members":{ 1821 "Arn":{ 1822 "shape":"String", 1823 "documentation":"<p>The Amazon Resource Name (ARN) associated with the resource.</p>" 1824 }, 1825 "ChannelGroupName":{ 1826 "shape":"ResourceName", 1827 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>" 1828 }, 1829 "ChannelName":{ 1830 "shape":"ResourceName", 1831 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>" 1832 }, 1833 "OriginEndpointName":{ 1834 "shape":"ResourceName", 1835 "documentation":"<p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel. </p>" 1836 }, 1837 "ContainerType":{ 1838 "shape":"ContainerType", 1839 "documentation":"<p>The type of container attached to this origin endpoint. A container type is a file format that encapsulates one or more media streams, such as audio and video, into a single file. </p>" 1840 }, 1841 "Description":{ 1842 "shape":"ResourceDescription", 1843 "documentation":"<p>Any descriptive information that you want to add to the origin endpoint for future identification purposes.</p>" 1844 }, 1845 "CreatedAt":{ 1846 "shape":"Timestamp", 1847 "documentation":"<p>The date and time the origin endpoint was created.</p>" 1848 }, 1849 "ModifiedAt":{ 1850 "shape":"Timestamp", 1851 "documentation":"<p>The date and time the origin endpoint was modified.</p>" 1852 }, 1853 "HlsManifests":{ 1854 "shape":"ListHlsManifests", 1855 "documentation":"<p>An HTTP live streaming (HLS) manifest configuration.</p>" 1856 }, 1857 "LowLatencyHlsManifests":{ 1858 "shape":"ListLowLatencyHlsManifests", 1859 "documentation":"<p>A low-latency HLS manifest configuration.</p>" 1860 } 1861 }, 1862 "documentation":"<p>The configuration of the origin endpoint.</p>" 1863 }, 1864 "OriginEndpointsList":{ 1865 "type":"list", 1866 "member":{"shape":"OriginEndpointListConfiguration"} 1867 }, 1868 "PolicyText":{ 1869 "type":"string", 1870 "max":6144, 1871 "min":0 1872 }, 1873 "PresetSpeke20Audio":{ 1874 "type":"string", 1875 "enum":[ 1876 "PRESET_AUDIO_1", 1877 "PRESET_AUDIO_2", 1878 "PRESET_AUDIO_3", 1879 "SHARED", 1880 "UNENCRYPTED" 1881 ] 1882 }, 1883 "PresetSpeke20Video":{ 1884 "type":"string", 1885 "enum":[ 1886 "PRESET_VIDEO_1", 1887 "PRESET_VIDEO_2", 1888 "PRESET_VIDEO_3", 1889 "PRESET_VIDEO_4", 1890 "PRESET_VIDEO_5", 1891 "PRESET_VIDEO_6", 1892 "PRESET_VIDEO_7", 1893 "PRESET_VIDEO_8", 1894 "SHARED", 1895 "UNENCRYPTED" 1896 ] 1897 }, 1898 "PutChannelPolicyRequest":{ 1899 "type":"structure", 1900 "required":[ 1901 "ChannelGroupName", 1902 "ChannelName", 1903 "Policy" 1904 ], 1905 "members":{ 1906 "ChannelGroupName":{ 1907 "shape":"ResourceName", 1908 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>", 1909 "location":"uri", 1910 "locationName":"ChannelGroupName" 1911 }, 1912 "ChannelName":{ 1913 "shape":"ResourceName", 1914 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>", 1915 "location":"uri", 1916 "locationName":"ChannelName" 1917 }, 1918 "Policy":{ 1919 "shape":"PolicyText", 1920 "documentation":"<p>The policy to attach to the specified channel.</p>" 1921 } 1922 } 1923 }, 1924 "PutChannelPolicyResponse":{ 1925 "type":"structure", 1926 "members":{ 1927 } 1928 }, 1929 "PutOriginEndpointPolicyRequest":{ 1930 "type":"structure", 1931 "required":[ 1932 "ChannelGroupName", 1933 "ChannelName", 1934 "OriginEndpointName", 1935 "Policy" 1936 ], 1937 "members":{ 1938 "ChannelGroupName":{ 1939 "shape":"ResourceName", 1940 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>", 1941 "location":"uri", 1942 "locationName":"ChannelGroupName" 1943 }, 1944 "ChannelName":{ 1945 "shape":"ResourceName", 1946 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>", 1947 "location":"uri", 1948 "locationName":"ChannelName" 1949 }, 1950 "OriginEndpointName":{ 1951 "shape":"ResourceName", 1952 "documentation":"<p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel. </p>", 1953 "location":"uri", 1954 "locationName":"OriginEndpointName" 1955 }, 1956 "Policy":{ 1957 "shape":"PolicyText", 1958 "documentation":"<p>The policy to attach to the specified origin endpoint.</p>" 1959 } 1960 } 1961 }, 1962 "PutOriginEndpointPolicyResponse":{ 1963 "type":"structure", 1964 "members":{ 1965 } 1966 }, 1967 "ResourceDescription":{ 1968 "type":"string", 1969 "max":1024, 1970 "min":0 1971 }, 1972 "ResourceName":{ 1973 "type":"string", 1974 "max":256, 1975 "min":1, 1976 "pattern":"[a-zA-Z0-9_-]+" 1977 }, 1978 "ResourceNotFoundException":{ 1979 "type":"structure", 1980 "members":{ 1981 "Message":{"shape":"String"}, 1982 "ResourceTypeNotFound":{ 1983 "shape":"ResourceTypeNotFound", 1984 "documentation":"<p>The specified resource type wasn't found.</p>" 1985 } 1986 }, 1987 "documentation":"<p>The specified resource doesn't exist.</p>", 1988 "error":{ 1989 "httpStatusCode":404, 1990 "senderFault":true 1991 }, 1992 "exception":true 1993 }, 1994 "ResourceTypeNotFound":{ 1995 "type":"string", 1996 "enum":[ 1997 "CHANNEL_GROUP", 1998 "CHANNEL", 1999 "ORIGIN_ENDPOINT" 2000 ] 2001 }, 2002 "Scte":{ 2003 "type":"structure", 2004 "members":{ 2005 "ScteFilter":{ 2006 "shape":"ScteFilterList", 2007 "documentation":"<p>The SCTE-35 message types that you want to be treated as ad markers in the output.</p>" 2008 } 2009 }, 2010 "documentation":"<p>The SCTE configuration.</p>" 2011 }, 2012 "ScteFilter":{ 2013 "type":"string", 2014 "enum":[ 2015 "SPLICE_INSERT", 2016 "BREAK", 2017 "PROVIDER_ADVERTISEMENT", 2018 "DISTRIBUTOR_ADVERTISEMENT", 2019 "PROVIDER_PLACEMENT_OPPORTUNITY", 2020 "DISTRIBUTOR_PLACEMENT_OPPORTUNITY", 2021 "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY", 2022 "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY", 2023 "PROGRAM" 2024 ] 2025 }, 2026 "ScteFilterList":{ 2027 "type":"list", 2028 "member":{"shape":"ScteFilter"}, 2029 "max":100, 2030 "min":0 2031 }, 2032 "ScteHls":{ 2033 "type":"structure", 2034 "members":{ 2035 "AdMarkerHls":{ 2036 "shape":"AdMarkerHls", 2037 "documentation":"<p>Ad markers indicate when ads should be inserted during playback. If you include ad markers in the content stream in your upstream encoders, then you need to inform MediaPackage what to do with the ad markers in the output. Choose what you want MediaPackage to do with the ad markers.</p> <p>Value description: </p> <ul> <li> <p>DATERANGE - Insert EXT-X-DATERANGE tags to signal ad and program transition events in TS and CMAF manifests. If you use DATERANGE, you must set a programDateTimeIntervalSeconds value of 1 or higher. To learn more about DATERANGE, see <a href=\"http://docs.aws.amazon.com/mediapackage/latest/ug/scte-35-ad-marker-ext-x-daterange.html\">SCTE-35 Ad Marker EXT-X-DATERANGE</a>.</p> </li> </ul>" 2038 } 2039 }, 2040 "documentation":"<p>The SCTE configuration.</p>" 2041 }, 2042 "Segment":{ 2043 "type":"structure", 2044 "members":{ 2045 "SegmentDurationSeconds":{ 2046 "shape":"SegmentSegmentDurationSecondsInteger", 2047 "documentation":"<p>The duration (in seconds) of each segment. Enter a value equal to, or a multiple of, the input segment duration. If the value that you enter is different from the input segment duration, MediaPackage rounds segments to the nearest multiple of the input segment duration.</p>" 2048 }, 2049 "SegmentName":{ 2050 "shape":"SegmentSegmentNameString", 2051 "documentation":"<p>The name that describes the segment. The name is the base name of the segment used in all content manifests inside of the endpoint. You can't use spaces in the name.</p>" 2052 }, 2053 "TsUseAudioRenditionGroup":{ 2054 "shape":"Boolean", 2055 "documentation":"<p>When selected, MediaPackage bundles all audio tracks in a rendition group. All other tracks in the stream can be used with any audio rendition from the group.</p>" 2056 }, 2057 "IncludeIframeOnlyStreams":{ 2058 "shape":"Boolean", 2059 "documentation":"<p>When selected, the stream set includes an additional I-frame only stream, along with the other tracks. If false, this extra stream is not included. MediaPackage generates an I-frame only stream from the first rendition in the manifest. The service inserts EXT-I-FRAMES-ONLY tags in the output manifest, and then generates and includes an I-frames only playlist in the stream. This playlist permits player functionality like fast forward and rewind.</p>" 2060 }, 2061 "TsIncludeDvbSubtitles":{ 2062 "shape":"Boolean", 2063 "documentation":"<p>By default, MediaPackage excludes all digital video broadcasting (DVB) subtitles from the output. When selected, MediaPackage passes through DVB subtitles into the output.</p>" 2064 }, 2065 "Scte":{ 2066 "shape":"Scte", 2067 "documentation":"<p>The SCTE configuration options in the segment settings.</p>" 2068 }, 2069 "Encryption":{"shape":"Encryption"} 2070 }, 2071 "documentation":"<p>The segment configuration, including the segment name, duration, and other configuration values.</p>" 2072 }, 2073 "SegmentSegmentDurationSecondsInteger":{ 2074 "type":"integer", 2075 "box":true, 2076 "max":30, 2077 "min":1 2078 }, 2079 "SegmentSegmentNameString":{ 2080 "type":"string", 2081 "max":256, 2082 "min":1, 2083 "pattern":"[a-zA-Z0-9_-]+" 2084 }, 2085 "ServiceQuotaExceededException":{ 2086 "type":"structure", 2087 "members":{ 2088 "Message":{"shape":"String"} 2089 }, 2090 "documentation":"<p>The request would cause a service quota to be exceeded.</p>", 2091 "error":{ 2092 "httpStatusCode":402, 2093 "senderFault":true 2094 }, 2095 "exception":true 2096 }, 2097 "SpekeKeyProvider":{ 2098 "type":"structure", 2099 "required":[ 2100 "EncryptionContractConfiguration", 2101 "ResourceId", 2102 "DrmSystems", 2103 "RoleArn", 2104 "Url" 2105 ], 2106 "members":{ 2107 "EncryptionContractConfiguration":{ 2108 "shape":"EncryptionContractConfiguration", 2109 "documentation":"<p>Configure one or more content encryption keys for your endpoints that use SPEKE Version 2.0. The encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream. To configure the encryption contract, specify which audio and video encryption presets to use.</p>" 2110 }, 2111 "ResourceId":{ 2112 "shape":"SpekeKeyProviderResourceIdString", 2113 "documentation":"<p>The unique identifier for the content. The service sends this to the key server to identify the current endpoint. How unique you make this depends on how fine-grained you want access controls to be. The service does not permit you to use the same ID for two simultaneous encryption processes. The resource ID is also known as the content ID.</p> <p>The following example shows a resource ID: <code>MovieNight20171126093045</code> </p>" 2114 }, 2115 "DrmSystems":{ 2116 "shape":"SpekeKeyProviderDrmSystemsList", 2117 "documentation":"<p>The DRM solution provider you're using to protect your content during distribution.</p>" 2118 }, 2119 "RoleArn":{ 2120 "shape":"SpekeKeyProviderRoleArnString", 2121 "documentation":"<p>The ARN for the IAM role granted by the key provider that provides access to the key provider API. This role must have a trust policy that allows MediaPackage to assume the role, and it must have a sufficient permissions policy to allow access to the specific key retrieval URL. Get this from your DRM solution provider.</p> <p>Valid format: <code>arn:aws:iam::{accountID}:role/{name}</code>. The following example shows a role ARN: <code>arn:aws:iam::444455556666:role/SpekeAccess</code> </p>" 2122 }, 2123 "Url":{ 2124 "shape":"SpekeKeyProviderUrlString", 2125 "documentation":"<p>The URL of the API Gateway proxy that you set up to talk to your key server. The API Gateway proxy must reside in the same AWS Region as MediaPackage and must start with https://.</p> <p>The following example shows a URL: <code>https://1wm2dx1f33.execute-api.us-west-2.amazonaws.com/SpekeSample/copyProtection</code> </p>" 2126 } 2127 }, 2128 "documentation":"<p>The parameters for the SPEKE key provider.</p>" 2129 }, 2130 "SpekeKeyProviderDrmSystemsList":{ 2131 "type":"list", 2132 "member":{"shape":"DrmSystem"}, 2133 "max":4, 2134 "min":1 2135 }, 2136 "SpekeKeyProviderResourceIdString":{ 2137 "type":"string", 2138 "max":256, 2139 "min":1, 2140 "pattern":"[0-9a-zA-Z_-]+" 2141 }, 2142 "SpekeKeyProviderRoleArnString":{ 2143 "type":"string", 2144 "max":2048, 2145 "min":1 2146 }, 2147 "SpekeKeyProviderUrlString":{ 2148 "type":"string", 2149 "max":1024, 2150 "min":1 2151 }, 2152 "String":{"type":"string"}, 2153 "TagArn":{"type":"string"}, 2154 "TagKey":{"type":"string"}, 2155 "TagKeyList":{ 2156 "type":"list", 2157 "member":{"shape":"TagKey"} 2158 }, 2159 "TagMap":{ 2160 "type":"map", 2161 "key":{"shape":"TagKey"}, 2162 "value":{"shape":"TagValue"} 2163 }, 2164 "TagResourceRequest":{ 2165 "type":"structure", 2166 "required":[ 2167 "ResourceArn", 2168 "Tags" 2169 ], 2170 "members":{ 2171 "ResourceArn":{ 2172 "shape":"TagArn", 2173 "documentation":"<p>The ARN of the MediaPackage resource that you're adding tags to.</p>", 2174 "location":"uri", 2175 "locationName":"ResourceArn" 2176 }, 2177 "Tags":{ 2178 "shape":"TagMap", 2179 "documentation":"<p>Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.</p>", 2180 "locationName":"tags" 2181 } 2182 } 2183 }, 2184 "TagValue":{"type":"string"}, 2185 "ThrottlingException":{ 2186 "type":"structure", 2187 "members":{ 2188 "Message":{"shape":"String"} 2189 }, 2190 "documentation":"<p>The request throughput limit was exceeded.</p>", 2191 "error":{ 2192 "httpStatusCode":429, 2193 "senderFault":true 2194 }, 2195 "exception":true 2196 }, 2197 "Timestamp":{"type":"timestamp"}, 2198 "TsEncryptionMethod":{ 2199 "type":"string", 2200 "enum":[ 2201 "AES_128", 2202 "SAMPLE_AES" 2203 ] 2204 }, 2205 "UntagResourceRequest":{ 2206 "type":"structure", 2207 "required":[ 2208 "ResourceArn", 2209 "TagKeys" 2210 ], 2211 "members":{ 2212 "ResourceArn":{ 2213 "shape":"TagArn", 2214 "documentation":"<p>The ARN of the MediaPackage resource that you're removing tags from.</p>", 2215 "location":"uri", 2216 "locationName":"ResourceArn" 2217 }, 2218 "TagKeys":{ 2219 "shape":"TagKeyList", 2220 "documentation":"<p>The list of tag keys to remove from the resource.</p>", 2221 "location":"querystring", 2222 "locationName":"tagKeys" 2223 } 2224 } 2225 }, 2226 "UpdateChannelGroupRequest":{ 2227 "type":"structure", 2228 "required":["ChannelGroupName"], 2229 "members":{ 2230 "ChannelGroupName":{ 2231 "shape":"ResourceName", 2232 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>", 2233 "location":"uri", 2234 "locationName":"ChannelGroupName" 2235 }, 2236 "Description":{ 2237 "shape":"ResourceDescription", 2238 "documentation":"<p>Any descriptive information that you want to add to the channel group for future identification purposes.</p>" 2239 } 2240 } 2241 }, 2242 "UpdateChannelGroupResponse":{ 2243 "type":"structure", 2244 "required":[ 2245 "ChannelGroupName", 2246 "Arn", 2247 "EgressDomain", 2248 "CreatedAt", 2249 "ModifiedAt" 2250 ], 2251 "members":{ 2252 "ChannelGroupName":{ 2253 "shape":"String", 2254 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>" 2255 }, 2256 "Arn":{ 2257 "shape":"String", 2258 "documentation":"<p>The Amazon Resource Name (ARN) associated with the resource.</p>" 2259 }, 2260 "EgressDomain":{ 2261 "shape":"String", 2262 "documentation":"<p>The output domain where the source stream is sent. Integrate the domain with a downstream CDN (such as Amazon CloudFront) or playback device.</p>" 2263 }, 2264 "CreatedAt":{ 2265 "shape":"Timestamp", 2266 "documentation":"<p>The date and time the channel group was created.</p>" 2267 }, 2268 "ModifiedAt":{ 2269 "shape":"Timestamp", 2270 "documentation":"<p>The date and time the channel group was modified.</p>" 2271 }, 2272 "Description":{ 2273 "shape":"ResourceDescription", 2274 "documentation":"<p>The description for your channel group.</p>" 2275 }, 2276 "Tags":{ 2277 "shape":"TagMap", 2278 "documentation":"<p>The comma-separated list of tag key:value pairs assigned to the channel group.</p>", 2279 "locationName":"tags" 2280 } 2281 } 2282 }, 2283 "UpdateChannelRequest":{ 2284 "type":"structure", 2285 "required":[ 2286 "ChannelGroupName", 2287 "ChannelName" 2288 ], 2289 "members":{ 2290 "ChannelGroupName":{ 2291 "shape":"ResourceName", 2292 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>", 2293 "location":"uri", 2294 "locationName":"ChannelGroupName" 2295 }, 2296 "ChannelName":{ 2297 "shape":"ResourceName", 2298 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>", 2299 "location":"uri", 2300 "locationName":"ChannelName" 2301 }, 2302 "Description":{ 2303 "shape":"ResourceDescription", 2304 "documentation":"<p>Any descriptive information that you want to add to the channel for future identification purposes.</p>" 2305 } 2306 } 2307 }, 2308 "UpdateChannelResponse":{ 2309 "type":"structure", 2310 "required":[ 2311 "Arn", 2312 "ChannelName", 2313 "ChannelGroupName", 2314 "CreatedAt", 2315 "ModifiedAt" 2316 ], 2317 "members":{ 2318 "Arn":{ 2319 "shape":"String", 2320 "documentation":"<p>The Amazon Resource Name (ARN) associated with the resource.</p>" 2321 }, 2322 "ChannelName":{ 2323 "shape":"String", 2324 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.</p>" 2325 }, 2326 "ChannelGroupName":{ 2327 "shape":"String", 2328 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>" 2329 }, 2330 "CreatedAt":{ 2331 "shape":"Timestamp", 2332 "documentation":"<p>The date and time the channel was created.</p>" 2333 }, 2334 "ModifiedAt":{ 2335 "shape":"Timestamp", 2336 "documentation":"<p>The date and time the channel was modified.</p>" 2337 }, 2338 "Description":{ 2339 "shape":"ResourceDescription", 2340 "documentation":"<p>The description for your channel.</p>" 2341 }, 2342 "IngestEndpoints":{"shape":"IngestEndpointList"}, 2343 "Tags":{ 2344 "shape":"TagMap", 2345 "documentation":"<p>The comma-separated list of tag key:value pairs assigned to the channel.</p>", 2346 "locationName":"tags" 2347 } 2348 } 2349 }, 2350 "UpdateOriginEndpointRequest":{ 2351 "type":"structure", 2352 "required":[ 2353 "ChannelGroupName", 2354 "ChannelName", 2355 "OriginEndpointName", 2356 "ContainerType" 2357 ], 2358 "members":{ 2359 "ChannelGroupName":{ 2360 "shape":"ResourceName", 2361 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>", 2362 "location":"uri", 2363 "locationName":"ChannelGroupName" 2364 }, 2365 "ChannelName":{ 2366 "shape":"ResourceName", 2367 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. </p>", 2368 "location":"uri", 2369 "locationName":"ChannelName" 2370 }, 2371 "OriginEndpointName":{ 2372 "shape":"ResourceName", 2373 "documentation":"<p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel. </p>", 2374 "location":"uri", 2375 "locationName":"OriginEndpointName" 2376 }, 2377 "ContainerType":{ 2378 "shape":"ContainerType", 2379 "documentation":"<p>The type of container attached to this origin endpoint. A container type is a file format that encapsulates one or more media streams, such as audio and video, into a single file. </p>" 2380 }, 2381 "Segment":{ 2382 "shape":"Segment", 2383 "documentation":"<p>The segment configuration, including the segment name, duration, and other configuration values.</p>" 2384 }, 2385 "Description":{ 2386 "shape":"ResourceDescription", 2387 "documentation":"<p>Any descriptive information that you want to add to the origin endpoint for future identification purposes.</p>" 2388 }, 2389 "StartoverWindowSeconds":{ 2390 "shape":"UpdateOriginEndpointRequestStartoverWindowSecondsInteger", 2391 "documentation":"<p>The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window. The maximum startover window is 1,209,600 seconds (14 days).</p>" 2392 }, 2393 "HlsManifests":{ 2394 "shape":"CreateHlsManifests", 2395 "documentation":"<p>An HTTP live streaming (HLS) manifest configuration.</p>" 2396 }, 2397 "LowLatencyHlsManifests":{ 2398 "shape":"CreateLowLatencyHlsManifests", 2399 "documentation":"<p>A low-latency HLS manifest configuration.</p>" 2400 } 2401 } 2402 }, 2403 "UpdateOriginEndpointRequestStartoverWindowSecondsInteger":{ 2404 "type":"integer", 2405 "box":true, 2406 "max":1209600, 2407 "min":60 2408 }, 2409 "UpdateOriginEndpointResponse":{ 2410 "type":"structure", 2411 "required":[ 2412 "Arn", 2413 "ChannelGroupName", 2414 "ChannelName", 2415 "OriginEndpointName", 2416 "ContainerType", 2417 "Segment", 2418 "CreatedAt", 2419 "ModifiedAt" 2420 ], 2421 "members":{ 2422 "Arn":{ 2423 "shape":"String", 2424 "documentation":"<p>The ARN associated with the resource.</p>" 2425 }, 2426 "ChannelGroupName":{ 2427 "shape":"ResourceName", 2428 "documentation":"<p>The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.</p>" 2429 }, 2430 "ChannelName":{ 2431 "shape":"ResourceName", 2432 "documentation":"<p>The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.</p>" 2433 }, 2434 "OriginEndpointName":{ 2435 "shape":"ResourceName", 2436 "documentation":"<p>The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.</p>" 2437 }, 2438 "ContainerType":{ 2439 "shape":"ContainerType", 2440 "documentation":"<p>The type of container attached to this origin endpoint.</p>" 2441 }, 2442 "Segment":{ 2443 "shape":"Segment", 2444 "documentation":"<p>The segment configuration, including the segment name, duration, and other configuration values.</p>" 2445 }, 2446 "CreatedAt":{ 2447 "shape":"Timestamp", 2448 "documentation":"<p>The date and time the origin endpoint was created.</p>" 2449 }, 2450 "ModifiedAt":{ 2451 "shape":"Timestamp", 2452 "documentation":"<p>The date and time the origin endpoint was modified.</p>" 2453 }, 2454 "Description":{ 2455 "shape":"ResourceDescription", 2456 "documentation":"<p>The description of the origin endpoint.</p>" 2457 }, 2458 "StartoverWindowSeconds":{ 2459 "shape":"Integer", 2460 "documentation":"<p>The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window.</p>" 2461 }, 2462 "HlsManifests":{ 2463 "shape":"GetHlsManifests", 2464 "documentation":"<p>An HTTP live streaming (HLS) manifest configuration.</p>" 2465 }, 2466 "LowLatencyHlsManifests":{ 2467 "shape":"GetLowLatencyHlsManifests", 2468 "documentation":"<p>A low-latency HLS manifest configuration.</p>" 2469 }, 2470 "Tags":{ 2471 "shape":"TagMap", 2472 "documentation":"<p>The comma-separated list of tag key:value pairs assigned to the origin endpoint.</p>", 2473 "locationName":"tags" 2474 } 2475 } 2476 }, 2477 "ValidationException":{ 2478 "type":"structure", 2479 "members":{ 2480 "Message":{"shape":"String"}, 2481 "ValidationExceptionType":{ 2482 "shape":"ValidationExceptionType", 2483 "documentation":"<p>The type of ValidationException.</p>" 2484 } 2485 }, 2486 "documentation":"<p>The input failed to meet the constraints specified by the AWS service.</p>", 2487 "exception":true 2488 }, 2489 "ValidationExceptionType":{ 2490 "type":"string", 2491 "enum":[ 2492 "CONTAINER_TYPE_IMMUTABLE", 2493 "INVALID_PAGINATION_TOKEN", 2494 "INVALID_PAGINATION_MAX_RESULTS", 2495 "INVALID_POLICY", 2496 "INVALID_ROLE_ARN", 2497 "MANIFEST_NAME_COLLISION", 2498 "ENCRYPTION_METHOD_CONTAINER_TYPE_MISMATCH", 2499 "CENC_IV_INCOMPATIBLE", 2500 "ENCRYPTION_CONTRACT_WITHOUT_AUDIO_RENDITION_INCOMPATIBLE", 2501 "ENCRYPTION_CONTRACT_UNENCRYPTED", 2502 "ENCRYPTION_CONTRACT_SHARED", 2503 "NUM_MANIFESTS_LOW", 2504 "NUM_MANIFESTS_HIGH", 2505 "DRM_SYSTEMS_ENCRYPTION_METHOD_INCOMPATIBLE", 2506 "ROLE_ARN_NOT_ASSUMABLE", 2507 "ROLE_ARN_LENGTH_OUT_OF_RANGE", 2508 "ROLE_ARN_INVALID_FORMAT", 2509 "URL_INVALID", 2510 "URL_SCHEME", 2511 "URL_USER_INFO", 2512 "URL_PORT", 2513 "URL_UNKNOWN_HOST", 2514 "URL_LOCAL_ADDRESS", 2515 "URL_LOOPBACK_ADDRESS", 2516 "URL_LINK_LOCAL_ADDRESS", 2517 "URL_MULTICAST_ADDRESS", 2518 "MEMBER_INVALID", 2519 "MEMBER_MISSING", 2520 "MEMBER_MIN_VALUE", 2521 "MEMBER_MAX_VALUE", 2522 "MEMBER_MIN_LENGTH", 2523 "MEMBER_MAX_LENGTH", 2524 "MEMBER_INVALID_ENUM_VALUE", 2525 "MEMBER_DOES_NOT_MATCH_PATTERN", 2526 "INVALID_MANIFEST_FILTER", 2527 "INVALID_TIME_DELAY_SECONDS", 2528 "END_TIME_EARLIER_THAN_START_TIME" 2529 ] 2530 } 2531 }, 2532 "documentation":"<note> <p>This guide is intended for creating AWS Elemental MediaPackage resources in MediaPackage Version 2 (v2) starting from May 2023. To get started with MediaPackage v2, create your MediaPackage resources. There isn't an automated process to migrate your resources from MediaPackage v1 to MediaPackage v2. </p> <p>The names of the entities that you use to access this API, like URLs and ARNs, all have the versioning information added, like \"v2\", to distinguish from the prior version. If you used MediaPackage prior to this release, you can't use the MediaPackage v2 CLI or the MediaPackage v2 API to access any MediaPackage v1 resources.</p> <p>If you created resources in MediaPackage v1, use video on demand (VOD) workflows, and aren't looking to migrate to MediaPackage v2 yet, see the <a href=\"https://docs.aws.amazon.com/mediapackage/latest/apireference/what-is.html\">MediaPackage v1 Live API Reference</a>.</p> </note> <p>This is the AWS Elemental MediaPackage v2 Live REST API Reference. It describes all the MediaPackage API operations for live content in detail, and provides sample requests, responses, and errors for the supported web services protocols.</p> <p>We assume that you have the IAM permissions that you need to use MediaPackage via the REST API. We also assume that you are familiar with the features and operations of MediaPackage, as described in the AWS Elemental MediaPackage User Guide.</p>" 2533} 2534