# Functions
No description provided by the author
No description provided by the author
# Constants
AggregationTimePeriodFiveMinutes captures enum value "FiveMinutes".
AggregationTimePeriodTenMinutes captures enum value "TenMinutes".
OrderChangeTypeEnumBuyerRequestedChange captures enum value "BuyerRequestedChange".
OrderChangeTypeEnumOrderStatusChange captures enum value "OrderStatusChange".
# Structs
AggregationFilter A filter used to select the aggregation time period at which to send notifications (for example: limit to one notification every five minutes for high frequency notifications).
AggregationSettings A container that holds all of the necessary properties to configure the aggregation of notifications.
CreateDestinationRequest The request schema for the `createDestination` operation.
CreateDestinationResponse The response schema for the createDestination operation.
CreateSubscriptionRequest The request schema for the `createSubscription` operation.
CreateSubscriptionResponse The response schema for the `createSubscription` operation.
DeleteDestinationResponse The response schema for the `deleteDestination` operation.
DeleteSubscriptionByIDResponse The response schema for the `deleteSubscriptionById` operation.
Destination Information about the destination created when you call the `createDestination` operation.
DestinationResource The destination resource types.
DestinationResourceSpecification The information required to create a destination resource.
Error An error response returned when the request is unsuccessful.
EventBridgeResource The Amazon EventBridge destination.
EventBridgeResourceSpecification The information required to create an Amazon EventBridge destination.
EventFilter A `notificationType` specific filter.
GetDestinationResponse The response schema for the `getDestination` operation.
GetDestinationsResponse The response schema for the `getDestinations` operation.
GetSubscriptionByIDResponse The response schema for the `getSubscriptionById` operation.
GetSubscriptionResponse The response schema for the `getSubscription` operation.
MarketplaceFilter An event filter to customize your subscription to send notifications for only the specified `marketplaceId`s.
OrderChangeTypeFilter An event filter to customize your subscription to send notifications for only the specified `orderChangeType`.
ProcessingDirective Additional information passed to the subscription to control the processing of notifications.
SqsResource The information required to create an Amazon Simple Queue Service (Amazon SQS) queue destination.
Subscription Information about the subscription.
# Type aliases
AggregationTimePeriod The supported aggregation time periods.
DestinationList A list of destinations.
ErrorList A list of error responses returned when a request is unsuccessful.
MarketplaceIds A list of marketplace identifiers to subscribe to (for example: ATVPDKIKX0DER).
OrderChangeTypeEnum The supported order change type of ORDER_CHANGE notification.
OrderChangeTypes A list of order change types to subscribe to (for example: `BuyerRequestedChange`).