AWS.Tools.MediaConnect.XML
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 |
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.MediaConnect</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.EMCN.AddEMCNFlowOutputCmdlet"> <summary> Adds outputs to an existing flow. You can create up to 20 outputs per flow. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.AddEMCNFlowOutputCmdlet.FlowArn"> <summary> <para> The flow that you want to add outputs to. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.AddEMCNFlowOutputCmdlet.Output"> <summary> <para> A list of outputs that you want to add. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.AddEMCNFlowOutputCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Outputs'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConnect.Model.AddFlowOutputsResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.AddFlowOutputsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.AddEMCNFlowOutputCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the FlowArn parameter. The -PassThru parameter is deprecated, use -Select '^FlowArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.AddEMCNFlowOutputCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EMCN.AddEMCNResourceTagCmdlet"> <summary> Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are deleted as well. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.AddEMCNResourceTagCmdlet.ResourceArn"> <summary> <para> The Amazon Resource Name (ARN) that identifies the AWS Elemental MediaConnect resource to which to add tags. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.AddEMCNResourceTagCmdlet.Tag"> <summary> <para> A map from tag keys to values. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.AddEMCNResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConnect.Model.TagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.AddEMCNResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceArn parameter. The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.AddEMCNResourceTagCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNEntitlementListCmdlet"> <summary> Displays a list of all entitlements that have been granted to this account. This request returns 20 results per page.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNEntitlementListCmdlet.MaxResult"> <summary> <para> The maximum number of results to return per API request. For example, you submit a ListEntitlements request with MaxResults set at 5. Although 20 items match your request, the service returns no more than the first 5 items. (The service also returns a NextToken value that you can use to fetch the next batch of results.) The service might return fewer results than the MaxResults value. If MaxResults is not included in the request, the service defaults to pagination with a maximum of 20 results per page. </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>20</b>'.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNEntitlementListCmdlet.NextToken"> <summary> <para> The token that identifies which batch of results that you want to see. For example, you submit a ListEntitlements request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListEntitlements request a second time and specify the NextToken value. </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNEntitlementListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Entitlements'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConnect.Model.ListEntitlementsResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.ListEntitlementsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNEntitlementListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNFlowCmdlet"> <summary> Displays the details of a flow. The response includes the flow ARN, name, and Availability Zone, as well as details about the source, outputs, and entitlements. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNFlowCmdlet.FlowArn"> <summary> <para> The ARN of the flow that you want to describe. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNFlowCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConnect.Model.DescribeFlowResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.DescribeFlowResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNFlowCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the FlowArn parameter. The -PassThru parameter is deprecated, use -Select '^FlowArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNFlowListCmdlet"> <summary> Displays a list of flows that are associated with this account. This request returns a paginated result.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNFlowListCmdlet.MaxResult"> <summary> <para> The maximum number of results to return per API request. For example, you submit a ListFlows request with MaxResults set at 5. Although 20 items match your request, the service returns no more than the first 5 items. (The service also returns a NextToken value that you can use to fetch the next batch of results.) The service might return fewer results than the MaxResults value. If MaxResults is not included in the request, the service defaults to pagination with a maximum of 10 results per page. </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>20</b>'.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNFlowListCmdlet.NextToken"> <summary> <para> The token that identifies which batch of results that you want to see. For example, you submit a ListFlows request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListFlows request a second time and specify the NextToken value. </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNFlowListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Flows'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConnect.Model.ListFlowsResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.ListFlowsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNFlowListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNResourceTagCmdlet"> <summary> List all tags on an AWS Elemental MediaConnect resource </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNResourceTagCmdlet.ResourceArn"> <summary> <para> The Amazon Resource Name (ARN) that identifies the AWS Elemental MediaConnect resource for which to list the tags. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Tags'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConnect.Model.ListTagsForResourceResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.ListTagsForResourceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceArn parameter. The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EMCN.GrantEMCNFlowEntitlementCmdlet"> <summary> Grants entitlements to an existing flow. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GrantEMCNFlowEntitlementCmdlet.Entitlement"> <summary> <para> The list of entitlements that you want to grant. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GrantEMCNFlowEntitlementCmdlet.FlowArn"> <summary> <para> The flow that you want to grant entitlements on. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GrantEMCNFlowEntitlementCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Entitlements'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConnect.Model.GrantFlowEntitlementsResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.GrantFlowEntitlementsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GrantEMCNFlowEntitlementCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the FlowArn parameter. The -PassThru parameter is deprecated, use -Select '^FlowArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GrantEMCNFlowEntitlementCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EMCN.NewEMCNFlowCmdlet"> <summary> Creates a new flow. The request must include one source. The request optionally can include outputs (up to 20) and entitlements (up to 50). </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.NewEMCNFlowCmdlet.AvailabilityZone"> <summary> <para> The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS Region. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.NewEMCNFlowCmdlet.Entitlement"> <summary> <para> The entitlements that you want to grant on a flow. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.NewEMCNFlowCmdlet.Name"> <summary> <para> The name of the flow. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.NewEMCNFlowCmdlet.Output"> <summary> <para> The outputs that you want to add to this flow. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.NewEMCNFlowCmdlet.Source"> <summary> <para> The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.NewEMCNFlowCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Flow'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConnect.Model.CreateFlowResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.CreateFlowResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.NewEMCNFlowCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Name parameter. The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.NewEMCNFlowCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EMCN.RemoveEMCNFlowCmdlet"> <summary> Deletes a flow. Before you can delete a flow, you must stop the flow. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RemoveEMCNFlowCmdlet.FlowArn"> <summary> <para> The ARN of the flow that you want to delete. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RemoveEMCNFlowCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConnect.Model.DeleteFlowResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.DeleteFlowResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RemoveEMCNFlowCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the FlowArn parameter. The -PassThru parameter is deprecated, use -Select '^FlowArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RemoveEMCNFlowCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EMCN.RemoveEMCNFlowOutputCmdlet"> <summary> Removes an output from an existing flow. This request can be made only on an output that does not have an entitlement associated with it. If the output has an entitlement, you must revoke the entitlement instead. When an entitlement is revoked from a flow, the service automatically removes the associated output. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RemoveEMCNFlowOutputCmdlet.FlowArn"> <summary> <para> The flow that you want to remove an output from. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RemoveEMCNFlowOutputCmdlet.OutputArn"> <summary> <para> The ARN of the output that you want to remove. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RemoveEMCNFlowOutputCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConnect.Model.RemoveFlowOutputResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.RemoveFlowOutputResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RemoveEMCNFlowOutputCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the OutputArn parameter. The -PassThru parameter is deprecated, use -Select '^OutputArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RemoveEMCNFlowOutputCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EMCN.RemoveEMCNResourceTagCmdlet"> <summary> Deletes specified tags from a resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RemoveEMCNResourceTagCmdlet.ResourceArn"> <summary> <para> The Amazon Resource Name (ARN) that identifies the AWS Elemental MediaConnect resource from which to delete tags. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RemoveEMCNResourceTagCmdlet.TagKey"> <summary> <para> The keys of the tags to be removed. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RemoveEMCNResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConnect.Model.UntagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RemoveEMCNResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceArn parameter. The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RemoveEMCNResourceTagCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EMCN.RevokeEMCNFlowEntitlementCmdlet"> <summary> Revokes an entitlement from a flow. Once an entitlement is revoked, the content becomes unavailable to the subscriber and the associated output is removed. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RevokeEMCNFlowEntitlementCmdlet.EntitlementArn"> <summary> <para> The ARN of the entitlement that you want to revoke. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RevokeEMCNFlowEntitlementCmdlet.FlowArn"> <summary> <para> The flow that you want to revoke an entitlement from. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RevokeEMCNFlowEntitlementCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConnect.Model.RevokeFlowEntitlementResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.RevokeFlowEntitlementResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RevokeEMCNFlowEntitlementCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the EntitlementArn parameter. The -PassThru parameter is deprecated, use -Select '^EntitlementArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RevokeEMCNFlowEntitlementCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EMCN.StartEMCNFlowCmdlet"> <summary> Starts a flow. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.StartEMCNFlowCmdlet.FlowArn"> <summary> <para> The ARN of the flow that you want to start. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.StartEMCNFlowCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConnect.Model.StartFlowResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.StartFlowResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.StartEMCNFlowCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the FlowArn parameter. The -PassThru parameter is deprecated, use -Select '^FlowArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.StartEMCNFlowCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EMCN.StopEMCNFlowCmdlet"> <summary> Stops a flow. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.StopEMCNFlowCmdlet.FlowArn"> <summary> <para> The ARN of the flow that you want to stop. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.StopEMCNFlowCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConnect.Model.StopFlowResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.StopFlowResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.StopEMCNFlowCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the FlowArn parameter. The -PassThru parameter is deprecated, use -Select '^FlowArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.StopEMCNFlowCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowEntitlementCmdlet"> <summary> You can change an entitlement's description, subscribers, and encryption. If you change the subscribers, the service will remove the outputs that are are used by the subscribers that are removed. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowEntitlementCmdlet.Description"> <summary> <para> A description of the entitlement. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the subscriber or end user. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowEntitlementCmdlet.Encryption"> <summary> <para> The type of encryption that will be used on the output associated with this entitlement. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowEntitlementCmdlet.EntitlementArn"> <summary> <para> The ARN of the entitlement that you want to update. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowEntitlementCmdlet.FlowArn"> <summary> <para> The flow that is associated with the entitlement that you want to update. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowEntitlementCmdlet.Subscriber"> <summary> <para> The AWS account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flow using your content as the source. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowEntitlementCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Entitlement'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConnect.Model.UpdateFlowEntitlementResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.UpdateFlowEntitlementResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowEntitlementCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the EntitlementArn parameter. The -PassThru parameter is deprecated, use -Select '^EntitlementArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowEntitlementCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowOutputCmdlet"> <summary> Updates an existing flow output. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowOutputCmdlet.CidrAllowList"> <summary> <para> The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowOutputCmdlet.Description"> <summary> <para> A description of the output. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the end user. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowOutputCmdlet.Destination"> <summary> <para> The IP address where you want to send the output. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowOutputCmdlet.Encryption"> <summary> <para> The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key). </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowOutputCmdlet.FlowArn"> <summary> <para> The flow that is associated with the output that you want to update. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowOutputCmdlet.MaxLatency"> <summary> <para> The maximum latency in milliseconds for Zixi-based streams. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowOutputCmdlet.OutputArn"> <summary> <para> The ARN of the output that you want to update. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowOutputCmdlet.Port"> <summary> <para> The port to use when content is distributed to this output. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowOutputCmdlet.Protocol"> <summary> <para> The protocol to use for the output. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowOutputCmdlet.RemoteId"> <summary> <para> The remote ID for the Zixi-pull stream. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowOutputCmdlet.SmoothingLatency"> <summary> <para> The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowOutputCmdlet.StreamId"> <summary> <para> The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowOutputCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Output'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConnect.Model.UpdateFlowOutputResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.UpdateFlowOutputResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowOutputCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the OutputArn parameter. The -PassThru parameter is deprecated, use -Select '^OutputArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowOutputCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowSourceCmdlet"> <summary> Updates the source of a flow. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowSourceCmdlet.Decryption"> <summary> <para> The type of encryption used on the content ingested from this source. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowSourceCmdlet.Description"> <summary> <para> A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowSourceCmdlet.EntitlementArn"> <summary> <para> The ARN of the entitlement that allows you to subscribe to this flow. The entitlement is set by the flow originator, and the ARN is generated as part of the originator's flow. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowSourceCmdlet.FlowArn"> <summary> <para> The flow that is associated with the source that you want to update. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowSourceCmdlet.IngestPort"> <summary> <para> The port that the flow will be listening on for incoming content. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowSourceCmdlet.MaxBitrate"> <summary> <para> The smoothing max bitrate for RIST, RTP, and RTP-FEC streams. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowSourceCmdlet.MaxLatency"> <summary> <para> The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowSourceCmdlet.Protocol"> <summary> <para> The protocol that is used by the source. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowSourceCmdlet.SourceArn"> <summary> <para> The ARN of the source that you want to update. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowSourceCmdlet.StreamId"> <summary> <para> The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowSourceCmdlet.WhitelistCidr"> <summary> <para> The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowSourceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Source'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConnect.Model.UpdateFlowSourceResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.UpdateFlowSourceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowSourceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SourceArn parameter. The -PassThru parameter is deprecated, use -Select '^SourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowSourceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> </members> </doc> |