AWS.Tools.EventBridge.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.EventBridge</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.EVB.AddEVBResourceTagCmdlet">
            <summary>
            Assigns one or more tags (key-value pairs) to the specified EventBridge resource.
            Tags can help you organize and categorize your resources. You can also use them to
            scope user permissions by granting a user permission to access or change only resources
            with certain tag values. In EventBridge, rules can be tagged.
             
              
            <para>
            Tags don't have any semantic meaning to AWS and are interpreted strictly as strings
            of characters.
            </para><para>
            You can use the <code>TagResource</code> action with a rule that already has tags.
            If you specify a new tag key for the rule, this tag is appended to the list of tags
            associated with the rule. If you specify a tag key that is already associated with
            the rule, the new tag value that you specify replaces the previous value for that
            tag.
            </para><para>
            You can associate as many as 50 tags with a resource.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.AddEVBResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The ARN of the rule that you're adding tags to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.AddEVBResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>The list of key-value pairs to associate with the rule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.AddEVBResourceTagCmdlet.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.EventBridge.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.AddEVBResourceTagCmdlet.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.EVB.AddEVBResourceTagCmdlet.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.EVB.DisableEVBEventSourceCmdlet">
            <summary>
            An AWS customer uses this operation to temporarily stop receiving events from the
            specified partner event source. The matching event bus isn't deleted.
             
              
            <para>
            When you deactivate a partner event source, the source goes into <code>PENDING</code>
            state. If it remains in <code>PENDING</code> state for more than two weeks, it's deleted.
            </para><para>
            To activate a deactivated partner event source, use <a>ActivateEventSource</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.DisableEVBEventSourceCmdlet.Name">
            <summary>
            <para>
            <para>The name of the partner event source to deactivate.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.DisableEVBEventSourceCmdlet.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.EventBridge.Model.DeactivateEventSourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.DisableEVBEventSourceCmdlet.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.EVB.DisableEVBEventSourceCmdlet.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.EVB.DisableEVBRuleCmdlet">
            <summary>
            Disables the specified rule. A disabled rule won't match any events and won't self-trigger
            if it has a schedule expression.
             
              
            <para>
            When you disable a rule, incoming events might continue to match to the disabled rule.
            Allow a short period of time for changes to take effect.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.DisableEVBRuleCmdlet.EventBusName">
            <summary>
            <para>
            <para>The event bus associated with the rule. If you omit this, the default event bus is
            used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.DisableEVBRuleCmdlet.Name">
            <summary>
            <para>
            <para>The name of the rule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.DisableEVBRuleCmdlet.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.EventBridge.Model.DisableRuleResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.DisableEVBRuleCmdlet.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.EVB.DisableEVBRuleCmdlet.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.EVB.EnableEVBEventSourceCmdlet">
            <summary>
            Activates a partner event source that has been deactivated. Once activated, your matching
            event bus will start receiving events from the event source.
             
             <note><para>
            This operation is performed by AWS customers, not by SaaS partners.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.EnableEVBEventSourceCmdlet.Name">
            <summary>
            <para>
            <para>The name of the partner event source to activate.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.EnableEVBEventSourceCmdlet.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.EventBridge.Model.ActivateEventSourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.EnableEVBEventSourceCmdlet.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.EVB.EnableEVBEventSourceCmdlet.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.EVB.EnableEVBRuleCmdlet">
            <summary>
            Enables the specified rule. If the rule doesn't exist, the operation fails.
             
              
            <para>
            When you enable a rule, incoming events might not immediately start matching to a
            newly enabled rule. Allow a short period of time for changes to take effect.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.EnableEVBRuleCmdlet.EventBusName">
            <summary>
            <para>
            <para>The event bus associated with the rule. If you omit this, the default event bus is
            used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.EnableEVBRuleCmdlet.Name">
            <summary>
            <para>
            <para>The name of the rule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.EnableEVBRuleCmdlet.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.EventBridge.Model.EnableRuleResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.EnableEVBRuleCmdlet.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.EVB.EnableEVBRuleCmdlet.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.EVB.GetEVBEventBusCmdlet">
            <summary>
            Displays details about an event bus in your account. This can include the external
            AWS accounts that are permitted to write events to your default event bus, and the
            associated policy. For custom event buses and partner event buses, it displays the
            name, ARN, policy, state, and creation time.
             
              
            <para>
             To enable your account to receive events from other accounts on its default event
            bus, use <a>PutPermission</a>.
            </para><para>
            For more information about partner event buses, see <a>CreateEventBus</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBEventBusCmdlet.Name">
            <summary>
            <para>
            <para>The name of the event bus to show details for. If you omit this, the default event
            bus is displayed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBEventBusCmdlet.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.EventBridge.Model.DescribeEventBusResponse).
            Specifying the name of a property of type Amazon.EventBridge.Model.DescribeEventBusResponse 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.EVB.GetEVBEventBusCmdlet.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="T:Amazon.PowerShell.Cmdlets.EVB.GetEVBEventBusListCmdlet">
            <summary>
            Lists all the event buses in your account, including the default event bus, custom
            event buses, and partner event buses.
             
             <note><para>
            This operation is run by AWS customers, not by SaaS partners.
            </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.EVB.GetEVBEventBusListCmdlet.NamePrefix">
            <summary>
            <para>
            <para>Specifying this limits the results to only those event buses with names that start
            with the specified prefix.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBEventBusListCmdlet.Limit">
            <summary>
            <para>
            <para>Specifying this limits the number of results returned by this operation. The operation
            also returns a <code>NextToken</code> that you can use in a subsequent operation to
            retrieve the next set of results.</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.EVB.GetEVBEventBusListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token returned by a previous call to retrieve the next set of results.</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/>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.EVB.GetEVBEventBusListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EventBuses'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EventBridge.Model.ListEventBusesResponse).
            Specifying the name of a property of type Amazon.EventBridge.Model.ListEventBusesResponse 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.EVB.GetEVBEventBusListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NamePrefix parameter.
            The -PassThru parameter is deprecated, use -Select '^NamePrefix' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBEventBusListCmdlet.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.EVB.GetEVBEventSourceCmdlet">
            <summary>
            This operation lists details about a partner event source that is shared with your
            account.
             
             <note><para>
            This operation is run by AWS customers, not by SaaS partners.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBEventSourceCmdlet.Name">
            <summary>
            <para>
            <para>The name of the partner event source to display the details of.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBEventSourceCmdlet.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.EventBridge.Model.DescribeEventSourceResponse).
            Specifying the name of a property of type Amazon.EventBridge.Model.DescribeEventSourceResponse 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.EVB.GetEVBEventSourceCmdlet.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="T:Amazon.PowerShell.Cmdlets.EVB.GetEVBEventSourceListCmdlet">
            <summary>
            You can use this to see all the partner event sources that have been shared with your
            AWS account. For more information about partner event sources, see <a>CreateEventBus</a>.
             
             <note><para>
            This operation is run by AWS customers, not by SaaS partners.
            </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.EVB.GetEVBEventSourceListCmdlet.NamePrefix">
            <summary>
            <para>
            <para>Specifying this limits the results to only those partner event sources with names
            that start with the specified prefix.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBEventSourceListCmdlet.Limit">
            <summary>
            <para>
            <para>Specifying this limits the number of results returned by this operation. The operation
            also returns a <code>NextToken</code> that you can use in a subsequent operation to
            retrieve the next set of results.</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.EVB.GetEVBEventSourceListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token returned by a previous call to retrieve the next set of results.</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/>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.EVB.GetEVBEventSourceListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EventSources'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EventBridge.Model.ListEventSourcesResponse).
            Specifying the name of a property of type Amazon.EventBridge.Model.ListEventSourcesResponse 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.EVB.GetEVBEventSourceListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NamePrefix parameter.
            The -PassThru parameter is deprecated, use -Select '^NamePrefix' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBEventSourceListCmdlet.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.EVB.GetEVBPartnerEventSourceCmdlet">
            <summary>
            An SaaS partner can use this operation to list details about a partner event source
            that they have created.
             
             <note><para>
            AWS customers do not use this operation. Instead, AWS customers can use <a>DescribeEventSource</a>
            to see details about a partner event source that is shared with them.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBPartnerEventSourceCmdlet.Name">
            <summary>
            <para>
            <para>The name of the event source to display.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBPartnerEventSourceCmdlet.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.EventBridge.Model.DescribePartnerEventSourceResponse).
            Specifying the name of a property of type Amazon.EventBridge.Model.DescribePartnerEventSourceResponse 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.EVB.GetEVBPartnerEventSourceCmdlet.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="T:Amazon.PowerShell.Cmdlets.EVB.GetEVBPartnerEventSourceAccountListCmdlet">
            <summary>
            An SaaS partner can use this operation to display the AWS account ID that a particular
            partner event source name is associated with.
             
             <note><para>
            This operation is used by SaaS partners, not by AWS customers.
            </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.EVB.GetEVBPartnerEventSourceAccountListCmdlet.EventSourceName">
            <summary>
            <para>
            <para>The name of the partner event source to display account information about.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBPartnerEventSourceAccountListCmdlet.Limit">
            <summary>
            <para>
            <para>Specifying this limits the number of results returned by this operation. The operation
            also returns a <code>NextToken</code> that you can use in a subsequent operation to
            retrieve the next set of results.</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.EVB.GetEVBPartnerEventSourceAccountListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token returned by a previous call to this operation. Specifying this retrieves
            the next set of results.</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/>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.EVB.GetEVBPartnerEventSourceAccountListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PartnerEventSourceAccounts'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EventBridge.Model.ListPartnerEventSourceAccountsResponse).
            Specifying the name of a property of type Amazon.EventBridge.Model.ListPartnerEventSourceAccountsResponse 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.EVB.GetEVBPartnerEventSourceAccountListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EventSourceName parameter.
            The -PassThru parameter is deprecated, use -Select '^EventSourceName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBPartnerEventSourceAccountListCmdlet.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.EVB.GetEVBPartnerEventSourceListCmdlet">
            <summary>
            An SaaS partner can use this operation to list all the partner event source names
            that they have created.
             
             <note><para>
            This operation is not used by AWS customers.
            </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.EVB.GetEVBPartnerEventSourceListCmdlet.NamePrefix">
            <summary>
            <para>
            <para>If you specify this, the results are limited to only those partner event sources that
            start with the string you specify.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBPartnerEventSourceListCmdlet.Limit">
            <summary>
            <para>
            <para>pecifying this limits the number of results returned by this operation. The operation
            also returns a <code>NextToken</code> that you can use in a subsequent operation to
            retrieve the next set of results.</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.EVB.GetEVBPartnerEventSourceListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token returned by a previous call to this operation. Specifying this retrieves
            the next set of results.</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/>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.EVB.GetEVBPartnerEventSourceListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PartnerEventSources'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EventBridge.Model.ListPartnerEventSourcesResponse).
            Specifying the name of a property of type Amazon.EventBridge.Model.ListPartnerEventSourcesResponse 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.EVB.GetEVBPartnerEventSourceListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NamePrefix parameter.
            The -PassThru parameter is deprecated, use -Select '^NamePrefix' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBPartnerEventSourceListCmdlet.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.EVB.GetEVBResourceTagCmdlet">
            <summary>
            Displays the tags associated with an EventBridge resource. In EventBridge, rules can
            be tagged.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The ARN of the rule for which you want to view tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBResourceTagCmdlet.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.EventBridge.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.EventBridge.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.EVB.GetEVBResourceTagCmdlet.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.EVB.GetEVBRuleCmdlet">
            <summary>
            Lists your EventBridge rules. You can either list all the rules or provide a prefix
            to match to the rule names.
             
              
            <para><code>ListRules</code> doesn't list the targets of a rule. To see the targets associated
            with a rule, use <a>ListTargetsByRule</a>.
            </para><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.EVB.GetEVBRuleCmdlet.EventBusName">
            <summary>
            <para>
            <para>Limits the results to show only the rules associated with the specified event bus.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBRuleCmdlet.NamePrefix">
            <summary>
            <para>
            <para>The prefix matching the rule name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBRuleCmdlet.Limit">
            <summary>
            <para>
            <para>The maximum number of results to return.</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.EVB.GetEVBRuleCmdlet.NextToken">
            <summary>
            <para>
            <para>The token returned by a previous call to retrieve the next set of results.</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/>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.EVB.GetEVBRuleCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Rules'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EventBridge.Model.ListRulesResponse).
            Specifying the name of a property of type Amazon.EventBridge.Model.ListRulesResponse 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.EVB.GetEVBRuleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NamePrefix parameter.
            The -PassThru parameter is deprecated, use -Select '^NamePrefix' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBRuleCmdlet.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.EVB.GetEVBRuleDetailCmdlet">
            <summary>
            Describes the specified rule.
             
              
            <para><code>DescribeRule</code> doesn't list the targets of a rule. To see the targets
            associated with a rule, use <a>ListTargetsByRule</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBRuleDetailCmdlet.EventBusName">
            <summary>
            <para>
            <para>The event bus associated with the rule. If you omit this, the default event bus is
            used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBRuleDetailCmdlet.Name">
            <summary>
            <para>
            <para>The name of the rule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBRuleDetailCmdlet.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.EventBridge.Model.DescribeRuleResponse).
            Specifying the name of a property of type Amazon.EventBridge.Model.DescribeRuleResponse 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.EVB.GetEVBRuleDetailCmdlet.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="T:Amazon.PowerShell.Cmdlets.EVB.GetEVBRuleNamesByTargetCmdlet">
            <summary>
            Lists the rules for the specified target. You can see which rules can invoke a specific
            target 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.EVB.GetEVBRuleNamesByTargetCmdlet.EventBusName">
            <summary>
            <para>
            <para>Limits the results to show only the rules associated with the specified event bus.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBRuleNamesByTargetCmdlet.TargetArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the target resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBRuleNamesByTargetCmdlet.Limit">
            <summary>
            <para>
            <para>The maximum number of results to return.</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.EVB.GetEVBRuleNamesByTargetCmdlet.NextToken">
            <summary>
            <para>
            <para>The token returned by a previous call to retrieve the next set of results.</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/>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.EVB.GetEVBRuleNamesByTargetCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RuleNames'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EventBridge.Model.ListRuleNamesByTargetResponse).
            Specifying the name of a property of type Amazon.EventBridge.Model.ListRuleNamesByTargetResponse 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.EVB.GetEVBRuleNamesByTargetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TargetArn parameter.
            The -PassThru parameter is deprecated, use -Select '^TargetArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBRuleNamesByTargetCmdlet.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.EVB.GetEVBTargetsByRuleCmdlet">
            <summary>
            Lists the targets assigned to the specified rule.<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.EVB.GetEVBTargetsByRuleCmdlet.EventBusName">
            <summary>
            <para>
            <para>The event bus associated with the rule. If you omit this, the default event bus is
            used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBTargetsByRuleCmdlet.Rule">
            <summary>
            <para>
            <para>The name of the rule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBTargetsByRuleCmdlet.Limit">
            <summary>
            <para>
            <para>The maximum number of results to return.</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.EVB.GetEVBTargetsByRuleCmdlet.NextToken">
            <summary>
            <para>
            <para>The token returned by a previous call to retrieve the next set of results.</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/>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.EVB.GetEVBTargetsByRuleCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Targets'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EventBridge.Model.ListTargetsByRuleResponse).
            Specifying the name of a property of type Amazon.EventBridge.Model.ListTargetsByRuleResponse 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.EVB.GetEVBTargetsByRuleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Rule parameter.
            The -PassThru parameter is deprecated, use -Select '^Rule' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.GetEVBTargetsByRuleCmdlet.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.EVB.NewEVBEventBusCmdlet">
            <summary>
            Creates a new event bus within your account. This can be a custom event bus which
            you can use to receive events from your own custom applications and services, or it
            can be a partner event bus which can be matched to a partner event source.
             
             <note><para>
            This operation is used by AWS customers, not by SaaS partners.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.NewEVBEventBusCmdlet.EventSourceName">
            <summary>
            <para>
            <para>If you're creating a partner event bus, this specifies the partner event source that
            the new event bus will be matched with.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.NewEVBEventBusCmdlet.Name">
            <summary>
            <para>
            <para>The name of the new event bus. </para><para>The names of custom event buses can't contain the <code>/</code> character. You can't
            use the name <code>default</code> for a custom event bus because this name is already
            used for your account's default event bus.</para><para>If this is a partner event bus, the name must exactly match the name of the partner
            event source that this event bus is matched to. This name will include the <code>/</code>
            character.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.NewEVBEventBusCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EventBusArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EventBridge.Model.CreateEventBusResponse).
            Specifying the name of a property of type Amazon.EventBridge.Model.CreateEventBusResponse 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.EVB.NewEVBEventBusCmdlet.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.EVB.NewEVBEventBusCmdlet.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.EVB.NewEVBPartnerEventSourceCmdlet">
            <summary>
            Called by an SaaS partner to create a partner event source.
             
             <note><para>
            This operation is not used by AWS customers.
            </para></note><para>
            Each partner event source can be used by one AWS account to create a matching partner
            event bus in that AWS account. A SaaS partner must create one partner event source
            for each AWS account that wants to receive those event types.
            </para><para>
            A partner event source creates events based on resources in the SaaS partner's service
            or application.
            </para><para>
            An AWS account that creates a partner event bus that matches the partner event source
            can use that event bus to receive events from the partner, and then process them using
            AWS Events rules and targets.
            </para><para>
            Partner event source names follow this format:
            </para><para><code>aws.partner/<i>partner_name</i>/<i>event_namespace</i>/<i>event_name</i></code></para><ul><li><para><i>partner_name</i> is determined during partner registration and identifies the
            partner to AWS customers.
            </para></li><li><para>
            For <i>event_namespace</i>, we recommend that partners use a string that identifies
            the AWS customer within the partner's system. This should not be the customer's AWS
            account ID.
            </para></li><li><para><i>event_name</i> is determined by the partner, and should uniquely identify an event-generating
            resource within the partner system. This should help AWS customers decide whether
            to create an event bus to receive these events.
            </para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.NewEVBPartnerEventSourceCmdlet.Account">
            <summary>
            <para>
            <para>The AWS account ID of the customer who is permitted to create a matching partner event
            bus for this partner event source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.NewEVBPartnerEventSourceCmdlet.Name">
            <summary>
            <para>
            <para>The name of the partner event source. This name must be unique and must be in the
            format <code><i>partner_name</i>/<i>event_namespace</i>/<i>event_name</i></code>.
            The AWS account that wants to use this partner event source must create a partner
            event bus with a name that matches the name of the partner event source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.NewEVBPartnerEventSourceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EventSourceArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EventBridge.Model.CreatePartnerEventSourceResponse).
            Specifying the name of a property of type Amazon.EventBridge.Model.CreatePartnerEventSourceResponse 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.EVB.NewEVBPartnerEventSourceCmdlet.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.EVB.NewEVBPartnerEventSourceCmdlet.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.EVB.RemoveEVBEventBusCmdlet">
            <summary>
            Deletes the specified custom event bus or partner event bus. All rules associated
            with this event bus are also deleted. You can't delete your account's default event
            bus.
             
             <note><para>
            This operation is performed by AWS customers, not by SaaS partners.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBEventBusCmdlet.Name">
            <summary>
            <para>
            <para>The name of the event bus to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBEventBusCmdlet.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.EventBridge.Model.DeleteEventBusResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBEventBusCmdlet.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.EVB.RemoveEVBEventBusCmdlet.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.EVB.RemoveEVBPartnerEventSourceCmdlet">
            <summary>
            This operation is used by SaaS partners to delete a partner event source. AWS customers
            don't use this operation.
             
              
            <para>
            When you delete an event source, the status of the corresponding partner event bus
            in the AWS customer account becomes <code>DELETED</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBPartnerEventSourceCmdlet.Account">
            <summary>
            <para>
            <para>The AWS account ID of the AWS customer that the event source was created for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBPartnerEventSourceCmdlet.Name">
            <summary>
            <para>
            <para>The name of the event source to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBPartnerEventSourceCmdlet.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.EventBridge.Model.DeletePartnerEventSourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBPartnerEventSourceCmdlet.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.EVB.RemoveEVBPartnerEventSourceCmdlet.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.EVB.RemoveEVBPermissionCmdlet">
            <summary>
            Revokes the permission of another AWS account to be able to put events to the specified
            event bus. Specify the account to revoke by the <code>StatementId</code> value that
            you associated with the account when you granted it permission with <code>PutPermission</code>.
            You can find the <code>StatementId</code> by using <a>DescribeEventBus</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBPermissionCmdlet.EventBusName">
            <summary>
            <para>
            <para>The name of the event bus to revoke permissions for. If you omit this, the default
            event bus is used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBPermissionCmdlet.StatementId">
            <summary>
            <para>
            <para>The statement ID corresponding to the account that is no longer allowed to put events
            to the default event bus.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBPermissionCmdlet.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.EventBridge.Model.RemovePermissionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBPermissionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StatementId parameter.
            The -PassThru parameter is deprecated, use -Select '^StatementId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBPermissionCmdlet.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.EVB.RemoveEVBResourceTagCmdlet">
            <summary>
            Removes one or more tags from the specified EventBridge resource. In EventBridge,
            rules can be tagged.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The ARN of the rule that you're removing tags from.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>The list of tag keys to remove from the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBResourceTagCmdlet.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.EventBridge.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBResourceTagCmdlet.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.EVB.RemoveEVBResourceTagCmdlet.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.EVB.RemoveEVBRuleCmdlet">
            <summary>
            Deletes the specified rule.
             
              
            <para>
            Before you can delete the rule, you must remove all targets, using <a>RemoveTargets</a>.
            </para><para>
            When you delete a rule, incoming events might continue to match to the deleted rule.
            Allow a short period of time for changes to take effect.
            </para><para>
            Managed rules are rules created and managed by another AWS service on your behalf.
            These rules are created by those other AWS services to support functionality in those
            services. You can delete these rules using the <code>Force</code> option, but you
            should do so only if you're sure that the other service isn't still using that rule.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBRuleCmdlet.EventBusName">
            <summary>
            <para>
            <para>The event bus associated with the rule. If you omit this, the default event bus is
            used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBRuleCmdlet.Enforce">
            <summary>
            <para>
            <para>If this is a managed rule, created by an AWS service on your behalf, you must specify
            <code>Force</code> as <code>True</code> to delete the rule. This parameter is ignored
            for rules that are not managed rules. You can check whether a rule is a managed rule
            by using <code>DescribeRule</code> or <code>ListRules</code> and checking the <code>ManagedBy</code>
            field of the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBRuleCmdlet.Name">
            <summary>
            <para>
            <para>The name of the rule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBRuleCmdlet.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.EventBridge.Model.DeleteRuleResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBRuleCmdlet.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.EVB.RemoveEVBRuleCmdlet.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.EVB.RemoveEVBTargetCmdlet">
            <summary>
            Removes the specified targets from the specified rule. When the rule is triggered,
            those targets are no longer be invoked.
             
              
            <para>
            When you remove a target, when the associated rule triggers, removed targets might
            continue to be invoked. Allow a short period of time for changes to take effect.
            </para><para>
            This action can partially fail if too many requests are made at the same time. If
            that happens, <code>FailedEntryCount</code> is non-zero in the response and each entry
            in <code>FailedEntries</code> provides the ID of the failed target and the error code.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBTargetCmdlet.EventBusName">
            <summary>
            <para>
            <para>The name of the event bus associated with the rule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBTargetCmdlet.Enforce">
            <summary>
            <para>
            <para>If this is a managed rule created by an AWS service on your behalf, you must specify
            <code>Force</code> as <code>True</code> to remove targets. This parameter is ignored
            for rules that aren't managed rules. You can check whether a rule is a managed rule
            by using <code>DescribeRule</code> or <code>ListRules</code> and checking the <code>ManagedBy</code>
            field of the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBTargetCmdlet.Id">
            <summary>
            <para>
            <para>The IDs of the targets to remove from the rule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBTargetCmdlet.Rule">
            <summary>
            <para>
            <para>The name of the rule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBTargetCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FailedEntries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EventBridge.Model.RemoveTargetsResponse).
            Specifying the name of a property of type Amazon.EventBridge.Model.RemoveTargetsResponse 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.EVB.RemoveEVBTargetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Rule parameter.
            The -PassThru parameter is deprecated, use -Select '^Rule' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.RemoveEVBTargetCmdlet.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.EVB.TestEVBEventPatternCmdlet">
            <summary>
            Tests whether the specified event pattern matches the provided event.
             
              
            <para>
            Most services in AWS treat <code>:</code> or <code>/</code> as the same character
            in Amazon Resource Names (ARNs). However, EventBridge uses an exact match in event
            patterns and rules. Be sure to use the correct ARN characters when creating event
            patterns so that they match the ARN syntax in the event that you want to match.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.TestEVBEventPatternCmdlet.Event">
            <summary>
            <para>
            <para>The event, in JSON format, to test against the event pattern.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.TestEVBEventPatternCmdlet.EventPattern">
            <summary>
            <para>
            <para>The event pattern. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-and-event-patterns.html">Event
            Patterns</a> in the <i>Amazon EventBridge User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.TestEVBEventPatternCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Result'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EventBridge.Model.TestEventPatternResponse).
            Specifying the name of a property of type Amazon.EventBridge.Model.TestEventPatternResponse 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.EVB.TestEVBEventPatternCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Event parameter.
            The -PassThru parameter is deprecated, use -Select '^Event' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EVB.WriteEVBEventCmdlet">
            <summary>
            Sends custom events to EventBridge so that they can be matched to rules. These events
            can be from your custom applications and services.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBEventCmdlet.Entry">
            <summary>
            <para>
            <para>The entry that defines an event in your system. You can specify several parameters
            for the entry such as the source and type of the event, resources associated with
            the event, and so on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBEventCmdlet.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.EventBridge.Model.PutEventsResponse).
            Specifying the name of a property of type Amazon.EventBridge.Model.PutEventsResponse 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.EVB.WriteEVBEventCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Entry parameter.
            The -PassThru parameter is deprecated, use -Select '^Entry' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBEventCmdlet.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.EVB.WriteEVBPartnerEventCmdlet">
            <summary>
            This is used by SaaS partners to write events to a customer's partner event bus.
             
             <note><para>
            AWS customers do not use this operation. Instead, AWS customers can use <a>PutEvents</a>
            to write custom events from their own applications to an event bus.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBPartnerEventCmdlet.Entry">
            <summary>
            <para>
            <para>The list of events to write to the event bus.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBPartnerEventCmdlet.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.EventBridge.Model.PutPartnerEventsResponse).
            Specifying the name of a property of type Amazon.EventBridge.Model.PutPartnerEventsResponse 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.EVB.WriteEVBPartnerEventCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Entry parameter.
            The -PassThru parameter is deprecated, use -Select '^Entry' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBPartnerEventCmdlet.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.EVB.WriteEVBPermissionCmdlet">
            <summary>
            Running <code>PutPermission</code> permits the specified AWS account or AWS organization
            to put events to the specified <i>event bus</i>. Rules in your account are triggered
            by these events arriving to an event bus in your account.
             
              
            <para>
            For another account to send events to your account, that external account must have
            a rule with your account's event bus as a target.
            </para><para>
            To enable multiple AWS accounts to put events to an event bus, run <code>PutPermission</code>
            once for each of these accounts. Or, if all the accounts are members of the same AWS
            organization, you can run <code>PutPermission</code> once specifying <code>Principal</code>
            as "*" and specifying the AWS organization ID in <code>Condition</code>, to grant
            permissions to all accounts in that organization.
            </para><para>
            If you grant permissions using an organization, then accounts in that organization
            must specify a <code>RoleArn</code> with proper permissions when they use <code>PutTarget</code>
            to add your account's event bus as a target. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-cross-account-event-delivery.html">Sending
            and Receiving Events Between AWS Accounts</a> in the <i>Amazon EventBridge User Guide</i>.
            </para><para>
            The permission policy on an event bus can't exceed 10 KB in size.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBPermissionCmdlet.Action">
            <summary>
            <para>
            <para>The action that you're enabling the other account to perform. Currently, this must
            be <code>events:PutEvents</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBPermissionCmdlet.EventBusName">
            <summary>
            <para>
            <para>The event bus associated with the rule. If you omit this, the default event bus is
            used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBPermissionCmdlet.Condition_Key">
            <summary>
            <para>
            <para>The key for the condition. Currently, the only supported key is <code>aws:PrincipalOrgID</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBPermissionCmdlet.Principal">
            <summary>
            <para>
            <para>The 12-digit AWS account ID that you are permitting to put events to your default
            event bus. Specify "*" to permit any account to put events to your default event bus.</para><para>If you specify "*" without specifying <code>Condition</code>, avoid creating rules
            that might match undesirable events. To create more secure rules, make sure that the
            event pattern for each rule contains an <code>account</code> field with a specific
            account ID to receive events from. Rules that have an account field match events sent
            only from accounts that are listed in the rule's <code>account</code> field.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBPermissionCmdlet.StatementId">
            <summary>
            <para>
            <para>An identifier string for the external account that you're granting permissions to.
            If you later want to revoke the permission for this external account, specify this
            <code>StatementId</code> when you run <a>RemovePermission</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBPermissionCmdlet.Condition_Type">
            <summary>
            <para>
            <para>The type of condition. Currently, the only supported value is <code>StringEquals</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBPermissionCmdlet.Condition_Value">
            <summary>
            <para>
            <para>The value for the key. Currently, this must be the ID of the organization.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBPermissionCmdlet.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.EventBridge.Model.PutPermissionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBPermissionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StatementId parameter.
            The -PassThru parameter is deprecated, use -Select '^StatementId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBPermissionCmdlet.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.EVB.WriteEVBRuleCmdlet">
            <summary>
            Creates or updates the specified rule. Rules are enabled by default or based on value
            of the state. You can disable a rule using <a>DisableRule</a>.
             
              
            <para>
            A single rule watches for events from a single event bus. Events generated by AWS
            services go to your account's default event bus. Events generated by SaaS partner
            services or applications go to the matching partner event bus. If you have custom
            applications or services, you can specify whether their events go to your default
            event bus or a custom event bus that you have created. For more information, see <a>CreateEventBus</a>.
            </para><para>
            If you're updating an existing rule, the rule is replaced with what you specify in
            this <code>PutRule</code> command. If you omit arguments in <code>PutRule</code>,
            the old values for those arguments aren't kept. Instead, they're replaced with null
            values.
            </para><para>
            When you create or update a rule, incoming events might not immediately start matching
            to new or updated rules. Allow a short period of time for changes to take effect.
            </para><para>
            A rule must contain at least an <code>EventPattern</code> or <code>ScheduleExpression</code>.
            Rules with <code>EventPatterns</code> are triggered when a matching event is observed.
            Rules with <code>ScheduleExpressions</code> self-trigger based on the given schedule.
            A rule can have both an <code>EventPattern</code> and a <code>ScheduleExpression</code>,
            in which case the rule triggers on matching events as well as on a schedule.
            </para><para>
            When you initially create a rule, you can optionally assign one or more tags to the
            rule. Tags can help you organize and categorize your resources. You can also use them
            to scope user permissions, by granting a user permission to access or change only
            rules with certain tag values. To use the <code>PutRule</code> operation and assign
            tags, you must have both the <code>events:PutRule</code> and <code>events:TagResource</code>
            permissions.
            </para><para>
            If you are updating an existing rule, any tags you specify in the <code>PutRule</code>
            operation are ignored. To update the tags of an existing rule, use <a>TagResource</a>
            and <a>UntagResource</a>.
            </para><para>
            Most services in AWS treat <code>:</code> or <code>/</code> as the same character
            in Amazon Resource Names (ARNs). However, EventBridge uses an exact match in event
            patterns and rules. Be sure to use the correct ARN characters when creating event
            patterns so that they match the ARN syntax in the event that you want to match.
            </para><para>
            In EventBridge, you could create rules that lead to infinite loops, where a rule is
            fired repeatedly. For example, a rule might detect that ACLs have changed on an S3
            bucket, and trigger software to change them to the desired state. If you don't write
            the rule carefully, the subsequent change to the ACLs fires the rule again, creating
            an infinite loop.
            </para><para>
            To prevent this, write the rules so that the triggered actions don't refire the same
            rule. For example, your rule could fire only if ACLs are found to be in a bad state,
            instead of after any change.
            </para><para>
            An infinite loop can quickly cause higher than expected charges. We recommend that
            you use budgeting, which alerts you when charges exceed your specified limit. For
            more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/budgets-managing-costs.html">Managing
            Your Costs with Budgets</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBRuleCmdlet.Description">
            <summary>
            <para>
            <para>A description of the rule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBRuleCmdlet.EventBusName">
            <summary>
            <para>
            <para>The event bus to associate with this rule. If you omit this, the default event bus
            is used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBRuleCmdlet.EventPattern">
            <summary>
            <para>
            <para>The event pattern. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-and-event-patterns.html">Event
            Patterns</a> in the <i>Amazon EventBridge User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBRuleCmdlet.Name">
            <summary>
            <para>
            <para>The name of the rule that you're creating or updating.</para><para>A rule can't have the same name as another rule in the same Region or on the same
            event bus.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBRuleCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the IAM role associated with the rule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBRuleCmdlet.ScheduleExpression">
            <summary>
            <para>
            <para>The scheduling expression: for example, <code>"cron(0 20 * * ? *)"</code> or <code>"rate(5
            minutes)"</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBRuleCmdlet.State">
            <summary>
            <para>
            <para>Indicates whether the rule is enabled or disabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBRuleCmdlet.Tag">
            <summary>
            <para>
            <para>The list of key-value pairs to associate with the rule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBRuleCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RuleArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EventBridge.Model.PutRuleResponse).
            Specifying the name of a property of type Amazon.EventBridge.Model.PutRuleResponse 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.EVB.WriteEVBRuleCmdlet.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.EVB.WriteEVBRuleCmdlet.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.EVB.WriteEVBTargetCmdlet">
            <summary>
            Adds the specified targets to the specified rule, or updates the targets if they're
            already associated with the rule.
             
              
            <para>
            Targets are the resources that are invoked when a rule is triggered.
            </para><para>
            You can configure the following as targets in EventBridge:
            </para><ul><li><para>
            EC2 instances
            </para></li><li><para>
            SSM Run Command
            </para></li><li><para>
            SSM Automation
            </para></li><li><para>
            AWS Lambda functions
            </para></li><li><para>
            Data streams in Amazon Kinesis Data Streams
            </para></li><li><para>
            Data delivery streams in Amazon Kinesis Data Firehose
            </para></li><li><para>
            Amazon ECS tasks
            </para></li><li><para>
            AWS Step Functions state machines
            </para></li><li><para>
            AWS Batch jobs
            </para></li><li><para>
            AWS CodeBuild projects
            </para></li><li><para>
            Pipelines in AWS CodePipeline
            </para></li><li><para>
            Amazon Inspector assessment templates
            </para></li><li><para>
            Amazon SNS topics
            </para></li><li><para>
            Amazon SQS queues, including FIFO queues
            </para></li><li><para>
            The default event bus of another AWS account
            </para></li></ul><para>
            Creating rules with built-in targets is supported only on the AWS Management Console.
            The built-in targets are <code>EC2 CreateSnapshot API call</code>, <code>EC2 RebootInstances
            API call</code>, <code>EC2 StopInstances API call</code>, and <code>EC2 TerminateInstances
            API call</code>.
            </para><para>
            For some target types, <code>PutTargets</code> provides target-specific parameters.
            If the target is a Kinesis data stream, you can optionally specify which shard the
            event goes to by using the <code>KinesisParameters</code> argument. To invoke a command
            on multiple EC2 instances with one rule, you can use the <code>RunCommandParameters</code>
            field.
            </para><para>
            To be able to make API calls against the resources that you own, Amazon EventBridge
            needs the appropriate permissions. For AWS Lambda and Amazon SNS resources, EventBridge
            relies on resource-based policies. For EC2 instances, Kinesis data streams, and AWS
            Step Functions state machines, EventBridge relies on IAM roles that you specify in
            the <code>RoleARN</code> argument in <code>PutTargets</code>. For more information,
            see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/auth-and-access-control-eventbridge.html">Authentication
            and Access Control</a> in the <i>Amazon EventBridge User Guide</i>.
            </para><para>
            If another AWS account is in the same Region and has granted you permission (using
            <code>PutPermission</code>), you can send events to that account. Set that account's
            event bus as a target of the rules in your account. To send the matched events to
            the other account, specify that account's event bus as the <code>Arn</code> value
            when you run <code>PutTargets</code>. If your account sends events to another account,
            your account is charged for each sent event. Each event sent to another account is
            charged as a custom event. The account receiving the event isn't charged. For more
            information, see <a href="https://aws.amazon.com/eventbridge/pricing/">Amazon EventBridge
            Pricing</a>.
            </para><para>
            If you're setting an event bus in another account as the target and that account granted
            permission to your account through an organization instead of directly by the account
            ID, you must specify a <code>RoleArn</code> with proper permissions in the <code>Target</code>
            structure. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-cross-account-event-delivery.html">Sending
            and Receiving Events Between AWS Accounts</a> in the <i>Amazon EventBridge User Guide</i>.
            </para><para>
            For more information about enabling cross-account events, see <a>PutPermission</a>.
            </para><para><code>Input</code>, <code>InputPath</code>, and <code>InputTransformer</code> are
            mutually exclusive and optional parameters of a target. When a rule is triggered due
            to a matched event:
            </para><ul><li><para>
            If none of the following arguments are specified for a target, the entire event is
            passed to the target in JSON format (unless the target is Amazon EC2 Run Command or
            Amazon ECS task, in which case nothing from the event is passed to the target).
            </para></li><li><para>
            If <code>Input</code> is specified in the form of valid JSON, then the matched event
            is overridden with this constant.
            </para></li><li><para>
            If <code>InputPath</code> is specified in the form of JSONPath (for example, <code>$.detail</code>),
            only the part of the event specified in the path is passed to the target (for example,
            only the detail part of the event is passed).
            </para></li><li><para>
            If <code>InputTransformer</code> is specified, one or more specified JSONPaths are
            extracted from the event and used as values in a template that you specify as the
            input to the target.
            </para></li></ul><para>
            When you specify <code>InputPath</code> or <code>InputTransformer</code>, you must
            use JSON dot notation, not bracket notation.
            </para><para>
            When you add targets to a rule and the associated rule triggers soon after, new or
            updated targets might not be immediately invoked. Allow a short period of time for
            changes to take effect.
            </para><para>
            This action can partially fail if too many requests are made at the same time. If
            that happens, <code>FailedEntryCount</code> is nonzero in the response, and each entry
            in <code>FailedEntries</code> provides the ID of the failed target and the error code.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBTargetCmdlet.EventBusName">
            <summary>
            <para>
            <para>The name of the event bus associated with the rule. If you omit this, the default
            event bus is used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBTargetCmdlet.Rule">
            <summary>
            <para>
            <para>The name of the rule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBTargetCmdlet.Target">
            <summary>
            <para>
            <para>The targets to update or add to the rule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBTargetCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FailedEntries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EventBridge.Model.PutTargetsResponse).
            Specifying the name of a property of type Amazon.EventBridge.Model.PutTargetsResponse 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.EVB.WriteEVBTargetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Rule parameter.
            The -PassThru parameter is deprecated, use -Select '^Rule' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EVB.WriteEVBTargetCmdlet.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>