AWS.Tools.ElementalInference.XML
|
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.ElementalInference</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.EMI.AddEMIFeedCmdlet"> <summary> Associates a resource with the feed. The resource provides the input that Elemental Inference needs in order to perform an Elemental Inference feature, such as cropping video. You always provide the resource by associating it with a feed. You can associate only one resource with each feed. With an association, a specific source media is claiming ownership of the feed. <para> AssociateFeed is a PATCH operation, which means that you can include only parameters that you want to change. Parameters that you don't include will not be affected by the operation. </para><para> Specifically: </para><ul><li><para> You can add more outputs to the existing outputs. New outputs will be appended. </para></li><li><para> You can't modify an existing output (for example to change its name). Instead, use UpdateFeed. </para></li><li><para> You can't delete an existing output. Instead, use UpdateFeed. </para></li></ul><para> Also note that you can't change the feed name with AssociateFeed. Instead, use UpdateFeed. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.AddEMIFeedCmdlet.AssociatedResourceName"> <summary> <para> <para>An identifier for the resource. This name must not resemble an ARN.</para><para>The resource is the source media that the feed will process. The name you assign should help you to later identify the source media that belongs to the feed. In this way, you will know which source media to push to the feed (using PutMedia). </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.AddEMIFeedCmdlet.DryRun"> <summary> <para> <para>Set to true if you want to do a dry run of the associate action.</para><para>Elemental Inference will validate that the real request would succeed without actually making any changes. A dry run catches errors such as missing IAM permissions, quota limits exceeded, conflicting outputs, and so on. If the dry run fails, the action returns a 4xx error code. After you've fixed the errors, resubmit the request. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.AddEMIFeedCmdlet.Id"> <summary> <para> <para>The ID of the feed.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.AddEMIFeedCmdlet.Output"> <summary> <para> <para>An array of one or more outputs that you want to add to this feed now, to supplement any outputs that you specified when you created or updated the feed. </para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.AddEMIFeedCmdlet.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.ElementalInference.Model.AssociateFeedResponse). Specifying the name of a property of type Amazon.ElementalInference.Model.AssociateFeedResponse 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.EMI.AddEMIFeedCmdlet.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.EMI.AddEMIResourceTagCmdlet"> <summary> Associates the specified tags to the resource identified by the specified resourceArn in the current region. 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 also deleted. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.AddEMIResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The ARN of the resource where you want to add tags.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.AddEMIResourceTagCmdlet.Tag"> <summary> <para> <para>A list of tags to add to the resource.</para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.AddEMIResourceTagCmdlet.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.ElementalInference.Model.TagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.AddEMIResourceTagCmdlet.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.EMI.ExportEMIDictionaryEntryCmdlet"> <summary> Exports the entries from the specified dictionary. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.ExportEMIDictionaryEntryCmdlet.Id"> <summary> <para> <para>The ID of the dictionary whose entries you want to export.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.ExportEMIDictionaryEntryCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Entries'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElementalInference.Model.ExportDictionaryEntriesResponse). Specifying the name of a property of type Amazon.ElementalInference.Model.ExportDictionaryEntriesResponse 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.EMI.ExportEMIDictionaryEntryCmdlet.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.EMI.GetEMIDictionaryCmdlet"> <summary> Retrieves information about the specified dictionary. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.GetEMIDictionaryCmdlet.Id"> <summary> <para> <para>The ID of the dictionary to retrieve.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.GetEMIDictionaryCmdlet.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.ElementalInference.Model.GetDictionaryResponse). Specifying the name of a property of type Amazon.ElementalInference.Model.GetDictionaryResponse 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="T:Amazon.PowerShell.Cmdlets.EMI.GetEMIDictionaryListCmdlet"> <summary> Lists the dictionaries in your account.<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.EMI.GetEMIDictionaryListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return per API request. Valid range: 1 to 100.</para> </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> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.GetEMIDictionaryListCmdlet.NextToken"> <summary> <para> <para>The token that identifies the next batch of results to return.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.GetEMIDictionaryListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Dictionaries'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElementalInference.Model.ListDictionariesResponse). Specifying the name of a property of type Amazon.ElementalInference.Model.ListDictionariesResponse 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.EMI.GetEMIDictionaryListCmdlet.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.EMI.GetEMIFeedCmdlet"> <summary> Retrieves information about the specified feed. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.GetEMIFeedCmdlet.Id"> <summary> <para> <para>The ID of the feed to query.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.GetEMIFeedCmdlet.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.ElementalInference.Model.GetFeedResponse). Specifying the name of a property of type Amazon.ElementalInference.Model.GetFeedResponse 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="T:Amazon.PowerShell.Cmdlets.EMI.GetEMIFeedListCmdlet"> <summary> Displays a list of feeds that belong to this AWS account.<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.EMI.GetEMIFeedListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return per API request.</para><para>For example, you submit a list 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.) </para><para>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>Valid Range: Minimum value of 1. Maximum value of 1000.</para> </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> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.GetEMIFeedListCmdlet.NextToken"> <summary> <para> <para>The token that identifies the batch of results that you want to see.</para><para>For example, you submit a ListFeeds 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 ListFeeds request a second time and specify the NextToken value. </para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.GetEMIFeedListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Feeds'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElementalInference.Model.ListFeedsResponse). Specifying the name of a property of type Amazon.ElementalInference.Model.ListFeedsResponse 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.EMI.GetEMIFeedListCmdlet.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.EMI.GetEMIResourceTagCmdlet"> <summary> List all tags that are on an Elemental Inference resource in the current region. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.GetEMIResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The ARN of the resource whose tags you want to query.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.GetEMIResourceTagCmdlet.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.ElementalInference.Model.ListTagsForResourceResponse). Specifying the name of a property of type Amazon.ElementalInference.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="T:Amazon.PowerShell.Cmdlets.EMI.NewEMIDictionaryCmdlet"> <summary> Creates a custom dictionary for improving transcription accuracy. A dictionary contains custom words and phrases that the ASR engine might not recognize, such as brand names, technical terms, or proper nouns. You can reference a dictionary when configuring a smart subtitles output. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.NewEMIDictionaryCmdlet.Entry"> <summary> <para> <para>The dictionary entries payload. Contains the custom words and phrases for the dictionary. Maximum size is 40,960 characters. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.NewEMIDictionaryCmdlet.Language"> <summary> <para> <para>The language of the dictionary entries. Specify the language using an ISO 639-2/T three-letter code. Supported values: eng, fra, ita, deu, spa, por. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.NewEMIDictionaryCmdlet.Name"> <summary> <para> <para>A user-friendly name for this dictionary.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.NewEMIDictionaryCmdlet.Tag"> <summary> <para> <para>Optional tags to associate with the dictionary.</para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.NewEMIDictionaryCmdlet.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.ElementalInference.Model.CreateDictionaryResponse). Specifying the name of a property of type Amazon.ElementalInference.Model.CreateDictionaryResponse 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.EMI.NewEMIDictionaryCmdlet.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.EMI.NewEMIFeedCmdlet"> <summary> Creates a feed. The feed is the target for the live media stream that is being sent by the calling application. An example of a calling application is AWS Elemental MediaLive. <para> The key contents of the feed is an array of outputs. Each output represents an Elemental Inference feature. After you create the feed, you must associate a resource with the feed. At that point, you will have a useable feed: resource - feed - output or outputs. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.NewEMIFeedCmdlet.Name"> <summary> <para> <para>A user-friendly name for this feed.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.NewEMIFeedCmdlet.Output"> <summary> <para> <para>An array of outputs for this feed. Each output represents a specific Elemental Inference feature. For example, there is one output type for the smart crop feature. You must specify at least one output, but you can later add outputs using AssociateFeed, or add, modify, and delete outputs using UpdateFeed. </para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.NewEMIFeedCmdlet.Tag"> <summary> <para> <para>Optional tags. You can also add tags later, using TagResource.</para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.NewEMIFeedCmdlet.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.ElementalInference.Model.CreateFeedResponse). Specifying the name of a property of type Amazon.ElementalInference.Model.CreateFeedResponse 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.EMI.NewEMIFeedCmdlet.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.EMI.RemoveEMIDictionaryCmdlet"> <summary> Deletes the specified dictionary. You cannot delete a dictionary that is referenced by a feed. You must first remove the dictionary reference from the feed's subtitling configuration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.RemoveEMIDictionaryCmdlet.Id"> <summary> <para> <para>The ID of the dictionary to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.RemoveEMIDictionaryCmdlet.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.ElementalInference.Model.DeleteDictionaryResponse). Specifying the name of a property of type Amazon.ElementalInference.Model.DeleteDictionaryResponse 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.EMI.RemoveEMIDictionaryCmdlet.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.EMI.RemoveEMIFeedCmdlet"> <summary> Deletes the specified feed. You can delete the feed at any time. Elemental Inference doesn't block you from deleting a feed when the calling application is calling PutMedia or GetMetadata on that feed, although both these calls will start to fail. For more information about managing inactive feeds, see the Elemental Inference User Guide. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.RemoveEMIFeedCmdlet.Id"> <summary> <para> <para>The ID of the feed.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.RemoveEMIFeedCmdlet.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.ElementalInference.Model.DeleteFeedResponse). Specifying the name of a property of type Amazon.ElementalInference.Model.DeleteFeedResponse 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.EMI.RemoveEMIFeedCmdlet.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.EMI.RemoveEMIResourceTagCmdlet"> <summary> Deletes specified tags from the specified resource in the current region. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.RemoveEMIResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The ARN of the resource where you want to delete one or more tags.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.RemoveEMIResourceTagCmdlet.TagKey"> <summary> <para> <para>The keys of the tags to delete.</para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.RemoveEMIResourceTagCmdlet.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.ElementalInference.Model.UntagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.RemoveEMIResourceTagCmdlet.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.EMI.UnregisterEMIFeedCmdlet"> <summary> Releases the resource (the source media) that is associated with this feed. The outputs in the feed become DISABLED. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.UnregisterEMIFeedCmdlet.AssociatedResourceName"> <summary> <para> <para>The name of the resource currently associated with the feed.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.UnregisterEMIFeedCmdlet.DryRun"> <summary> <para> <para>Set to true if you want to do a dry run of the disassociate action.</para><para>Elemental Inference will validate that the real request would succeed without actually making any changes. A dry run catches errors such as missing IAM permissions. If the dry run fails, the action returns a 4xx error code. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.UnregisterEMIFeedCmdlet.Id"> <summary> <para> <para>The ID of the feed where you want to release the resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.UnregisterEMIFeedCmdlet.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.ElementalInference.Model.DisassociateFeedResponse). Specifying the name of a property of type Amazon.ElementalInference.Model.DisassociateFeedResponse 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.EMI.UnregisterEMIFeedCmdlet.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.EMI.UpdateEMIDictionaryCmdlet"> <summary> Updates the specified dictionary. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.UpdateEMIDictionaryCmdlet.Entry"> <summary> <para> <para>New dictionary entries. If not specified, the entries are not changed.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.UpdateEMIDictionaryCmdlet.Id"> <summary> <para> <para>The ID of the dictionary to update.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.UpdateEMIDictionaryCmdlet.Language"> <summary> <para> <para>A new language for the dictionary. If not specified, the language is not changed.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.UpdateEMIDictionaryCmdlet.Name"> <summary> <para> <para>A new name for the dictionary. If not specified, the name is not changed.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.UpdateEMIDictionaryCmdlet.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.ElementalInference.Model.UpdateDictionaryResponse). Specifying the name of a property of type Amazon.ElementalInference.Model.UpdateDictionaryResponse 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.EMI.UpdateEMIDictionaryCmdlet.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.EMI.UpdateEMIFeedCmdlet"> <summary> Updates the name and/or outputs in a feed. <para> UpdateFeed is a PUT operation, which means that the payload that you specify completely overwrites the existing payload. </para><para> This means that if you want to touch the array of outputs, you must pass in the full new list. So you must omit outputs you want to delete, and include outputs you want to add or modify. </para><para> If you want to patch the array of outputs to make selective additions, use AssociateFeed. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.UpdateEMIFeedCmdlet.Id"> <summary> <para> <para>The ID of the feed to update.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.UpdateEMIFeedCmdlet.Name"> <summary> <para> <para>Required. You can specify the existing name (to leave it unchanged) or a new name. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.UpdateEMIFeedCmdlet.Output"> <summary> <para> <para>Required. You can specify the existing array of outputs (to leave outputs unchanged) or you can specify a new array. </para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EMI.UpdateEMIFeedCmdlet.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.ElementalInference.Model.UpdateFeedResponse). Specifying the name of a property of type Amazon.ElementalInference.Model.UpdateFeedResponse 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.EMI.UpdateEMIFeedCmdlet.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> |