AWS.Tools.Notifications.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.Notifications</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.UNO.AddUNOChannelCmdlet"> <summary> Associates a delivery <a href="https://docs.aws.amazon.com/notifications/latest/userguide/managing-delivery-channels.html">Channel</a> with a particular NotificationConfiguration. Supported Channels include AWS Chatbot, the AWS Console Mobile Application, and emails (notifications-contacts). </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.AddUNOChannelCmdlet.Arn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the Channel to associate with the NotificationConfiguration.</para><para>Supported ARNs include AWS Chatbot, the Console Mobile Application, and notifications-contacts.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.AddUNOChannelCmdlet.NotificationConfigurationArn"> <summary> <para> <para>The ARN of the NotificationConfiguration to associate with the Channel.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.AddUNOChannelCmdlet.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.Notifications.Model.AssociateChannelResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.AddUNOChannelCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Arn parameter. The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.AddUNOChannelCmdlet.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.UNO.AddUNOResourceTagCmdlet"> <summary> Tags the resource with a tag key and value. <para> For more information, see <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html">Tagging your AWS resources</a> in the <i>Tagging AWS Resources User Guide</i>. </para><note><para> This is only supported for NotificationConfigurations. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.AddUNOResourceTagCmdlet.Arn"> <summary> <para> <para>The Amazon Resource Name (ARN) to use to tag a resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.AddUNOResourceTagCmdlet.Tag"> <summary> <para> <para>A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.AddUNOResourceTagCmdlet.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.Notifications.Model.TagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.AddUNOResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Arn parameter. The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.AddUNOResourceTagCmdlet.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.UNO.GetUNOChannelListCmdlet"> <summary> Returns a list of Channels for a NotificationConfiguration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNOChannelListCmdlet.NotificationConfigurationArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the NotificationConfiguration.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNOChannelListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to be returned in this call. The default value is 20.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNOChannelListCmdlet.NextToken"> <summary> <para> <para>The start token for paginated calls. Retrieved from the response of a previous ListNotificationEvents call. NextToken uses Base64 encoding.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNOChannelListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Channels'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Notifications.Model.ListChannelsResponse). Specifying the name of a property of type Amazon.Notifications.Model.ListChannelsResponse 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.UNO.GetUNOChannelListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NotificationConfigurationArn parameter. The -PassThru parameter is deprecated, use -Select '^NotificationConfigurationArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.UNO.GetUNOEventRuleCmdlet"> <summary> Returns a specified EventRule. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNOEventRuleCmdlet.Arn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the EventRule to return.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNOEventRuleCmdlet.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.Notifications.Model.GetEventRuleResponse). Specifying the name of a property of type Amazon.Notifications.Model.GetEventRuleResponse 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.UNO.GetUNOEventRuleCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Arn parameter. The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.UNO.GetUNOEventRuleListCmdlet"> <summary> Returns a list of EventRules according to specified filters, in reverse chronological order (newest first). </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNOEventRuleListCmdlet.NotificationConfigurationArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the NotificationConfiguration.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNOEventRuleListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to be returned in this call. The default value is 20.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNOEventRuleListCmdlet.NextToken"> <summary> <para> <para>The start token for paginated calls. Retrieved from the response of a previous ListEventRules call. Next token uses Base64 encoding.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNOEventRuleListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'EventRules'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Notifications.Model.ListEventRulesResponse). Specifying the name of a property of type Amazon.Notifications.Model.ListEventRulesResponse 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.UNO.GetUNOEventRuleListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NotificationConfigurationArn parameter. The -PassThru parameter is deprecated, use -Select '^NotificationConfigurationArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationConfigurationCmdlet"> <summary> Returns a specified NotificationConfiguration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationConfigurationCmdlet.Arn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the NotificationConfiguration to return.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationConfigurationCmdlet.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.Notifications.Model.GetNotificationConfigurationResponse). Specifying the name of a property of type Amazon.Notifications.Model.GetNotificationConfigurationResponse 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.UNO.GetUNONotificationConfigurationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Arn parameter. The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationConfigurationListCmdlet"> <summary> Returns a list of abbreviated NotificationConfigurations according to specified filters, in reverse chronological order (newest first). </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationConfigurationListCmdlet.ChannelArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the Channel to match.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationConfigurationListCmdlet.EventRuleSource"> <summary> <para> <para>The matched event source.</para><para>Must match one of the valid EventBridge sources. Only AWS service sourced events are supported. For example, <c>aws.ec2</c> and <c>aws.cloudwatch</c>. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from AWS services</a> in the <i>Amazon EventBridge User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationConfigurationListCmdlet.Status"> <summary> <para> <para>The NotificationConfiguration status to match.</para><ul><li><para>Values:</para><ul><li><para><c>ACTIVE</c></para><ul><li><para>All EventRules are <c>ACTIVE</c> and any call can be run.</para></li></ul></li><li><para><c>PARTIALLY_ACTIVE</c></para><ul><li><para>Some EventRules are <c>ACTIVE</c> and some are <c>INACTIVE</c>. Any call can be run.</para></li><li><para>Any call can be run.</para></li></ul></li><li><para><c>INACTIVE</c></para><ul><li><para>All EventRules are <c>INACTIVE</c> and any call can be run.</para></li></ul></li><li><para><c>DELETING</c></para><ul><li><para>This NotificationConfiguration is being deleted.</para></li><li><para>Only <c>GET</c> and <c>LIST</c> calls can be run.</para></li></ul></li></ul></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationConfigurationListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to be returned in this call. Defaults to 20.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationConfigurationListCmdlet.NextToken"> <summary> <para> <para>The start token for paginated calls. Retrieved from the response of a previous ListEventRules call. Next token uses Base64 encoding.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationConfigurationListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NotificationConfigurations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Notifications.Model.ListNotificationConfigurationsResponse). Specifying the name of a property of type Amazon.Notifications.Model.ListNotificationConfigurationsResponse 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.UNO.GetUNONotificationEventCmdlet"> <summary> Returns a specified NotificationEvent. <important><para> User Notifications stores notifications in the individual Regions you register as notification hubs and the Region of the source event rule. GetNotificationEvent only returns notifications stored in the same Region in which the action is called. User Notifications doesn't backfill notifications to new Regions selected as notification hubs. For this reason, we recommend that you make calls in your oldest registered notification hub. For more information, see <a href="https://docs.aws.amazon.com/notifications/latest/userguide/notification-hubs.html">Notification hubs</a> in the <i>AWS User Notifications User Guide</i>. </para></important> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationEventCmdlet.Arn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the NotificationEvent to return.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationEventCmdlet.Locale"> <summary> <para> <para>The locale code of the language used for the retrieved NotificationEvent. The default locale is English <c>en_US</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationEventCmdlet.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.Notifications.Model.GetNotificationEventResponse). Specifying the name of a property of type Amazon.Notifications.Model.GetNotificationEventResponse 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.UNO.GetUNONotificationEventCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Arn parameter. The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationEventListCmdlet"> <summary> Returns a list of NotificationEvents according to specified filters, in reverse chronological order (newest first). <important><para> User Notifications stores notifications in the individual Regions you register as notification hubs and the Region of the source event rule. ListNotificationEvents only returns notifications stored in the same Region in which the action is called. User Notifications doesn't backfill notifications to new Regions selected as notification hubs. For this reason, we recommend that you make calls in your oldest registered notification hub. For more information, see <a href="https://docs.aws.amazon.com/notifications/latest/userguide/notification-hubs.html">Notification hubs</a> in the <i>AWS User Notifications User Guide</i>. </para></important> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationEventListCmdlet.AggregateNotificationEventArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the aggregatedNotificationEventArn to match.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationEventListCmdlet.EndTime"> <summary> <para> <para>Latest time of events to return from this call.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationEventListCmdlet.IncludeChildEvent"> <summary> <para> <para>Include aggregated child events in the result.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationEventListCmdlet.Locale"> <summary> <para> <para>The locale code of the language used for the retrieved NotificationEvent. The default locale is English <c>(en_US)</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationEventListCmdlet.Source"> <summary> <para> <para>The matched event source.</para><para>Must match one of the valid EventBridge sources. Only AWS service sourced events are supported. For example, <c>aws.ec2</c> and <c>aws.cloudwatch</c>. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from AWS services</a> in the <i>Amazon EventBridge User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationEventListCmdlet.StartTime"> <summary> <para> <para>The earliest time of events to return from this call.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationEventListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to be returned in this call. Defaults to 20.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationEventListCmdlet.NextToken"> <summary> <para> <para>The start token for paginated calls. Retrieved from the response of a previous ListEventRules call. Next token uses Base64 encoding.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationEventListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NotificationEvents'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Notifications.Model.ListNotificationEventsResponse). Specifying the name of a property of type Amazon.Notifications.Model.ListNotificationEventsResponse 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.UNO.GetUNONotificationHubListCmdlet"> <summary> Returns a list of NotificationHubs. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationHubListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of records to list in a single response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationHubListCmdlet.NextToken"> <summary> <para> <para>A pagination token. Set to null to start listing notification hubs from the start.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNONotificationHubListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NotificationHubs'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Notifications.Model.ListNotificationHubsResponse). Specifying the name of a property of type Amazon.Notifications.Model.ListNotificationHubsResponse 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.UNO.GetUNOResourceTagCmdlet"> <summary> Returns a list of tags for a specified Amazon Resource Name (ARN). <para> For more information, see <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html">Tagging your AWS resources</a> in the <i>Tagging AWS Resources User Guide</i>. </para><note><para> This is only supported for NotificationConfigurations. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNOResourceTagCmdlet.Arn"> <summary> <para> <para>The Amazon Resource Name (ARN) to use to list tags.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.GetUNOResourceTagCmdlet.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.Notifications.Model.ListTagsForResourceResponse). Specifying the name of a property of type Amazon.Notifications.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.UNO.GetUNOResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Arn parameter. The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.UNO.NewUNOEventRuleCmdlet"> <summary> Creates an <a href="https://docs.aws.amazon.com/notifications/latest/userguide/glossary.html">EventRule</a> that is associated with a specified Notification Configuration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.NewUNOEventRuleCmdlet.EventPattern"> <summary> <para> <para>An additional event pattern used to further filter the events this EventRule receives.</para><para>For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html">Amazon EventBridge event patterns</a> in the <i>Amazon EventBridge User Guide.</i></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.NewUNOEventRuleCmdlet.EventType"> <summary> <para> <para>The event type to match.</para><para>Must match one of the valid Amazon EventBridge event types. For example, EC2 Instance State-change Notification and AWS CloudWatch Alarm State Change. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from AWS services</a> in the <i>Amazon EventBridge User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.NewUNOEventRuleCmdlet.NotificationConfigurationArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the NotificationConfiguration associated with this EventRule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.NewUNOEventRuleCmdlet.EventRuleRegion"> <summary> <para> <para>A list of AWS Regions that send events to this EventRule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.NewUNOEventRuleCmdlet.Source"> <summary> <para> <para>The matched event source.</para><para>Must match one of the valid EventBridge sources. Only AWS service sourced events are supported. For example, <c>aws.ec2</c> and <c>aws.cloudwatch</c>. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from AWS services</a> in the <i>Amazon EventBridge User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.NewUNOEventRuleCmdlet.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.Notifications.Model.CreateEventRuleResponse). Specifying the name of a property of type Amazon.Notifications.Model.CreateEventRuleResponse 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.UNO.NewUNOEventRuleCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NotificationConfigurationArn parameter. The -PassThru parameter is deprecated, use -Select '^NotificationConfigurationArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.NewUNOEventRuleCmdlet.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.UNO.NewUNONotificationConfigurationCmdlet"> <summary> Creates a new NotificationConfiguration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.NewUNONotificationConfigurationCmdlet.AggregationDuration"> <summary> <para> <para>The aggregation preference of the NotificationConfiguration.</para><ul><li><para>Values:</para><ul><li><para><c>LONG</c></para><ul><li><para>Aggregate notifications for long periods of time (12 hours).</para></li></ul></li><li><para><c>SHORT</c></para><ul><li><para>Aggregate notifications for short periods of time (5 minutes).</para></li></ul></li><li><para><c>NONE</c></para><ul><li><para>Don't aggregate notifications.</para><para>No delay in delivery.</para></li></ul></li></ul></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.NewUNONotificationConfigurationCmdlet.Description"> <summary> <para> <para>The description of the NotificationConfiguration.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.NewUNONotificationConfigurationCmdlet.Name"> <summary> <para> <para>The name of the NotificationConfiguration. Supports RFC 3986's unreserved characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.NewUNONotificationConfigurationCmdlet.Tag"> <summary> <para> <para>A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.NewUNONotificationConfigurationCmdlet.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.Notifications.Model.CreateNotificationConfigurationResponse). Specifying the name of a property of type Amazon.Notifications.Model.CreateNotificationConfigurationResponse 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.UNO.NewUNONotificationConfigurationCmdlet.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.UNO.RegisterUNONotificationHubCmdlet"> <summary> Registers a NotificationHub in the specified Region. <para> There is a maximum of one NotificationHub per Region. You can have a maximum of 3 NotificationHubs at a time. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RegisterUNONotificationHubCmdlet.NotificationHubRegion"> <summary> <para> <para>The Region of the NotificationHub.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RegisterUNONotificationHubCmdlet.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.Notifications.Model.RegisterNotificationHubResponse). Specifying the name of a property of type Amazon.Notifications.Model.RegisterNotificationHubResponse 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.UNO.RegisterUNONotificationHubCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NotificationHubRegion parameter. The -PassThru parameter is deprecated, use -Select '^NotificationHubRegion' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RegisterUNONotificationHubCmdlet.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.UNO.RemoveUNOChannelCmdlet"> <summary> Disassociates a Channel from a specified NotificationConfiguration. Supported Channels include AWS Chatbot, the AWS Console Mobile Application, and emails (notifications-contacts). </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RemoveUNOChannelCmdlet.Arn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the Channel to disassociate.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RemoveUNOChannelCmdlet.NotificationConfigurationArn"> <summary> <para> <para>The ARN of the NotificationConfiguration to disassociate.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RemoveUNOChannelCmdlet.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.Notifications.Model.DisassociateChannelResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RemoveUNOChannelCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Arn parameter. The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RemoveUNOChannelCmdlet.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.UNO.RemoveUNOEventRuleCmdlet"> <summary> Deletes an EventRule. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RemoveUNOEventRuleCmdlet.Arn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the EventRule to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RemoveUNOEventRuleCmdlet.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.Notifications.Model.DeleteEventRuleResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RemoveUNOEventRuleCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Arn parameter. The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RemoveUNOEventRuleCmdlet.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.UNO.RemoveUNONotificationConfigurationCmdlet"> <summary> Deletes a NotificationConfiguration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RemoveUNONotificationConfigurationCmdlet.Arn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the NotificationConfiguration to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RemoveUNONotificationConfigurationCmdlet.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.Notifications.Model.DeleteNotificationConfigurationResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RemoveUNONotificationConfigurationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Arn parameter. The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RemoveUNONotificationConfigurationCmdlet.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.UNO.RemoveUNONotificationHubCmdlet"> <summary> Deregisters a NotificationHub in the specified Region. <note><para> You can't deregister the last NotificationHub in the account. NotificationEvents stored in the deregistered NotificationHub are no longer be visible. Recreating a new NotificationHub in the same Region restores access to those NotificationEvents. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RemoveUNONotificationHubCmdlet.NotificationHubRegion"> <summary> <para> <para>The NotificationHub Region.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RemoveUNONotificationHubCmdlet.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.Notifications.Model.DeregisterNotificationHubResponse). Specifying the name of a property of type Amazon.Notifications.Model.DeregisterNotificationHubResponse 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.UNO.RemoveUNONotificationHubCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NotificationHubRegion parameter. The -PassThru parameter is deprecated, use -Select '^NotificationHubRegion' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RemoveUNONotificationHubCmdlet.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.UNO.RemoveUNOResourceTagCmdlet"> <summary> Untags a resource with a specified Amazon Resource Name (ARN). <para> For more information, see <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html">Tagging your AWS resources</a> in the <i>Tagging AWS Resources User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RemoveUNOResourceTagCmdlet.Arn"> <summary> <para> <para>The Amazon Resource Name (ARN) to use to untag a resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RemoveUNOResourceTagCmdlet.TagKey"> <summary> <para> <para>The tag keys to use to untag a resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RemoveUNOResourceTagCmdlet.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.Notifications.Model.UntagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RemoveUNOResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Arn parameter. The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.RemoveUNOResourceTagCmdlet.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.UNO.UpdateUNOEventRuleCmdlet"> <summary> Updates an existing EventRule. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.UpdateUNOEventRuleCmdlet.Arn"> <summary> <para> <para>The Amazon Resource Name (ARN) to use to update the EventRule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.UpdateUNOEventRuleCmdlet.EventPattern"> <summary> <para> <para>An additional event pattern used to further filter the events this EventRule receives.</para><para>For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html">Amazon EventBridge event patterns</a> in the <i>Amazon EventBridge User Guide.</i></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.UpdateUNOEventRuleCmdlet.EventRuleRegion"> <summary> <para> <para>A list of AWS Regions that sends events to this EventRule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.UpdateUNOEventRuleCmdlet.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.Notifications.Model.UpdateEventRuleResponse). Specifying the name of a property of type Amazon.Notifications.Model.UpdateEventRuleResponse 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.UNO.UpdateUNOEventRuleCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Arn parameter. The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.UpdateUNOEventRuleCmdlet.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.UNO.UpdateUNONotificationConfigurationCmdlet"> <summary> Updates a NotificationConfiguration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.UpdateUNONotificationConfigurationCmdlet.AggregationDuration"> <summary> <para> <para>The status of this NotificationConfiguration.</para><para>The status should always be <c>INACTIVE</c> when part of the CreateNotificationConfiguration response.</para><ul><li><para>Values:</para><ul><li><para><c>ACTIVE</c></para><ul><li><para>All EventRules are <c>ACTIVE</c> and any call can be run.</para></li></ul></li><li><para><c>PARTIALLY_ACTIVE</c></para><ul><li><para>Some EventRules are <c>ACTIVE</c> and some are <c>INACTIVE</c>. Any call can be run.</para></li><li><para>Any call can be run.</para></li></ul></li><li><para><c>INACTIVE</c></para><ul><li><para>All EventRules are <c>INACTIVE</c> and any call can be run.</para></li></ul></li><li><para><c>DELETING</c></para><ul><li><para>This NotificationConfiguration is being deleted.</para></li><li><para>Only <c>GET</c> and <c>LIST</c> calls can be run.</para></li></ul></li></ul></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.UpdateUNONotificationConfigurationCmdlet.Arn"> <summary> <para> <para>The Amazon Resource Name (ARN) used to update the NotificationConfiguration.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.UpdateUNONotificationConfigurationCmdlet.Description"> <summary> <para> <para>The description of the NotificationConfiguration.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.UpdateUNONotificationConfigurationCmdlet.Name"> <summary> <para> <para>The name of the NotificationConfiguration.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.UpdateUNONotificationConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Arn'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Notifications.Model.UpdateNotificationConfigurationResponse). Specifying the name of a property of type Amazon.Notifications.Model.UpdateNotificationConfigurationResponse 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.UNO.UpdateUNONotificationConfigurationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Arn parameter. The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.UNO.UpdateUNONotificationConfigurationCmdlet.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> |