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 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 |
<?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 50 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.AddEMCNFlowSourceCmdlet"> <summary> Adds Sources to flow </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.AddEMCNFlowSourceCmdlet.FlowArn"> <summary> <para> The flow that you want to mutate. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.AddEMCNFlowSourceCmdlet.Source"> <summary> <para> A list of sources that you want to add. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.AddEMCNFlowSourceCmdlet.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.AddFlowSourcesResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.AddFlowSourcesResponse 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.AddEMCNFlowSourceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Source parameter. The -PassThru parameter is deprecated, use -Select '^Source' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.AddEMCNFlowSourceCmdlet.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.AddEMCNFlowVpcInterfaceCmdlet"> <summary> Adds VPC interfaces to flow </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.AddEMCNFlowVpcInterfaceCmdlet.FlowArn"> <summary> <para> The flow that you want to mutate. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.AddEMCNFlowVpcInterfaceCmdlet.VpcInterface"> <summary> <para> A list of VPC interfaces that you want to add. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.AddEMCNFlowVpcInterfaceCmdlet.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.AddFlowVpcInterfacesResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.AddFlowVpcInterfacesResponse 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.AddEMCNFlowVpcInterfaceCmdlet.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.AddEMCNFlowVpcInterfaceCmdlet.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.GetEMCNOfferingCmdlet"> <summary> Displays the details of an offering. The response includes the offering description, duration, outbound bandwidth, price, and Amazon Resource Name (ARN). </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNOfferingCmdlet.OfferingArn"> <summary> <para> The Amazon Resource Name (ARN) of the offering. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNOfferingCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Offering'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConnect.Model.DescribeOfferingResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.DescribeOfferingResponse 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.GetEMCNOfferingCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the OfferingArn parameter. The -PassThru parameter is deprecated, use -Select '^OfferingArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNOfferingListCmdlet"> <summary> Displays a list of all offerings that are available to this account in the current AWS Region. If you have an active reservation (which means you've purchased an offering that has already started and hasn't expired yet), your account isn't eligible for other offerings.<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.GetEMCNOfferingListCmdlet.MaxResult"> <summary> <para> The maximum number of results to return per API request. For example, you submit a ListOfferings 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> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNOfferingListCmdlet.NextToken"> <summary> <para> The token that identifies which batch of results that you want to see. For example, you submit a ListOfferings 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 ListOfferings 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.GetEMCNOfferingListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Offerings'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConnect.Model.ListOfferingsResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.ListOfferingsResponse 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.GetEMCNOfferingListCmdlet.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.GetEMCNReservationCmdlet"> <summary> Displays the details of a reservation. The response includes the reservation name, state, start date and time, and the details of the offering that make up the rest of the reservation (such as price, duration, and outbound bandwidth). </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNReservationCmdlet.ReservationArn"> <summary> <para> The Amazon Resource Name (ARN) of the reservation. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNReservationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Reservation'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConnect.Model.DescribeReservationResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.DescribeReservationResponse 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.GetEMCNReservationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ReservationArn parameter. The -PassThru parameter is deprecated, use -Select '^ReservationArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNReservationListCmdlet"> <summary> Displays a list of all reservations that have been purchased by this account in the current AWS Region. This list includes all reservations in all states (such as active and expired).<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.GetEMCNReservationListCmdlet.MaxResult"> <summary> <para> The maximum number of results to return per API request. For example, you submit a ListReservations 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> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.GetEMCNReservationListCmdlet.NextToken"> <summary> <para> The token that identifies which batch of results that you want to see. For example, you submit a ListReservations 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 ListOfferings 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.GetEMCNReservationListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Reservations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConnect.Model.ListReservationsResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.ListReservationsResponse 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.GetEMCNReservationListCmdlet.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 50) 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.SourceFailoverConfig_RecoveryWindow"> <summary> <para> Search window time to look for dash-7 packets </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.SourceFailoverConfig_State"> <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.VpcInterface"> <summary> <para> The VPC interfaces you want on the flow. </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.NewEMCNOfferingCmdlet"> <summary> Submits a request to purchase an offering. If you already have an active reservation, you can't purchase another offering. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.NewEMCNOfferingCmdlet.OfferingArn"> <summary> <para> The Amazon Resource Name (ARN) of the offering. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.NewEMCNOfferingCmdlet.ReservationName"> <summary> <para> The name that you want to use for the reservation. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.NewEMCNOfferingCmdlet.Start"> <summary> <para> The date and time that you want the reservation to begin, in Coordinated Universal Time (UTC). You can specify any date and time between 12:00am on the first day of the current month to the current time on today's date, inclusive. Specify the start in a 24-hour notation. Use the following format: YYYY-MM-DDTHH:mm:SSZ, where T and Z are literal characters. For example, to specify 11:30pm on March 5, 2020, enter 2020-03-05T23:30:00Z. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.NewEMCNOfferingCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Reservation'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConnect.Model.PurchaseOfferingResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.PurchaseOfferingResponse 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.NewEMCNOfferingCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the OfferingArn parameter. The -PassThru parameter is deprecated, use -Select '^OfferingArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.NewEMCNOfferingCmdlet.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.RemoveEMCNFlowSourceCmdlet"> <summary> Removes a source from an existing flow. This request can be made only if there is more than one source on the flow. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RemoveEMCNFlowSourceCmdlet.FlowArn"> <summary> <para> The flow that you want to remove a source from. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RemoveEMCNFlowSourceCmdlet.SourceArn"> <summary> <para> The ARN of the source that you want to remove. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RemoveEMCNFlowSourceCmdlet.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.RemoveFlowSourceResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.RemoveFlowSourceResponse 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.RemoveEMCNFlowSourceCmdlet.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.RemoveEMCNFlowSourceCmdlet.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.RemoveEMCNFlowVpcInterfaceCmdlet"> <summary> Removes a VPC Interface from an existing flow. This request can be made only on a VPC interface that does not have a Source or Output associated with it. If the VPC interface is referenced by a Source or Output, you must first delete or update the Source or Output to no longer reference the VPC interface. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RemoveEMCNFlowVpcInterfaceCmdlet.FlowArn"> <summary> <para> The flow that you want to remove a VPC interface from. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RemoveEMCNFlowVpcInterfaceCmdlet.VpcInterfaceName"> <summary> <para> The name of the VPC interface that you want to remove. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.RemoveEMCNFlowVpcInterfaceCmdlet.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.RemoveFlowVpcInterfaceResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.RemoveFlowVpcInterfaceResponse 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.RemoveEMCNFlowVpcInterfaceCmdlet.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.RemoveEMCNFlowVpcInterfaceCmdlet.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.UpdateEMCNFlowCmdlet"> <summary> Updates flow </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowCmdlet.FlowArn"> <summary> <para> The flow that you want to update. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowCmdlet.SourceFailoverConfig_RecoveryWindow"> <summary> <para> Recovery window time to look for dash-7 packets </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMCN.UpdateEMCNFlowCmdlet.SourceFailoverConfig_State"> <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.UpdateEMCNFlowCmdlet.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.UpdateFlowResponse). Specifying the name of a property of type Amazon.MediaConnect.Model.UpdateFlowResponse 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.UpdateEMCNFlowCmdlet.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.UpdateEMCNFlowCmdlet.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.EntitlementStatus"> <summary> <para> An indication of whether you want to enable the entitlement to allow access, or disable it to stop streaming content to the subscriber’s flow temporarily. If you don’t specify the entitlementStatus field in your request, MediaConnect leaves the value unchanged. </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.VpcInterfaceAttachment_VpcInterfaceName"> <summary> <para> The name of the VPC interface to use for this output. </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.VpcInterfaceName"> <summary> <para> The name of the VPC Interface to configure this Source with. </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> |