orders_v0

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 14, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for orders v0 API

func (*Client) ConfirmShipment

func (a *Client) ConfirmShipment(params *ConfirmShipmentParams, opts ...ClientOption) (*ConfirmShipmentNoContent, error)
ConfirmShipment Updates the shipment confirmation status for a specified order.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 10 |

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 see higher rate and burst values then those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) GetOrder

func (a *Client) GetOrder(params *GetOrderParams, opts ...ClientOption) (*GetOrderOK, error)
GetOrder Returns the order that you specify.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 0.0167 | 20 |

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 see higher rate and burst values then those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) GetOrderAddress

func (a *Client) GetOrderAddress(params *GetOrderAddressParams, opts ...ClientOption) (*GetOrderAddressOK, error)
GetOrderAddress Returns the shipping address for the order that you specify.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 0.0167 | 20 |

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 see higher rate and burst values then those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) GetOrderBuyerInfo

func (a *Client) GetOrderBuyerInfo(params *GetOrderBuyerInfoParams, opts ...ClientOption) (*GetOrderBuyerInfoOK, error)
GetOrderBuyerInfo Returns buyer information for the order that you specify.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 0.0167 | 20 |

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 see higher rate and burst values then those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) GetOrderItems

func (a *Client) GetOrderItems(params *GetOrderItemsParams, opts ...ClientOption) (*GetOrderItemsOK, error)
GetOrderItems Returns detailed order item information for the order that you specify. If NextToken is provided, it's used to retrieve the next page of order items.

__Note__: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 |

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 see higher rate and burst values then those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) GetOrderItemsBuyerInfo

func (a *Client) GetOrderItemsBuyerInfo(params *GetOrderItemsBuyerInfoParams, opts ...ClientOption) (*GetOrderItemsBuyerInfoOK, error)
GetOrderItemsBuyerInfo Returns buyer information for the order items in the order that you specify.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 |

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 see higher rate and burst values then those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) GetOrderRegulatedInfo

func (a *Client) GetOrderRegulatedInfo(params *GetOrderRegulatedInfoParams, opts ...ClientOption) (*GetOrderRegulatedInfoOK, error)
GetOrderRegulatedInfo Returns regulated information for the order that you specify.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 |

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 see higher rate and burst values then those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) GetOrders

func (a *Client) GetOrders(params *GetOrdersParams, opts ...ClientOption) (*GetOrdersOK, error)
GetOrders Returns orders created or updated during the time frame indicated by the specified parameters. You can also apply a range of filtering criteria to narrow the list of orders returned. If NextToken is present, that will be used to retrieve the orders instead of other criteria.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 0.0167 | 20 |

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 see higher rate and burst values then those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) UpdateVerificationStatus

func (a *Client) UpdateVerificationStatus(params *UpdateVerificationStatusParams, opts ...ClientOption) (*UpdateVerificationStatusNoContent, error)
UpdateVerificationStatus Updates (approves or rejects) the verification status of an order containing regulated products.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 |

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 see higher rate and burst values then those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	ConfirmShipment(params *ConfirmShipmentParams, opts ...ClientOption) (*ConfirmShipmentNoContent, error)

	GetOrder(params *GetOrderParams, opts ...ClientOption) (*GetOrderOK, error)

	GetOrderAddress(params *GetOrderAddressParams, opts ...ClientOption) (*GetOrderAddressOK, error)

	GetOrderBuyerInfo(params *GetOrderBuyerInfoParams, opts ...ClientOption) (*GetOrderBuyerInfoOK, error)

	GetOrderItems(params *GetOrderItemsParams, opts ...ClientOption) (*GetOrderItemsOK, error)

	GetOrderItemsBuyerInfo(params *GetOrderItemsBuyerInfoParams, opts ...ClientOption) (*GetOrderItemsBuyerInfoOK, error)

	GetOrderRegulatedInfo(params *GetOrderRegulatedInfoParams, opts ...ClientOption) (*GetOrderRegulatedInfoOK, error)

	GetOrders(params *GetOrdersParams, opts ...ClientOption) (*GetOrdersOK, error)

	UpdateVerificationStatus(params *UpdateVerificationStatusParams, opts ...ClientOption) (*UpdateVerificationStatusNoContent, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new orders v0 API client.

type ConfirmShipmentBadRequest

type ConfirmShipmentBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.ConfirmShipmentErrorResponse
}

ConfirmShipmentBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewConfirmShipmentBadRequest

func NewConfirmShipmentBadRequest() *ConfirmShipmentBadRequest

NewConfirmShipmentBadRequest creates a ConfirmShipmentBadRequest with default headers values

func (*ConfirmShipmentBadRequest) Error

func (o *ConfirmShipmentBadRequest) Error() string

func (*ConfirmShipmentBadRequest) GetPayload

func (*ConfirmShipmentBadRequest) IsClientError

func (o *ConfirmShipmentBadRequest) IsClientError() bool

IsClientError returns true when this confirm shipment bad request response has a 4xx status code

func (*ConfirmShipmentBadRequest) IsCode

func (o *ConfirmShipmentBadRequest) IsCode(code int) bool

IsCode returns true when this confirm shipment bad request response a status code equal to that given

func (*ConfirmShipmentBadRequest) IsRedirect

func (o *ConfirmShipmentBadRequest) IsRedirect() bool

IsRedirect returns true when this confirm shipment bad request response has a 3xx status code

func (*ConfirmShipmentBadRequest) IsServerError

func (o *ConfirmShipmentBadRequest) IsServerError() bool

IsServerError returns true when this confirm shipment bad request response has a 5xx status code

func (*ConfirmShipmentBadRequest) IsSuccess

func (o *ConfirmShipmentBadRequest) IsSuccess() bool

IsSuccess returns true when this confirm shipment bad request response has a 2xx status code

func (*ConfirmShipmentBadRequest) String

func (o *ConfirmShipmentBadRequest) String() string

type ConfirmShipmentForbidden

type ConfirmShipmentForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.ConfirmShipmentErrorResponse
}

ConfirmShipmentForbidden describes a response with status code 403, with default header values.

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewConfirmShipmentForbidden

func NewConfirmShipmentForbidden() *ConfirmShipmentForbidden

NewConfirmShipmentForbidden creates a ConfirmShipmentForbidden with default headers values

func (*ConfirmShipmentForbidden) Error

func (o *ConfirmShipmentForbidden) Error() string

func (*ConfirmShipmentForbidden) GetPayload

func (*ConfirmShipmentForbidden) IsClientError

func (o *ConfirmShipmentForbidden) IsClientError() bool

IsClientError returns true when this confirm shipment forbidden response has a 4xx status code

func (*ConfirmShipmentForbidden) IsCode

func (o *ConfirmShipmentForbidden) IsCode(code int) bool

IsCode returns true when this confirm shipment forbidden response a status code equal to that given

func (*ConfirmShipmentForbidden) IsRedirect

func (o *ConfirmShipmentForbidden) IsRedirect() bool

IsRedirect returns true when this confirm shipment forbidden response has a 3xx status code

func (*ConfirmShipmentForbidden) IsServerError

func (o *ConfirmShipmentForbidden) IsServerError() bool

IsServerError returns true when this confirm shipment forbidden response has a 5xx status code

func (*ConfirmShipmentForbidden) IsSuccess

func (o *ConfirmShipmentForbidden) IsSuccess() bool

IsSuccess returns true when this confirm shipment forbidden response has a 2xx status code

func (*ConfirmShipmentForbidden) String

func (o *ConfirmShipmentForbidden) String() string

type ConfirmShipmentInternalServerError

type ConfirmShipmentInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.ConfirmShipmentErrorResponse
}

ConfirmShipmentInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewConfirmShipmentInternalServerError

func NewConfirmShipmentInternalServerError() *ConfirmShipmentInternalServerError

NewConfirmShipmentInternalServerError creates a ConfirmShipmentInternalServerError with default headers values

func (*ConfirmShipmentInternalServerError) Error

func (*ConfirmShipmentInternalServerError) GetPayload

func (*ConfirmShipmentInternalServerError) IsClientError

func (o *ConfirmShipmentInternalServerError) IsClientError() bool

IsClientError returns true when this confirm shipment internal server error response has a 4xx status code

func (*ConfirmShipmentInternalServerError) IsCode

IsCode returns true when this confirm shipment internal server error response a status code equal to that given

func (*ConfirmShipmentInternalServerError) IsRedirect

func (o *ConfirmShipmentInternalServerError) IsRedirect() bool

IsRedirect returns true when this confirm shipment internal server error response has a 3xx status code

func (*ConfirmShipmentInternalServerError) IsServerError

func (o *ConfirmShipmentInternalServerError) IsServerError() bool

IsServerError returns true when this confirm shipment internal server error response has a 5xx status code

func (*ConfirmShipmentInternalServerError) IsSuccess

IsSuccess returns true when this confirm shipment internal server error response has a 2xx status code

func (*ConfirmShipmentInternalServerError) String

type ConfirmShipmentNoContent

type ConfirmShipmentNoContent struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string
}

ConfirmShipmentNoContent describes a response with status code 204, with default header values.

Success.

func NewConfirmShipmentNoContent

func NewConfirmShipmentNoContent() *ConfirmShipmentNoContent

NewConfirmShipmentNoContent creates a ConfirmShipmentNoContent with default headers values

func (*ConfirmShipmentNoContent) Error

func (o *ConfirmShipmentNoContent) Error() string

func (*ConfirmShipmentNoContent) IsClientError

func (o *ConfirmShipmentNoContent) IsClientError() bool

IsClientError returns true when this confirm shipment no content response has a 4xx status code

func (*ConfirmShipmentNoContent) IsCode

func (o *ConfirmShipmentNoContent) IsCode(code int) bool

IsCode returns true when this confirm shipment no content response a status code equal to that given

func (*ConfirmShipmentNoContent) IsRedirect

func (o *ConfirmShipmentNoContent) IsRedirect() bool

IsRedirect returns true when this confirm shipment no content response has a 3xx status code

func (*ConfirmShipmentNoContent) IsServerError

func (o *ConfirmShipmentNoContent) IsServerError() bool

IsServerError returns true when this confirm shipment no content response has a 5xx status code

func (*ConfirmShipmentNoContent) IsSuccess

func (o *ConfirmShipmentNoContent) IsSuccess() bool

IsSuccess returns true when this confirm shipment no content response has a 2xx status code

func (*ConfirmShipmentNoContent) String

func (o *ConfirmShipmentNoContent) String() string

type ConfirmShipmentNotFound

type ConfirmShipmentNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.ConfirmShipmentErrorResponse
}

ConfirmShipmentNotFound describes a response with status code 404, with default header values.

The specified resource does not exist.

func NewConfirmShipmentNotFound

func NewConfirmShipmentNotFound() *ConfirmShipmentNotFound

NewConfirmShipmentNotFound creates a ConfirmShipmentNotFound with default headers values

func (*ConfirmShipmentNotFound) Error

func (o *ConfirmShipmentNotFound) Error() string

func (*ConfirmShipmentNotFound) GetPayload

func (*ConfirmShipmentNotFound) IsClientError

func (o *ConfirmShipmentNotFound) IsClientError() bool

IsClientError returns true when this confirm shipment not found response has a 4xx status code

func (*ConfirmShipmentNotFound) IsCode

func (o *ConfirmShipmentNotFound) IsCode(code int) bool

IsCode returns true when this confirm shipment not found response a status code equal to that given

func (*ConfirmShipmentNotFound) IsRedirect

func (o *ConfirmShipmentNotFound) IsRedirect() bool

IsRedirect returns true when this confirm shipment not found response has a 3xx status code

func (*ConfirmShipmentNotFound) IsServerError

func (o *ConfirmShipmentNotFound) IsServerError() bool

IsServerError returns true when this confirm shipment not found response has a 5xx status code

func (*ConfirmShipmentNotFound) IsSuccess

func (o *ConfirmShipmentNotFound) IsSuccess() bool

IsSuccess returns true when this confirm shipment not found response has a 2xx status code

func (*ConfirmShipmentNotFound) String

func (o *ConfirmShipmentNotFound) String() string

type ConfirmShipmentParams

type ConfirmShipmentParams struct {

	/* OrderID.

	   An Amazon-defined order identifier, in 3-7-7 format.
	*/
	OrderID string

	/* Payload.

	   Request body of confirmShipment.
	*/
	Payload *orders_v0_models.ConfirmShipmentRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ConfirmShipmentParams contains all the parameters to send to the API endpoint

for the confirm shipment operation.

Typically these are written to a http.Request.

func NewConfirmShipmentParams

func NewConfirmShipmentParams() *ConfirmShipmentParams

NewConfirmShipmentParams creates a new ConfirmShipmentParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewConfirmShipmentParamsWithContext

func NewConfirmShipmentParamsWithContext(ctx context.Context) *ConfirmShipmentParams

NewConfirmShipmentParamsWithContext creates a new ConfirmShipmentParams object with the ability to set a context for a request.

func NewConfirmShipmentParamsWithHTTPClient

func NewConfirmShipmentParamsWithHTTPClient(client *http.Client) *ConfirmShipmentParams

NewConfirmShipmentParamsWithHTTPClient creates a new ConfirmShipmentParams object with the ability to set a custom HTTPClient for a request.

func NewConfirmShipmentParamsWithTimeout

func NewConfirmShipmentParamsWithTimeout(timeout time.Duration) *ConfirmShipmentParams

NewConfirmShipmentParamsWithTimeout creates a new ConfirmShipmentParams object with the ability to set a timeout on a request.

func (*ConfirmShipmentParams) SetContext

func (o *ConfirmShipmentParams) SetContext(ctx context.Context)

SetContext adds the context to the confirm shipment params

func (*ConfirmShipmentParams) SetDefaults

func (o *ConfirmShipmentParams) SetDefaults()

SetDefaults hydrates default values in the confirm shipment params (not the query body).

All values with no default are reset to their zero value.

func (*ConfirmShipmentParams) SetHTTPClient

func (o *ConfirmShipmentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the confirm shipment params

func (*ConfirmShipmentParams) SetOrderID

func (o *ConfirmShipmentParams) SetOrderID(orderID string)

SetOrderID adds the orderId to the confirm shipment params

func (*ConfirmShipmentParams) SetPayload

SetPayload adds the payload to the confirm shipment params

func (*ConfirmShipmentParams) SetTimeout

func (o *ConfirmShipmentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the confirm shipment params

func (*ConfirmShipmentParams) WithContext

WithContext adds the context to the confirm shipment params

func (*ConfirmShipmentParams) WithDefaults

func (o *ConfirmShipmentParams) WithDefaults() *ConfirmShipmentParams

WithDefaults hydrates default values in the confirm shipment params (not the query body).

All values with no default are reset to their zero value.

func (*ConfirmShipmentParams) WithHTTPClient

func (o *ConfirmShipmentParams) WithHTTPClient(client *http.Client) *ConfirmShipmentParams

WithHTTPClient adds the HTTPClient to the confirm shipment params

func (*ConfirmShipmentParams) WithOrderID

func (o *ConfirmShipmentParams) WithOrderID(orderID string) *ConfirmShipmentParams

WithOrderID adds the orderID to the confirm shipment params

func (*ConfirmShipmentParams) WithPayload

WithPayload adds the payload to the confirm shipment params

func (*ConfirmShipmentParams) WithTimeout

func (o *ConfirmShipmentParams) WithTimeout(timeout time.Duration) *ConfirmShipmentParams

WithTimeout adds the timeout to the confirm shipment params

func (*ConfirmShipmentParams) WriteToRequest

func (o *ConfirmShipmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ConfirmShipmentReader

type ConfirmShipmentReader struct {
	// contains filtered or unexported fields
}

ConfirmShipmentReader is a Reader for the ConfirmShipment structure.

func (*ConfirmShipmentReader) ReadResponse

func (o *ConfirmShipmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ConfirmShipmentServiceUnavailable

type ConfirmShipmentServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.ConfirmShipmentErrorResponse
}

ConfirmShipmentServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewConfirmShipmentServiceUnavailable

func NewConfirmShipmentServiceUnavailable() *ConfirmShipmentServiceUnavailable

NewConfirmShipmentServiceUnavailable creates a ConfirmShipmentServiceUnavailable with default headers values

func (*ConfirmShipmentServiceUnavailable) Error

func (*ConfirmShipmentServiceUnavailable) GetPayload

func (*ConfirmShipmentServiceUnavailable) IsClientError

func (o *ConfirmShipmentServiceUnavailable) IsClientError() bool

IsClientError returns true when this confirm shipment service unavailable response has a 4xx status code

func (*ConfirmShipmentServiceUnavailable) IsCode

func (o *ConfirmShipmentServiceUnavailable) IsCode(code int) bool

IsCode returns true when this confirm shipment service unavailable response a status code equal to that given

func (*ConfirmShipmentServiceUnavailable) IsRedirect

func (o *ConfirmShipmentServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this confirm shipment service unavailable response has a 3xx status code

func (*ConfirmShipmentServiceUnavailable) IsServerError

func (o *ConfirmShipmentServiceUnavailable) IsServerError() bool

IsServerError returns true when this confirm shipment service unavailable response has a 5xx status code

func (*ConfirmShipmentServiceUnavailable) IsSuccess

func (o *ConfirmShipmentServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this confirm shipment service unavailable response has a 2xx status code

func (*ConfirmShipmentServiceUnavailable) String

type ConfirmShipmentTooManyRequests

type ConfirmShipmentTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.ConfirmShipmentErrorResponse
}

ConfirmShipmentTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewConfirmShipmentTooManyRequests

func NewConfirmShipmentTooManyRequests() *ConfirmShipmentTooManyRequests

NewConfirmShipmentTooManyRequests creates a ConfirmShipmentTooManyRequests with default headers values

func (*ConfirmShipmentTooManyRequests) Error

func (*ConfirmShipmentTooManyRequests) GetPayload

func (*ConfirmShipmentTooManyRequests) IsClientError

func (o *ConfirmShipmentTooManyRequests) IsClientError() bool

IsClientError returns true when this confirm shipment too many requests response has a 4xx status code

func (*ConfirmShipmentTooManyRequests) IsCode

func (o *ConfirmShipmentTooManyRequests) IsCode(code int) bool

IsCode returns true when this confirm shipment too many requests response a status code equal to that given

func (*ConfirmShipmentTooManyRequests) IsRedirect

func (o *ConfirmShipmentTooManyRequests) IsRedirect() bool

IsRedirect returns true when this confirm shipment too many requests response has a 3xx status code

func (*ConfirmShipmentTooManyRequests) IsServerError

func (o *ConfirmShipmentTooManyRequests) IsServerError() bool

IsServerError returns true when this confirm shipment too many requests response has a 5xx status code

func (*ConfirmShipmentTooManyRequests) IsSuccess

func (o *ConfirmShipmentTooManyRequests) IsSuccess() bool

IsSuccess returns true when this confirm shipment too many requests response has a 2xx status code

func (*ConfirmShipmentTooManyRequests) String

type ConfirmShipmentUnauthorized

type ConfirmShipmentUnauthorized struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.ConfirmShipmentErrorResponse
}

ConfirmShipmentUnauthorized describes a response with status code 401, with default header values.

The request's Authorization header is not formatted correctly or does not contain a valid token.

func NewConfirmShipmentUnauthorized

func NewConfirmShipmentUnauthorized() *ConfirmShipmentUnauthorized

NewConfirmShipmentUnauthorized creates a ConfirmShipmentUnauthorized with default headers values

func (*ConfirmShipmentUnauthorized) Error

func (*ConfirmShipmentUnauthorized) GetPayload

func (*ConfirmShipmentUnauthorized) IsClientError

func (o *ConfirmShipmentUnauthorized) IsClientError() bool

IsClientError returns true when this confirm shipment unauthorized response has a 4xx status code

func (*ConfirmShipmentUnauthorized) IsCode

func (o *ConfirmShipmentUnauthorized) IsCode(code int) bool

IsCode returns true when this confirm shipment unauthorized response a status code equal to that given

func (*ConfirmShipmentUnauthorized) IsRedirect

func (o *ConfirmShipmentUnauthorized) IsRedirect() bool

IsRedirect returns true when this confirm shipment unauthorized response has a 3xx status code

func (*ConfirmShipmentUnauthorized) IsServerError

func (o *ConfirmShipmentUnauthorized) IsServerError() bool

IsServerError returns true when this confirm shipment unauthorized response has a 5xx status code

func (*ConfirmShipmentUnauthorized) IsSuccess

func (o *ConfirmShipmentUnauthorized) IsSuccess() bool

IsSuccess returns true when this confirm shipment unauthorized response has a 2xx status code

func (*ConfirmShipmentUnauthorized) String

func (o *ConfirmShipmentUnauthorized) String() string

type GetOrderAddressBadRequest

type GetOrderAddressBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderAddressResponse
}

GetOrderAddressBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewGetOrderAddressBadRequest

func NewGetOrderAddressBadRequest() *GetOrderAddressBadRequest

NewGetOrderAddressBadRequest creates a GetOrderAddressBadRequest with default headers values

func (*GetOrderAddressBadRequest) Error

func (o *GetOrderAddressBadRequest) Error() string

func (*GetOrderAddressBadRequest) GetPayload

func (*GetOrderAddressBadRequest) IsClientError

func (o *GetOrderAddressBadRequest) IsClientError() bool

IsClientError returns true when this get order address bad request response has a 4xx status code

func (*GetOrderAddressBadRequest) IsCode

func (o *GetOrderAddressBadRequest) IsCode(code int) bool

IsCode returns true when this get order address bad request response a status code equal to that given

func (*GetOrderAddressBadRequest) IsRedirect

func (o *GetOrderAddressBadRequest) IsRedirect() bool

IsRedirect returns true when this get order address bad request response has a 3xx status code

func (*GetOrderAddressBadRequest) IsServerError

func (o *GetOrderAddressBadRequest) IsServerError() bool

IsServerError returns true when this get order address bad request response has a 5xx status code

func (*GetOrderAddressBadRequest) IsSuccess

func (o *GetOrderAddressBadRequest) IsSuccess() bool

IsSuccess returns true when this get order address bad request response has a 2xx status code

func (*GetOrderAddressBadRequest) String

func (o *GetOrderAddressBadRequest) String() string

type GetOrderAddressForbidden

type GetOrderAddressForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderAddressResponse
}

GetOrderAddressForbidden describes a response with status code 403, with default header values.

Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewGetOrderAddressForbidden

func NewGetOrderAddressForbidden() *GetOrderAddressForbidden

NewGetOrderAddressForbidden creates a GetOrderAddressForbidden with default headers values

func (*GetOrderAddressForbidden) Error

func (o *GetOrderAddressForbidden) Error() string

func (*GetOrderAddressForbidden) GetPayload

func (*GetOrderAddressForbidden) IsClientError

func (o *GetOrderAddressForbidden) IsClientError() bool

IsClientError returns true when this get order address forbidden response has a 4xx status code

func (*GetOrderAddressForbidden) IsCode

func (o *GetOrderAddressForbidden) IsCode(code int) bool

IsCode returns true when this get order address forbidden response a status code equal to that given

func (*GetOrderAddressForbidden) IsRedirect

func (o *GetOrderAddressForbidden) IsRedirect() bool

IsRedirect returns true when this get order address forbidden response has a 3xx status code

func (*GetOrderAddressForbidden) IsServerError

func (o *GetOrderAddressForbidden) IsServerError() bool

IsServerError returns true when this get order address forbidden response has a 5xx status code

func (*GetOrderAddressForbidden) IsSuccess

func (o *GetOrderAddressForbidden) IsSuccess() bool

IsSuccess returns true when this get order address forbidden response has a 2xx status code

func (*GetOrderAddressForbidden) String

func (o *GetOrderAddressForbidden) String() string

type GetOrderAddressInternalServerError

type GetOrderAddressInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderAddressResponse
}

GetOrderAddressInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewGetOrderAddressInternalServerError

func NewGetOrderAddressInternalServerError() *GetOrderAddressInternalServerError

NewGetOrderAddressInternalServerError creates a GetOrderAddressInternalServerError with default headers values

func (*GetOrderAddressInternalServerError) Error

func (*GetOrderAddressInternalServerError) GetPayload

func (*GetOrderAddressInternalServerError) IsClientError

func (o *GetOrderAddressInternalServerError) IsClientError() bool

IsClientError returns true when this get order address internal server error response has a 4xx status code

func (*GetOrderAddressInternalServerError) IsCode

IsCode returns true when this get order address internal server error response a status code equal to that given

func (*GetOrderAddressInternalServerError) IsRedirect

func (o *GetOrderAddressInternalServerError) IsRedirect() bool

IsRedirect returns true when this get order address internal server error response has a 3xx status code

func (*GetOrderAddressInternalServerError) IsServerError

func (o *GetOrderAddressInternalServerError) IsServerError() bool

IsServerError returns true when this get order address internal server error response has a 5xx status code

func (*GetOrderAddressInternalServerError) IsSuccess

IsSuccess returns true when this get order address internal server error response has a 2xx status code

func (*GetOrderAddressInternalServerError) String

type GetOrderAddressNotFound

type GetOrderAddressNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderAddressResponse
}

GetOrderAddressNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewGetOrderAddressNotFound

func NewGetOrderAddressNotFound() *GetOrderAddressNotFound

NewGetOrderAddressNotFound creates a GetOrderAddressNotFound with default headers values

func (*GetOrderAddressNotFound) Error

func (o *GetOrderAddressNotFound) Error() string

func (*GetOrderAddressNotFound) GetPayload

func (*GetOrderAddressNotFound) IsClientError

func (o *GetOrderAddressNotFound) IsClientError() bool

IsClientError returns true when this get order address not found response has a 4xx status code

func (*GetOrderAddressNotFound) IsCode

func (o *GetOrderAddressNotFound) IsCode(code int) bool

IsCode returns true when this get order address not found response a status code equal to that given

func (*GetOrderAddressNotFound) IsRedirect

func (o *GetOrderAddressNotFound) IsRedirect() bool

IsRedirect returns true when this get order address not found response has a 3xx status code

func (*GetOrderAddressNotFound) IsServerError

func (o *GetOrderAddressNotFound) IsServerError() bool

IsServerError returns true when this get order address not found response has a 5xx status code

func (*GetOrderAddressNotFound) IsSuccess

func (o *GetOrderAddressNotFound) IsSuccess() bool

IsSuccess returns true when this get order address not found response has a 2xx status code

func (*GetOrderAddressNotFound) String

func (o *GetOrderAddressNotFound) String() string

type GetOrderAddressOK

type GetOrderAddressOK struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderAddressResponse
}

GetOrderAddressOK describes a response with status code 200, with default header values.

Success.

func NewGetOrderAddressOK

func NewGetOrderAddressOK() *GetOrderAddressOK

NewGetOrderAddressOK creates a GetOrderAddressOK with default headers values

func (*GetOrderAddressOK) Error

func (o *GetOrderAddressOK) Error() string

func (*GetOrderAddressOK) GetPayload

func (*GetOrderAddressOK) IsClientError

func (o *GetOrderAddressOK) IsClientError() bool

IsClientError returns true when this get order address o k response has a 4xx status code

func (*GetOrderAddressOK) IsCode

func (o *GetOrderAddressOK) IsCode(code int) bool

IsCode returns true when this get order address o k response a status code equal to that given

func (*GetOrderAddressOK) IsRedirect

func (o *GetOrderAddressOK) IsRedirect() bool

IsRedirect returns true when this get order address o k response has a 3xx status code

func (*GetOrderAddressOK) IsServerError

func (o *GetOrderAddressOK) IsServerError() bool

IsServerError returns true when this get order address o k response has a 5xx status code

func (*GetOrderAddressOK) IsSuccess

func (o *GetOrderAddressOK) IsSuccess() bool

IsSuccess returns true when this get order address o k response has a 2xx status code

func (*GetOrderAddressOK) String

func (o *GetOrderAddressOK) String() string

type GetOrderAddressParams

type GetOrderAddressParams struct {

	/* OrderID.

	   An orderId is an Amazon-defined order identifier, in 3-7-7 format.
	*/
	OrderID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetOrderAddressParams contains all the parameters to send to the API endpoint

for the get order address operation.

Typically these are written to a http.Request.

func NewGetOrderAddressParams

func NewGetOrderAddressParams() *GetOrderAddressParams

NewGetOrderAddressParams creates a new GetOrderAddressParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetOrderAddressParamsWithContext

func NewGetOrderAddressParamsWithContext(ctx context.Context) *GetOrderAddressParams

NewGetOrderAddressParamsWithContext creates a new GetOrderAddressParams object with the ability to set a context for a request.

func NewGetOrderAddressParamsWithHTTPClient

func NewGetOrderAddressParamsWithHTTPClient(client *http.Client) *GetOrderAddressParams

NewGetOrderAddressParamsWithHTTPClient creates a new GetOrderAddressParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrderAddressParamsWithTimeout

func NewGetOrderAddressParamsWithTimeout(timeout time.Duration) *GetOrderAddressParams

NewGetOrderAddressParamsWithTimeout creates a new GetOrderAddressParams object with the ability to set a timeout on a request.

func (*GetOrderAddressParams) SetContext

func (o *GetOrderAddressParams) SetContext(ctx context.Context)

SetContext adds the context to the get order address params

func (*GetOrderAddressParams) SetDefaults

func (o *GetOrderAddressParams) SetDefaults()

SetDefaults hydrates default values in the get order address params (not the query body).

All values with no default are reset to their zero value.

func (*GetOrderAddressParams) SetHTTPClient

func (o *GetOrderAddressParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get order address params

func (*GetOrderAddressParams) SetOrderID

func (o *GetOrderAddressParams) SetOrderID(orderID string)

SetOrderID adds the orderId to the get order address params

func (*GetOrderAddressParams) SetTimeout

func (o *GetOrderAddressParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get order address params

func (*GetOrderAddressParams) WithContext

WithContext adds the context to the get order address params

func (*GetOrderAddressParams) WithDefaults

func (o *GetOrderAddressParams) WithDefaults() *GetOrderAddressParams

WithDefaults hydrates default values in the get order address params (not the query body).

All values with no default are reset to their zero value.

func (*GetOrderAddressParams) WithHTTPClient

func (o *GetOrderAddressParams) WithHTTPClient(client *http.Client) *GetOrderAddressParams

WithHTTPClient adds the HTTPClient to the get order address params

func (*GetOrderAddressParams) WithOrderID

func (o *GetOrderAddressParams) WithOrderID(orderID string) *GetOrderAddressParams

WithOrderID adds the orderID to the get order address params

func (*GetOrderAddressParams) WithTimeout

func (o *GetOrderAddressParams) WithTimeout(timeout time.Duration) *GetOrderAddressParams

WithTimeout adds the timeout to the get order address params

func (*GetOrderAddressParams) WriteToRequest

func (o *GetOrderAddressParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetOrderAddressReader

type GetOrderAddressReader struct {
	// contains filtered or unexported fields
}

GetOrderAddressReader is a Reader for the GetOrderAddress structure.

func (*GetOrderAddressReader) ReadResponse

func (o *GetOrderAddressReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetOrderAddressServiceUnavailable

type GetOrderAddressServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderAddressResponse
}

GetOrderAddressServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewGetOrderAddressServiceUnavailable

func NewGetOrderAddressServiceUnavailable() *GetOrderAddressServiceUnavailable

NewGetOrderAddressServiceUnavailable creates a GetOrderAddressServiceUnavailable with default headers values

func (*GetOrderAddressServiceUnavailable) Error

func (*GetOrderAddressServiceUnavailable) GetPayload

func (*GetOrderAddressServiceUnavailable) IsClientError

func (o *GetOrderAddressServiceUnavailable) IsClientError() bool

IsClientError returns true when this get order address service unavailable response has a 4xx status code

func (*GetOrderAddressServiceUnavailable) IsCode

func (o *GetOrderAddressServiceUnavailable) IsCode(code int) bool

IsCode returns true when this get order address service unavailable response a status code equal to that given

func (*GetOrderAddressServiceUnavailable) IsRedirect

func (o *GetOrderAddressServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get order address service unavailable response has a 3xx status code

func (*GetOrderAddressServiceUnavailable) IsServerError

func (o *GetOrderAddressServiceUnavailable) IsServerError() bool

IsServerError returns true when this get order address service unavailable response has a 5xx status code

func (*GetOrderAddressServiceUnavailable) IsSuccess

func (o *GetOrderAddressServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get order address service unavailable response has a 2xx status code

func (*GetOrderAddressServiceUnavailable) String

type GetOrderAddressTooManyRequests

type GetOrderAddressTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderAddressResponse
}

GetOrderAddressTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewGetOrderAddressTooManyRequests

func NewGetOrderAddressTooManyRequests() *GetOrderAddressTooManyRequests

NewGetOrderAddressTooManyRequests creates a GetOrderAddressTooManyRequests with default headers values

func (*GetOrderAddressTooManyRequests) Error

func (*GetOrderAddressTooManyRequests) GetPayload

func (*GetOrderAddressTooManyRequests) IsClientError

func (o *GetOrderAddressTooManyRequests) IsClientError() bool

IsClientError returns true when this get order address too many requests response has a 4xx status code

func (*GetOrderAddressTooManyRequests) IsCode

func (o *GetOrderAddressTooManyRequests) IsCode(code int) bool

IsCode returns true when this get order address too many requests response a status code equal to that given

func (*GetOrderAddressTooManyRequests) IsRedirect

func (o *GetOrderAddressTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get order address too many requests response has a 3xx status code

func (*GetOrderAddressTooManyRequests) IsServerError

func (o *GetOrderAddressTooManyRequests) IsServerError() bool

IsServerError returns true when this get order address too many requests response has a 5xx status code

func (*GetOrderAddressTooManyRequests) IsSuccess

func (o *GetOrderAddressTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get order address too many requests response has a 2xx status code

func (*GetOrderAddressTooManyRequests) String

type GetOrderBadRequest

type GetOrderBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderResponse
}

GetOrderBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewGetOrderBadRequest

func NewGetOrderBadRequest() *GetOrderBadRequest

NewGetOrderBadRequest creates a GetOrderBadRequest with default headers values

func (*GetOrderBadRequest) Error

func (o *GetOrderBadRequest) Error() string

func (*GetOrderBadRequest) GetPayload

func (*GetOrderBadRequest) IsClientError

func (o *GetOrderBadRequest) IsClientError() bool

IsClientError returns true when this get order bad request response has a 4xx status code

func (*GetOrderBadRequest) IsCode

func (o *GetOrderBadRequest) IsCode(code int) bool

IsCode returns true when this get order bad request response a status code equal to that given

func (*GetOrderBadRequest) IsRedirect

func (o *GetOrderBadRequest) IsRedirect() bool

IsRedirect returns true when this get order bad request response has a 3xx status code

func (*GetOrderBadRequest) IsServerError

func (o *GetOrderBadRequest) IsServerError() bool

IsServerError returns true when this get order bad request response has a 5xx status code

func (*GetOrderBadRequest) IsSuccess

func (o *GetOrderBadRequest) IsSuccess() bool

IsSuccess returns true when this get order bad request response has a 2xx status code

func (*GetOrderBadRequest) String

func (o *GetOrderBadRequest) String() string

type GetOrderBuyerInfoBadRequest

type GetOrderBuyerInfoBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderBuyerInfoResponse
}

GetOrderBuyerInfoBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewGetOrderBuyerInfoBadRequest

func NewGetOrderBuyerInfoBadRequest() *GetOrderBuyerInfoBadRequest

NewGetOrderBuyerInfoBadRequest creates a GetOrderBuyerInfoBadRequest with default headers values

func (*GetOrderBuyerInfoBadRequest) Error

func (*GetOrderBuyerInfoBadRequest) GetPayload

func (*GetOrderBuyerInfoBadRequest) IsClientError

func (o *GetOrderBuyerInfoBadRequest) IsClientError() bool

IsClientError returns true when this get order buyer info bad request response has a 4xx status code

func (*GetOrderBuyerInfoBadRequest) IsCode

func (o *GetOrderBuyerInfoBadRequest) IsCode(code int) bool

IsCode returns true when this get order buyer info bad request response a status code equal to that given

func (*GetOrderBuyerInfoBadRequest) IsRedirect

func (o *GetOrderBuyerInfoBadRequest) IsRedirect() bool

IsRedirect returns true when this get order buyer info bad request response has a 3xx status code

func (*GetOrderBuyerInfoBadRequest) IsServerError

func (o *GetOrderBuyerInfoBadRequest) IsServerError() bool

IsServerError returns true when this get order buyer info bad request response has a 5xx status code

func (*GetOrderBuyerInfoBadRequest) IsSuccess

func (o *GetOrderBuyerInfoBadRequest) IsSuccess() bool

IsSuccess returns true when this get order buyer info bad request response has a 2xx status code

func (*GetOrderBuyerInfoBadRequest) String

func (o *GetOrderBuyerInfoBadRequest) String() string

type GetOrderBuyerInfoForbidden

type GetOrderBuyerInfoForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderBuyerInfoResponse
}

GetOrderBuyerInfoForbidden describes a response with status code 403, with default header values.

Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewGetOrderBuyerInfoForbidden

func NewGetOrderBuyerInfoForbidden() *GetOrderBuyerInfoForbidden

NewGetOrderBuyerInfoForbidden creates a GetOrderBuyerInfoForbidden with default headers values

func (*GetOrderBuyerInfoForbidden) Error

func (*GetOrderBuyerInfoForbidden) GetPayload

func (*GetOrderBuyerInfoForbidden) IsClientError

func (o *GetOrderBuyerInfoForbidden) IsClientError() bool

IsClientError returns true when this get order buyer info forbidden response has a 4xx status code

func (*GetOrderBuyerInfoForbidden) IsCode

func (o *GetOrderBuyerInfoForbidden) IsCode(code int) bool

IsCode returns true when this get order buyer info forbidden response a status code equal to that given

func (*GetOrderBuyerInfoForbidden) IsRedirect

func (o *GetOrderBuyerInfoForbidden) IsRedirect() bool

IsRedirect returns true when this get order buyer info forbidden response has a 3xx status code

func (*GetOrderBuyerInfoForbidden) IsServerError

func (o *GetOrderBuyerInfoForbidden) IsServerError() bool

IsServerError returns true when this get order buyer info forbidden response has a 5xx status code

func (*GetOrderBuyerInfoForbidden) IsSuccess

func (o *GetOrderBuyerInfoForbidden) IsSuccess() bool

IsSuccess returns true when this get order buyer info forbidden response has a 2xx status code

func (*GetOrderBuyerInfoForbidden) String

func (o *GetOrderBuyerInfoForbidden) String() string

type GetOrderBuyerInfoInternalServerError

type GetOrderBuyerInfoInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderBuyerInfoResponse
}

GetOrderBuyerInfoInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewGetOrderBuyerInfoInternalServerError

func NewGetOrderBuyerInfoInternalServerError() *GetOrderBuyerInfoInternalServerError

NewGetOrderBuyerInfoInternalServerError creates a GetOrderBuyerInfoInternalServerError with default headers values

func (*GetOrderBuyerInfoInternalServerError) Error

func (*GetOrderBuyerInfoInternalServerError) GetPayload

func (*GetOrderBuyerInfoInternalServerError) IsClientError

func (o *GetOrderBuyerInfoInternalServerError) IsClientError() bool

IsClientError returns true when this get order buyer info internal server error response has a 4xx status code

func (*GetOrderBuyerInfoInternalServerError) IsCode

IsCode returns true when this get order buyer info internal server error response a status code equal to that given

func (*GetOrderBuyerInfoInternalServerError) IsRedirect

IsRedirect returns true when this get order buyer info internal server error response has a 3xx status code

func (*GetOrderBuyerInfoInternalServerError) IsServerError

func (o *GetOrderBuyerInfoInternalServerError) IsServerError() bool

IsServerError returns true when this get order buyer info internal server error response has a 5xx status code

func (*GetOrderBuyerInfoInternalServerError) IsSuccess

IsSuccess returns true when this get order buyer info internal server error response has a 2xx status code

func (*GetOrderBuyerInfoInternalServerError) String

type GetOrderBuyerInfoNotFound

type GetOrderBuyerInfoNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderBuyerInfoResponse
}

GetOrderBuyerInfoNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewGetOrderBuyerInfoNotFound

func NewGetOrderBuyerInfoNotFound() *GetOrderBuyerInfoNotFound

NewGetOrderBuyerInfoNotFound creates a GetOrderBuyerInfoNotFound with default headers values

func (*GetOrderBuyerInfoNotFound) Error

func (o *GetOrderBuyerInfoNotFound) Error() string

func (*GetOrderBuyerInfoNotFound) GetPayload

func (*GetOrderBuyerInfoNotFound) IsClientError

func (o *GetOrderBuyerInfoNotFound) IsClientError() bool

IsClientError returns true when this get order buyer info not found response has a 4xx status code

func (*GetOrderBuyerInfoNotFound) IsCode

func (o *GetOrderBuyerInfoNotFound) IsCode(code int) bool

IsCode returns true when this get order buyer info not found response a status code equal to that given

func (*GetOrderBuyerInfoNotFound) IsRedirect

func (o *GetOrderBuyerInfoNotFound) IsRedirect() bool

IsRedirect returns true when this get order buyer info not found response has a 3xx status code

func (*GetOrderBuyerInfoNotFound) IsServerError

func (o *GetOrderBuyerInfoNotFound) IsServerError() bool

IsServerError returns true when this get order buyer info not found response has a 5xx status code

func (*GetOrderBuyerInfoNotFound) IsSuccess

func (o *GetOrderBuyerInfoNotFound) IsSuccess() bool

IsSuccess returns true when this get order buyer info not found response has a 2xx status code

func (*GetOrderBuyerInfoNotFound) String

func (o *GetOrderBuyerInfoNotFound) String() string

type GetOrderBuyerInfoOK

type GetOrderBuyerInfoOK struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderBuyerInfoResponse
}

GetOrderBuyerInfoOK describes a response with status code 200, with default header values.

Success.

func NewGetOrderBuyerInfoOK

func NewGetOrderBuyerInfoOK() *GetOrderBuyerInfoOK

NewGetOrderBuyerInfoOK creates a GetOrderBuyerInfoOK with default headers values

func (*GetOrderBuyerInfoOK) Error

func (o *GetOrderBuyerInfoOK) Error() string

func (*GetOrderBuyerInfoOK) GetPayload

func (*GetOrderBuyerInfoOK) IsClientError

func (o *GetOrderBuyerInfoOK) IsClientError() bool

IsClientError returns true when this get order buyer info o k response has a 4xx status code

func (*GetOrderBuyerInfoOK) IsCode

func (o *GetOrderBuyerInfoOK) IsCode(code int) bool

IsCode returns true when this get order buyer info o k response a status code equal to that given

func (*GetOrderBuyerInfoOK) IsRedirect

func (o *GetOrderBuyerInfoOK) IsRedirect() bool

IsRedirect returns true when this get order buyer info o k response has a 3xx status code

func (*GetOrderBuyerInfoOK) IsServerError

func (o *GetOrderBuyerInfoOK) IsServerError() bool

IsServerError returns true when this get order buyer info o k response has a 5xx status code

func (*GetOrderBuyerInfoOK) IsSuccess

func (o *GetOrderBuyerInfoOK) IsSuccess() bool

IsSuccess returns true when this get order buyer info o k response has a 2xx status code

func (*GetOrderBuyerInfoOK) String

func (o *GetOrderBuyerInfoOK) String() string

type GetOrderBuyerInfoParams

type GetOrderBuyerInfoParams struct {

	/* OrderID.

	   An orderId is an Amazon-defined order identifier, in 3-7-7 format.
	*/
	OrderID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetOrderBuyerInfoParams contains all the parameters to send to the API endpoint

for the get order buyer info operation.

Typically these are written to a http.Request.

func NewGetOrderBuyerInfoParams

func NewGetOrderBuyerInfoParams() *GetOrderBuyerInfoParams

NewGetOrderBuyerInfoParams creates a new GetOrderBuyerInfoParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetOrderBuyerInfoParamsWithContext

func NewGetOrderBuyerInfoParamsWithContext(ctx context.Context) *GetOrderBuyerInfoParams

NewGetOrderBuyerInfoParamsWithContext creates a new GetOrderBuyerInfoParams object with the ability to set a context for a request.

func NewGetOrderBuyerInfoParamsWithHTTPClient

func NewGetOrderBuyerInfoParamsWithHTTPClient(client *http.Client) *GetOrderBuyerInfoParams

NewGetOrderBuyerInfoParamsWithHTTPClient creates a new GetOrderBuyerInfoParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrderBuyerInfoParamsWithTimeout

func NewGetOrderBuyerInfoParamsWithTimeout(timeout time.Duration) *GetOrderBuyerInfoParams

NewGetOrderBuyerInfoParamsWithTimeout creates a new GetOrderBuyerInfoParams object with the ability to set a timeout on a request.

func (*GetOrderBuyerInfoParams) SetContext

func (o *GetOrderBuyerInfoParams) SetContext(ctx context.Context)

SetContext adds the context to the get order buyer info params

func (*GetOrderBuyerInfoParams) SetDefaults

func (o *GetOrderBuyerInfoParams) SetDefaults()

SetDefaults hydrates default values in the get order buyer info params (not the query body).

All values with no default are reset to their zero value.

func (*GetOrderBuyerInfoParams) SetHTTPClient

func (o *GetOrderBuyerInfoParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get order buyer info params

func (*GetOrderBuyerInfoParams) SetOrderID

func (o *GetOrderBuyerInfoParams) SetOrderID(orderID string)

SetOrderID adds the orderId to the get order buyer info params

func (*GetOrderBuyerInfoParams) SetTimeout

func (o *GetOrderBuyerInfoParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get order buyer info params

func (*GetOrderBuyerInfoParams) WithContext

WithContext adds the context to the get order buyer info params

func (*GetOrderBuyerInfoParams) WithDefaults

WithDefaults hydrates default values in the get order buyer info params (not the query body).

All values with no default are reset to their zero value.

func (*GetOrderBuyerInfoParams) WithHTTPClient

func (o *GetOrderBuyerInfoParams) WithHTTPClient(client *http.Client) *GetOrderBuyerInfoParams

WithHTTPClient adds the HTTPClient to the get order buyer info params

func (*GetOrderBuyerInfoParams) WithOrderID

func (o *GetOrderBuyerInfoParams) WithOrderID(orderID string) *GetOrderBuyerInfoParams

WithOrderID adds the orderID to the get order buyer info params

func (*GetOrderBuyerInfoParams) WithTimeout

WithTimeout adds the timeout to the get order buyer info params

func (*GetOrderBuyerInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrderBuyerInfoReader

type GetOrderBuyerInfoReader struct {
	// contains filtered or unexported fields
}

GetOrderBuyerInfoReader is a Reader for the GetOrderBuyerInfo structure.

func (*GetOrderBuyerInfoReader) ReadResponse

func (o *GetOrderBuyerInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetOrderBuyerInfoServiceUnavailable

type GetOrderBuyerInfoServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderBuyerInfoResponse
}

GetOrderBuyerInfoServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewGetOrderBuyerInfoServiceUnavailable

func NewGetOrderBuyerInfoServiceUnavailable() *GetOrderBuyerInfoServiceUnavailable

NewGetOrderBuyerInfoServiceUnavailable creates a GetOrderBuyerInfoServiceUnavailable with default headers values

func (*GetOrderBuyerInfoServiceUnavailable) Error

func (*GetOrderBuyerInfoServiceUnavailable) GetPayload

func (*GetOrderBuyerInfoServiceUnavailable) IsClientError

func (o *GetOrderBuyerInfoServiceUnavailable) IsClientError() bool

IsClientError returns true when this get order buyer info service unavailable response has a 4xx status code

func (*GetOrderBuyerInfoServiceUnavailable) IsCode

IsCode returns true when this get order buyer info service unavailable response a status code equal to that given

func (*GetOrderBuyerInfoServiceUnavailable) IsRedirect

func (o *GetOrderBuyerInfoServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get order buyer info service unavailable response has a 3xx status code

func (*GetOrderBuyerInfoServiceUnavailable) IsServerError

func (o *GetOrderBuyerInfoServiceUnavailable) IsServerError() bool

IsServerError returns true when this get order buyer info service unavailable response has a 5xx status code

func (*GetOrderBuyerInfoServiceUnavailable) IsSuccess

IsSuccess returns true when this get order buyer info service unavailable response has a 2xx status code

func (*GetOrderBuyerInfoServiceUnavailable) String

type GetOrderBuyerInfoTooManyRequests

type GetOrderBuyerInfoTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderBuyerInfoResponse
}

GetOrderBuyerInfoTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewGetOrderBuyerInfoTooManyRequests

func NewGetOrderBuyerInfoTooManyRequests() *GetOrderBuyerInfoTooManyRequests

NewGetOrderBuyerInfoTooManyRequests creates a GetOrderBuyerInfoTooManyRequests with default headers values

func (*GetOrderBuyerInfoTooManyRequests) Error

func (*GetOrderBuyerInfoTooManyRequests) GetPayload

func (*GetOrderBuyerInfoTooManyRequests) IsClientError

func (o *GetOrderBuyerInfoTooManyRequests) IsClientError() bool

IsClientError returns true when this get order buyer info too many requests response has a 4xx status code

func (*GetOrderBuyerInfoTooManyRequests) IsCode

func (o *GetOrderBuyerInfoTooManyRequests) IsCode(code int) bool

IsCode returns true when this get order buyer info too many requests response a status code equal to that given

func (*GetOrderBuyerInfoTooManyRequests) IsRedirect

func (o *GetOrderBuyerInfoTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get order buyer info too many requests response has a 3xx status code

func (*GetOrderBuyerInfoTooManyRequests) IsServerError

func (o *GetOrderBuyerInfoTooManyRequests) IsServerError() bool

IsServerError returns true when this get order buyer info too many requests response has a 5xx status code

func (*GetOrderBuyerInfoTooManyRequests) IsSuccess

func (o *GetOrderBuyerInfoTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get order buyer info too many requests response has a 2xx status code

func (*GetOrderBuyerInfoTooManyRequests) String

type GetOrderForbidden

type GetOrderForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderResponse
}

GetOrderForbidden describes a response with status code 403, with default header values.

Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewGetOrderForbidden

func NewGetOrderForbidden() *GetOrderForbidden

NewGetOrderForbidden creates a GetOrderForbidden with default headers values

func (*GetOrderForbidden) Error

func (o *GetOrderForbidden) Error() string

func (*GetOrderForbidden) GetPayload

func (*GetOrderForbidden) IsClientError

func (o *GetOrderForbidden) IsClientError() bool

IsClientError returns true when this get order forbidden response has a 4xx status code

func (*GetOrderForbidden) IsCode

func (o *GetOrderForbidden) IsCode(code int) bool

IsCode returns true when this get order forbidden response a status code equal to that given

func (*GetOrderForbidden) IsRedirect

func (o *GetOrderForbidden) IsRedirect() bool

IsRedirect returns true when this get order forbidden response has a 3xx status code

func (*GetOrderForbidden) IsServerError

func (o *GetOrderForbidden) IsServerError() bool

IsServerError returns true when this get order forbidden response has a 5xx status code

func (*GetOrderForbidden) IsSuccess

func (o *GetOrderForbidden) IsSuccess() bool

IsSuccess returns true when this get order forbidden response has a 2xx status code

func (*GetOrderForbidden) String

func (o *GetOrderForbidden) String() string

type GetOrderInternalServerError

type GetOrderInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderResponse
}

GetOrderInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewGetOrderInternalServerError

func NewGetOrderInternalServerError() *GetOrderInternalServerError

NewGetOrderInternalServerError creates a GetOrderInternalServerError with default headers values

func (*GetOrderInternalServerError) Error

func (*GetOrderInternalServerError) GetPayload

func (*GetOrderInternalServerError) IsClientError

func (o *GetOrderInternalServerError) IsClientError() bool

IsClientError returns true when this get order internal server error response has a 4xx status code

func (*GetOrderInternalServerError) IsCode

func (o *GetOrderInternalServerError) IsCode(code int) bool

IsCode returns true when this get order internal server error response a status code equal to that given

func (*GetOrderInternalServerError) IsRedirect

func (o *GetOrderInternalServerError) IsRedirect() bool

IsRedirect returns true when this get order internal server error response has a 3xx status code

func (*GetOrderInternalServerError) IsServerError

func (o *GetOrderInternalServerError) IsServerError() bool

IsServerError returns true when this get order internal server error response has a 5xx status code

func (*GetOrderInternalServerError) IsSuccess

func (o *GetOrderInternalServerError) IsSuccess() bool

IsSuccess returns true when this get order internal server error response has a 2xx status code

func (*GetOrderInternalServerError) String

func (o *GetOrderInternalServerError) String() string

type GetOrderItemsBadRequest

type GetOrderItemsBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderItemsResponse
}

GetOrderItemsBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewGetOrderItemsBadRequest

func NewGetOrderItemsBadRequest() *GetOrderItemsBadRequest

NewGetOrderItemsBadRequest creates a GetOrderItemsBadRequest with default headers values

func (*GetOrderItemsBadRequest) Error

func (o *GetOrderItemsBadRequest) Error() string

func (*GetOrderItemsBadRequest) GetPayload

func (*GetOrderItemsBadRequest) IsClientError

func (o *GetOrderItemsBadRequest) IsClientError() bool

IsClientError returns true when this get order items bad request response has a 4xx status code

func (*GetOrderItemsBadRequest) IsCode

func (o *GetOrderItemsBadRequest) IsCode(code int) bool

IsCode returns true when this get order items bad request response a status code equal to that given

func (*GetOrderItemsBadRequest) IsRedirect

func (o *GetOrderItemsBadRequest) IsRedirect() bool

IsRedirect returns true when this get order items bad request response has a 3xx status code

func (*GetOrderItemsBadRequest) IsServerError

func (o *GetOrderItemsBadRequest) IsServerError() bool

IsServerError returns true when this get order items bad request response has a 5xx status code

func (*GetOrderItemsBadRequest) IsSuccess

func (o *GetOrderItemsBadRequest) IsSuccess() bool

IsSuccess returns true when this get order items bad request response has a 2xx status code

func (*GetOrderItemsBadRequest) String

func (o *GetOrderItemsBadRequest) String() string

type GetOrderItemsBuyerInfoBadRequest

type GetOrderItemsBuyerInfoBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderItemsBuyerInfoResponse
}

GetOrderItemsBuyerInfoBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewGetOrderItemsBuyerInfoBadRequest

func NewGetOrderItemsBuyerInfoBadRequest() *GetOrderItemsBuyerInfoBadRequest

NewGetOrderItemsBuyerInfoBadRequest creates a GetOrderItemsBuyerInfoBadRequest with default headers values

func (*GetOrderItemsBuyerInfoBadRequest) Error

func (*GetOrderItemsBuyerInfoBadRequest) GetPayload

func (*GetOrderItemsBuyerInfoBadRequest) IsClientError

func (o *GetOrderItemsBuyerInfoBadRequest) IsClientError() bool

IsClientError returns true when this get order items buyer info bad request response has a 4xx status code

func (*GetOrderItemsBuyerInfoBadRequest) IsCode

func (o *GetOrderItemsBuyerInfoBadRequest) IsCode(code int) bool

IsCode returns true when this get order items buyer info bad request response a status code equal to that given

func (*GetOrderItemsBuyerInfoBadRequest) IsRedirect

func (o *GetOrderItemsBuyerInfoBadRequest) IsRedirect() bool

IsRedirect returns true when this get order items buyer info bad request response has a 3xx status code

func (*GetOrderItemsBuyerInfoBadRequest) IsServerError

func (o *GetOrderItemsBuyerInfoBadRequest) IsServerError() bool

IsServerError returns true when this get order items buyer info bad request response has a 5xx status code

func (*GetOrderItemsBuyerInfoBadRequest) IsSuccess

func (o *GetOrderItemsBuyerInfoBadRequest) IsSuccess() bool

IsSuccess returns true when this get order items buyer info bad request response has a 2xx status code

func (*GetOrderItemsBuyerInfoBadRequest) String

type GetOrderItemsBuyerInfoForbidden

type GetOrderItemsBuyerInfoForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderItemsBuyerInfoResponse
}

GetOrderItemsBuyerInfoForbidden describes a response with status code 403, with default header values.

Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewGetOrderItemsBuyerInfoForbidden

func NewGetOrderItemsBuyerInfoForbidden() *GetOrderItemsBuyerInfoForbidden

NewGetOrderItemsBuyerInfoForbidden creates a GetOrderItemsBuyerInfoForbidden with default headers values

func (*GetOrderItemsBuyerInfoForbidden) Error

func (*GetOrderItemsBuyerInfoForbidden) GetPayload

func (*GetOrderItemsBuyerInfoForbidden) IsClientError

func (o *GetOrderItemsBuyerInfoForbidden) IsClientError() bool

IsClientError returns true when this get order items buyer info forbidden response has a 4xx status code

func (*GetOrderItemsBuyerInfoForbidden) IsCode

func (o *GetOrderItemsBuyerInfoForbidden) IsCode(code int) bool

IsCode returns true when this get order items buyer info forbidden response a status code equal to that given

func (*GetOrderItemsBuyerInfoForbidden) IsRedirect

func (o *GetOrderItemsBuyerInfoForbidden) IsRedirect() bool

IsRedirect returns true when this get order items buyer info forbidden response has a 3xx status code

func (*GetOrderItemsBuyerInfoForbidden) IsServerError

func (o *GetOrderItemsBuyerInfoForbidden) IsServerError() bool

IsServerError returns true when this get order items buyer info forbidden response has a 5xx status code

func (*GetOrderItemsBuyerInfoForbidden) IsSuccess

func (o *GetOrderItemsBuyerInfoForbidden) IsSuccess() bool

IsSuccess returns true when this get order items buyer info forbidden response has a 2xx status code

func (*GetOrderItemsBuyerInfoForbidden) String

type GetOrderItemsBuyerInfoInternalServerError

type GetOrderItemsBuyerInfoInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderItemsBuyerInfoResponse
}

GetOrderItemsBuyerInfoInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewGetOrderItemsBuyerInfoInternalServerError

func NewGetOrderItemsBuyerInfoInternalServerError() *GetOrderItemsBuyerInfoInternalServerError

NewGetOrderItemsBuyerInfoInternalServerError creates a GetOrderItemsBuyerInfoInternalServerError with default headers values

func (*GetOrderItemsBuyerInfoInternalServerError) Error

func (*GetOrderItemsBuyerInfoInternalServerError) GetPayload

func (*GetOrderItemsBuyerInfoInternalServerError) IsClientError

IsClientError returns true when this get order items buyer info internal server error response has a 4xx status code

func (*GetOrderItemsBuyerInfoInternalServerError) IsCode

IsCode returns true when this get order items buyer info internal server error response a status code equal to that given

func (*GetOrderItemsBuyerInfoInternalServerError) IsRedirect

IsRedirect returns true when this get order items buyer info internal server error response has a 3xx status code

func (*GetOrderItemsBuyerInfoInternalServerError) IsServerError

IsServerError returns true when this get order items buyer info internal server error response has a 5xx status code

func (*GetOrderItemsBuyerInfoInternalServerError) IsSuccess

IsSuccess returns true when this get order items buyer info internal server error response has a 2xx status code

func (*GetOrderItemsBuyerInfoInternalServerError) String

type GetOrderItemsBuyerInfoNotFound

type GetOrderItemsBuyerInfoNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderItemsBuyerInfoResponse
}

GetOrderItemsBuyerInfoNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewGetOrderItemsBuyerInfoNotFound

func NewGetOrderItemsBuyerInfoNotFound() *GetOrderItemsBuyerInfoNotFound

NewGetOrderItemsBuyerInfoNotFound creates a GetOrderItemsBuyerInfoNotFound with default headers values

func (*GetOrderItemsBuyerInfoNotFound) Error

func (*GetOrderItemsBuyerInfoNotFound) GetPayload

func (*GetOrderItemsBuyerInfoNotFound) IsClientError

func (o *GetOrderItemsBuyerInfoNotFound) IsClientError() bool

IsClientError returns true when this get order items buyer info not found response has a 4xx status code

func (*GetOrderItemsBuyerInfoNotFound) IsCode

func (o *GetOrderItemsBuyerInfoNotFound) IsCode(code int) bool

IsCode returns true when this get order items buyer info not found response a status code equal to that given

func (*GetOrderItemsBuyerInfoNotFound) IsRedirect

func (o *GetOrderItemsBuyerInfoNotFound) IsRedirect() bool

IsRedirect returns true when this get order items buyer info not found response has a 3xx status code

func (*GetOrderItemsBuyerInfoNotFound) IsServerError

func (o *GetOrderItemsBuyerInfoNotFound) IsServerError() bool

IsServerError returns true when this get order items buyer info not found response has a 5xx status code

func (*GetOrderItemsBuyerInfoNotFound) IsSuccess

func (o *GetOrderItemsBuyerInfoNotFound) IsSuccess() bool

IsSuccess returns true when this get order items buyer info not found response has a 2xx status code

func (*GetOrderItemsBuyerInfoNotFound) String

type GetOrderItemsBuyerInfoOK

type GetOrderItemsBuyerInfoOK struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderItemsBuyerInfoResponse
}

GetOrderItemsBuyerInfoOK describes a response with status code 200, with default header values.

Success.

func NewGetOrderItemsBuyerInfoOK

func NewGetOrderItemsBuyerInfoOK() *GetOrderItemsBuyerInfoOK

NewGetOrderItemsBuyerInfoOK creates a GetOrderItemsBuyerInfoOK with default headers values

func (*GetOrderItemsBuyerInfoOK) Error

func (o *GetOrderItemsBuyerInfoOK) Error() string

func (*GetOrderItemsBuyerInfoOK) GetPayload

func (*GetOrderItemsBuyerInfoOK) IsClientError

func (o *GetOrderItemsBuyerInfoOK) IsClientError() bool

IsClientError returns true when this get order items buyer info o k response has a 4xx status code

func (*GetOrderItemsBuyerInfoOK) IsCode

func (o *GetOrderItemsBuyerInfoOK) IsCode(code int) bool

IsCode returns true when this get order items buyer info o k response a status code equal to that given

func (*GetOrderItemsBuyerInfoOK) IsRedirect

func (o *GetOrderItemsBuyerInfoOK) IsRedirect() bool

IsRedirect returns true when this get order items buyer info o k response has a 3xx status code

func (*GetOrderItemsBuyerInfoOK) IsServerError

func (o *GetOrderItemsBuyerInfoOK) IsServerError() bool

IsServerError returns true when this get order items buyer info o k response has a 5xx status code

func (*GetOrderItemsBuyerInfoOK) IsSuccess

func (o *GetOrderItemsBuyerInfoOK) IsSuccess() bool

IsSuccess returns true when this get order items buyer info o k response has a 2xx status code

func (*GetOrderItemsBuyerInfoOK) String

func (o *GetOrderItemsBuyerInfoOK) String() string

type GetOrderItemsBuyerInfoParams

type GetOrderItemsBuyerInfoParams struct {

	/* NextToken.

	   A string token returned in the response of your previous request.
	*/
	NextToken *string

	/* OrderID.

	   An Amazon-defined order identifier, in 3-7-7 format.
	*/
	OrderID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetOrderItemsBuyerInfoParams contains all the parameters to send to the API endpoint

for the get order items buyer info operation.

Typically these are written to a http.Request.

func NewGetOrderItemsBuyerInfoParams

func NewGetOrderItemsBuyerInfoParams() *GetOrderItemsBuyerInfoParams

NewGetOrderItemsBuyerInfoParams creates a new GetOrderItemsBuyerInfoParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetOrderItemsBuyerInfoParamsWithContext

func NewGetOrderItemsBuyerInfoParamsWithContext(ctx context.Context) *GetOrderItemsBuyerInfoParams

NewGetOrderItemsBuyerInfoParamsWithContext creates a new GetOrderItemsBuyerInfoParams object with the ability to set a context for a request.

func NewGetOrderItemsBuyerInfoParamsWithHTTPClient

func NewGetOrderItemsBuyerInfoParamsWithHTTPClient(client *http.Client) *GetOrderItemsBuyerInfoParams

NewGetOrderItemsBuyerInfoParamsWithHTTPClient creates a new GetOrderItemsBuyerInfoParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrderItemsBuyerInfoParamsWithTimeout

func NewGetOrderItemsBuyerInfoParamsWithTimeout(timeout time.Duration) *GetOrderItemsBuyerInfoParams

NewGetOrderItemsBuyerInfoParamsWithTimeout creates a new GetOrderItemsBuyerInfoParams object with the ability to set a timeout on a request.

func (*GetOrderItemsBuyerInfoParams) SetContext

func (o *GetOrderItemsBuyerInfoParams) SetContext(ctx context.Context)

SetContext adds the context to the get order items buyer info params

func (*GetOrderItemsBuyerInfoParams) SetDefaults

func (o *GetOrderItemsBuyerInfoParams) SetDefaults()

SetDefaults hydrates default values in the get order items buyer info params (not the query body).

All values with no default are reset to their zero value.

func (*GetOrderItemsBuyerInfoParams) SetHTTPClient

func (o *GetOrderItemsBuyerInfoParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get order items buyer info params

func (*GetOrderItemsBuyerInfoParams) SetNextToken

func (o *GetOrderItemsBuyerInfoParams) SetNextToken(nextToken *string)

SetNextToken adds the nextToken to the get order items buyer info params

func (*GetOrderItemsBuyerInfoParams) SetOrderID

func (o *GetOrderItemsBuyerInfoParams) SetOrderID(orderID string)

SetOrderID adds the orderId to the get order items buyer info params

func (*GetOrderItemsBuyerInfoParams) SetTimeout

func (o *GetOrderItemsBuyerInfoParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get order items buyer info params

func (*GetOrderItemsBuyerInfoParams) WithContext

WithContext adds the context to the get order items buyer info params

func (*GetOrderItemsBuyerInfoParams) WithDefaults

WithDefaults hydrates default values in the get order items buyer info params (not the query body).

All values with no default are reset to their zero value.

func (*GetOrderItemsBuyerInfoParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get order items buyer info params

func (*GetOrderItemsBuyerInfoParams) WithNextToken

WithNextToken adds the nextToken to the get order items buyer info params

func (*GetOrderItemsBuyerInfoParams) WithOrderID

WithOrderID adds the orderID to the get order items buyer info params

func (*GetOrderItemsBuyerInfoParams) WithTimeout

WithTimeout adds the timeout to the get order items buyer info params

func (*GetOrderItemsBuyerInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrderItemsBuyerInfoReader

type GetOrderItemsBuyerInfoReader struct {
	// contains filtered or unexported fields
}

GetOrderItemsBuyerInfoReader is a Reader for the GetOrderItemsBuyerInfo structure.

func (*GetOrderItemsBuyerInfoReader) ReadResponse

func (o *GetOrderItemsBuyerInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetOrderItemsBuyerInfoServiceUnavailable

type GetOrderItemsBuyerInfoServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderItemsBuyerInfoResponse
}

GetOrderItemsBuyerInfoServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewGetOrderItemsBuyerInfoServiceUnavailable

func NewGetOrderItemsBuyerInfoServiceUnavailable() *GetOrderItemsBuyerInfoServiceUnavailable

NewGetOrderItemsBuyerInfoServiceUnavailable creates a GetOrderItemsBuyerInfoServiceUnavailable with default headers values

func (*GetOrderItemsBuyerInfoServiceUnavailable) Error

func (*GetOrderItemsBuyerInfoServiceUnavailable) GetPayload

func (*GetOrderItemsBuyerInfoServiceUnavailable) IsClientError

IsClientError returns true when this get order items buyer info service unavailable response has a 4xx status code

func (*GetOrderItemsBuyerInfoServiceUnavailable) IsCode

IsCode returns true when this get order items buyer info service unavailable response a status code equal to that given

func (*GetOrderItemsBuyerInfoServiceUnavailable) IsRedirect

IsRedirect returns true when this get order items buyer info service unavailable response has a 3xx status code

func (*GetOrderItemsBuyerInfoServiceUnavailable) IsServerError

IsServerError returns true when this get order items buyer info service unavailable response has a 5xx status code

func (*GetOrderItemsBuyerInfoServiceUnavailable) IsSuccess

IsSuccess returns true when this get order items buyer info service unavailable response has a 2xx status code

func (*GetOrderItemsBuyerInfoServiceUnavailable) String

type GetOrderItemsBuyerInfoTooManyRequests

type GetOrderItemsBuyerInfoTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderItemsBuyerInfoResponse
}

GetOrderItemsBuyerInfoTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewGetOrderItemsBuyerInfoTooManyRequests

func NewGetOrderItemsBuyerInfoTooManyRequests() *GetOrderItemsBuyerInfoTooManyRequests

NewGetOrderItemsBuyerInfoTooManyRequests creates a GetOrderItemsBuyerInfoTooManyRequests with default headers values

func (*GetOrderItemsBuyerInfoTooManyRequests) Error

func (*GetOrderItemsBuyerInfoTooManyRequests) GetPayload

func (*GetOrderItemsBuyerInfoTooManyRequests) IsClientError

func (o *GetOrderItemsBuyerInfoTooManyRequests) IsClientError() bool

IsClientError returns true when this get order items buyer info too many requests response has a 4xx status code

func (*GetOrderItemsBuyerInfoTooManyRequests) IsCode

IsCode returns true when this get order items buyer info too many requests response a status code equal to that given

func (*GetOrderItemsBuyerInfoTooManyRequests) IsRedirect

IsRedirect returns true when this get order items buyer info too many requests response has a 3xx status code

func (*GetOrderItemsBuyerInfoTooManyRequests) IsServerError

func (o *GetOrderItemsBuyerInfoTooManyRequests) IsServerError() bool

IsServerError returns true when this get order items buyer info too many requests response has a 5xx status code

func (*GetOrderItemsBuyerInfoTooManyRequests) IsSuccess

IsSuccess returns true when this get order items buyer info too many requests response has a 2xx status code

func (*GetOrderItemsBuyerInfoTooManyRequests) String

type GetOrderItemsForbidden

type GetOrderItemsForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderItemsResponse
}

GetOrderItemsForbidden describes a response with status code 403, with default header values.

Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewGetOrderItemsForbidden

func NewGetOrderItemsForbidden() *GetOrderItemsForbidden

NewGetOrderItemsForbidden creates a GetOrderItemsForbidden with default headers values

func (*GetOrderItemsForbidden) Error

func (o *GetOrderItemsForbidden) Error() string

func (*GetOrderItemsForbidden) GetPayload

func (*GetOrderItemsForbidden) IsClientError

func (o *GetOrderItemsForbidden) IsClientError() bool

IsClientError returns true when this get order items forbidden response has a 4xx status code

func (*GetOrderItemsForbidden) IsCode

func (o *GetOrderItemsForbidden) IsCode(code int) bool

IsCode returns true when this get order items forbidden response a status code equal to that given

func (*GetOrderItemsForbidden) IsRedirect

func (o *GetOrderItemsForbidden) IsRedirect() bool

IsRedirect returns true when this get order items forbidden response has a 3xx status code

func (*GetOrderItemsForbidden) IsServerError

func (o *GetOrderItemsForbidden) IsServerError() bool

IsServerError returns true when this get order items forbidden response has a 5xx status code

func (*GetOrderItemsForbidden) IsSuccess

func (o *GetOrderItemsForbidden) IsSuccess() bool

IsSuccess returns true when this get order items forbidden response has a 2xx status code

func (*GetOrderItemsForbidden) String

func (o *GetOrderItemsForbidden) String() string

type GetOrderItemsInternalServerError

type GetOrderItemsInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderItemsResponse
}

GetOrderItemsInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewGetOrderItemsInternalServerError

func NewGetOrderItemsInternalServerError() *GetOrderItemsInternalServerError

NewGetOrderItemsInternalServerError creates a GetOrderItemsInternalServerError with default headers values

func (*GetOrderItemsInternalServerError) Error

func (*GetOrderItemsInternalServerError) GetPayload

func (*GetOrderItemsInternalServerError) IsClientError

func (o *GetOrderItemsInternalServerError) IsClientError() bool

IsClientError returns true when this get order items internal server error response has a 4xx status code

func (*GetOrderItemsInternalServerError) IsCode

func (o *GetOrderItemsInternalServerError) IsCode(code int) bool

IsCode returns true when this get order items internal server error response a status code equal to that given

func (*GetOrderItemsInternalServerError) IsRedirect

func (o *GetOrderItemsInternalServerError) IsRedirect() bool

IsRedirect returns true when this get order items internal server error response has a 3xx status code

func (*GetOrderItemsInternalServerError) IsServerError

func (o *GetOrderItemsInternalServerError) IsServerError() bool

IsServerError returns true when this get order items internal server error response has a 5xx status code

func (*GetOrderItemsInternalServerError) IsSuccess

func (o *GetOrderItemsInternalServerError) IsSuccess() bool

IsSuccess returns true when this get order items internal server error response has a 2xx status code

func (*GetOrderItemsInternalServerError) String

type GetOrderItemsNotFound

type GetOrderItemsNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderItemsResponse
}

GetOrderItemsNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewGetOrderItemsNotFound

func NewGetOrderItemsNotFound() *GetOrderItemsNotFound

NewGetOrderItemsNotFound creates a GetOrderItemsNotFound with default headers values

func (*GetOrderItemsNotFound) Error

func (o *GetOrderItemsNotFound) Error() string

func (*GetOrderItemsNotFound) GetPayload

func (*GetOrderItemsNotFound) IsClientError

func (o *GetOrderItemsNotFound) IsClientError() bool

IsClientError returns true when this get order items not found response has a 4xx status code

func (*GetOrderItemsNotFound) IsCode

func (o *GetOrderItemsNotFound) IsCode(code int) bool

IsCode returns true when this get order items not found response a status code equal to that given

func (*GetOrderItemsNotFound) IsRedirect

func (o *GetOrderItemsNotFound) IsRedirect() bool

IsRedirect returns true when this get order items not found response has a 3xx status code

func (*GetOrderItemsNotFound) IsServerError

func (o *GetOrderItemsNotFound) IsServerError() bool

IsServerError returns true when this get order items not found response has a 5xx status code

func (*GetOrderItemsNotFound) IsSuccess

func (o *GetOrderItemsNotFound) IsSuccess() bool

IsSuccess returns true when this get order items not found response has a 2xx status code

func (*GetOrderItemsNotFound) String

func (o *GetOrderItemsNotFound) String() string

type GetOrderItemsOK

type GetOrderItemsOK struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderItemsResponse
}

GetOrderItemsOK describes a response with status code 200, with default header values.

Success.

func NewGetOrderItemsOK

func NewGetOrderItemsOK() *GetOrderItemsOK

NewGetOrderItemsOK creates a GetOrderItemsOK with default headers values

func (*GetOrderItemsOK) Error

func (o *GetOrderItemsOK) Error() string

func (*GetOrderItemsOK) GetPayload

func (*GetOrderItemsOK) IsClientError

func (o *GetOrderItemsOK) IsClientError() bool

IsClientError returns true when this get order items o k response has a 4xx status code

func (*GetOrderItemsOK) IsCode

func (o *GetOrderItemsOK) IsCode(code int) bool

IsCode returns true when this get order items o k response a status code equal to that given

func (*GetOrderItemsOK) IsRedirect

func (o *GetOrderItemsOK) IsRedirect() bool

IsRedirect returns true when this get order items o k response has a 3xx status code

func (*GetOrderItemsOK) IsServerError

func (o *GetOrderItemsOK) IsServerError() bool

IsServerError returns true when this get order items o k response has a 5xx status code

func (*GetOrderItemsOK) IsSuccess

func (o *GetOrderItemsOK) IsSuccess() bool

IsSuccess returns true when this get order items o k response has a 2xx status code

func (*GetOrderItemsOK) String

func (o *GetOrderItemsOK) String() string

type GetOrderItemsParams

type GetOrderItemsParams struct {

	/* NextToken.

	   A string token returned in the response of your previous request.
	*/
	NextToken *string

	/* OrderID.

	   An Amazon-defined order identifier, in 3-7-7 format.
	*/
	OrderID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetOrderItemsParams contains all the parameters to send to the API endpoint

for the get order items operation.

Typically these are written to a http.Request.

func NewGetOrderItemsParams

func NewGetOrderItemsParams() *GetOrderItemsParams

NewGetOrderItemsParams creates a new GetOrderItemsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetOrderItemsParamsWithContext

func NewGetOrderItemsParamsWithContext(ctx context.Context) *GetOrderItemsParams

NewGetOrderItemsParamsWithContext creates a new GetOrderItemsParams object with the ability to set a context for a request.

func NewGetOrderItemsParamsWithHTTPClient

func NewGetOrderItemsParamsWithHTTPClient(client *http.Client) *GetOrderItemsParams

NewGetOrderItemsParamsWithHTTPClient creates a new GetOrderItemsParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrderItemsParamsWithTimeout

func NewGetOrderItemsParamsWithTimeout(timeout time.Duration) *GetOrderItemsParams

NewGetOrderItemsParamsWithTimeout creates a new GetOrderItemsParams object with the ability to set a timeout on a request.

func (*GetOrderItemsParams) SetContext

func (o *GetOrderItemsParams) SetContext(ctx context.Context)

SetContext adds the context to the get order items params

func (*GetOrderItemsParams) SetDefaults

func (o *GetOrderItemsParams) SetDefaults()

SetDefaults hydrates default values in the get order items params (not the query body).

All values with no default are reset to their zero value.

func (*GetOrderItemsParams) SetHTTPClient

func (o *GetOrderItemsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get order items params

func (*GetOrderItemsParams) SetNextToken

func (o *GetOrderItemsParams) SetNextToken(nextToken *string)

SetNextToken adds the nextToken to the get order items params

func (*GetOrderItemsParams) SetOrderID

func (o *GetOrderItemsParams) SetOrderID(orderID string)

SetOrderID adds the orderId to the get order items params

func (*GetOrderItemsParams) SetTimeout

func (o *GetOrderItemsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get order items params

func (*GetOrderItemsParams) WithContext

WithContext adds the context to the get order items params

func (*GetOrderItemsParams) WithDefaults

func (o *GetOrderItemsParams) WithDefaults() *GetOrderItemsParams

WithDefaults hydrates default values in the get order items params (not the query body).

All values with no default are reset to their zero value.

func (*GetOrderItemsParams) WithHTTPClient

func (o *GetOrderItemsParams) WithHTTPClient(client *http.Client) *GetOrderItemsParams

WithHTTPClient adds the HTTPClient to the get order items params

func (*GetOrderItemsParams) WithNextToken

func (o *GetOrderItemsParams) WithNextToken(nextToken *string) *GetOrderItemsParams

WithNextToken adds the nextToken to the get order items params

func (*GetOrderItemsParams) WithOrderID

func (o *GetOrderItemsParams) WithOrderID(orderID string) *GetOrderItemsParams

WithOrderID adds the orderID to the get order items params

func (*GetOrderItemsParams) WithTimeout

func (o *GetOrderItemsParams) WithTimeout(timeout time.Duration) *GetOrderItemsParams

WithTimeout adds the timeout to the get order items params

func (*GetOrderItemsParams) WriteToRequest

func (o *GetOrderItemsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetOrderItemsReader

type GetOrderItemsReader struct {
	// contains filtered or unexported fields
}

GetOrderItemsReader is a Reader for the GetOrderItems structure.

func (*GetOrderItemsReader) ReadResponse

func (o *GetOrderItemsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetOrderItemsServiceUnavailable

type GetOrderItemsServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderItemsResponse
}

GetOrderItemsServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewGetOrderItemsServiceUnavailable

func NewGetOrderItemsServiceUnavailable() *GetOrderItemsServiceUnavailable

NewGetOrderItemsServiceUnavailable creates a GetOrderItemsServiceUnavailable with default headers values

func (*GetOrderItemsServiceUnavailable) Error

func (*GetOrderItemsServiceUnavailable) GetPayload

func (*GetOrderItemsServiceUnavailable) IsClientError

func (o *GetOrderItemsServiceUnavailable) IsClientError() bool

IsClientError returns true when this get order items service unavailable response has a 4xx status code

func (*GetOrderItemsServiceUnavailable) IsCode

func (o *GetOrderItemsServiceUnavailable) IsCode(code int) bool

IsCode returns true when this get order items service unavailable response a status code equal to that given

func (*GetOrderItemsServiceUnavailable) IsRedirect

func (o *GetOrderItemsServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get order items service unavailable response has a 3xx status code

func (*GetOrderItemsServiceUnavailable) IsServerError

func (o *GetOrderItemsServiceUnavailable) IsServerError() bool

IsServerError returns true when this get order items service unavailable response has a 5xx status code

func (*GetOrderItemsServiceUnavailable) IsSuccess

func (o *GetOrderItemsServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get order items service unavailable response has a 2xx status code

func (*GetOrderItemsServiceUnavailable) String

type GetOrderItemsTooManyRequests

type GetOrderItemsTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderItemsResponse
}

GetOrderItemsTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewGetOrderItemsTooManyRequests

func NewGetOrderItemsTooManyRequests() *GetOrderItemsTooManyRequests

NewGetOrderItemsTooManyRequests creates a GetOrderItemsTooManyRequests with default headers values

func (*GetOrderItemsTooManyRequests) Error

func (*GetOrderItemsTooManyRequests) GetPayload

func (*GetOrderItemsTooManyRequests) IsClientError

func (o *GetOrderItemsTooManyRequests) IsClientError() bool

IsClientError returns true when this get order items too many requests response has a 4xx status code

func (*GetOrderItemsTooManyRequests) IsCode

func (o *GetOrderItemsTooManyRequests) IsCode(code int) bool

IsCode returns true when this get order items too many requests response a status code equal to that given

func (*GetOrderItemsTooManyRequests) IsRedirect

func (o *GetOrderItemsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get order items too many requests response has a 3xx status code

func (*GetOrderItemsTooManyRequests) IsServerError

func (o *GetOrderItemsTooManyRequests) IsServerError() bool

IsServerError returns true when this get order items too many requests response has a 5xx status code

func (*GetOrderItemsTooManyRequests) IsSuccess

func (o *GetOrderItemsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get order items too many requests response has a 2xx status code

func (*GetOrderItemsTooManyRequests) String

type GetOrderNotFound

type GetOrderNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderResponse
}

GetOrderNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewGetOrderNotFound

func NewGetOrderNotFound() *GetOrderNotFound

NewGetOrderNotFound creates a GetOrderNotFound with default headers values

func (*GetOrderNotFound) Error

func (o *GetOrderNotFound) Error() string

func (*GetOrderNotFound) GetPayload

func (*GetOrderNotFound) IsClientError

func (o *GetOrderNotFound) IsClientError() bool

IsClientError returns true when this get order not found response has a 4xx status code

func (*GetOrderNotFound) IsCode

func (o *GetOrderNotFound) IsCode(code int) bool

IsCode returns true when this get order not found response a status code equal to that given

func (*GetOrderNotFound) IsRedirect

func (o *GetOrderNotFound) IsRedirect() bool

IsRedirect returns true when this get order not found response has a 3xx status code

func (*GetOrderNotFound) IsServerError

func (o *GetOrderNotFound) IsServerError() bool

IsServerError returns true when this get order not found response has a 5xx status code

func (*GetOrderNotFound) IsSuccess

func (o *GetOrderNotFound) IsSuccess() bool

IsSuccess returns true when this get order not found response has a 2xx status code

func (*GetOrderNotFound) String

func (o *GetOrderNotFound) String() string

type GetOrderOK

type GetOrderOK struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderResponse
}

GetOrderOK describes a response with status code 200, with default header values.

Success.

func NewGetOrderOK

func NewGetOrderOK() *GetOrderOK

NewGetOrderOK creates a GetOrderOK with default headers values

func (*GetOrderOK) Error

func (o *GetOrderOK) Error() string

func (*GetOrderOK) GetPayload

func (o *GetOrderOK) GetPayload() *orders_v0_models.GetOrderResponse

func (*GetOrderOK) IsClientError

func (o *GetOrderOK) IsClientError() bool

IsClientError returns true when this get order o k response has a 4xx status code

func (*GetOrderOK) IsCode

func (o *GetOrderOK) IsCode(code int) bool

IsCode returns true when this get order o k response a status code equal to that given

func (*GetOrderOK) IsRedirect

func (o *GetOrderOK) IsRedirect() bool

IsRedirect returns true when this get order o k response has a 3xx status code

func (*GetOrderOK) IsServerError

func (o *GetOrderOK) IsServerError() bool

IsServerError returns true when this get order o k response has a 5xx status code

func (*GetOrderOK) IsSuccess

func (o *GetOrderOK) IsSuccess() bool

IsSuccess returns true when this get order o k response has a 2xx status code

func (*GetOrderOK) String

func (o *GetOrderOK) String() string

type GetOrderParams

type GetOrderParams struct {

	/* OrderID.

	   An Amazon-defined order identifier, in 3-7-7 format.
	*/
	OrderID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetOrderParams contains all the parameters to send to the API endpoint

for the get order operation.

Typically these are written to a http.Request.

func NewGetOrderParams

func NewGetOrderParams() *GetOrderParams

NewGetOrderParams creates a new GetOrderParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetOrderParamsWithContext

func NewGetOrderParamsWithContext(ctx context.Context) *GetOrderParams

NewGetOrderParamsWithContext creates a new GetOrderParams object with the ability to set a context for a request.

func NewGetOrderParamsWithHTTPClient

func NewGetOrderParamsWithHTTPClient(client *http.Client) *GetOrderParams

NewGetOrderParamsWithHTTPClient creates a new GetOrderParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrderParamsWithTimeout

func NewGetOrderParamsWithTimeout(timeout time.Duration) *GetOrderParams

NewGetOrderParamsWithTimeout creates a new GetOrderParams object with the ability to set a timeout on a request.

func (*GetOrderParams) SetContext

func (o *GetOrderParams) SetContext(ctx context.Context)

SetContext adds the context to the get order params

func (*GetOrderParams) SetDefaults

func (o *GetOrderParams) SetDefaults()

SetDefaults hydrates default values in the get order params (not the query body).

All values with no default are reset to their zero value.

func (*GetOrderParams) SetHTTPClient

func (o *GetOrderParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get order params

func (*GetOrderParams) SetOrderID

func (o *GetOrderParams) SetOrderID(orderID string)

SetOrderID adds the orderId to the get order params

func (*GetOrderParams) SetTimeout

func (o *GetOrderParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get order params

func (*GetOrderParams) WithContext

func (o *GetOrderParams) WithContext(ctx context.Context) *GetOrderParams

WithContext adds the context to the get order params

func (*GetOrderParams) WithDefaults

func (o *GetOrderParams) WithDefaults() *GetOrderParams

WithDefaults hydrates default values in the get order params (not the query body).

All values with no default are reset to their zero value.

func (*GetOrderParams) WithHTTPClient

func (o *GetOrderParams) WithHTTPClient(client *http.Client) *GetOrderParams

WithHTTPClient adds the HTTPClient to the get order params

func (*GetOrderParams) WithOrderID

func (o *GetOrderParams) WithOrderID(orderID string) *GetOrderParams

WithOrderID adds the orderID to the get order params

func (*GetOrderParams) WithTimeout

func (o *GetOrderParams) WithTimeout(timeout time.Duration) *GetOrderParams

WithTimeout adds the timeout to the get order params

func (*GetOrderParams) WriteToRequest

func (o *GetOrderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetOrderReader

type GetOrderReader struct {
	// contains filtered or unexported fields
}

GetOrderReader is a Reader for the GetOrder structure.

func (*GetOrderReader) ReadResponse

func (o *GetOrderReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetOrderRegulatedInfoBadRequest

type GetOrderRegulatedInfoBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderRegulatedInfoResponse
}

GetOrderRegulatedInfoBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewGetOrderRegulatedInfoBadRequest

func NewGetOrderRegulatedInfoBadRequest() *GetOrderRegulatedInfoBadRequest

NewGetOrderRegulatedInfoBadRequest creates a GetOrderRegulatedInfoBadRequest with default headers values

func (*GetOrderRegulatedInfoBadRequest) Error

func (*GetOrderRegulatedInfoBadRequest) GetPayload

func (*GetOrderRegulatedInfoBadRequest) IsClientError

func (o *GetOrderRegulatedInfoBadRequest) IsClientError() bool

IsClientError returns true when this get order regulated info bad request response has a 4xx status code

func (*GetOrderRegulatedInfoBadRequest) IsCode

func (o *GetOrderRegulatedInfoBadRequest) IsCode(code int) bool

IsCode returns true when this get order regulated info bad request response a status code equal to that given

func (*GetOrderRegulatedInfoBadRequest) IsRedirect

func (o *GetOrderRegulatedInfoBadRequest) IsRedirect() bool

IsRedirect returns true when this get order regulated info bad request response has a 3xx status code

func (*GetOrderRegulatedInfoBadRequest) IsServerError

func (o *GetOrderRegulatedInfoBadRequest) IsServerError() bool

IsServerError returns true when this get order regulated info bad request response has a 5xx status code

func (*GetOrderRegulatedInfoBadRequest) IsSuccess

func (o *GetOrderRegulatedInfoBadRequest) IsSuccess() bool

IsSuccess returns true when this get order regulated info bad request response has a 2xx status code

func (*GetOrderRegulatedInfoBadRequest) String

type GetOrderRegulatedInfoForbidden

type GetOrderRegulatedInfoForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderRegulatedInfoResponse
}

GetOrderRegulatedInfoForbidden describes a response with status code 403, with default header values.

Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewGetOrderRegulatedInfoForbidden

func NewGetOrderRegulatedInfoForbidden() *GetOrderRegulatedInfoForbidden

NewGetOrderRegulatedInfoForbidden creates a GetOrderRegulatedInfoForbidden with default headers values

func (*GetOrderRegulatedInfoForbidden) Error

func (*GetOrderRegulatedInfoForbidden) GetPayload

func (*GetOrderRegulatedInfoForbidden) IsClientError

func (o *GetOrderRegulatedInfoForbidden) IsClientError() bool

IsClientError returns true when this get order regulated info forbidden response has a 4xx status code

func (*GetOrderRegulatedInfoForbidden) IsCode

func (o *GetOrderRegulatedInfoForbidden) IsCode(code int) bool

IsCode returns true when this get order regulated info forbidden response a status code equal to that given

func (*GetOrderRegulatedInfoForbidden) IsRedirect

func (o *GetOrderRegulatedInfoForbidden) IsRedirect() bool

IsRedirect returns true when this get order regulated info forbidden response has a 3xx status code

func (*GetOrderRegulatedInfoForbidden) IsServerError

func (o *GetOrderRegulatedInfoForbidden) IsServerError() bool

IsServerError returns true when this get order regulated info forbidden response has a 5xx status code

func (*GetOrderRegulatedInfoForbidden) IsSuccess

func (o *GetOrderRegulatedInfoForbidden) IsSuccess() bool

IsSuccess returns true when this get order regulated info forbidden response has a 2xx status code

func (*GetOrderRegulatedInfoForbidden) String

type GetOrderRegulatedInfoInternalServerError

type GetOrderRegulatedInfoInternalServerError struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderRegulatedInfoResponse
}

GetOrderRegulatedInfoInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewGetOrderRegulatedInfoInternalServerError

func NewGetOrderRegulatedInfoInternalServerError() *GetOrderRegulatedInfoInternalServerError

NewGetOrderRegulatedInfoInternalServerError creates a GetOrderRegulatedInfoInternalServerError with default headers values

func (*GetOrderRegulatedInfoInternalServerError) Error

func (*GetOrderRegulatedInfoInternalServerError) GetPayload

func (*GetOrderRegulatedInfoInternalServerError) IsClientError

IsClientError returns true when this get order regulated info internal server error response has a 4xx status code

func (*GetOrderRegulatedInfoInternalServerError) IsCode

IsCode returns true when this get order regulated info internal server error response a status code equal to that given

func (*GetOrderRegulatedInfoInternalServerError) IsRedirect

IsRedirect returns true when this get order regulated info internal server error response has a 3xx status code

func (*GetOrderRegulatedInfoInternalServerError) IsServerError

IsServerError returns true when this get order regulated info internal server error response has a 5xx status code

func (*GetOrderRegulatedInfoInternalServerError) IsSuccess

IsSuccess returns true when this get order regulated info internal server error response has a 2xx status code

func (*GetOrderRegulatedInfoInternalServerError) String

type GetOrderRegulatedInfoNotFound

type GetOrderRegulatedInfoNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderRegulatedInfoResponse
}

GetOrderRegulatedInfoNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewGetOrderRegulatedInfoNotFound

func NewGetOrderRegulatedInfoNotFound() *GetOrderRegulatedInfoNotFound

NewGetOrderRegulatedInfoNotFound creates a GetOrderRegulatedInfoNotFound with default headers values

func (*GetOrderRegulatedInfoNotFound) Error

func (*GetOrderRegulatedInfoNotFound) GetPayload

func (*GetOrderRegulatedInfoNotFound) IsClientError

func (o *GetOrderRegulatedInfoNotFound) IsClientError() bool

IsClientError returns true when this get order regulated info not found response has a 4xx status code

func (*GetOrderRegulatedInfoNotFound) IsCode

func (o *GetOrderRegulatedInfoNotFound) IsCode(code int) bool

IsCode returns true when this get order regulated info not found response a status code equal to that given

func (*GetOrderRegulatedInfoNotFound) IsRedirect

func (o *GetOrderRegulatedInfoNotFound) IsRedirect() bool

IsRedirect returns true when this get order regulated info not found response has a 3xx status code

func (*GetOrderRegulatedInfoNotFound) IsServerError

func (o *GetOrderRegulatedInfoNotFound) IsServerError() bool

IsServerError returns true when this get order regulated info not found response has a 5xx status code

func (*GetOrderRegulatedInfoNotFound) IsSuccess

func (o *GetOrderRegulatedInfoNotFound) IsSuccess() bool

IsSuccess returns true when this get order regulated info not found response has a 2xx status code

func (*GetOrderRegulatedInfoNotFound) String

type GetOrderRegulatedInfoOK

type GetOrderRegulatedInfoOK struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderRegulatedInfoResponse
}

GetOrderRegulatedInfoOK describes a response with status code 200, with default header values.

Success.

func NewGetOrderRegulatedInfoOK

func NewGetOrderRegulatedInfoOK() *GetOrderRegulatedInfoOK

NewGetOrderRegulatedInfoOK creates a GetOrderRegulatedInfoOK with default headers values

func (*GetOrderRegulatedInfoOK) Error

func (o *GetOrderRegulatedInfoOK) Error() string

func (*GetOrderRegulatedInfoOK) GetPayload

func (*GetOrderRegulatedInfoOK) IsClientError

func (o *GetOrderRegulatedInfoOK) IsClientError() bool

IsClientError returns true when this get order regulated info o k response has a 4xx status code

func (*GetOrderRegulatedInfoOK) IsCode

func (o *GetOrderRegulatedInfoOK) IsCode(code int) bool

IsCode returns true when this get order regulated info o k response a status code equal to that given

func (*GetOrderRegulatedInfoOK) IsRedirect

func (o *GetOrderRegulatedInfoOK) IsRedirect() bool

IsRedirect returns true when this get order regulated info o k response has a 3xx status code

func (*GetOrderRegulatedInfoOK) IsServerError

func (o *GetOrderRegulatedInfoOK) IsServerError() bool

IsServerError returns true when this get order regulated info o k response has a 5xx status code

func (*GetOrderRegulatedInfoOK) IsSuccess

func (o *GetOrderRegulatedInfoOK) IsSuccess() bool

IsSuccess returns true when this get order regulated info o k response has a 2xx status code

func (*GetOrderRegulatedInfoOK) String

func (o *GetOrderRegulatedInfoOK) String() string

type GetOrderRegulatedInfoParams

type GetOrderRegulatedInfoParams struct {

	/* OrderID.

	   An orderId is an Amazon-defined order identifier, in 3-7-7 format.
	*/
	OrderID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetOrderRegulatedInfoParams contains all the parameters to send to the API endpoint

for the get order regulated info operation.

Typically these are written to a http.Request.

func NewGetOrderRegulatedInfoParams

func NewGetOrderRegulatedInfoParams() *GetOrderRegulatedInfoParams

NewGetOrderRegulatedInfoParams creates a new GetOrderRegulatedInfoParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetOrderRegulatedInfoParamsWithContext

func NewGetOrderRegulatedInfoParamsWithContext(ctx context.Context) *GetOrderRegulatedInfoParams

NewGetOrderRegulatedInfoParamsWithContext creates a new GetOrderRegulatedInfoParams object with the ability to set a context for a request.

func NewGetOrderRegulatedInfoParamsWithHTTPClient

func NewGetOrderRegulatedInfoParamsWithHTTPClient(client *http.Client) *GetOrderRegulatedInfoParams

NewGetOrderRegulatedInfoParamsWithHTTPClient creates a new GetOrderRegulatedInfoParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrderRegulatedInfoParamsWithTimeout

func NewGetOrderRegulatedInfoParamsWithTimeout(timeout time.Duration) *GetOrderRegulatedInfoParams

NewGetOrderRegulatedInfoParamsWithTimeout creates a new GetOrderRegulatedInfoParams object with the ability to set a timeout on a request.

func (*GetOrderRegulatedInfoParams) SetContext

func (o *GetOrderRegulatedInfoParams) SetContext(ctx context.Context)

SetContext adds the context to the get order regulated info params

func (*GetOrderRegulatedInfoParams) SetDefaults

func (o *GetOrderRegulatedInfoParams) SetDefaults()

SetDefaults hydrates default values in the get order regulated info params (not the query body).

All values with no default are reset to their zero value.

func (*GetOrderRegulatedInfoParams) SetHTTPClient

func (o *GetOrderRegulatedInfoParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get order regulated info params

func (*GetOrderRegulatedInfoParams) SetOrderID

func (o *GetOrderRegulatedInfoParams) SetOrderID(orderID string)

SetOrderID adds the orderId to the get order regulated info params

func (*GetOrderRegulatedInfoParams) SetTimeout

func (o *GetOrderRegulatedInfoParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get order regulated info params

func (*GetOrderRegulatedInfoParams) WithContext

WithContext adds the context to the get order regulated info params

func (*GetOrderRegulatedInfoParams) WithDefaults

WithDefaults hydrates default values in the get order regulated info params (not the query body).

All values with no default are reset to their zero value.

func (*GetOrderRegulatedInfoParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get order regulated info params

func (*GetOrderRegulatedInfoParams) WithOrderID

WithOrderID adds the orderID to the get order regulated info params

func (*GetOrderRegulatedInfoParams) WithTimeout

WithTimeout adds the timeout to the get order regulated info params

func (*GetOrderRegulatedInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrderRegulatedInfoReader

type GetOrderRegulatedInfoReader struct {
	// contains filtered or unexported fields
}

GetOrderRegulatedInfoReader is a Reader for the GetOrderRegulatedInfo structure.

func (*GetOrderRegulatedInfoReader) ReadResponse

func (o *GetOrderRegulatedInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetOrderRegulatedInfoServiceUnavailable

type GetOrderRegulatedInfoServiceUnavailable struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderRegulatedInfoResponse
}

GetOrderRegulatedInfoServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewGetOrderRegulatedInfoServiceUnavailable

func NewGetOrderRegulatedInfoServiceUnavailable() *GetOrderRegulatedInfoServiceUnavailable

NewGetOrderRegulatedInfoServiceUnavailable creates a GetOrderRegulatedInfoServiceUnavailable with default headers values

func (*GetOrderRegulatedInfoServiceUnavailable) Error

func (*GetOrderRegulatedInfoServiceUnavailable) GetPayload

func (*GetOrderRegulatedInfoServiceUnavailable) IsClientError

func (o *GetOrderRegulatedInfoServiceUnavailable) IsClientError() bool

IsClientError returns true when this get order regulated info service unavailable response has a 4xx status code

func (*GetOrderRegulatedInfoServiceUnavailable) IsCode

IsCode returns true when this get order regulated info service unavailable response a status code equal to that given

func (*GetOrderRegulatedInfoServiceUnavailable) IsRedirect

IsRedirect returns true when this get order regulated info service unavailable response has a 3xx status code

func (*GetOrderRegulatedInfoServiceUnavailable) IsServerError

func (o *GetOrderRegulatedInfoServiceUnavailable) IsServerError() bool

IsServerError returns true when this get order regulated info service unavailable response has a 5xx status code

func (*GetOrderRegulatedInfoServiceUnavailable) IsSuccess

IsSuccess returns true when this get order regulated info service unavailable response has a 2xx status code

func (*GetOrderRegulatedInfoServiceUnavailable) String

type GetOrderRegulatedInfoTooManyRequests

type GetOrderRegulatedInfoTooManyRequests struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderRegulatedInfoResponse
}

GetOrderRegulatedInfoTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewGetOrderRegulatedInfoTooManyRequests

func NewGetOrderRegulatedInfoTooManyRequests() *GetOrderRegulatedInfoTooManyRequests

NewGetOrderRegulatedInfoTooManyRequests creates a GetOrderRegulatedInfoTooManyRequests with default headers values

func (*GetOrderRegulatedInfoTooManyRequests) Error

func (*GetOrderRegulatedInfoTooManyRequests) GetPayload

func (*GetOrderRegulatedInfoTooManyRequests) IsClientError

func (o *GetOrderRegulatedInfoTooManyRequests) IsClientError() bool

IsClientError returns true when this get order regulated info too many requests response has a 4xx status code

func (*GetOrderRegulatedInfoTooManyRequests) IsCode

IsCode returns true when this get order regulated info too many requests response a status code equal to that given

func (*GetOrderRegulatedInfoTooManyRequests) IsRedirect

IsRedirect returns true when this get order regulated info too many requests response has a 3xx status code

func (*GetOrderRegulatedInfoTooManyRequests) IsServerError

func (o *GetOrderRegulatedInfoTooManyRequests) IsServerError() bool

IsServerError returns true when this get order regulated info too many requests response has a 5xx status code

func (*GetOrderRegulatedInfoTooManyRequests) IsSuccess

IsSuccess returns true when this get order regulated info too many requests response has a 2xx status code

func (*GetOrderRegulatedInfoTooManyRequests) String

type GetOrderServiceUnavailable

type GetOrderServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderResponse
}

GetOrderServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewGetOrderServiceUnavailable

func NewGetOrderServiceUnavailable() *GetOrderServiceUnavailable

NewGetOrderServiceUnavailable creates a GetOrderServiceUnavailable with default headers values

func (*GetOrderServiceUnavailable) Error

func (*GetOrderServiceUnavailable) GetPayload

func (*GetOrderServiceUnavailable) IsClientError

func (o *GetOrderServiceUnavailable) IsClientError() bool

IsClientError returns true when this get order service unavailable response has a 4xx status code

func (*GetOrderServiceUnavailable) IsCode

func (o *GetOrderServiceUnavailable) IsCode(code int) bool

IsCode returns true when this get order service unavailable response a status code equal to that given

func (*GetOrderServiceUnavailable) IsRedirect

func (o *GetOrderServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get order service unavailable response has a 3xx status code

func (*GetOrderServiceUnavailable) IsServerError

func (o *GetOrderServiceUnavailable) IsServerError() bool

IsServerError returns true when this get order service unavailable response has a 5xx status code

func (*GetOrderServiceUnavailable) IsSuccess

func (o *GetOrderServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get order service unavailable response has a 2xx status code

func (*GetOrderServiceUnavailable) String

func (o *GetOrderServiceUnavailable) String() string

type GetOrderTooManyRequests

type GetOrderTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrderResponse
}

GetOrderTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewGetOrderTooManyRequests

func NewGetOrderTooManyRequests() *GetOrderTooManyRequests

NewGetOrderTooManyRequests creates a GetOrderTooManyRequests with default headers values

func (*GetOrderTooManyRequests) Error

func (o *GetOrderTooManyRequests) Error() string

func (*GetOrderTooManyRequests) GetPayload

func (*GetOrderTooManyRequests) IsClientError

func (o *GetOrderTooManyRequests) IsClientError() bool

IsClientError returns true when this get order too many requests response has a 4xx status code

func (*GetOrderTooManyRequests) IsCode

func (o *GetOrderTooManyRequests) IsCode(code int) bool

IsCode returns true when this get order too many requests response a status code equal to that given

func (*GetOrderTooManyRequests) IsRedirect

func (o *GetOrderTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get order too many requests response has a 3xx status code

func (*GetOrderTooManyRequests) IsServerError

func (o *GetOrderTooManyRequests) IsServerError() bool

IsServerError returns true when this get order too many requests response has a 5xx status code

func (*GetOrderTooManyRequests) IsSuccess

func (o *GetOrderTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get order too many requests response has a 2xx status code

func (*GetOrderTooManyRequests) String

func (o *GetOrderTooManyRequests) String() string

type GetOrdersBadRequest

type GetOrdersBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrdersResponse
}

GetOrdersBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewGetOrdersBadRequest

func NewGetOrdersBadRequest() *GetOrdersBadRequest

NewGetOrdersBadRequest creates a GetOrdersBadRequest with default headers values

func (*GetOrdersBadRequest) Error

func (o *GetOrdersBadRequest) Error() string

func (*GetOrdersBadRequest) GetPayload

func (*GetOrdersBadRequest) IsClientError

func (o *GetOrdersBadRequest) IsClientError() bool

IsClientError returns true when this get orders bad request response has a 4xx status code

func (*GetOrdersBadRequest) IsCode

func (o *GetOrdersBadRequest) IsCode(code int) bool

IsCode returns true when this get orders bad request response a status code equal to that given

func (*GetOrdersBadRequest) IsRedirect

func (o *GetOrdersBadRequest) IsRedirect() bool

IsRedirect returns true when this get orders bad request response has a 3xx status code

func (*GetOrdersBadRequest) IsServerError

func (o *GetOrdersBadRequest) IsServerError() bool

IsServerError returns true when this get orders bad request response has a 5xx status code

func (*GetOrdersBadRequest) IsSuccess

func (o *GetOrdersBadRequest) IsSuccess() bool

IsSuccess returns true when this get orders bad request response has a 2xx status code

func (*GetOrdersBadRequest) String

func (o *GetOrdersBadRequest) String() string

type GetOrdersForbidden

type GetOrdersForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrdersResponse
}

GetOrdersForbidden describes a response with status code 403, with default header values.

Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewGetOrdersForbidden

func NewGetOrdersForbidden() *GetOrdersForbidden

NewGetOrdersForbidden creates a GetOrdersForbidden with default headers values

func (*GetOrdersForbidden) Error

func (o *GetOrdersForbidden) Error() string

func (*GetOrdersForbidden) GetPayload

func (*GetOrdersForbidden) IsClientError

func (o *GetOrdersForbidden) IsClientError() bool

IsClientError returns true when this get orders forbidden response has a 4xx status code

func (*GetOrdersForbidden) IsCode

func (o *GetOrdersForbidden) IsCode(code int) bool

IsCode returns true when this get orders forbidden response a status code equal to that given

func (*GetOrdersForbidden) IsRedirect

func (o *GetOrdersForbidden) IsRedirect() bool

IsRedirect returns true when this get orders forbidden response has a 3xx status code

func (*GetOrdersForbidden) IsServerError

func (o *GetOrdersForbidden) IsServerError() bool

IsServerError returns true when this get orders forbidden response has a 5xx status code

func (*GetOrdersForbidden) IsSuccess

func (o *GetOrdersForbidden) IsSuccess() bool

IsSuccess returns true when this get orders forbidden response has a 2xx status code

func (*GetOrdersForbidden) String

func (o *GetOrdersForbidden) String() string

type GetOrdersInternalServerError

type GetOrdersInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrdersResponse
}

GetOrdersInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewGetOrdersInternalServerError

func NewGetOrdersInternalServerError() *GetOrdersInternalServerError

NewGetOrdersInternalServerError creates a GetOrdersInternalServerError with default headers values

func (*GetOrdersInternalServerError) Error

func (*GetOrdersInternalServerError) GetPayload

func (*GetOrdersInternalServerError) IsClientError

func (o *GetOrdersInternalServerError) IsClientError() bool

IsClientError returns true when this get orders internal server error response has a 4xx status code

func (*GetOrdersInternalServerError) IsCode

func (o *GetOrdersInternalServerError) IsCode(code int) bool

IsCode returns true when this get orders internal server error response a status code equal to that given

func (*GetOrdersInternalServerError) IsRedirect

func (o *GetOrdersInternalServerError) IsRedirect() bool

IsRedirect returns true when this get orders internal server error response has a 3xx status code

func (*GetOrdersInternalServerError) IsServerError

func (o *GetOrdersInternalServerError) IsServerError() bool

IsServerError returns true when this get orders internal server error response has a 5xx status code

func (*GetOrdersInternalServerError) IsSuccess

func (o *GetOrdersInternalServerError) IsSuccess() bool

IsSuccess returns true when this get orders internal server error response has a 2xx status code

func (*GetOrdersInternalServerError) String

type GetOrdersNotFound

type GetOrdersNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrdersResponse
}

GetOrdersNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewGetOrdersNotFound

func NewGetOrdersNotFound() *GetOrdersNotFound

NewGetOrdersNotFound creates a GetOrdersNotFound with default headers values

func (*GetOrdersNotFound) Error

func (o *GetOrdersNotFound) Error() string

func (*GetOrdersNotFound) GetPayload

func (*GetOrdersNotFound) IsClientError

func (o *GetOrdersNotFound) IsClientError() bool

IsClientError returns true when this get orders not found response has a 4xx status code

func (*GetOrdersNotFound) IsCode

func (o *GetOrdersNotFound) IsCode(code int) bool

IsCode returns true when this get orders not found response a status code equal to that given

func (*GetOrdersNotFound) IsRedirect

func (o *GetOrdersNotFound) IsRedirect() bool

IsRedirect returns true when this get orders not found response has a 3xx status code

func (*GetOrdersNotFound) IsServerError

func (o *GetOrdersNotFound) IsServerError() bool

IsServerError returns true when this get orders not found response has a 5xx status code

func (*GetOrdersNotFound) IsSuccess

func (o *GetOrdersNotFound) IsSuccess() bool

IsSuccess returns true when this get orders not found response has a 2xx status code

func (*GetOrdersNotFound) String

func (o *GetOrdersNotFound) String() string

type GetOrdersOK

type GetOrdersOK struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrdersResponse
}

GetOrdersOK describes a response with status code 200, with default header values.

Success.

func NewGetOrdersOK

func NewGetOrdersOK() *GetOrdersOK

NewGetOrdersOK creates a GetOrdersOK with default headers values

func (*GetOrdersOK) Error

func (o *GetOrdersOK) Error() string

func (*GetOrdersOK) GetPayload

func (*GetOrdersOK) IsClientError

func (o *GetOrdersOK) IsClientError() bool

IsClientError returns true when this get orders o k response has a 4xx status code

func (*GetOrdersOK) IsCode

func (o *GetOrdersOK) IsCode(code int) bool

IsCode returns true when this get orders o k response a status code equal to that given

func (*GetOrdersOK) IsRedirect

func (o *GetOrdersOK) IsRedirect() bool

IsRedirect returns true when this get orders o k response has a 3xx status code

func (*GetOrdersOK) IsServerError

func (o *GetOrdersOK) IsServerError() bool

IsServerError returns true when this get orders o k response has a 5xx status code

func (*GetOrdersOK) IsSuccess

func (o *GetOrdersOK) IsSuccess() bool

IsSuccess returns true when this get orders o k response has a 2xx status code

func (*GetOrdersOK) String

func (o *GetOrdersOK) String() string

type GetOrdersParams

type GetOrdersParams struct {

	/* ActualFulfillmentSupplySourceID.

	   Denotes the recommended sourceId where the order should be fulfilled from.
	*/
	ActualFulfillmentSupplySourceID *string

	/* AmazonOrderIds.

	   A list of AmazonOrderId values. An AmazonOrderId is an Amazon-defined order identifier, in 3-7-7 format.
	*/
	AmazonOrderIds []string

	/* BuyerEmail.

	   The email address of a buyer. Used to select orders that contain the specified email address.
	*/
	BuyerEmail *string

	/* CreatedAfter.

	   A date used for selecting orders created after (or at) a specified time. Only orders placed after the specified time are returned. Either the CreatedAfter parameter or the LastUpdatedAfter parameter is required. Both cannot be empty. The date must be in ISO 8601 format.
	*/
	CreatedAfter *string

	/* CreatedBefore.

	   A date used for selecting orders created before (or at) a specified time. Only orders placed before the specified time are returned. The date must be in ISO 8601 format.
	*/
	CreatedBefore *string

	/* EarliestDeliveryDateAfter.

	   A date used for selecting orders with a earliest delivery date after (or at) a specified time. The date must be in ISO 8601 format.
	*/
	EarliestDeliveryDateAfter *string

	/* EarliestDeliveryDateBefore.

	   A date used for selecting orders with a earliest delivery date before (or at) a specified time. The date must be in ISO 8601 format.
	*/
	EarliestDeliveryDateBefore *string

	/* EasyShipShipmentStatuses.

	     A list of `EasyShipShipmentStatus` values. Used to select Easy Ship orders with statuses that match the specified values. If `EasyShipShipmentStatus` is specified, only Amazon Easy Ship orders are returned.

	**Possible values:**
	- `PendingSchedule` (The package is awaiting the schedule for pick-up.)
	- `PendingPickUp` (Amazon has not yet picked up the package from the seller.)
	- `PendingDropOff` (The seller will deliver the package to the carrier.)
	- `LabelCanceled` (The seller canceled the pickup.)
	- `PickedUp` (Amazon has picked up the package from the seller.)
	- `DroppedOff` (The package is delivered to the carrier by the seller.)
	- `AtOriginFC` (The packaged is at the origin fulfillment center.)
	- `AtDestinationFC` (The package is at the destination fulfillment center.)
	- `Delivered` (The package has been delivered.)
	- `RejectedByBuyer` (The package has been rejected by the buyer.)
	- `Undeliverable` (The package cannot be delivered.)
	- `ReturningToSeller` (The package was not delivered and is being returned to the seller.)
	- `ReturnedToSeller` (The package was not delivered and was returned to the seller.)
	- `Lost` (The package is lost.)
	- `OutForDelivery` (The package is out for delivery.)
	- `Damaged` (The package was damaged by the carrier.)
	*/
	EasyShipShipmentStatuses []string

	/* ElectronicInvoiceStatuses.

	     A list of `ElectronicInvoiceStatus` values. Used to select orders with electronic invoice statuses that match the specified values.

	**Possible values:**
	- `NotRequired` (Electronic invoice submission is not required for this order.)
	- `NotFound` (The electronic invoice was not submitted for this order.)
	- `Processing` (The electronic invoice is being processed for this order.)
	- `Errored` (The last submitted electronic invoice was rejected for this order.)
	- `Accepted` (The last submitted electronic invoice was submitted and accepted.)
	*/
	ElectronicInvoiceStatuses []string

	/* FulfillmentChannels.

	   A list that indicates how an order was fulfilled. Filters the results by fulfillment channel. Possible values: AFN (Fulfillment by Amazon); MFN (Fulfilled by the seller).
	*/
	FulfillmentChannels []string

	/* IsISPU.

	   When true, this order is marked to be picked up from a store rather than delivered.
	*/
	IsISPU *bool

	/* LastUpdatedAfter.

	   A date used for selecting orders that were last updated after (or at) a specified time. An update is defined as any change in order status, including the creation of a new order. Includes updates made by Amazon and by the seller. The date must be in ISO 8601 format.
	*/
	LastUpdatedAfter *string

	/* LastUpdatedBefore.

	   A date used for selecting orders that were last updated before (or at) a specified time. An update is defined as any change in order status, including the creation of a new order. Includes updates made by Amazon and by the seller. The date must be in ISO 8601 format.
	*/
	LastUpdatedBefore *string

	/* LatestDeliveryDateAfter.

	   A date used for selecting orders with a latest delivery date after (or at) a specified time. The date must be in ISO 8601 format.
	*/
	LatestDeliveryDateAfter *string

	/* LatestDeliveryDateBefore.

	   A date used for selecting orders with a latest delivery date before (or at) a specified time. The date must be in ISO 8601 format.
	*/
	LatestDeliveryDateBefore *string

	/* MarketplaceIds.

	     A list of MarketplaceId values. Used to select orders that were placed in the specified marketplaces.

	Refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a complete list of marketplaceId values.
	*/
	MarketplaceIds []string

	/* MaxResultsPerPage.

	   A number that indicates the maximum number of orders that can be returned per page. Value must be 1 - 100. Default 100.
	*/
	MaxResultsPerPage *int64

	/* NextToken.

	   A string token returned in the response of your previous request.
	*/
	NextToken *string

	/* OrderStatuses.

	     A list of `OrderStatus` values used to filter the results.

	**Possible values:**
	- `PendingAvailability` (This status is available for pre-orders only. The order has been placed, payment has not been authorized, and the release date of the item is in the future.)
	- `Pending` (The order has been placed but payment has not been authorized.)
	- `Unshipped` (Payment has been authorized and the order is ready for shipment, but no items in the order have been shipped.)
	- `PartiallyShipped` (One or more, but not all, items in the order have been shipped.)
	- `Shipped` (All items in the order have been shipped.)
	- `InvoiceUnconfirmed` (All items in the order have been shipped. The seller has not yet given confirmation to Amazon that the invoice has been shipped to the buyer.)
	- `Canceled` (The order has been canceled.)
	- `Unfulfillable` (The order cannot be fulfilled. This state applies only to Multi-Channel Fulfillment orders.)
	*/
	OrderStatuses []string

	/* PaymentMethods.

	   A list of payment method values. Used to select orders paid using the specified payment methods. Possible values: COD (Cash on delivery); CVS (Convenience store payment); Other (Any payment method other than COD or CVS).
	*/
	PaymentMethods []string

	/* SellerOrderID.

	   An order identifier that is specified by the seller. Used to select only the orders that match the order identifier. If SellerOrderId is specified, then FulfillmentChannels, OrderStatuses, PaymentMethod, LastUpdatedAfter, LastUpdatedBefore, and BuyerEmail cannot be specified.
	*/
	SellerOrderID *string

	/* StoreChainStoreID.

	   The store chain store identifier. Linked to a specific store in a store chain.
	*/
	StoreChainStoreID *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetOrdersParams contains all the parameters to send to the API endpoint

for the get orders operation.

Typically these are written to a http.Request.

func NewGetOrdersParams

func NewGetOrdersParams() *GetOrdersParams

NewGetOrdersParams creates a new GetOrdersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetOrdersParamsWithContext

func NewGetOrdersParamsWithContext(ctx context.Context) *GetOrdersParams

NewGetOrdersParamsWithContext creates a new GetOrdersParams object with the ability to set a context for a request.

func NewGetOrdersParamsWithHTTPClient

func NewGetOrdersParamsWithHTTPClient(client *http.Client) *GetOrdersParams

NewGetOrdersParamsWithHTTPClient creates a new GetOrdersParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrdersParamsWithTimeout

func NewGetOrdersParamsWithTimeout(timeout time.Duration) *GetOrdersParams

NewGetOrdersParamsWithTimeout creates a new GetOrdersParams object with the ability to set a timeout on a request.

func (*GetOrdersParams) SetActualFulfillmentSupplySourceID

func (o *GetOrdersParams) SetActualFulfillmentSupplySourceID(actualFulfillmentSupplySourceID *string)

SetActualFulfillmentSupplySourceID adds the actualFulfillmentSupplySourceId to the get orders params

func (*GetOrdersParams) SetAmazonOrderIds

func (o *GetOrdersParams) SetAmazonOrderIds(amazonOrderIds []string)

SetAmazonOrderIds adds the amazonOrderIds to the get orders params

func (*GetOrdersParams) SetBuyerEmail

func (o *GetOrdersParams) SetBuyerEmail(buyerEmail *string)

SetBuyerEmail adds the buyerEmail to the get orders params

func (*GetOrdersParams) SetContext

func (o *GetOrdersParams) SetContext(ctx context.Context)

SetContext adds the context to the get orders params

func (*GetOrdersParams) SetCreatedAfter

func (o *GetOrdersParams) SetCreatedAfter(createdAfter *string)

SetCreatedAfter adds the createdAfter to the get orders params

func (*GetOrdersParams) SetCreatedBefore

func (o *GetOrdersParams) SetCreatedBefore(createdBefore *string)

SetCreatedBefore adds the createdBefore to the get orders params

func (*GetOrdersParams) SetDefaults

func (o *GetOrdersParams) SetDefaults()

SetDefaults hydrates default values in the get orders params (not the query body).

All values with no default are reset to their zero value.

func (*GetOrdersParams) SetEarliestDeliveryDateAfter added in v0.3.0

func (o *GetOrdersParams) SetEarliestDeliveryDateAfter(earliestDeliveryDateAfter *string)

SetEarliestDeliveryDateAfter adds the earliestDeliveryDateAfter to the get orders params

func (*GetOrdersParams) SetEarliestDeliveryDateBefore added in v0.3.0

func (o *GetOrdersParams) SetEarliestDeliveryDateBefore(earliestDeliveryDateBefore *string)

SetEarliestDeliveryDateBefore adds the earliestDeliveryDateBefore to the get orders params

func (*GetOrdersParams) SetEasyShipShipmentStatuses

func (o *GetOrdersParams) SetEasyShipShipmentStatuses(easyShipShipmentStatuses []string)

SetEasyShipShipmentStatuses adds the easyShipShipmentStatuses to the get orders params

func (*GetOrdersParams) SetElectronicInvoiceStatuses

func (o *GetOrdersParams) SetElectronicInvoiceStatuses(electronicInvoiceStatuses []string)

SetElectronicInvoiceStatuses adds the electronicInvoiceStatuses to the get orders params

func (*GetOrdersParams) SetFulfillmentChannels

func (o *GetOrdersParams) SetFulfillmentChannels(fulfillmentChannels []string)

SetFulfillmentChannels adds the fulfillmentChannels to the get orders params

func (*GetOrdersParams) SetHTTPClient

func (o *GetOrdersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get orders params

func (*GetOrdersParams) SetIsISPU

func (o *GetOrdersParams) SetIsISPU(isISPU *bool)

SetIsISPU adds the isISPU to the get orders params

func (*GetOrdersParams) SetLastUpdatedAfter

func (o *GetOrdersParams) SetLastUpdatedAfter(lastUpdatedAfter *string)

SetLastUpdatedAfter adds the lastUpdatedAfter to the get orders params

func (*GetOrdersParams) SetLastUpdatedBefore

func (o *GetOrdersParams) SetLastUpdatedBefore(lastUpdatedBefore *string)

SetLastUpdatedBefore adds the lastUpdatedBefore to the get orders params

func (*GetOrdersParams) SetLatestDeliveryDateAfter added in v0.3.0

func (o *GetOrdersParams) SetLatestDeliveryDateAfter(latestDeliveryDateAfter *string)

SetLatestDeliveryDateAfter adds the latestDeliveryDateAfter to the get orders params

func (*GetOrdersParams) SetLatestDeliveryDateBefore added in v0.3.0

func (o *GetOrdersParams) SetLatestDeliveryDateBefore(latestDeliveryDateBefore *string)

SetLatestDeliveryDateBefore adds the latestDeliveryDateBefore to the get orders params

func (*GetOrdersParams) SetMarketplaceIds

func (o *GetOrdersParams) SetMarketplaceIds(marketplaceIds []string)

SetMarketplaceIds adds the marketplaceIds to the get orders params

func (*GetOrdersParams) SetMaxResultsPerPage

func (o *GetOrdersParams) SetMaxResultsPerPage(maxResultsPerPage *int64)

SetMaxResultsPerPage adds the maxResultsPerPage to the get orders params

func (*GetOrdersParams) SetNextToken

func (o *GetOrdersParams) SetNextToken(nextToken *string)

SetNextToken adds the nextToken to the get orders params

func (*GetOrdersParams) SetOrderStatuses

func (o *GetOrdersParams) SetOrderStatuses(orderStatuses []string)

SetOrderStatuses adds the orderStatuses to the get orders params

func (*GetOrdersParams) SetPaymentMethods

func (o *GetOrdersParams) SetPaymentMethods(paymentMethods []string)

SetPaymentMethods adds the paymentMethods to the get orders params

func (*GetOrdersParams) SetSellerOrderID

func (o *GetOrdersParams) SetSellerOrderID(sellerOrderID *string)

SetSellerOrderID adds the sellerOrderId to the get orders params

func (*GetOrdersParams) SetStoreChainStoreID

func (o *GetOrdersParams) SetStoreChainStoreID(storeChainStoreID *string)

SetStoreChainStoreID adds the storeChainStoreId to the get orders params

func (*GetOrdersParams) SetTimeout

func (o *GetOrdersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get orders params

func (*GetOrdersParams) WithActualFulfillmentSupplySourceID

func (o *GetOrdersParams) WithActualFulfillmentSupplySourceID(actualFulfillmentSupplySourceID *string) *GetOrdersParams

WithActualFulfillmentSupplySourceID adds the actualFulfillmentSupplySourceID to the get orders params

func (*GetOrdersParams) WithAmazonOrderIds

func (o *GetOrdersParams) WithAmazonOrderIds(amazonOrderIds []string) *GetOrdersParams

WithAmazonOrderIds adds the amazonOrderIds to the get orders params

func (*GetOrdersParams) WithBuyerEmail

func (o *GetOrdersParams) WithBuyerEmail(buyerEmail *string) *GetOrdersParams

WithBuyerEmail adds the buyerEmail to the get orders params

func (*GetOrdersParams) WithContext

func (o *GetOrdersParams) WithContext(ctx context.Context) *GetOrdersParams

WithContext adds the context to the get orders params

func (*GetOrdersParams) WithCreatedAfter

func (o *GetOrdersParams) WithCreatedAfter(createdAfter *string) *GetOrdersParams

WithCreatedAfter adds the createdAfter to the get orders params

func (*GetOrdersParams) WithCreatedBefore

func (o *GetOrdersParams) WithCreatedBefore(createdBefore *string) *GetOrdersParams

WithCreatedBefore adds the createdBefore to the get orders params

func (*GetOrdersParams) WithDefaults

func (o *GetOrdersParams) WithDefaults() *GetOrdersParams

WithDefaults hydrates default values in the get orders params (not the query body).

All values with no default are reset to their zero value.

func (*GetOrdersParams) WithEarliestDeliveryDateAfter added in v0.3.0

func (o *GetOrdersParams) WithEarliestDeliveryDateAfter(earliestDeliveryDateAfter *string) *GetOrdersParams

WithEarliestDeliveryDateAfter adds the earliestDeliveryDateAfter to the get orders params

func (*GetOrdersParams) WithEarliestDeliveryDateBefore added in v0.3.0

func (o *GetOrdersParams) WithEarliestDeliveryDateBefore(earliestDeliveryDateBefore *string) *GetOrdersParams

WithEarliestDeliveryDateBefore adds the earliestDeliveryDateBefore to the get orders params

func (*GetOrdersParams) WithEasyShipShipmentStatuses

func (o *GetOrdersParams) WithEasyShipShipmentStatuses(easyShipShipmentStatuses []string) *GetOrdersParams

WithEasyShipShipmentStatuses adds the easyShipShipmentStatuses to the get orders params

func (*GetOrdersParams) WithElectronicInvoiceStatuses

func (o *GetOrdersParams) WithElectronicInvoiceStatuses(electronicInvoiceStatuses []string) *GetOrdersParams

WithElectronicInvoiceStatuses adds the electronicInvoiceStatuses to the get orders params

func (*GetOrdersParams) WithFulfillmentChannels

func (o *GetOrdersParams) WithFulfillmentChannels(fulfillmentChannels []string) *GetOrdersParams

WithFulfillmentChannels adds the fulfillmentChannels to the get orders params

func (*GetOrdersParams) WithHTTPClient

func (o *GetOrdersParams) WithHTTPClient(client *http.Client) *GetOrdersParams

WithHTTPClient adds the HTTPClient to the get orders params

func (*GetOrdersParams) WithIsISPU

func (o *GetOrdersParams) WithIsISPU(isISPU *bool) *GetOrdersParams

WithIsISPU adds the isISPU to the get orders params

func (*GetOrdersParams) WithLastUpdatedAfter

func (o *GetOrdersParams) WithLastUpdatedAfter(lastUpdatedAfter *string) *GetOrdersParams

WithLastUpdatedAfter adds the lastUpdatedAfter to the get orders params

func (*GetOrdersParams) WithLastUpdatedBefore

func (o *GetOrdersParams) WithLastUpdatedBefore(lastUpdatedBefore *string) *GetOrdersParams

WithLastUpdatedBefore adds the lastUpdatedBefore to the get orders params

func (*GetOrdersParams) WithLatestDeliveryDateAfter added in v0.3.0

func (o *GetOrdersParams) WithLatestDeliveryDateAfter(latestDeliveryDateAfter *string) *GetOrdersParams

WithLatestDeliveryDateAfter adds the latestDeliveryDateAfter to the get orders params

func (*GetOrdersParams) WithLatestDeliveryDateBefore added in v0.3.0

func (o *GetOrdersParams) WithLatestDeliveryDateBefore(latestDeliveryDateBefore *string) *GetOrdersParams

WithLatestDeliveryDateBefore adds the latestDeliveryDateBefore to the get orders params

func (*GetOrdersParams) WithMarketplaceIds

func (o *GetOrdersParams) WithMarketplaceIds(marketplaceIds []string) *GetOrdersParams

WithMarketplaceIds adds the marketplaceIds to the get orders params

func (*GetOrdersParams) WithMaxResultsPerPage

func (o *GetOrdersParams) WithMaxResultsPerPage(maxResultsPerPage *int64) *GetOrdersParams

WithMaxResultsPerPage adds the maxResultsPerPage to the get orders params

func (*GetOrdersParams) WithNextToken

func (o *GetOrdersParams) WithNextToken(nextToken *string) *GetOrdersParams

WithNextToken adds the nextToken to the get orders params

func (*GetOrdersParams) WithOrderStatuses

func (o *GetOrdersParams) WithOrderStatuses(orderStatuses []string) *GetOrdersParams

WithOrderStatuses adds the orderStatuses to the get orders params

func (*GetOrdersParams) WithPaymentMethods

func (o *GetOrdersParams) WithPaymentMethods(paymentMethods []string) *GetOrdersParams

WithPaymentMethods adds the paymentMethods to the get orders params

func (*GetOrdersParams) WithSellerOrderID

func (o *GetOrdersParams) WithSellerOrderID(sellerOrderID *string) *GetOrdersParams

WithSellerOrderID adds the sellerOrderID to the get orders params

func (*GetOrdersParams) WithStoreChainStoreID

func (o *GetOrdersParams) WithStoreChainStoreID(storeChainStoreID *string) *GetOrdersParams

WithStoreChainStoreID adds the storeChainStoreID to the get orders params

func (*GetOrdersParams) WithTimeout

func (o *GetOrdersParams) WithTimeout(timeout time.Duration) *GetOrdersParams

WithTimeout adds the timeout to the get orders params

func (*GetOrdersParams) WriteToRequest

func (o *GetOrdersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetOrdersReader

type GetOrdersReader struct {
	// contains filtered or unexported fields
}

GetOrdersReader is a Reader for the GetOrders structure.

func (*GetOrdersReader) ReadResponse

func (o *GetOrdersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetOrdersServiceUnavailable

type GetOrdersServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrdersResponse
}

GetOrdersServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewGetOrdersServiceUnavailable

func NewGetOrdersServiceUnavailable() *GetOrdersServiceUnavailable

NewGetOrdersServiceUnavailable creates a GetOrdersServiceUnavailable with default headers values

func (*GetOrdersServiceUnavailable) Error

func (*GetOrdersServiceUnavailable) GetPayload

func (*GetOrdersServiceUnavailable) IsClientError

func (o *GetOrdersServiceUnavailable) IsClientError() bool

IsClientError returns true when this get orders service unavailable response has a 4xx status code

func (*GetOrdersServiceUnavailable) IsCode

func (o *GetOrdersServiceUnavailable) IsCode(code int) bool

IsCode returns true when this get orders service unavailable response a status code equal to that given

func (*GetOrdersServiceUnavailable) IsRedirect

func (o *GetOrdersServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get orders service unavailable response has a 3xx status code

func (*GetOrdersServiceUnavailable) IsServerError

func (o *GetOrdersServiceUnavailable) IsServerError() bool

IsServerError returns true when this get orders service unavailable response has a 5xx status code

func (*GetOrdersServiceUnavailable) IsSuccess

func (o *GetOrdersServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get orders service unavailable response has a 2xx status code

func (*GetOrdersServiceUnavailable) String

func (o *GetOrdersServiceUnavailable) String() string

type GetOrdersTooManyRequests

type GetOrdersTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.GetOrdersResponse
}

GetOrdersTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewGetOrdersTooManyRequests

func NewGetOrdersTooManyRequests() *GetOrdersTooManyRequests

NewGetOrdersTooManyRequests creates a GetOrdersTooManyRequests with default headers values

func (*GetOrdersTooManyRequests) Error

func (o *GetOrdersTooManyRequests) Error() string

func (*GetOrdersTooManyRequests) GetPayload

func (*GetOrdersTooManyRequests) IsClientError

func (o *GetOrdersTooManyRequests) IsClientError() bool

IsClientError returns true when this get orders too many requests response has a 4xx status code

func (*GetOrdersTooManyRequests) IsCode

func (o *GetOrdersTooManyRequests) IsCode(code int) bool

IsCode returns true when this get orders too many requests response a status code equal to that given

func (*GetOrdersTooManyRequests) IsRedirect

func (o *GetOrdersTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get orders too many requests response has a 3xx status code

func (*GetOrdersTooManyRequests) IsServerError

func (o *GetOrdersTooManyRequests) IsServerError() bool

IsServerError returns true when this get orders too many requests response has a 5xx status code

func (*GetOrdersTooManyRequests) IsSuccess

func (o *GetOrdersTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get orders too many requests response has a 2xx status code

func (*GetOrdersTooManyRequests) String

func (o *GetOrdersTooManyRequests) String() string

type UpdateVerificationStatusBadRequest

type UpdateVerificationStatusBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.UpdateVerificationStatusErrorResponse
}

UpdateVerificationStatusBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewUpdateVerificationStatusBadRequest

func NewUpdateVerificationStatusBadRequest() *UpdateVerificationStatusBadRequest

NewUpdateVerificationStatusBadRequest creates a UpdateVerificationStatusBadRequest with default headers values

func (*UpdateVerificationStatusBadRequest) Error

func (*UpdateVerificationStatusBadRequest) GetPayload

func (*UpdateVerificationStatusBadRequest) IsClientError

func (o *UpdateVerificationStatusBadRequest) IsClientError() bool

IsClientError returns true when this update verification status bad request response has a 4xx status code

func (*UpdateVerificationStatusBadRequest) IsCode

IsCode returns true when this update verification status bad request response a status code equal to that given

func (*UpdateVerificationStatusBadRequest) IsRedirect

func (o *UpdateVerificationStatusBadRequest) IsRedirect() bool

IsRedirect returns true when this update verification status bad request response has a 3xx status code

func (*UpdateVerificationStatusBadRequest) IsServerError

func (o *UpdateVerificationStatusBadRequest) IsServerError() bool

IsServerError returns true when this update verification status bad request response has a 5xx status code

func (*UpdateVerificationStatusBadRequest) IsSuccess

IsSuccess returns true when this update verification status bad request response has a 2xx status code

func (*UpdateVerificationStatusBadRequest) String

type UpdateVerificationStatusForbidden

type UpdateVerificationStatusForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.UpdateVerificationStatusErrorResponse
}

UpdateVerificationStatusForbidden describes a response with status code 403, with default header values.

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewUpdateVerificationStatusForbidden

func NewUpdateVerificationStatusForbidden() *UpdateVerificationStatusForbidden

NewUpdateVerificationStatusForbidden creates a UpdateVerificationStatusForbidden with default headers values

func (*UpdateVerificationStatusForbidden) Error

func (*UpdateVerificationStatusForbidden) GetPayload

func (*UpdateVerificationStatusForbidden) IsClientError

func (o *UpdateVerificationStatusForbidden) IsClientError() bool

IsClientError returns true when this update verification status forbidden response has a 4xx status code

func (*UpdateVerificationStatusForbidden) IsCode

func (o *UpdateVerificationStatusForbidden) IsCode(code int) bool

IsCode returns true when this update verification status forbidden response a status code equal to that given

func (*UpdateVerificationStatusForbidden) IsRedirect

func (o *UpdateVerificationStatusForbidden) IsRedirect() bool

IsRedirect returns true when this update verification status forbidden response has a 3xx status code

func (*UpdateVerificationStatusForbidden) IsServerError

func (o *UpdateVerificationStatusForbidden) IsServerError() bool

IsServerError returns true when this update verification status forbidden response has a 5xx status code

func (*UpdateVerificationStatusForbidden) IsSuccess

func (o *UpdateVerificationStatusForbidden) IsSuccess() bool

IsSuccess returns true when this update verification status forbidden response has a 2xx status code

func (*UpdateVerificationStatusForbidden) String

type UpdateVerificationStatusInternalServerError

type UpdateVerificationStatusInternalServerError struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.UpdateVerificationStatusErrorResponse
}

UpdateVerificationStatusInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewUpdateVerificationStatusInternalServerError

func NewUpdateVerificationStatusInternalServerError() *UpdateVerificationStatusInternalServerError

NewUpdateVerificationStatusInternalServerError creates a UpdateVerificationStatusInternalServerError with default headers values

func (*UpdateVerificationStatusInternalServerError) Error

func (*UpdateVerificationStatusInternalServerError) GetPayload

func (*UpdateVerificationStatusInternalServerError) IsClientError

IsClientError returns true when this update verification status internal server error response has a 4xx status code

func (*UpdateVerificationStatusInternalServerError) IsCode

IsCode returns true when this update verification status internal server error response a status code equal to that given

func (*UpdateVerificationStatusInternalServerError) IsRedirect

IsRedirect returns true when this update verification status internal server error response has a 3xx status code

func (*UpdateVerificationStatusInternalServerError) IsServerError

IsServerError returns true when this update verification status internal server error response has a 5xx status code

func (*UpdateVerificationStatusInternalServerError) IsSuccess

IsSuccess returns true when this update verification status internal server error response has a 2xx status code

func (*UpdateVerificationStatusInternalServerError) String

type UpdateVerificationStatusNoContent

type UpdateVerificationStatusNoContent struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string
}

UpdateVerificationStatusNoContent describes a response with status code 204, with default header values.

Success.

func NewUpdateVerificationStatusNoContent

func NewUpdateVerificationStatusNoContent() *UpdateVerificationStatusNoContent

NewUpdateVerificationStatusNoContent creates a UpdateVerificationStatusNoContent with default headers values

func (*UpdateVerificationStatusNoContent) Error

func (*UpdateVerificationStatusNoContent) IsClientError

func (o *UpdateVerificationStatusNoContent) IsClientError() bool

IsClientError returns true when this update verification status no content response has a 4xx status code

func (*UpdateVerificationStatusNoContent) IsCode

func (o *UpdateVerificationStatusNoContent) IsCode(code int) bool

IsCode returns true when this update verification status no content response a status code equal to that given

func (*UpdateVerificationStatusNoContent) IsRedirect

func (o *UpdateVerificationStatusNoContent) IsRedirect() bool

IsRedirect returns true when this update verification status no content response has a 3xx status code

func (*UpdateVerificationStatusNoContent) IsServerError

func (o *UpdateVerificationStatusNoContent) IsServerError() bool

IsServerError returns true when this update verification status no content response has a 5xx status code

func (*UpdateVerificationStatusNoContent) IsSuccess

func (o *UpdateVerificationStatusNoContent) IsSuccess() bool

IsSuccess returns true when this update verification status no content response has a 2xx status code

func (*UpdateVerificationStatusNoContent) String

type UpdateVerificationStatusNotFound

type UpdateVerificationStatusNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.UpdateVerificationStatusErrorResponse
}

UpdateVerificationStatusNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewUpdateVerificationStatusNotFound

func NewUpdateVerificationStatusNotFound() *UpdateVerificationStatusNotFound

NewUpdateVerificationStatusNotFound creates a UpdateVerificationStatusNotFound with default headers values

func (*UpdateVerificationStatusNotFound) Error

func (*UpdateVerificationStatusNotFound) GetPayload

func (*UpdateVerificationStatusNotFound) IsClientError

func (o *UpdateVerificationStatusNotFound) IsClientError() bool

IsClientError returns true when this update verification status not found response has a 4xx status code

func (*UpdateVerificationStatusNotFound) IsCode

func (o *UpdateVerificationStatusNotFound) IsCode(code int) bool

IsCode returns true when this update verification status not found response a status code equal to that given

func (*UpdateVerificationStatusNotFound) IsRedirect

func (o *UpdateVerificationStatusNotFound) IsRedirect() bool

IsRedirect returns true when this update verification status not found response has a 3xx status code

func (*UpdateVerificationStatusNotFound) IsServerError

func (o *UpdateVerificationStatusNotFound) IsServerError() bool

IsServerError returns true when this update verification status not found response has a 5xx status code

func (*UpdateVerificationStatusNotFound) IsSuccess

func (o *UpdateVerificationStatusNotFound) IsSuccess() bool

IsSuccess returns true when this update verification status not found response has a 2xx status code

func (*UpdateVerificationStatusNotFound) String

type UpdateVerificationStatusParams

type UpdateVerificationStatusParams struct {

	/* OrderID.

	   An orderId is an Amazon-defined order identifier, in 3-7-7 format.
	*/
	OrderID string

	/* Payload.

	   The request body for the updateVerificationStatus operation.
	*/
	Payload *orders_v0_models.UpdateVerificationStatusRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateVerificationStatusParams contains all the parameters to send to the API endpoint

for the update verification status operation.

Typically these are written to a http.Request.

func NewUpdateVerificationStatusParams

func NewUpdateVerificationStatusParams() *UpdateVerificationStatusParams

NewUpdateVerificationStatusParams creates a new UpdateVerificationStatusParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateVerificationStatusParamsWithContext

func NewUpdateVerificationStatusParamsWithContext(ctx context.Context) *UpdateVerificationStatusParams

NewUpdateVerificationStatusParamsWithContext creates a new UpdateVerificationStatusParams object with the ability to set a context for a request.

func NewUpdateVerificationStatusParamsWithHTTPClient

func NewUpdateVerificationStatusParamsWithHTTPClient(client *http.Client) *UpdateVerificationStatusParams

NewUpdateVerificationStatusParamsWithHTTPClient creates a new UpdateVerificationStatusParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateVerificationStatusParamsWithTimeout

func NewUpdateVerificationStatusParamsWithTimeout(timeout time.Duration) *UpdateVerificationStatusParams

NewUpdateVerificationStatusParamsWithTimeout creates a new UpdateVerificationStatusParams object with the ability to set a timeout on a request.

func (*UpdateVerificationStatusParams) SetContext

func (o *UpdateVerificationStatusParams) SetContext(ctx context.Context)

SetContext adds the context to the update verification status params

func (*UpdateVerificationStatusParams) SetDefaults

func (o *UpdateVerificationStatusParams) SetDefaults()

SetDefaults hydrates default values in the update verification status params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateVerificationStatusParams) SetHTTPClient

func (o *UpdateVerificationStatusParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update verification status params

func (*UpdateVerificationStatusParams) SetOrderID

func (o *UpdateVerificationStatusParams) SetOrderID(orderID string)

SetOrderID adds the orderId to the update verification status params

func (*UpdateVerificationStatusParams) SetPayload

SetPayload adds the payload to the update verification status params

func (*UpdateVerificationStatusParams) SetTimeout

func (o *UpdateVerificationStatusParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update verification status params

func (*UpdateVerificationStatusParams) WithContext

WithContext adds the context to the update verification status params

func (*UpdateVerificationStatusParams) WithDefaults

WithDefaults hydrates default values in the update verification status params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateVerificationStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update verification status params

func (*UpdateVerificationStatusParams) WithOrderID

WithOrderID adds the orderID to the update verification status params

func (*UpdateVerificationStatusParams) WithPayload

WithPayload adds the payload to the update verification status params

func (*UpdateVerificationStatusParams) WithTimeout

WithTimeout adds the timeout to the update verification status params

func (*UpdateVerificationStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateVerificationStatusReader

type UpdateVerificationStatusReader struct {
	// contains filtered or unexported fields
}

UpdateVerificationStatusReader is a Reader for the UpdateVerificationStatus structure.

func (*UpdateVerificationStatusReader) ReadResponse

func (o *UpdateVerificationStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateVerificationStatusRequestEntityTooLarge

type UpdateVerificationStatusRequestEntityTooLarge struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.UpdateVerificationStatusErrorResponse
}

UpdateVerificationStatusRequestEntityTooLarge describes a response with status code 413, with default header values.

The request size exceeded the maximum accepted size.

func NewUpdateVerificationStatusRequestEntityTooLarge

func NewUpdateVerificationStatusRequestEntityTooLarge() *UpdateVerificationStatusRequestEntityTooLarge

NewUpdateVerificationStatusRequestEntityTooLarge creates a UpdateVerificationStatusRequestEntityTooLarge with default headers values

func (*UpdateVerificationStatusRequestEntityTooLarge) Error

func (*UpdateVerificationStatusRequestEntityTooLarge) GetPayload

func (*UpdateVerificationStatusRequestEntityTooLarge) IsClientError

IsClientError returns true when this update verification status request entity too large response has a 4xx status code

func (*UpdateVerificationStatusRequestEntityTooLarge) IsCode

IsCode returns true when this update verification status request entity too large response a status code equal to that given

func (*UpdateVerificationStatusRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this update verification status request entity too large response has a 3xx status code

func (*UpdateVerificationStatusRequestEntityTooLarge) IsServerError

IsServerError returns true when this update verification status request entity too large response has a 5xx status code

func (*UpdateVerificationStatusRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this update verification status request entity too large response has a 2xx status code

func (*UpdateVerificationStatusRequestEntityTooLarge) String

type UpdateVerificationStatusServiceUnavailable

type UpdateVerificationStatusServiceUnavailable struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.UpdateVerificationStatusErrorResponse
}

UpdateVerificationStatusServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewUpdateVerificationStatusServiceUnavailable

func NewUpdateVerificationStatusServiceUnavailable() *UpdateVerificationStatusServiceUnavailable

NewUpdateVerificationStatusServiceUnavailable creates a UpdateVerificationStatusServiceUnavailable with default headers values

func (*UpdateVerificationStatusServiceUnavailable) Error

func (*UpdateVerificationStatusServiceUnavailable) GetPayload

func (*UpdateVerificationStatusServiceUnavailable) IsClientError

IsClientError returns true when this update verification status service unavailable response has a 4xx status code

func (*UpdateVerificationStatusServiceUnavailable) IsCode

IsCode returns true when this update verification status service unavailable response a status code equal to that given

func (*UpdateVerificationStatusServiceUnavailable) IsRedirect

IsRedirect returns true when this update verification status service unavailable response has a 3xx status code

func (*UpdateVerificationStatusServiceUnavailable) IsServerError

IsServerError returns true when this update verification status service unavailable response has a 5xx status code

func (*UpdateVerificationStatusServiceUnavailable) IsSuccess

IsSuccess returns true when this update verification status service unavailable response has a 2xx status code

func (*UpdateVerificationStatusServiceUnavailable) String

type UpdateVerificationStatusTooManyRequests

type UpdateVerificationStatusTooManyRequests struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.UpdateVerificationStatusErrorResponse
}

UpdateVerificationStatusTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewUpdateVerificationStatusTooManyRequests

func NewUpdateVerificationStatusTooManyRequests() *UpdateVerificationStatusTooManyRequests

NewUpdateVerificationStatusTooManyRequests creates a UpdateVerificationStatusTooManyRequests with default headers values

func (*UpdateVerificationStatusTooManyRequests) Error

func (*UpdateVerificationStatusTooManyRequests) GetPayload

func (*UpdateVerificationStatusTooManyRequests) IsClientError

func (o *UpdateVerificationStatusTooManyRequests) IsClientError() bool

IsClientError returns true when this update verification status too many requests response has a 4xx status code

func (*UpdateVerificationStatusTooManyRequests) IsCode

IsCode returns true when this update verification status too many requests response a status code equal to that given

func (*UpdateVerificationStatusTooManyRequests) IsRedirect

IsRedirect returns true when this update verification status too many requests response has a 3xx status code

func (*UpdateVerificationStatusTooManyRequests) IsServerError

func (o *UpdateVerificationStatusTooManyRequests) IsServerError() bool

IsServerError returns true when this update verification status too many requests response has a 5xx status code

func (*UpdateVerificationStatusTooManyRequests) IsSuccess

IsSuccess returns true when this update verification status too many requests response has a 2xx status code

func (*UpdateVerificationStatusTooManyRequests) String

type UpdateVerificationStatusUnsupportedMediaType

type UpdateVerificationStatusUnsupportedMediaType struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *orders_v0_models.UpdateVerificationStatusErrorResponse
}

UpdateVerificationStatusUnsupportedMediaType describes a response with status code 415, with default header values.

The request payload is in an unsupported format.

func NewUpdateVerificationStatusUnsupportedMediaType

func NewUpdateVerificationStatusUnsupportedMediaType() *UpdateVerificationStatusUnsupportedMediaType

NewUpdateVerificationStatusUnsupportedMediaType creates a UpdateVerificationStatusUnsupportedMediaType with default headers values

func (*UpdateVerificationStatusUnsupportedMediaType) Error

func (*UpdateVerificationStatusUnsupportedMediaType) GetPayload

func (*UpdateVerificationStatusUnsupportedMediaType) IsClientError

IsClientError returns true when this update verification status unsupported media type response has a 4xx status code

func (*UpdateVerificationStatusUnsupportedMediaType) IsCode

IsCode returns true when this update verification status unsupported media type response a status code equal to that given

func (*UpdateVerificationStatusUnsupportedMediaType) IsRedirect

IsRedirect returns true when this update verification status unsupported media type response has a 3xx status code

func (*UpdateVerificationStatusUnsupportedMediaType) IsServerError

IsServerError returns true when this update verification status unsupported media type response has a 5xx status code

func (*UpdateVerificationStatusUnsupportedMediaType) IsSuccess

IsSuccess returns true when this update verification status unsupported media type response has a 2xx status code

func (*UpdateVerificationStatusUnsupportedMediaType) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL