AWS.Tools.Uxc.XML
|
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.Uxc</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.UXC.GetUXCAccountCustomizationCmdlet"> <summary> Returns the current account customization settings, including account color, visible services, and visible Regions. Settings that you have not configured return their default values: visible Regions and visible services return `null`, and account color returns `none`. <note><para> The <c>visibleServices</c> and <c>visibleRegions</c> settings control only the appearance of services and Regions in the Amazon Web Services Management Console. They do not restrict access through the CLI, SDKs, or other APIs. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UXC.GetUXCAccountCustomizationCmdlet.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.Uxc.Model.GetAccountCustomizationsResponse). Specifying the name of a property of type Amazon.Uxc.Model.GetAccountCustomizationsResponse 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.UXC.GetUXCServiceListCmdlet"> <summary> Returns a paginated list of Amazon Web Services service identifiers that you can use as values for the <c>visibleServices</c> setting in <a href="https://docs.aws.amazon.com/awsconsolehelpdocs/latest/APIReference/API_UpdateAccountCustomizations.html">UpdateAccountCustomizations</a>. The available services vary by Amazon Web Services partition. Use pagination to retrieve all results. <note><para> The <c>visibleServices</c> setting controls only the appearance of services in the Amazon Web Services Management Console. It does not restrict access through the CLI, SDKs, or other APIs. </para></note><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.UXC.GetUXCServiceListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return per page.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UXC.GetUXCServiceListCmdlet.NextToken"> <summary> <para> <para>The token for retrieving the next page of results. Use the <c>nextToken</c> value from a previous response.</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.UXC.GetUXCServiceListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Services'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Uxc.Model.ListServicesResponse). Specifying the name of a property of type Amazon.Uxc.Model.ListServicesResponse 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.UXC.GetUXCServiceListCmdlet.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.UXC.UpdateUXCAccountCustomizationCmdlet"> <summary> Updates one or more account customization settings. You can update account color, visible services, and visible Regions in a single request. Only the settings that you include in the request body are modified. Omitted settings remain unchanged. To reset a setting to its default behavior, set the value to <c>null</c> for visible Regions and visible services, or <c>none</c> for account color. This operation is idempotent. <note><para> The <c>visibleServices</c> and <c>visibleRegions</c> settings control only the appearance of services and Regions in the Amazon Web Services Management Console. They do not restrict access through the CLI, SDKs, or other APIs. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UXC.UpdateUXCAccountCustomizationCmdlet.AccountColor"> <summary> <para> <para>The account color preference to set. Set to <c>none</c> to reset to the default (no color).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UXC.UpdateUXCAccountCustomizationCmdlet.VisibleRegion"> <summary> <para> <para>The list of Amazon Web Services Region codes to make visible in the Amazon Web Services Management Console. Set to <c>null</c> to reset to the default, which makes all Regions visible. For a list of valid Region codes, see <a href="https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html">Amazon Web Services Regions</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UXC.UpdateUXCAccountCustomizationCmdlet.VisibleService"> <summary> <para> <para>The list of Amazon Web Services service identifiers to make visible in the Amazon Web Services Management Console. Set to <c>null</c> to reset to the default, which makes all services visible. For valid service identifiers, call <a href="https://docs.aws.amazon.com/awsconsolehelpdocs/latest/APIReference/API_ListServices.html">ListServices</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UXC.UpdateUXCAccountCustomizationCmdlet.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.Uxc.Model.UpdateAccountCustomizationsResponse). Specifying the name of a property of type Amazon.Uxc.Model.UpdateAccountCustomizationsResponse 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.UXC.UpdateUXCAccountCustomizationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AccountColor parameter. The -PassThru parameter is deprecated, use -Select '^AccountColor' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UXC.UpdateUXCAccountCustomizationCmdlet.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> |