All Products
Search
Document Center

EventBridge:PauseEventStreaming

Last Updated:Mar 15, 2024

Stops an event stream that is running.

Operation description

You can call this API operation to stop an event stream that is running.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
EventStreamingNamestringYes

The name of the event stream that you want to stop.

rocketmq-sync

Response parameters

ParameterTypeDescriptionExample
object
Messagestring

The error message that is returned if the request failed.

The event streaming [xxxx] not existed!
RequestIdstring

The request ID.

72ce027c-546a-4231-9cf6-ec58766027f9
Codeboolean

The response code. The value Success indicates that the request is successful. Other values indicate that the request failed. For more information about error codes, see Error codes.

Success
Successboolean

Indicates whether the request is successful. Valid values: true and false.

true

Examples

Sample success responses

JSONformat

{
  "Message": "The event streaming [xxxx] not existed!\n",
  "RequestId": "72ce027c-546a-4231-9cf6-ec58766027f9",
  "Code": true,
  "Success": true
}

Error codes

HTTP status codeError codeError message
403ServiceNotEnableService not enable

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-03-14The Error code has changed. The response structure of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 403
Output ParametersThe response structure of the API has changed.
2023-04-06The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 403