GetEventAction - AWS Data Exchange

GetEventAction

This operation retrieves information about an event action.

Request Syntax

GET /v1/event-actions/EventActionId HTTP/1.1

URI Request Parameters

The request uses the following URI parameters.

EventActionId

The unique identifier for the event action.

Required: Yes

Request Body

The request does not have a request body.

Response Syntax

HTTP/1.1 200 Content-type: application/json { "Action": { "ExportRevisionToS3": { "Encryption": { "KmsKeyArn": "string", "Type": "string" }, "RevisionDestination": { "Bucket": "string", "KeyPattern": "string" } } }, "Arn": "string", "CreatedAt": "string", "Event": { "RevisionPublished": { "DataSetId": "string" } }, "Id": "string", "Tags": { "string" : "string" }, "UpdatedAt": "string" }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

Action

What occurs after a certain event.

Type: Action object

Arn

The ARN for the event action.

Type: String

CreatedAt

The date and time that the event action was created, in ISO 8601 format.

Type: Timestamp

Event

What occurs to start an action.

Type: Event object

Id

The unique identifier for the event action.

Type: String

Tags

The tags for the event action.

Type: String to string map

UpdatedAt

The date and time that the event action was last updated, in ISO 8601 format.

Type: Timestamp

Errors

For information about the errors that are common to all actions, see Common Errors.

InternalServerException

An exception occurred with the service.

Message

The message identifying the service exception that occurred.

HTTP Status Code: 500

ResourceNotFoundException

The resource couldn't be found.

Message

The resource couldn't be found.

ResourceId

The unique identifier for the resource that couldn't be found.

ResourceType

The type of resource that couldn't be found.

HTTP Status Code: 404

ThrottlingException

The limit on the number of requests per second was exceeded.

Message

The limit on the number of requests per second was exceeded.

HTTP Status Code: 429

ValidationException

The request was invalid.

ExceptionCause

The unique identifier for the resource that couldn't be found.

Message

The message that informs you about what was invalid about the request.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: