HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

createDestination

Creates a destination resource to receive notifications. The createDestination operation is grantless. For more information, refer to Grantless operations.

Usage Plan:

Rate (requests per second)Burst
15

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may observe higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API.

Body Params
resourceSpecification
object
required

The information required to create a destination resource. Applications should use one resource type (sqs or eventBridge) per destination.

string
required

A developer-defined name to help identify this destination.

Responses

Response body
object
payload
object

Information about the destination created when you call the createDestination operation.

string
required
length ≤ 256

The developer-defined name for this destination.

string
required

The destination identifier generated when you created the destination.

resource
object
required

The destination resource types.

errors
array of objects

A list of error responses returned when a request is unsuccessful.

errors
object
string
required

An error code that identifies the type of error that occurred.

string
required

A message that describes the error condition.

string

Additional details that can help the caller understand or fix the issue.

Headers
object
string

Your rate limit (requests per second) for this operation.

string

Unique request reference identifier.

Language