fba_inbound

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 fba inbound API

func (*Client) ConfirmPreorder

func (a *Client) ConfirmPreorder(params *ConfirmPreorderParams, opts ...ClientOption) (*ConfirmPreorderOK, error)
ConfirmPreorder Returns information needed to confirm a shipment for pre-order. Call this operation after calling the getPreorderInfo operation to get the NeedByDate value and other pre-order information about the shipment.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 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 than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) ConfirmTransport

func (a *Client) ConfirmTransport(params *ConfirmTransportParams, opts ...ClientOption) (*ConfirmTransportOK, error)
ConfirmTransport Confirms that the seller accepts the Amazon-partnered shipping estimate, agrees to allow Amazon to charge their account for the shipping cost, and requests that the Amazon-partnered carrier ship the inbound shipment.

Prior to calling the confirmTransport operation, you should call the getTransportDetails operation to get the Amazon-partnered shipping estimate.

Important: After confirming the transportation request, if the seller decides that they do not want the Amazon-partnered carrier to ship the inbound shipment, you can call the voidTransport operation to cancel the transportation request. Note that for a Small Parcel shipment, the seller has 24 hours after confirming a transportation request to void the transportation request. For a Less Than Truckload/Full Truckload (LTL/FTL) shipment, the seller has one hour after confirming a transportation request to void it. After the grace period has expired the seller's account will be charged for the shipping cost.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 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 than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) CreateInboundShipment

func (a *Client) CreateInboundShipment(params *CreateInboundShipmentParams, opts ...ClientOption) (*CreateInboundShipmentOK, error)
CreateInboundShipment Returns a new inbound shipment based on the specified shipmentId that was returned by the createInboundShipmentPlan operation.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 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 than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) CreateInboundShipmentPlan

func (a *Client) CreateInboundShipmentPlan(params *CreateInboundShipmentPlanParams, opts ...ClientOption) (*CreateInboundShipmentPlanOK, error)
CreateInboundShipmentPlan Returns one or more inbound shipment plans, which provide the information you need to create one or more inbound shipments for a set of items that you specify. Multiple inbound shipment plans might be required so that items can be optimally placed in Amazon's fulfillment network—for example, positioning inventory closer to the customer. Alternatively, two inbound shipment plans might be created with the same Amazon fulfillment center destination if the two shipment plans require different processing—for example, items that require labels must be shipped separately from stickerless, commingled inventory.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 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 than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) EstimateTransport

func (a *Client) EstimateTransport(params *EstimateTransportParams, opts ...ClientOption) (*EstimateTransportOK, error)
EstimateTransport Initiates the process of estimating the shipping cost for an inbound shipment by an Amazon-partnered carrier.

Prior to calling the estimateTransport operation, you must call the putTransportDetails operation to provide Amazon with the transportation information for the inbound shipment.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 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 than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) GetBillOfLading

func (a *Client) GetBillOfLading(params *GetBillOfLadingParams, opts ...ClientOption) (*GetBillOfLadingOK, error)
GetBillOfLading Returns a bill of lading for a Less Than Truckload/Full Truckload (LTL/FTL) shipment. The getBillOfLading operation returns PDF document data for printing a bill of lading for an Amazon-partnered Less Than Truckload/Full Truckload (LTL/FTL) inbound shipment.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 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 than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) GetInboundGuidance

func (a *Client) GetInboundGuidance(params *GetInboundGuidanceParams, opts ...ClientOption) (*GetInboundGuidanceOK, error)
GetInboundGuidance Returns information that lets a seller know if Amazon recommends sending an item to a given marketplace. In some cases, Amazon provides guidance for why a given SellerSKU or ASIN is not recommended for shipment to Amazon's fulfillment network. Sellers may still ship items that are not recommended, at their discretion.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 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 than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) GetLabels

func (a *Client) GetLabels(params *GetLabelsParams, opts ...ClientOption) (*GetLabelsOK, error)
GetLabels Returns package/pallet labels for faster and more accurate shipment processing at the Amazon fulfillment center.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 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 than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) GetPreorderInfo

func (a *Client) GetPreorderInfo(params *GetPreorderInfoParams, opts ...ClientOption) (*GetPreorderInfoOK, error)
GetPreorderInfo Returns pre-order information, including dates, that a seller needs before confirming a shipment for pre-order.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 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 than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) GetPrepInstructions

func (a *Client) GetPrepInstructions(params *GetPrepInstructionsParams, opts ...ClientOption) (*GetPrepInstructionsOK, error)
GetPrepInstructions Returns labeling requirements and item preparation instructions to help prepare items for shipment to Amazon's fulfillment network.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 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 than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) GetShipmentItems

func (a *Client) GetShipmentItems(params *GetShipmentItemsParams, opts ...ClientOption) (*GetShipmentItemsOK, error)
GetShipmentItems Returns a list of items in a specified inbound shipment, or a list of items that were updated within a specified time frame.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 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 than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) GetShipmentItemsByShipmentID

func (a *Client) GetShipmentItemsByShipmentID(params *GetShipmentItemsByShipmentIDParams, opts ...ClientOption) (*GetShipmentItemsByShipmentIDOK, error)
GetShipmentItemsByShipmentID Returns a list of items in a specified inbound shipment.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 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 than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) GetShipments

func (a *Client) GetShipments(params *GetShipmentsParams, opts ...ClientOption) (*GetShipmentsOK, error)
GetShipments Returns a list of inbound shipments based on criteria that you specify.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 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 than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) GetTransportDetails

func (a *Client) GetTransportDetails(params *GetTransportDetailsParams, opts ...ClientOption) (*GetTransportDetailsOK, error)
GetTransportDetails Returns current transportation information about an inbound shipment.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 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 than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) PutTransportDetails

func (a *Client) PutTransportDetails(params *PutTransportDetailsParams, opts ...ClientOption) (*PutTransportDetailsOK, error)
PutTransportDetails Sends transportation information to Amazon about an inbound shipment.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 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 than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/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) UpdateInboundShipment

func (a *Client) UpdateInboundShipment(params *UpdateInboundShipmentParams, opts ...ClientOption) (*UpdateInboundShipmentOK, error)
UpdateInboundShipment Updates or removes items from the inbound shipment identified by the specified shipment identifier. Adding new items is not supported.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 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 than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) VoidTransport

func (a *Client) VoidTransport(params *VoidTransportParams, opts ...ClientOption) (*VoidTransportOK, error)
VoidTransport Cancels a previously-confirmed request to ship an inbound shipment using an Amazon-partnered carrier.

To be successful, you must call this operation before the VoidDeadline date that is returned by the getTransportDetails operation.

Important: The VoidDeadline date is 24 hours after you confirm a Small Parcel shipment transportation request or one hour after you confirm a Less Than Truckload/Full Truckload (LTL/FTL) shipment transportation request. After the void deadline passes, your account will be charged for the shipping cost.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 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 than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/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 {
	ConfirmPreorder(params *ConfirmPreorderParams, opts ...ClientOption) (*ConfirmPreorderOK, error)

	ConfirmTransport(params *ConfirmTransportParams, opts ...ClientOption) (*ConfirmTransportOK, error)

	CreateInboundShipment(params *CreateInboundShipmentParams, opts ...ClientOption) (*CreateInboundShipmentOK, error)

	CreateInboundShipmentPlan(params *CreateInboundShipmentPlanParams, opts ...ClientOption) (*CreateInboundShipmentPlanOK, error)

	EstimateTransport(params *EstimateTransportParams, opts ...ClientOption) (*EstimateTransportOK, error)

	GetBillOfLading(params *GetBillOfLadingParams, opts ...ClientOption) (*GetBillOfLadingOK, error)

	GetInboundGuidance(params *GetInboundGuidanceParams, opts ...ClientOption) (*GetInboundGuidanceOK, error)

	GetLabels(params *GetLabelsParams, opts ...ClientOption) (*GetLabelsOK, error)

	GetPreorderInfo(params *GetPreorderInfoParams, opts ...ClientOption) (*GetPreorderInfoOK, error)

	GetPrepInstructions(params *GetPrepInstructionsParams, opts ...ClientOption) (*GetPrepInstructionsOK, error)

	GetShipmentItems(params *GetShipmentItemsParams, opts ...ClientOption) (*GetShipmentItemsOK, error)

	GetShipmentItemsByShipmentID(params *GetShipmentItemsByShipmentIDParams, opts ...ClientOption) (*GetShipmentItemsByShipmentIDOK, error)

	GetShipments(params *GetShipmentsParams, opts ...ClientOption) (*GetShipmentsOK, error)

	GetTransportDetails(params *GetTransportDetailsParams, opts ...ClientOption) (*GetTransportDetailsOK, error)

	PutTransportDetails(params *PutTransportDetailsParams, opts ...ClientOption) (*PutTransportDetailsOK, error)

	UpdateInboundShipment(params *UpdateInboundShipmentParams, opts ...ClientOption) (*UpdateInboundShipmentOK, error)

	VoidTransport(params *VoidTransportParams, opts ...ClientOption) (*VoidTransportOK, 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 fba inbound API client.

type ConfirmPreorderBadRequest

type ConfirmPreorderBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.ConfirmPreorderResponse
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewConfirmPreorderBadRequest

func NewConfirmPreorderBadRequest() *ConfirmPreorderBadRequest

NewConfirmPreorderBadRequest creates a ConfirmPreorderBadRequest with default headers values

func (*ConfirmPreorderBadRequest) Error

func (o *ConfirmPreorderBadRequest) Error() string

func (*ConfirmPreorderBadRequest) GetPayload

func (*ConfirmPreorderBadRequest) IsClientError

func (o *ConfirmPreorderBadRequest) IsClientError() bool

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

func (*ConfirmPreorderBadRequest) IsCode

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

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

func (*ConfirmPreorderBadRequest) IsRedirect

func (o *ConfirmPreorderBadRequest) IsRedirect() bool

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

func (*ConfirmPreorderBadRequest) IsServerError

func (o *ConfirmPreorderBadRequest) IsServerError() bool

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

func (*ConfirmPreorderBadRequest) IsSuccess

func (o *ConfirmPreorderBadRequest) IsSuccess() bool

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

func (*ConfirmPreorderBadRequest) String

func (o *ConfirmPreorderBadRequest) String() string

type ConfirmPreorderForbidden

type ConfirmPreorderForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.ConfirmPreorderResponse
}

ConfirmPreorderForbidden 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 NewConfirmPreorderForbidden

func NewConfirmPreorderForbidden() *ConfirmPreorderForbidden

NewConfirmPreorderForbidden creates a ConfirmPreorderForbidden with default headers values

func (*ConfirmPreorderForbidden) Error

func (o *ConfirmPreorderForbidden) Error() string

func (*ConfirmPreorderForbidden) GetPayload

func (*ConfirmPreorderForbidden) IsClientError

func (o *ConfirmPreorderForbidden) IsClientError() bool

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

func (*ConfirmPreorderForbidden) IsCode

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

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

func (*ConfirmPreorderForbidden) IsRedirect

func (o *ConfirmPreorderForbidden) IsRedirect() bool

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

func (*ConfirmPreorderForbidden) IsServerError

func (o *ConfirmPreorderForbidden) IsServerError() bool

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

func (*ConfirmPreorderForbidden) IsSuccess

func (o *ConfirmPreorderForbidden) IsSuccess() bool

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

func (*ConfirmPreorderForbidden) String

func (o *ConfirmPreorderForbidden) String() string

type ConfirmPreorderInternalServerError

type ConfirmPreorderInternalServerError 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 *fulfillment_inbound_v0_models.ConfirmPreorderResponse
}

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

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

func NewConfirmPreorderInternalServerError

func NewConfirmPreorderInternalServerError() *ConfirmPreorderInternalServerError

NewConfirmPreorderInternalServerError creates a ConfirmPreorderInternalServerError with default headers values

func (*ConfirmPreorderInternalServerError) Error

func (*ConfirmPreorderInternalServerError) GetPayload

func (*ConfirmPreorderInternalServerError) IsClientError

func (o *ConfirmPreorderInternalServerError) IsClientError() bool

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

func (*ConfirmPreorderInternalServerError) IsCode

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

func (*ConfirmPreorderInternalServerError) IsRedirect

func (o *ConfirmPreorderInternalServerError) IsRedirect() bool

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

func (*ConfirmPreorderInternalServerError) IsServerError

func (o *ConfirmPreorderInternalServerError) IsServerError() bool

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

func (*ConfirmPreorderInternalServerError) IsSuccess

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

func (*ConfirmPreorderInternalServerError) String

type ConfirmPreorderNotFound

type ConfirmPreorderNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.ConfirmPreorderResponse
}

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

The specified resource does not exist.

func NewConfirmPreorderNotFound

func NewConfirmPreorderNotFound() *ConfirmPreorderNotFound

NewConfirmPreorderNotFound creates a ConfirmPreorderNotFound with default headers values

func (*ConfirmPreorderNotFound) Error

func (o *ConfirmPreorderNotFound) Error() string

func (*ConfirmPreorderNotFound) GetPayload

func (*ConfirmPreorderNotFound) IsClientError

func (o *ConfirmPreorderNotFound) IsClientError() bool

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

func (*ConfirmPreorderNotFound) IsCode

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

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

func (*ConfirmPreorderNotFound) IsRedirect

func (o *ConfirmPreorderNotFound) IsRedirect() bool

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

func (*ConfirmPreorderNotFound) IsServerError

func (o *ConfirmPreorderNotFound) IsServerError() bool

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

func (*ConfirmPreorderNotFound) IsSuccess

func (o *ConfirmPreorderNotFound) IsSuccess() bool

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

func (*ConfirmPreorderNotFound) String

func (o *ConfirmPreorderNotFound) String() string

type ConfirmPreorderOK

type ConfirmPreorderOK struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.ConfirmPreorderResponse
}

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

Success.

func NewConfirmPreorderOK

func NewConfirmPreorderOK() *ConfirmPreorderOK

NewConfirmPreorderOK creates a ConfirmPreorderOK with default headers values

func (*ConfirmPreorderOK) Error

func (o *ConfirmPreorderOK) Error() string

func (*ConfirmPreorderOK) GetPayload

func (*ConfirmPreorderOK) IsClientError

func (o *ConfirmPreorderOK) IsClientError() bool

IsClientError returns true when this confirm preorder o k response has a 4xx status code

func (*ConfirmPreorderOK) IsCode

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

IsCode returns true when this confirm preorder o k response a status code equal to that given

func (*ConfirmPreorderOK) IsRedirect

func (o *ConfirmPreorderOK) IsRedirect() bool

IsRedirect returns true when this confirm preorder o k response has a 3xx status code

func (*ConfirmPreorderOK) IsServerError

func (o *ConfirmPreorderOK) IsServerError() bool

IsServerError returns true when this confirm preorder o k response has a 5xx status code

func (*ConfirmPreorderOK) IsSuccess

func (o *ConfirmPreorderOK) IsSuccess() bool

IsSuccess returns true when this confirm preorder o k response has a 2xx status code

func (*ConfirmPreorderOK) String

func (o *ConfirmPreorderOK) String() string

type ConfirmPreorderParams

type ConfirmPreorderParams struct {

	/* MarketplaceID.

	   A marketplace identifier. Specifies the marketplace the shipment is tied to.
	*/
	MarketplaceID string

	/* NeedByDate.

	   Date that the shipment must arrive at the Amazon fulfillment center to avoid delivery promise breaks for pre-ordered items. Must be in YYYY-MM-DD format. The response to the getPreorderInfo operation returns this value.

	   Format: date
	*/
	NeedByDate strfmt.Date

	/* ShipmentID.

	   A shipment identifier originally returned by the createInboundShipmentPlan operation.
	*/
	ShipmentID string

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

ConfirmPreorderParams contains all the parameters to send to the API endpoint

for the confirm preorder operation.

Typically these are written to a http.Request.

func NewConfirmPreorderParams

func NewConfirmPreorderParams() *ConfirmPreorderParams

NewConfirmPreorderParams creates a new ConfirmPreorderParams 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 NewConfirmPreorderParamsWithContext

func NewConfirmPreorderParamsWithContext(ctx context.Context) *ConfirmPreorderParams

NewConfirmPreorderParamsWithContext creates a new ConfirmPreorderParams object with the ability to set a context for a request.

func NewConfirmPreorderParamsWithHTTPClient

func NewConfirmPreorderParamsWithHTTPClient(client *http.Client) *ConfirmPreorderParams

NewConfirmPreorderParamsWithHTTPClient creates a new ConfirmPreorderParams object with the ability to set a custom HTTPClient for a request.

func NewConfirmPreorderParamsWithTimeout

func NewConfirmPreorderParamsWithTimeout(timeout time.Duration) *ConfirmPreorderParams

NewConfirmPreorderParamsWithTimeout creates a new ConfirmPreorderParams object with the ability to set a timeout on a request.

func (*ConfirmPreorderParams) SetContext

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

SetContext adds the context to the confirm preorder params

func (*ConfirmPreorderParams) SetDefaults

func (o *ConfirmPreorderParams) SetDefaults()

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

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

func (*ConfirmPreorderParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the confirm preorder params

func (*ConfirmPreorderParams) SetMarketplaceID

func (o *ConfirmPreorderParams) SetMarketplaceID(marketplaceID string)

SetMarketplaceID adds the marketplaceId to the confirm preorder params

func (*ConfirmPreorderParams) SetNeedByDate

func (o *ConfirmPreorderParams) SetNeedByDate(needByDate strfmt.Date)

SetNeedByDate adds the needByDate to the confirm preorder params

func (*ConfirmPreorderParams) SetShipmentID

func (o *ConfirmPreorderParams) SetShipmentID(shipmentID string)

SetShipmentID adds the shipmentId to the confirm preorder params

func (*ConfirmPreorderParams) SetTimeout

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

SetTimeout adds the timeout to the confirm preorder params

func (*ConfirmPreorderParams) WithContext

WithContext adds the context to the confirm preorder params

func (*ConfirmPreorderParams) WithDefaults

func (o *ConfirmPreorderParams) WithDefaults() *ConfirmPreorderParams

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

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

func (*ConfirmPreorderParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the confirm preorder params

func (*ConfirmPreorderParams) WithMarketplaceID

func (o *ConfirmPreorderParams) WithMarketplaceID(marketplaceID string) *ConfirmPreorderParams

WithMarketplaceID adds the marketplaceID to the confirm preorder params

func (*ConfirmPreorderParams) WithNeedByDate

func (o *ConfirmPreorderParams) WithNeedByDate(needByDate strfmt.Date) *ConfirmPreorderParams

WithNeedByDate adds the needByDate to the confirm preorder params

func (*ConfirmPreorderParams) WithShipmentID

func (o *ConfirmPreorderParams) WithShipmentID(shipmentID string) *ConfirmPreorderParams

WithShipmentID adds the shipmentID to the confirm preorder params

func (*ConfirmPreorderParams) WithTimeout

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

WithTimeout adds the timeout to the confirm preorder params

func (*ConfirmPreorderParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ConfirmPreorderReader

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

ConfirmPreorderReader is a Reader for the ConfirmPreorder structure.

func (*ConfirmPreorderReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ConfirmPreorderServiceUnavailable

type ConfirmPreorderServiceUnavailable 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 *fulfillment_inbound_v0_models.ConfirmPreorderResponse
}

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

Temporary overloading or maintenance of the server.

func NewConfirmPreorderServiceUnavailable

func NewConfirmPreorderServiceUnavailable() *ConfirmPreorderServiceUnavailable

NewConfirmPreorderServiceUnavailable creates a ConfirmPreorderServiceUnavailable with default headers values

func (*ConfirmPreorderServiceUnavailable) Error

func (*ConfirmPreorderServiceUnavailable) GetPayload

func (*ConfirmPreorderServiceUnavailable) IsClientError

func (o *ConfirmPreorderServiceUnavailable) IsClientError() bool

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

func (*ConfirmPreorderServiceUnavailable) IsCode

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

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

func (*ConfirmPreorderServiceUnavailable) IsRedirect

func (o *ConfirmPreorderServiceUnavailable) IsRedirect() bool

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

func (*ConfirmPreorderServiceUnavailable) IsServerError

func (o *ConfirmPreorderServiceUnavailable) IsServerError() bool

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

func (*ConfirmPreorderServiceUnavailable) IsSuccess

func (o *ConfirmPreorderServiceUnavailable) IsSuccess() bool

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

func (*ConfirmPreorderServiceUnavailable) String

type ConfirmPreorderTooManyRequests

type ConfirmPreorderTooManyRequests 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 *fulfillment_inbound_v0_models.ConfirmPreorderResponse
}

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

The frequency of requests was greater than allowed.

func NewConfirmPreorderTooManyRequests

func NewConfirmPreorderTooManyRequests() *ConfirmPreorderTooManyRequests

NewConfirmPreorderTooManyRequests creates a ConfirmPreorderTooManyRequests with default headers values

func (*ConfirmPreorderTooManyRequests) Error

func (*ConfirmPreorderTooManyRequests) GetPayload

func (*ConfirmPreorderTooManyRequests) IsClientError

func (o *ConfirmPreorderTooManyRequests) IsClientError() bool

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

func (*ConfirmPreorderTooManyRequests) IsCode

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

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

func (*ConfirmPreorderTooManyRequests) IsRedirect

func (o *ConfirmPreorderTooManyRequests) IsRedirect() bool

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

func (*ConfirmPreorderTooManyRequests) IsServerError

func (o *ConfirmPreorderTooManyRequests) IsServerError() bool

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

func (*ConfirmPreorderTooManyRequests) IsSuccess

func (o *ConfirmPreorderTooManyRequests) IsSuccess() bool

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

func (*ConfirmPreorderTooManyRequests) String

type ConfirmPreorderUnauthorized

type ConfirmPreorderUnauthorized 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 *fulfillment_inbound_v0_models.ConfirmPreorderResponse
}

ConfirmPreorderUnauthorized 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 NewConfirmPreorderUnauthorized

func NewConfirmPreorderUnauthorized() *ConfirmPreorderUnauthorized

NewConfirmPreorderUnauthorized creates a ConfirmPreorderUnauthorized with default headers values

func (*ConfirmPreorderUnauthorized) Error

func (*ConfirmPreorderUnauthorized) GetPayload

func (*ConfirmPreorderUnauthorized) IsClientError

func (o *ConfirmPreorderUnauthorized) IsClientError() bool

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

func (*ConfirmPreorderUnauthorized) IsCode

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

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

func (*ConfirmPreorderUnauthorized) IsRedirect

func (o *ConfirmPreorderUnauthorized) IsRedirect() bool

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

func (*ConfirmPreorderUnauthorized) IsServerError

func (o *ConfirmPreorderUnauthorized) IsServerError() bool

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

func (*ConfirmPreorderUnauthorized) IsSuccess

func (o *ConfirmPreorderUnauthorized) IsSuccess() bool

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

func (*ConfirmPreorderUnauthorized) String

func (o *ConfirmPreorderUnauthorized) String() string

type ConfirmTransportBadRequest

type ConfirmTransportBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.ConfirmTransportResponse
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewConfirmTransportBadRequest

func NewConfirmTransportBadRequest() *ConfirmTransportBadRequest

NewConfirmTransportBadRequest creates a ConfirmTransportBadRequest with default headers values

func (*ConfirmTransportBadRequest) Error

func (*ConfirmTransportBadRequest) GetPayload

func (*ConfirmTransportBadRequest) IsClientError

func (o *ConfirmTransportBadRequest) IsClientError() bool

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

func (*ConfirmTransportBadRequest) IsCode

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

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

func (*ConfirmTransportBadRequest) IsRedirect

func (o *ConfirmTransportBadRequest) IsRedirect() bool

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

func (*ConfirmTransportBadRequest) IsServerError

func (o *ConfirmTransportBadRequest) IsServerError() bool

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

func (*ConfirmTransportBadRequest) IsSuccess

func (o *ConfirmTransportBadRequest) IsSuccess() bool

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

func (*ConfirmTransportBadRequest) String

func (o *ConfirmTransportBadRequest) String() string

type ConfirmTransportForbidden

type ConfirmTransportForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.ConfirmTransportResponse
}

ConfirmTransportForbidden 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 NewConfirmTransportForbidden

func NewConfirmTransportForbidden() *ConfirmTransportForbidden

NewConfirmTransportForbidden creates a ConfirmTransportForbidden with default headers values

func (*ConfirmTransportForbidden) Error

func (o *ConfirmTransportForbidden) Error() string

func (*ConfirmTransportForbidden) GetPayload

func (*ConfirmTransportForbidden) IsClientError

func (o *ConfirmTransportForbidden) IsClientError() bool

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

func (*ConfirmTransportForbidden) IsCode

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

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

func (*ConfirmTransportForbidden) IsRedirect

func (o *ConfirmTransportForbidden) IsRedirect() bool

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

func (*ConfirmTransportForbidden) IsServerError

func (o *ConfirmTransportForbidden) IsServerError() bool

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

func (*ConfirmTransportForbidden) IsSuccess

func (o *ConfirmTransportForbidden) IsSuccess() bool

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

func (*ConfirmTransportForbidden) String

func (o *ConfirmTransportForbidden) String() string

type ConfirmTransportInternalServerError

type ConfirmTransportInternalServerError 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 *fulfillment_inbound_v0_models.ConfirmTransportResponse
}

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

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

func NewConfirmTransportInternalServerError

func NewConfirmTransportInternalServerError() *ConfirmTransportInternalServerError

NewConfirmTransportInternalServerError creates a ConfirmTransportInternalServerError with default headers values

func (*ConfirmTransportInternalServerError) Error

func (*ConfirmTransportInternalServerError) GetPayload

func (*ConfirmTransportInternalServerError) IsClientError

func (o *ConfirmTransportInternalServerError) IsClientError() bool

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

func (*ConfirmTransportInternalServerError) IsCode

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

func (*ConfirmTransportInternalServerError) IsRedirect

func (o *ConfirmTransportInternalServerError) IsRedirect() bool

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

func (*ConfirmTransportInternalServerError) IsServerError

func (o *ConfirmTransportInternalServerError) IsServerError() bool

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

func (*ConfirmTransportInternalServerError) IsSuccess

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

func (*ConfirmTransportInternalServerError) String

type ConfirmTransportNotFound

type ConfirmTransportNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.ConfirmTransportResponse
}

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

The specified resource does not exist.

func NewConfirmTransportNotFound

func NewConfirmTransportNotFound() *ConfirmTransportNotFound

NewConfirmTransportNotFound creates a ConfirmTransportNotFound with default headers values

func (*ConfirmTransportNotFound) Error

func (o *ConfirmTransportNotFound) Error() string

func (*ConfirmTransportNotFound) GetPayload

func (*ConfirmTransportNotFound) IsClientError

func (o *ConfirmTransportNotFound) IsClientError() bool

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

func (*ConfirmTransportNotFound) IsCode

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

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

func (*ConfirmTransportNotFound) IsRedirect

func (o *ConfirmTransportNotFound) IsRedirect() bool

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

func (*ConfirmTransportNotFound) IsServerError

func (o *ConfirmTransportNotFound) IsServerError() bool

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

func (*ConfirmTransportNotFound) IsSuccess

func (o *ConfirmTransportNotFound) IsSuccess() bool

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

func (*ConfirmTransportNotFound) String

func (o *ConfirmTransportNotFound) String() string

type ConfirmTransportOK

type ConfirmTransportOK struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.ConfirmTransportResponse
}

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

Success.

func NewConfirmTransportOK

func NewConfirmTransportOK() *ConfirmTransportOK

NewConfirmTransportOK creates a ConfirmTransportOK with default headers values

func (*ConfirmTransportOK) Error

func (o *ConfirmTransportOK) Error() string

func (*ConfirmTransportOK) GetPayload

func (*ConfirmTransportOK) IsClientError

func (o *ConfirmTransportOK) IsClientError() bool

IsClientError returns true when this confirm transport o k response has a 4xx status code

func (*ConfirmTransportOK) IsCode

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

IsCode returns true when this confirm transport o k response a status code equal to that given

func (*ConfirmTransportOK) IsRedirect

func (o *ConfirmTransportOK) IsRedirect() bool

IsRedirect returns true when this confirm transport o k response has a 3xx status code

func (*ConfirmTransportOK) IsServerError

func (o *ConfirmTransportOK) IsServerError() bool

IsServerError returns true when this confirm transport o k response has a 5xx status code

func (*ConfirmTransportOK) IsSuccess

func (o *ConfirmTransportOK) IsSuccess() bool

IsSuccess returns true when this confirm transport o k response has a 2xx status code

func (*ConfirmTransportOK) String

func (o *ConfirmTransportOK) String() string

type ConfirmTransportParams

type ConfirmTransportParams struct {

	/* ShipmentID.

	   A shipment identifier originally returned by the createInboundShipmentPlan operation.
	*/
	ShipmentID string

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

ConfirmTransportParams contains all the parameters to send to the API endpoint

for the confirm transport operation.

Typically these are written to a http.Request.

func NewConfirmTransportParams

func NewConfirmTransportParams() *ConfirmTransportParams

NewConfirmTransportParams creates a new ConfirmTransportParams 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 NewConfirmTransportParamsWithContext

func NewConfirmTransportParamsWithContext(ctx context.Context) *ConfirmTransportParams

NewConfirmTransportParamsWithContext creates a new ConfirmTransportParams object with the ability to set a context for a request.

func NewConfirmTransportParamsWithHTTPClient

func NewConfirmTransportParamsWithHTTPClient(client *http.Client) *ConfirmTransportParams

NewConfirmTransportParamsWithHTTPClient creates a new ConfirmTransportParams object with the ability to set a custom HTTPClient for a request.

func NewConfirmTransportParamsWithTimeout

func NewConfirmTransportParamsWithTimeout(timeout time.Duration) *ConfirmTransportParams

NewConfirmTransportParamsWithTimeout creates a new ConfirmTransportParams object with the ability to set a timeout on a request.

func (*ConfirmTransportParams) SetContext

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

SetContext adds the context to the confirm transport params

func (*ConfirmTransportParams) SetDefaults

func (o *ConfirmTransportParams) SetDefaults()

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

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

func (*ConfirmTransportParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the confirm transport params

func (*ConfirmTransportParams) SetShipmentID

func (o *ConfirmTransportParams) SetShipmentID(shipmentID string)

SetShipmentID adds the shipmentId to the confirm transport params

func (*ConfirmTransportParams) SetTimeout

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

SetTimeout adds the timeout to the confirm transport params

func (*ConfirmTransportParams) WithContext

WithContext adds the context to the confirm transport params

func (*ConfirmTransportParams) WithDefaults

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

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

func (*ConfirmTransportParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the confirm transport params

func (*ConfirmTransportParams) WithShipmentID

func (o *ConfirmTransportParams) WithShipmentID(shipmentID string) *ConfirmTransportParams

WithShipmentID adds the shipmentID to the confirm transport params

func (*ConfirmTransportParams) WithTimeout

WithTimeout adds the timeout to the confirm transport params

func (*ConfirmTransportParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ConfirmTransportReader

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

ConfirmTransportReader is a Reader for the ConfirmTransport structure.

func (*ConfirmTransportReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ConfirmTransportServiceUnavailable

type ConfirmTransportServiceUnavailable 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 *fulfillment_inbound_v0_models.ConfirmTransportResponse
}

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

Temporary overloading or maintenance of the server.

func NewConfirmTransportServiceUnavailable

func NewConfirmTransportServiceUnavailable() *ConfirmTransportServiceUnavailable

NewConfirmTransportServiceUnavailable creates a ConfirmTransportServiceUnavailable with default headers values

func (*ConfirmTransportServiceUnavailable) Error

func (*ConfirmTransportServiceUnavailable) GetPayload

func (*ConfirmTransportServiceUnavailable) IsClientError

func (o *ConfirmTransportServiceUnavailable) IsClientError() bool

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

func (*ConfirmTransportServiceUnavailable) IsCode

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

func (*ConfirmTransportServiceUnavailable) IsRedirect

func (o *ConfirmTransportServiceUnavailable) IsRedirect() bool

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

func (*ConfirmTransportServiceUnavailable) IsServerError

func (o *ConfirmTransportServiceUnavailable) IsServerError() bool

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

func (*ConfirmTransportServiceUnavailable) IsSuccess

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

func (*ConfirmTransportServiceUnavailable) String

type ConfirmTransportTooManyRequests

type ConfirmTransportTooManyRequests 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 *fulfillment_inbound_v0_models.ConfirmTransportResponse
}

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

The frequency of requests was greater than allowed.

func NewConfirmTransportTooManyRequests

func NewConfirmTransportTooManyRequests() *ConfirmTransportTooManyRequests

NewConfirmTransportTooManyRequests creates a ConfirmTransportTooManyRequests with default headers values

func (*ConfirmTransportTooManyRequests) Error

func (*ConfirmTransportTooManyRequests) GetPayload

func (*ConfirmTransportTooManyRequests) IsClientError

func (o *ConfirmTransportTooManyRequests) IsClientError() bool

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

func (*ConfirmTransportTooManyRequests) IsCode

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

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

func (*ConfirmTransportTooManyRequests) IsRedirect

func (o *ConfirmTransportTooManyRequests) IsRedirect() bool

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

func (*ConfirmTransportTooManyRequests) IsServerError

func (o *ConfirmTransportTooManyRequests) IsServerError() bool

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

func (*ConfirmTransportTooManyRequests) IsSuccess

func (o *ConfirmTransportTooManyRequests) IsSuccess() bool

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

func (*ConfirmTransportTooManyRequests) String

type ConfirmTransportUnauthorized

type ConfirmTransportUnauthorized 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 *fulfillment_inbound_v0_models.ConfirmTransportResponse
}

ConfirmTransportUnauthorized 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 NewConfirmTransportUnauthorized

func NewConfirmTransportUnauthorized() *ConfirmTransportUnauthorized

NewConfirmTransportUnauthorized creates a ConfirmTransportUnauthorized with default headers values

func (*ConfirmTransportUnauthorized) Error

func (*ConfirmTransportUnauthorized) GetPayload

func (*ConfirmTransportUnauthorized) IsClientError

func (o *ConfirmTransportUnauthorized) IsClientError() bool

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

func (*ConfirmTransportUnauthorized) IsCode

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

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

func (*ConfirmTransportUnauthorized) IsRedirect

func (o *ConfirmTransportUnauthorized) IsRedirect() bool

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

func (*ConfirmTransportUnauthorized) IsServerError

func (o *ConfirmTransportUnauthorized) IsServerError() bool

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

func (*ConfirmTransportUnauthorized) IsSuccess

func (o *ConfirmTransportUnauthorized) IsSuccess() bool

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

func (*ConfirmTransportUnauthorized) String

type CreateInboundShipmentBadRequest

type CreateInboundShipmentBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.InboundShipmentResponse
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewCreateInboundShipmentBadRequest

func NewCreateInboundShipmentBadRequest() *CreateInboundShipmentBadRequest

NewCreateInboundShipmentBadRequest creates a CreateInboundShipmentBadRequest with default headers values

func (*CreateInboundShipmentBadRequest) Error

func (*CreateInboundShipmentBadRequest) GetPayload

func (*CreateInboundShipmentBadRequest) IsClientError

func (o *CreateInboundShipmentBadRequest) IsClientError() bool

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

func (*CreateInboundShipmentBadRequest) IsCode

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

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

func (*CreateInboundShipmentBadRequest) IsRedirect

func (o *CreateInboundShipmentBadRequest) IsRedirect() bool

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

func (*CreateInboundShipmentBadRequest) IsServerError

func (o *CreateInboundShipmentBadRequest) IsServerError() bool

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

func (*CreateInboundShipmentBadRequest) IsSuccess

func (o *CreateInboundShipmentBadRequest) IsSuccess() bool

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

func (*CreateInboundShipmentBadRequest) String

type CreateInboundShipmentForbidden

type CreateInboundShipmentForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.InboundShipmentResponse
}

CreateInboundShipmentForbidden 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 NewCreateInboundShipmentForbidden

func NewCreateInboundShipmentForbidden() *CreateInboundShipmentForbidden

NewCreateInboundShipmentForbidden creates a CreateInboundShipmentForbidden with default headers values

func (*CreateInboundShipmentForbidden) Error

func (*CreateInboundShipmentForbidden) GetPayload

func (*CreateInboundShipmentForbidden) IsClientError

func (o *CreateInboundShipmentForbidden) IsClientError() bool

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

func (*CreateInboundShipmentForbidden) IsCode

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

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

func (*CreateInboundShipmentForbidden) IsRedirect

func (o *CreateInboundShipmentForbidden) IsRedirect() bool

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

func (*CreateInboundShipmentForbidden) IsServerError

func (o *CreateInboundShipmentForbidden) IsServerError() bool

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

func (*CreateInboundShipmentForbidden) IsSuccess

func (o *CreateInboundShipmentForbidden) IsSuccess() bool

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

func (*CreateInboundShipmentForbidden) String

type CreateInboundShipmentInternalServerError

type CreateInboundShipmentInternalServerError 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 *fulfillment_inbound_v0_models.InboundShipmentResponse
}

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

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

func NewCreateInboundShipmentInternalServerError

func NewCreateInboundShipmentInternalServerError() *CreateInboundShipmentInternalServerError

NewCreateInboundShipmentInternalServerError creates a CreateInboundShipmentInternalServerError with default headers values

func (*CreateInboundShipmentInternalServerError) Error

func (*CreateInboundShipmentInternalServerError) GetPayload

func (*CreateInboundShipmentInternalServerError) IsClientError

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

func (*CreateInboundShipmentInternalServerError) IsCode

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

func (*CreateInboundShipmentInternalServerError) IsRedirect

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

func (*CreateInboundShipmentInternalServerError) IsServerError

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

func (*CreateInboundShipmentInternalServerError) IsSuccess

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

func (*CreateInboundShipmentInternalServerError) String

type CreateInboundShipmentNotFound

type CreateInboundShipmentNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.InboundShipmentResponse
}

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

The specified resource does not exist.

func NewCreateInboundShipmentNotFound

func NewCreateInboundShipmentNotFound() *CreateInboundShipmentNotFound

NewCreateInboundShipmentNotFound creates a CreateInboundShipmentNotFound with default headers values

func (*CreateInboundShipmentNotFound) Error

func (*CreateInboundShipmentNotFound) GetPayload

func (*CreateInboundShipmentNotFound) IsClientError

func (o *CreateInboundShipmentNotFound) IsClientError() bool

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

func (*CreateInboundShipmentNotFound) IsCode

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

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

func (*CreateInboundShipmentNotFound) IsRedirect

func (o *CreateInboundShipmentNotFound) IsRedirect() bool

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

func (*CreateInboundShipmentNotFound) IsServerError

func (o *CreateInboundShipmentNotFound) IsServerError() bool

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

func (*CreateInboundShipmentNotFound) IsSuccess

func (o *CreateInboundShipmentNotFound) IsSuccess() bool

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

func (*CreateInboundShipmentNotFound) String

type CreateInboundShipmentOK

type CreateInboundShipmentOK struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.InboundShipmentResponse
}

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

Success.

func NewCreateInboundShipmentOK

func NewCreateInboundShipmentOK() *CreateInboundShipmentOK

NewCreateInboundShipmentOK creates a CreateInboundShipmentOK with default headers values

func (*CreateInboundShipmentOK) Error

func (o *CreateInboundShipmentOK) Error() string

func (*CreateInboundShipmentOK) GetPayload

func (*CreateInboundShipmentOK) IsClientError

func (o *CreateInboundShipmentOK) IsClientError() bool

IsClientError returns true when this create inbound shipment o k response has a 4xx status code

func (*CreateInboundShipmentOK) IsCode

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

IsCode returns true when this create inbound shipment o k response a status code equal to that given

func (*CreateInboundShipmentOK) IsRedirect

func (o *CreateInboundShipmentOK) IsRedirect() bool

IsRedirect returns true when this create inbound shipment o k response has a 3xx status code

func (*CreateInboundShipmentOK) IsServerError

func (o *CreateInboundShipmentOK) IsServerError() bool

IsServerError returns true when this create inbound shipment o k response has a 5xx status code

func (*CreateInboundShipmentOK) IsSuccess

func (o *CreateInboundShipmentOK) IsSuccess() bool

IsSuccess returns true when this create inbound shipment o k response has a 2xx status code

func (*CreateInboundShipmentOK) String

func (o *CreateInboundShipmentOK) String() string

type CreateInboundShipmentParams

type CreateInboundShipmentParams struct {

	// Body.
	Body *fulfillment_inbound_v0_models.InboundShipmentRequest

	/* ShipmentID.

	   A shipment identifier originally returned by the createInboundShipmentPlan operation.
	*/
	ShipmentID string

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

CreateInboundShipmentParams contains all the parameters to send to the API endpoint

for the create inbound shipment operation.

Typically these are written to a http.Request.

func NewCreateInboundShipmentParams

func NewCreateInboundShipmentParams() *CreateInboundShipmentParams

NewCreateInboundShipmentParams creates a new CreateInboundShipmentParams 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 NewCreateInboundShipmentParamsWithContext

func NewCreateInboundShipmentParamsWithContext(ctx context.Context) *CreateInboundShipmentParams

NewCreateInboundShipmentParamsWithContext creates a new CreateInboundShipmentParams object with the ability to set a context for a request.

func NewCreateInboundShipmentParamsWithHTTPClient

func NewCreateInboundShipmentParamsWithHTTPClient(client *http.Client) *CreateInboundShipmentParams

NewCreateInboundShipmentParamsWithHTTPClient creates a new CreateInboundShipmentParams object with the ability to set a custom HTTPClient for a request.

func NewCreateInboundShipmentParamsWithTimeout

func NewCreateInboundShipmentParamsWithTimeout(timeout time.Duration) *CreateInboundShipmentParams

NewCreateInboundShipmentParamsWithTimeout creates a new CreateInboundShipmentParams object with the ability to set a timeout on a request.

func (*CreateInboundShipmentParams) SetBody

SetBody adds the body to the create inbound shipment params

func (*CreateInboundShipmentParams) SetContext

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

SetContext adds the context to the create inbound shipment params

func (*CreateInboundShipmentParams) SetDefaults

func (o *CreateInboundShipmentParams) SetDefaults()

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

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

func (*CreateInboundShipmentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create inbound shipment params

func (*CreateInboundShipmentParams) SetShipmentID

func (o *CreateInboundShipmentParams) SetShipmentID(shipmentID string)

SetShipmentID adds the shipmentId to the create inbound shipment params

func (*CreateInboundShipmentParams) SetTimeout

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

SetTimeout adds the timeout to the create inbound shipment params

func (*CreateInboundShipmentParams) WithBody

WithBody adds the body to the create inbound shipment params

func (*CreateInboundShipmentParams) WithContext

WithContext adds the context to the create inbound shipment params

func (*CreateInboundShipmentParams) WithDefaults

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

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

func (*CreateInboundShipmentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create inbound shipment params

func (*CreateInboundShipmentParams) WithShipmentID

func (o *CreateInboundShipmentParams) WithShipmentID(shipmentID string) *CreateInboundShipmentParams

WithShipmentID adds the shipmentID to the create inbound shipment params

func (*CreateInboundShipmentParams) WithTimeout

WithTimeout adds the timeout to the create inbound shipment params

func (*CreateInboundShipmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateInboundShipmentPlanBadRequest

type CreateInboundShipmentPlanBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewCreateInboundShipmentPlanBadRequest

func NewCreateInboundShipmentPlanBadRequest() *CreateInboundShipmentPlanBadRequest

NewCreateInboundShipmentPlanBadRequest creates a CreateInboundShipmentPlanBadRequest with default headers values

func (*CreateInboundShipmentPlanBadRequest) Error

func (*CreateInboundShipmentPlanBadRequest) GetPayload

func (*CreateInboundShipmentPlanBadRequest) IsClientError

func (o *CreateInboundShipmentPlanBadRequest) IsClientError() bool

IsClientError returns true when this create inbound shipment plan bad request response has a 4xx status code

func (*CreateInboundShipmentPlanBadRequest) IsCode

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

func (*CreateInboundShipmentPlanBadRequest) IsRedirect

func (o *CreateInboundShipmentPlanBadRequest) IsRedirect() bool

IsRedirect returns true when this create inbound shipment plan bad request response has a 3xx status code

func (*CreateInboundShipmentPlanBadRequest) IsServerError

func (o *CreateInboundShipmentPlanBadRequest) IsServerError() bool

IsServerError returns true when this create inbound shipment plan bad request response has a 5xx status code

func (*CreateInboundShipmentPlanBadRequest) IsSuccess

IsSuccess returns true when this create inbound shipment plan bad request response has a 2xx status code

func (*CreateInboundShipmentPlanBadRequest) String

type CreateInboundShipmentPlanForbidden

type CreateInboundShipmentPlanForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse
}

CreateInboundShipmentPlanForbidden 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 NewCreateInboundShipmentPlanForbidden

func NewCreateInboundShipmentPlanForbidden() *CreateInboundShipmentPlanForbidden

NewCreateInboundShipmentPlanForbidden creates a CreateInboundShipmentPlanForbidden with default headers values

func (*CreateInboundShipmentPlanForbidden) Error

func (*CreateInboundShipmentPlanForbidden) GetPayload

func (*CreateInboundShipmentPlanForbidden) IsClientError

func (o *CreateInboundShipmentPlanForbidden) IsClientError() bool

IsClientError returns true when this create inbound shipment plan forbidden response has a 4xx status code

func (*CreateInboundShipmentPlanForbidden) IsCode

IsCode returns true when this create inbound shipment plan forbidden response a status code equal to that given

func (*CreateInboundShipmentPlanForbidden) IsRedirect

func (o *CreateInboundShipmentPlanForbidden) IsRedirect() bool

IsRedirect returns true when this create inbound shipment plan forbidden response has a 3xx status code

func (*CreateInboundShipmentPlanForbidden) IsServerError

func (o *CreateInboundShipmentPlanForbidden) IsServerError() bool

IsServerError returns true when this create inbound shipment plan forbidden response has a 5xx status code

func (*CreateInboundShipmentPlanForbidden) IsSuccess

IsSuccess returns true when this create inbound shipment plan forbidden response has a 2xx status code

func (*CreateInboundShipmentPlanForbidden) String

type CreateInboundShipmentPlanInternalServerError

type CreateInboundShipmentPlanInternalServerError 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 *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse
}

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

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

func NewCreateInboundShipmentPlanInternalServerError

func NewCreateInboundShipmentPlanInternalServerError() *CreateInboundShipmentPlanInternalServerError

NewCreateInboundShipmentPlanInternalServerError creates a CreateInboundShipmentPlanInternalServerError with default headers values

func (*CreateInboundShipmentPlanInternalServerError) Error

func (*CreateInboundShipmentPlanInternalServerError) GetPayload

func (*CreateInboundShipmentPlanInternalServerError) IsClientError

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

func (*CreateInboundShipmentPlanInternalServerError) IsCode

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

func (*CreateInboundShipmentPlanInternalServerError) IsRedirect

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

func (*CreateInboundShipmentPlanInternalServerError) IsServerError

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

func (*CreateInboundShipmentPlanInternalServerError) IsSuccess

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

func (*CreateInboundShipmentPlanInternalServerError) String

type CreateInboundShipmentPlanNotFound

type CreateInboundShipmentPlanNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse
}

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

The specified resource does not exist.

func NewCreateInboundShipmentPlanNotFound

func NewCreateInboundShipmentPlanNotFound() *CreateInboundShipmentPlanNotFound

NewCreateInboundShipmentPlanNotFound creates a CreateInboundShipmentPlanNotFound with default headers values

func (*CreateInboundShipmentPlanNotFound) Error

func (*CreateInboundShipmentPlanNotFound) GetPayload

func (*CreateInboundShipmentPlanNotFound) IsClientError

func (o *CreateInboundShipmentPlanNotFound) IsClientError() bool

IsClientError returns true when this create inbound shipment plan not found response has a 4xx status code

func (*CreateInboundShipmentPlanNotFound) IsCode

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

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

func (*CreateInboundShipmentPlanNotFound) IsRedirect

func (o *CreateInboundShipmentPlanNotFound) IsRedirect() bool

IsRedirect returns true when this create inbound shipment plan not found response has a 3xx status code

func (*CreateInboundShipmentPlanNotFound) IsServerError

func (o *CreateInboundShipmentPlanNotFound) IsServerError() bool

IsServerError returns true when this create inbound shipment plan not found response has a 5xx status code

func (*CreateInboundShipmentPlanNotFound) IsSuccess

func (o *CreateInboundShipmentPlanNotFound) IsSuccess() bool

IsSuccess returns true when this create inbound shipment plan not found response has a 2xx status code

func (*CreateInboundShipmentPlanNotFound) String

type CreateInboundShipmentPlanOK

type CreateInboundShipmentPlanOK struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse
}

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

Success.

func NewCreateInboundShipmentPlanOK

func NewCreateInboundShipmentPlanOK() *CreateInboundShipmentPlanOK

NewCreateInboundShipmentPlanOK creates a CreateInboundShipmentPlanOK with default headers values

func (*CreateInboundShipmentPlanOK) Error

func (*CreateInboundShipmentPlanOK) IsClientError

func (o *CreateInboundShipmentPlanOK) IsClientError() bool

IsClientError returns true when this create inbound shipment plan o k response has a 4xx status code

func (*CreateInboundShipmentPlanOK) IsCode

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

IsCode returns true when this create inbound shipment plan o k response a status code equal to that given

func (*CreateInboundShipmentPlanOK) IsRedirect

func (o *CreateInboundShipmentPlanOK) IsRedirect() bool

IsRedirect returns true when this create inbound shipment plan o k response has a 3xx status code

func (*CreateInboundShipmentPlanOK) IsServerError

func (o *CreateInboundShipmentPlanOK) IsServerError() bool

IsServerError returns true when this create inbound shipment plan o k response has a 5xx status code

func (*CreateInboundShipmentPlanOK) IsSuccess

func (o *CreateInboundShipmentPlanOK) IsSuccess() bool

IsSuccess returns true when this create inbound shipment plan o k response has a 2xx status code

func (*CreateInboundShipmentPlanOK) String

func (o *CreateInboundShipmentPlanOK) String() string

type CreateInboundShipmentPlanParams

type CreateInboundShipmentPlanParams struct {

	// Body.
	Body *fulfillment_inbound_v0_models.CreateInboundShipmentPlanRequest

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

CreateInboundShipmentPlanParams contains all the parameters to send to the API endpoint

for the create inbound shipment plan operation.

Typically these are written to a http.Request.

func NewCreateInboundShipmentPlanParams

func NewCreateInboundShipmentPlanParams() *CreateInboundShipmentPlanParams

NewCreateInboundShipmentPlanParams creates a new CreateInboundShipmentPlanParams 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 NewCreateInboundShipmentPlanParamsWithContext

func NewCreateInboundShipmentPlanParamsWithContext(ctx context.Context) *CreateInboundShipmentPlanParams

NewCreateInboundShipmentPlanParamsWithContext creates a new CreateInboundShipmentPlanParams object with the ability to set a context for a request.

func NewCreateInboundShipmentPlanParamsWithHTTPClient

func NewCreateInboundShipmentPlanParamsWithHTTPClient(client *http.Client) *CreateInboundShipmentPlanParams

NewCreateInboundShipmentPlanParamsWithHTTPClient creates a new CreateInboundShipmentPlanParams object with the ability to set a custom HTTPClient for a request.

func NewCreateInboundShipmentPlanParamsWithTimeout

func NewCreateInboundShipmentPlanParamsWithTimeout(timeout time.Duration) *CreateInboundShipmentPlanParams

NewCreateInboundShipmentPlanParamsWithTimeout creates a new CreateInboundShipmentPlanParams object with the ability to set a timeout on a request.

func (*CreateInboundShipmentPlanParams) SetBody

SetBody adds the body to the create inbound shipment plan params

func (*CreateInboundShipmentPlanParams) SetContext

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

SetContext adds the context to the create inbound shipment plan params

func (*CreateInboundShipmentPlanParams) SetDefaults

func (o *CreateInboundShipmentPlanParams) SetDefaults()

SetDefaults hydrates default values in the create inbound shipment plan params (not the query body).

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

func (*CreateInboundShipmentPlanParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create inbound shipment plan params

func (*CreateInboundShipmentPlanParams) SetTimeout

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

SetTimeout adds the timeout to the create inbound shipment plan params

func (*CreateInboundShipmentPlanParams) WithBody

WithBody adds the body to the create inbound shipment plan params

func (*CreateInboundShipmentPlanParams) WithContext

WithContext adds the context to the create inbound shipment plan params

func (*CreateInboundShipmentPlanParams) WithDefaults

WithDefaults hydrates default values in the create inbound shipment plan params (not the query body).

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

func (*CreateInboundShipmentPlanParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create inbound shipment plan params

func (*CreateInboundShipmentPlanParams) WithTimeout

WithTimeout adds the timeout to the create inbound shipment plan params

func (*CreateInboundShipmentPlanParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateInboundShipmentPlanReader

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

CreateInboundShipmentPlanReader is a Reader for the CreateInboundShipmentPlan structure.

func (*CreateInboundShipmentPlanReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateInboundShipmentPlanServiceUnavailable

type CreateInboundShipmentPlanServiceUnavailable 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 *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse
}

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

Temporary overloading or maintenance of the server.

func NewCreateInboundShipmentPlanServiceUnavailable

func NewCreateInboundShipmentPlanServiceUnavailable() *CreateInboundShipmentPlanServiceUnavailable

NewCreateInboundShipmentPlanServiceUnavailable creates a CreateInboundShipmentPlanServiceUnavailable with default headers values

func (*CreateInboundShipmentPlanServiceUnavailable) Error

func (*CreateInboundShipmentPlanServiceUnavailable) GetPayload

func (*CreateInboundShipmentPlanServiceUnavailable) IsClientError

IsClientError returns true when this create inbound shipment plan service unavailable response has a 4xx status code

func (*CreateInboundShipmentPlanServiceUnavailable) IsCode

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

func (*CreateInboundShipmentPlanServiceUnavailable) IsRedirect

IsRedirect returns true when this create inbound shipment plan service unavailable response has a 3xx status code

func (*CreateInboundShipmentPlanServiceUnavailable) IsServerError

IsServerError returns true when this create inbound shipment plan service unavailable response has a 5xx status code

func (*CreateInboundShipmentPlanServiceUnavailable) IsSuccess

IsSuccess returns true when this create inbound shipment plan service unavailable response has a 2xx status code

func (*CreateInboundShipmentPlanServiceUnavailable) String

type CreateInboundShipmentPlanTooManyRequests

type CreateInboundShipmentPlanTooManyRequests 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 *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse
}

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

The frequency of requests was greater than allowed.

func NewCreateInboundShipmentPlanTooManyRequests

func NewCreateInboundShipmentPlanTooManyRequests() *CreateInboundShipmentPlanTooManyRequests

NewCreateInboundShipmentPlanTooManyRequests creates a CreateInboundShipmentPlanTooManyRequests with default headers values

func (*CreateInboundShipmentPlanTooManyRequests) Error

func (*CreateInboundShipmentPlanTooManyRequests) GetPayload

func (*CreateInboundShipmentPlanTooManyRequests) IsClientError

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

func (*CreateInboundShipmentPlanTooManyRequests) IsCode

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

func (*CreateInboundShipmentPlanTooManyRequests) IsRedirect

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

func (*CreateInboundShipmentPlanTooManyRequests) IsServerError

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

func (*CreateInboundShipmentPlanTooManyRequests) IsSuccess

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

func (*CreateInboundShipmentPlanTooManyRequests) String

type CreateInboundShipmentPlanUnauthorized

type CreateInboundShipmentPlanUnauthorized 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 *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse
}

CreateInboundShipmentPlanUnauthorized 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 NewCreateInboundShipmentPlanUnauthorized

func NewCreateInboundShipmentPlanUnauthorized() *CreateInboundShipmentPlanUnauthorized

NewCreateInboundShipmentPlanUnauthorized creates a CreateInboundShipmentPlanUnauthorized with default headers values

func (*CreateInboundShipmentPlanUnauthorized) Error

func (*CreateInboundShipmentPlanUnauthorized) GetPayload

func (*CreateInboundShipmentPlanUnauthorized) IsClientError

func (o *CreateInboundShipmentPlanUnauthorized) IsClientError() bool

IsClientError returns true when this create inbound shipment plan unauthorized response has a 4xx status code

func (*CreateInboundShipmentPlanUnauthorized) IsCode

IsCode returns true when this create inbound shipment plan unauthorized response a status code equal to that given

func (*CreateInboundShipmentPlanUnauthorized) IsRedirect

IsRedirect returns true when this create inbound shipment plan unauthorized response has a 3xx status code

func (*CreateInboundShipmentPlanUnauthorized) IsServerError

func (o *CreateInboundShipmentPlanUnauthorized) IsServerError() bool

IsServerError returns true when this create inbound shipment plan unauthorized response has a 5xx status code

func (*CreateInboundShipmentPlanUnauthorized) IsSuccess

IsSuccess returns true when this create inbound shipment plan unauthorized response has a 2xx status code

func (*CreateInboundShipmentPlanUnauthorized) String

type CreateInboundShipmentReader

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

CreateInboundShipmentReader is a Reader for the CreateInboundShipment structure.

func (*CreateInboundShipmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateInboundShipmentServiceUnavailable

type CreateInboundShipmentServiceUnavailable 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 *fulfillment_inbound_v0_models.InboundShipmentResponse
}

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

Temporary overloading or maintenance of the server.

func NewCreateInboundShipmentServiceUnavailable

func NewCreateInboundShipmentServiceUnavailable() *CreateInboundShipmentServiceUnavailable

NewCreateInboundShipmentServiceUnavailable creates a CreateInboundShipmentServiceUnavailable with default headers values

func (*CreateInboundShipmentServiceUnavailable) Error

func (*CreateInboundShipmentServiceUnavailable) GetPayload

func (*CreateInboundShipmentServiceUnavailable) IsClientError

func (o *CreateInboundShipmentServiceUnavailable) IsClientError() bool

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

func (*CreateInboundShipmentServiceUnavailable) IsCode

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

func (*CreateInboundShipmentServiceUnavailable) IsRedirect

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

func (*CreateInboundShipmentServiceUnavailable) IsServerError

func (o *CreateInboundShipmentServiceUnavailable) IsServerError() bool

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

func (*CreateInboundShipmentServiceUnavailable) IsSuccess

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

func (*CreateInboundShipmentServiceUnavailable) String

type CreateInboundShipmentTooManyRequests

type CreateInboundShipmentTooManyRequests 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 *fulfillment_inbound_v0_models.InboundShipmentResponse
}

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

The frequency of requests was greater than allowed.

func NewCreateInboundShipmentTooManyRequests

func NewCreateInboundShipmentTooManyRequests() *CreateInboundShipmentTooManyRequests

NewCreateInboundShipmentTooManyRequests creates a CreateInboundShipmentTooManyRequests with default headers values

func (*CreateInboundShipmentTooManyRequests) Error

func (*CreateInboundShipmentTooManyRequests) GetPayload

func (*CreateInboundShipmentTooManyRequests) IsClientError

func (o *CreateInboundShipmentTooManyRequests) IsClientError() bool

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

func (*CreateInboundShipmentTooManyRequests) IsCode

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

func (*CreateInboundShipmentTooManyRequests) IsRedirect

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

func (*CreateInboundShipmentTooManyRequests) IsServerError

func (o *CreateInboundShipmentTooManyRequests) IsServerError() bool

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

func (*CreateInboundShipmentTooManyRequests) IsSuccess

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

func (*CreateInboundShipmentTooManyRequests) String

type CreateInboundShipmentUnauthorized

type CreateInboundShipmentUnauthorized 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 *fulfillment_inbound_v0_models.InboundShipmentResponse
}

CreateInboundShipmentUnauthorized 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 NewCreateInboundShipmentUnauthorized

func NewCreateInboundShipmentUnauthorized() *CreateInboundShipmentUnauthorized

NewCreateInboundShipmentUnauthorized creates a CreateInboundShipmentUnauthorized with default headers values

func (*CreateInboundShipmentUnauthorized) Error

func (*CreateInboundShipmentUnauthorized) GetPayload

func (*CreateInboundShipmentUnauthorized) IsClientError

func (o *CreateInboundShipmentUnauthorized) IsClientError() bool

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

func (*CreateInboundShipmentUnauthorized) IsCode

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

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

func (*CreateInboundShipmentUnauthorized) IsRedirect

func (o *CreateInboundShipmentUnauthorized) IsRedirect() bool

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

func (*CreateInboundShipmentUnauthorized) IsServerError

func (o *CreateInboundShipmentUnauthorized) IsServerError() bool

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

func (*CreateInboundShipmentUnauthorized) IsSuccess

func (o *CreateInboundShipmentUnauthorized) IsSuccess() bool

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

func (*CreateInboundShipmentUnauthorized) String

type EstimateTransportBadRequest

type EstimateTransportBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.EstimateTransportResponse
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewEstimateTransportBadRequest

func NewEstimateTransportBadRequest() *EstimateTransportBadRequest

NewEstimateTransportBadRequest creates a EstimateTransportBadRequest with default headers values

func (*EstimateTransportBadRequest) Error

func (*EstimateTransportBadRequest) GetPayload

func (*EstimateTransportBadRequest) IsClientError

func (o *EstimateTransportBadRequest) IsClientError() bool

IsClientError returns true when this estimate transport bad request response has a 4xx status code

func (*EstimateTransportBadRequest) IsCode

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

IsCode returns true when this estimate transport bad request response a status code equal to that given

func (*EstimateTransportBadRequest) IsRedirect

func (o *EstimateTransportBadRequest) IsRedirect() bool

IsRedirect returns true when this estimate transport bad request response has a 3xx status code

func (*EstimateTransportBadRequest) IsServerError

func (o *EstimateTransportBadRequest) IsServerError() bool

IsServerError returns true when this estimate transport bad request response has a 5xx status code

func (*EstimateTransportBadRequest) IsSuccess

func (o *EstimateTransportBadRequest) IsSuccess() bool

IsSuccess returns true when this estimate transport bad request response has a 2xx status code

func (*EstimateTransportBadRequest) String

func (o *EstimateTransportBadRequest) String() string

type EstimateTransportForbidden

type EstimateTransportForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.EstimateTransportResponse
}

EstimateTransportForbidden 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 NewEstimateTransportForbidden

func NewEstimateTransportForbidden() *EstimateTransportForbidden

NewEstimateTransportForbidden creates a EstimateTransportForbidden with default headers values

func (*EstimateTransportForbidden) Error

func (*EstimateTransportForbidden) GetPayload

func (*EstimateTransportForbidden) IsClientError

func (o *EstimateTransportForbidden) IsClientError() bool

IsClientError returns true when this estimate transport forbidden response has a 4xx status code

func (*EstimateTransportForbidden) IsCode

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

IsCode returns true when this estimate transport forbidden response a status code equal to that given

func (*EstimateTransportForbidden) IsRedirect

func (o *EstimateTransportForbidden) IsRedirect() bool

IsRedirect returns true when this estimate transport forbidden response has a 3xx status code

func (*EstimateTransportForbidden) IsServerError

func (o *EstimateTransportForbidden) IsServerError() bool

IsServerError returns true when this estimate transport forbidden response has a 5xx status code

func (*EstimateTransportForbidden) IsSuccess

func (o *EstimateTransportForbidden) IsSuccess() bool

IsSuccess returns true when this estimate transport forbidden response has a 2xx status code

func (*EstimateTransportForbidden) String

func (o *EstimateTransportForbidden) String() string

type EstimateTransportInternalServerError

type EstimateTransportInternalServerError 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 *fulfillment_inbound_v0_models.EstimateTransportResponse
}

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

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

func NewEstimateTransportInternalServerError

func NewEstimateTransportInternalServerError() *EstimateTransportInternalServerError

NewEstimateTransportInternalServerError creates a EstimateTransportInternalServerError with default headers values

func (*EstimateTransportInternalServerError) Error

func (*EstimateTransportInternalServerError) GetPayload

func (*EstimateTransportInternalServerError) IsClientError

func (o *EstimateTransportInternalServerError) IsClientError() bool

IsClientError returns true when this estimate transport internal server error response has a 4xx status code

func (*EstimateTransportInternalServerError) IsCode

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

func (*EstimateTransportInternalServerError) IsRedirect

IsRedirect returns true when this estimate transport internal server error response has a 3xx status code

func (*EstimateTransportInternalServerError) IsServerError

func (o *EstimateTransportInternalServerError) IsServerError() bool

IsServerError returns true when this estimate transport internal server error response has a 5xx status code

func (*EstimateTransportInternalServerError) IsSuccess

IsSuccess returns true when this estimate transport internal server error response has a 2xx status code

func (*EstimateTransportInternalServerError) String

type EstimateTransportNotFound

type EstimateTransportNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.EstimateTransportResponse
}

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

The specified resource does not exist.

func NewEstimateTransportNotFound

func NewEstimateTransportNotFound() *EstimateTransportNotFound

NewEstimateTransportNotFound creates a EstimateTransportNotFound with default headers values

func (*EstimateTransportNotFound) Error

func (o *EstimateTransportNotFound) Error() string

func (*EstimateTransportNotFound) GetPayload

func (*EstimateTransportNotFound) IsClientError

func (o *EstimateTransportNotFound) IsClientError() bool

IsClientError returns true when this estimate transport not found response has a 4xx status code

func (*EstimateTransportNotFound) IsCode

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

IsCode returns true when this estimate transport not found response a status code equal to that given

func (*EstimateTransportNotFound) IsRedirect

func (o *EstimateTransportNotFound) IsRedirect() bool

IsRedirect returns true when this estimate transport not found response has a 3xx status code

func (*EstimateTransportNotFound) IsServerError

func (o *EstimateTransportNotFound) IsServerError() bool

IsServerError returns true when this estimate transport not found response has a 5xx status code

func (*EstimateTransportNotFound) IsSuccess

func (o *EstimateTransportNotFound) IsSuccess() bool

IsSuccess returns true when this estimate transport not found response has a 2xx status code

func (*EstimateTransportNotFound) String

func (o *EstimateTransportNotFound) String() string

type EstimateTransportOK

type EstimateTransportOK struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.EstimateTransportResponse
}

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

Success.

func NewEstimateTransportOK

func NewEstimateTransportOK() *EstimateTransportOK

NewEstimateTransportOK creates a EstimateTransportOK with default headers values

func (*EstimateTransportOK) Error

func (o *EstimateTransportOK) Error() string

func (*EstimateTransportOK) GetPayload

func (*EstimateTransportOK) IsClientError

func (o *EstimateTransportOK) IsClientError() bool

IsClientError returns true when this estimate transport o k response has a 4xx status code

func (*EstimateTransportOK) IsCode

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

IsCode returns true when this estimate transport o k response a status code equal to that given

func (*EstimateTransportOK) IsRedirect

func (o *EstimateTransportOK) IsRedirect() bool

IsRedirect returns true when this estimate transport o k response has a 3xx status code

func (*EstimateTransportOK) IsServerError

func (o *EstimateTransportOK) IsServerError() bool

IsServerError returns true when this estimate transport o k response has a 5xx status code

func (*EstimateTransportOK) IsSuccess

func (o *EstimateTransportOK) IsSuccess() bool

IsSuccess returns true when this estimate transport o k response has a 2xx status code

func (*EstimateTransportOK) String

func (o *EstimateTransportOK) String() string

type EstimateTransportParams

type EstimateTransportParams struct {

	/* ShipmentID.

	   A shipment identifier originally returned by the createInboundShipmentPlan operation.
	*/
	ShipmentID string

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

EstimateTransportParams contains all the parameters to send to the API endpoint

for the estimate transport operation.

Typically these are written to a http.Request.

func NewEstimateTransportParams

func NewEstimateTransportParams() *EstimateTransportParams

NewEstimateTransportParams creates a new EstimateTransportParams 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 NewEstimateTransportParamsWithContext

func NewEstimateTransportParamsWithContext(ctx context.Context) *EstimateTransportParams

NewEstimateTransportParamsWithContext creates a new EstimateTransportParams object with the ability to set a context for a request.

func NewEstimateTransportParamsWithHTTPClient

func NewEstimateTransportParamsWithHTTPClient(client *http.Client) *EstimateTransportParams

NewEstimateTransportParamsWithHTTPClient creates a new EstimateTransportParams object with the ability to set a custom HTTPClient for a request.

func NewEstimateTransportParamsWithTimeout

func NewEstimateTransportParamsWithTimeout(timeout time.Duration) *EstimateTransportParams

NewEstimateTransportParamsWithTimeout creates a new EstimateTransportParams object with the ability to set a timeout on a request.

func (*EstimateTransportParams) SetContext

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

SetContext adds the context to the estimate transport params

func (*EstimateTransportParams) SetDefaults

func (o *EstimateTransportParams) SetDefaults()

SetDefaults hydrates default values in the estimate transport params (not the query body).

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

func (*EstimateTransportParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the estimate transport params

func (*EstimateTransportParams) SetShipmentID

func (o *EstimateTransportParams) SetShipmentID(shipmentID string)

SetShipmentID adds the shipmentId to the estimate transport params

func (*EstimateTransportParams) SetTimeout

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

SetTimeout adds the timeout to the estimate transport params

func (*EstimateTransportParams) WithContext

WithContext adds the context to the estimate transport params

func (*EstimateTransportParams) WithDefaults

WithDefaults hydrates default values in the estimate transport params (not the query body).

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

func (*EstimateTransportParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the estimate transport params

func (*EstimateTransportParams) WithShipmentID

func (o *EstimateTransportParams) WithShipmentID(shipmentID string) *EstimateTransportParams

WithShipmentID adds the shipmentID to the estimate transport params

func (*EstimateTransportParams) WithTimeout

WithTimeout adds the timeout to the estimate transport params

func (*EstimateTransportParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EstimateTransportReader

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

EstimateTransportReader is a Reader for the EstimateTransport structure.

func (*EstimateTransportReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EstimateTransportServiceUnavailable

type EstimateTransportServiceUnavailable 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 *fulfillment_inbound_v0_models.EstimateTransportResponse
}

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

Temporary overloading or maintenance of the server.

func NewEstimateTransportServiceUnavailable

func NewEstimateTransportServiceUnavailable() *EstimateTransportServiceUnavailable

NewEstimateTransportServiceUnavailable creates a EstimateTransportServiceUnavailable with default headers values

func (*EstimateTransportServiceUnavailable) Error

func (*EstimateTransportServiceUnavailable) GetPayload

func (*EstimateTransportServiceUnavailable) IsClientError

func (o *EstimateTransportServiceUnavailable) IsClientError() bool

IsClientError returns true when this estimate transport service unavailable response has a 4xx status code

func (*EstimateTransportServiceUnavailable) IsCode

IsCode returns true when this estimate transport service unavailable response a status code equal to that given

func (*EstimateTransportServiceUnavailable) IsRedirect

func (o *EstimateTransportServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this estimate transport service unavailable response has a 3xx status code

func (*EstimateTransportServiceUnavailable) IsServerError

func (o *EstimateTransportServiceUnavailable) IsServerError() bool

IsServerError returns true when this estimate transport service unavailable response has a 5xx status code

func (*EstimateTransportServiceUnavailable) IsSuccess

IsSuccess returns true when this estimate transport service unavailable response has a 2xx status code

func (*EstimateTransportServiceUnavailable) String

type EstimateTransportTooManyRequests

type EstimateTransportTooManyRequests 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 *fulfillment_inbound_v0_models.EstimateTransportResponse
}

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

The frequency of requests was greater than allowed.

func NewEstimateTransportTooManyRequests

func NewEstimateTransportTooManyRequests() *EstimateTransportTooManyRequests

NewEstimateTransportTooManyRequests creates a EstimateTransportTooManyRequests with default headers values

func (*EstimateTransportTooManyRequests) Error

func (*EstimateTransportTooManyRequests) GetPayload

func (*EstimateTransportTooManyRequests) IsClientError

func (o *EstimateTransportTooManyRequests) IsClientError() bool

IsClientError returns true when this estimate transport too many requests response has a 4xx status code

func (*EstimateTransportTooManyRequests) IsCode

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

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

func (*EstimateTransportTooManyRequests) IsRedirect

func (o *EstimateTransportTooManyRequests) IsRedirect() bool

IsRedirect returns true when this estimate transport too many requests response has a 3xx status code

func (*EstimateTransportTooManyRequests) IsServerError

func (o *EstimateTransportTooManyRequests) IsServerError() bool

IsServerError returns true when this estimate transport too many requests response has a 5xx status code

func (*EstimateTransportTooManyRequests) IsSuccess

func (o *EstimateTransportTooManyRequests) IsSuccess() bool

IsSuccess returns true when this estimate transport too many requests response has a 2xx status code

func (*EstimateTransportTooManyRequests) String

type EstimateTransportUnauthorized

type EstimateTransportUnauthorized 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 *fulfillment_inbound_v0_models.EstimateTransportResponse
}

EstimateTransportUnauthorized 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 NewEstimateTransportUnauthorized

func NewEstimateTransportUnauthorized() *EstimateTransportUnauthorized

NewEstimateTransportUnauthorized creates a EstimateTransportUnauthorized with default headers values

func (*EstimateTransportUnauthorized) Error

func (*EstimateTransportUnauthorized) GetPayload

func (*EstimateTransportUnauthorized) IsClientError

func (o *EstimateTransportUnauthorized) IsClientError() bool

IsClientError returns true when this estimate transport unauthorized response has a 4xx status code

func (*EstimateTransportUnauthorized) IsCode

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

IsCode returns true when this estimate transport unauthorized response a status code equal to that given

func (*EstimateTransportUnauthorized) IsRedirect

func (o *EstimateTransportUnauthorized) IsRedirect() bool

IsRedirect returns true when this estimate transport unauthorized response has a 3xx status code

func (*EstimateTransportUnauthorized) IsServerError

func (o *EstimateTransportUnauthorized) IsServerError() bool

IsServerError returns true when this estimate transport unauthorized response has a 5xx status code

func (*EstimateTransportUnauthorized) IsSuccess

func (o *EstimateTransportUnauthorized) IsSuccess() bool

IsSuccess returns true when this estimate transport unauthorized response has a 2xx status code

func (*EstimateTransportUnauthorized) String

type GetBillOfLadingBadRequest

type GetBillOfLadingBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetBillOfLadingResponse
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewGetBillOfLadingBadRequest

func NewGetBillOfLadingBadRequest() *GetBillOfLadingBadRequest

NewGetBillOfLadingBadRequest creates a GetBillOfLadingBadRequest with default headers values

func (*GetBillOfLadingBadRequest) Error

func (o *GetBillOfLadingBadRequest) Error() string

func (*GetBillOfLadingBadRequest) GetPayload

func (*GetBillOfLadingBadRequest) IsClientError

func (o *GetBillOfLadingBadRequest) IsClientError() bool

IsClientError returns true when this get bill of lading bad request response has a 4xx status code

func (*GetBillOfLadingBadRequest) IsCode

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

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

func (*GetBillOfLadingBadRequest) IsRedirect

func (o *GetBillOfLadingBadRequest) IsRedirect() bool

IsRedirect returns true when this get bill of lading bad request response has a 3xx status code

func (*GetBillOfLadingBadRequest) IsServerError

func (o *GetBillOfLadingBadRequest) IsServerError() bool

IsServerError returns true when this get bill of lading bad request response has a 5xx status code

func (*GetBillOfLadingBadRequest) IsSuccess

func (o *GetBillOfLadingBadRequest) IsSuccess() bool

IsSuccess returns true when this get bill of lading bad request response has a 2xx status code

func (*GetBillOfLadingBadRequest) String

func (o *GetBillOfLadingBadRequest) String() string

type GetBillOfLadingForbidden

type GetBillOfLadingForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetBillOfLadingResponse
}

GetBillOfLadingForbidden 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 NewGetBillOfLadingForbidden

func NewGetBillOfLadingForbidden() *GetBillOfLadingForbidden

NewGetBillOfLadingForbidden creates a GetBillOfLadingForbidden with default headers values

func (*GetBillOfLadingForbidden) Error

func (o *GetBillOfLadingForbidden) Error() string

func (*GetBillOfLadingForbidden) GetPayload

func (*GetBillOfLadingForbidden) IsClientError

func (o *GetBillOfLadingForbidden) IsClientError() bool

IsClientError returns true when this get bill of lading forbidden response has a 4xx status code

func (*GetBillOfLadingForbidden) IsCode

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

IsCode returns true when this get bill of lading forbidden response a status code equal to that given

func (*GetBillOfLadingForbidden) IsRedirect

func (o *GetBillOfLadingForbidden) IsRedirect() bool

IsRedirect returns true when this get bill of lading forbidden response has a 3xx status code

func (*GetBillOfLadingForbidden) IsServerError

func (o *GetBillOfLadingForbidden) IsServerError() bool

IsServerError returns true when this get bill of lading forbidden response has a 5xx status code

func (*GetBillOfLadingForbidden) IsSuccess

func (o *GetBillOfLadingForbidden) IsSuccess() bool

IsSuccess returns true when this get bill of lading forbidden response has a 2xx status code

func (*GetBillOfLadingForbidden) String

func (o *GetBillOfLadingForbidden) String() string

type GetBillOfLadingInternalServerError

type GetBillOfLadingInternalServerError 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 *fulfillment_inbound_v0_models.GetBillOfLadingResponse
}

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

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

func NewGetBillOfLadingInternalServerError

func NewGetBillOfLadingInternalServerError() *GetBillOfLadingInternalServerError

NewGetBillOfLadingInternalServerError creates a GetBillOfLadingInternalServerError with default headers values

func (*GetBillOfLadingInternalServerError) Error

func (*GetBillOfLadingInternalServerError) GetPayload

func (*GetBillOfLadingInternalServerError) IsClientError

func (o *GetBillOfLadingInternalServerError) IsClientError() bool

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

func (*GetBillOfLadingInternalServerError) IsCode

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

func (*GetBillOfLadingInternalServerError) IsRedirect

func (o *GetBillOfLadingInternalServerError) IsRedirect() bool

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

func (*GetBillOfLadingInternalServerError) IsServerError

func (o *GetBillOfLadingInternalServerError) IsServerError() bool

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

func (*GetBillOfLadingInternalServerError) IsSuccess

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

func (*GetBillOfLadingInternalServerError) String

type GetBillOfLadingNotFound

type GetBillOfLadingNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetBillOfLadingResponse
}

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

The specified resource does not exist.

func NewGetBillOfLadingNotFound

func NewGetBillOfLadingNotFound() *GetBillOfLadingNotFound

NewGetBillOfLadingNotFound creates a GetBillOfLadingNotFound with default headers values

func (*GetBillOfLadingNotFound) Error

func (o *GetBillOfLadingNotFound) Error() string

func (*GetBillOfLadingNotFound) GetPayload

func (*GetBillOfLadingNotFound) IsClientError

func (o *GetBillOfLadingNotFound) IsClientError() bool

IsClientError returns true when this get bill of lading not found response has a 4xx status code

func (*GetBillOfLadingNotFound) IsCode

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

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

func (*GetBillOfLadingNotFound) IsRedirect

func (o *GetBillOfLadingNotFound) IsRedirect() bool

IsRedirect returns true when this get bill of lading not found response has a 3xx status code

func (*GetBillOfLadingNotFound) IsServerError

func (o *GetBillOfLadingNotFound) IsServerError() bool

IsServerError returns true when this get bill of lading not found response has a 5xx status code

func (*GetBillOfLadingNotFound) IsSuccess

func (o *GetBillOfLadingNotFound) IsSuccess() bool

IsSuccess returns true when this get bill of lading not found response has a 2xx status code

func (*GetBillOfLadingNotFound) String

func (o *GetBillOfLadingNotFound) String() string

type GetBillOfLadingOK

type GetBillOfLadingOK struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetBillOfLadingResponse
}

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

Success.

func NewGetBillOfLadingOK

func NewGetBillOfLadingOK() *GetBillOfLadingOK

NewGetBillOfLadingOK creates a GetBillOfLadingOK with default headers values

func (*GetBillOfLadingOK) Error

func (o *GetBillOfLadingOK) Error() string

func (*GetBillOfLadingOK) GetPayload

func (*GetBillOfLadingOK) IsClientError

func (o *GetBillOfLadingOK) IsClientError() bool

IsClientError returns true when this get bill of lading o k response has a 4xx status code

func (*GetBillOfLadingOK) IsCode

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

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

func (*GetBillOfLadingOK) IsRedirect

func (o *GetBillOfLadingOK) IsRedirect() bool

IsRedirect returns true when this get bill of lading o k response has a 3xx status code

func (*GetBillOfLadingOK) IsServerError

func (o *GetBillOfLadingOK) IsServerError() bool

IsServerError returns true when this get bill of lading o k response has a 5xx status code

func (*GetBillOfLadingOK) IsSuccess

func (o *GetBillOfLadingOK) IsSuccess() bool

IsSuccess returns true when this get bill of lading o k response has a 2xx status code

func (*GetBillOfLadingOK) String

func (o *GetBillOfLadingOK) String() string

type GetBillOfLadingParams

type GetBillOfLadingParams struct {

	/* ShipmentID.

	   A shipment identifier originally returned by the createInboundShipmentPlan operation.
	*/
	ShipmentID string

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

GetBillOfLadingParams contains all the parameters to send to the API endpoint

for the get bill of lading operation.

Typically these are written to a http.Request.

func NewGetBillOfLadingParams

func NewGetBillOfLadingParams() *GetBillOfLadingParams

NewGetBillOfLadingParams creates a new GetBillOfLadingParams 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 NewGetBillOfLadingParamsWithContext

func NewGetBillOfLadingParamsWithContext(ctx context.Context) *GetBillOfLadingParams

NewGetBillOfLadingParamsWithContext creates a new GetBillOfLadingParams object with the ability to set a context for a request.

func NewGetBillOfLadingParamsWithHTTPClient

func NewGetBillOfLadingParamsWithHTTPClient(client *http.Client) *GetBillOfLadingParams

NewGetBillOfLadingParamsWithHTTPClient creates a new GetBillOfLadingParams object with the ability to set a custom HTTPClient for a request.

func NewGetBillOfLadingParamsWithTimeout

func NewGetBillOfLadingParamsWithTimeout(timeout time.Duration) *GetBillOfLadingParams

NewGetBillOfLadingParamsWithTimeout creates a new GetBillOfLadingParams object with the ability to set a timeout on a request.

func (*GetBillOfLadingParams) SetContext

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

SetContext adds the context to the get bill of lading params

func (*GetBillOfLadingParams) SetDefaults

func (o *GetBillOfLadingParams) SetDefaults()

SetDefaults hydrates default values in the get bill of lading params (not the query body).

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

func (*GetBillOfLadingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get bill of lading params

func (*GetBillOfLadingParams) SetShipmentID

func (o *GetBillOfLadingParams) SetShipmentID(shipmentID string)

SetShipmentID adds the shipmentId to the get bill of lading params

func (*GetBillOfLadingParams) SetTimeout

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

SetTimeout adds the timeout to the get bill of lading params

func (*GetBillOfLadingParams) WithContext

WithContext adds the context to the get bill of lading params

func (*GetBillOfLadingParams) WithDefaults

func (o *GetBillOfLadingParams) WithDefaults() *GetBillOfLadingParams

WithDefaults hydrates default values in the get bill of lading params (not the query body).

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

func (*GetBillOfLadingParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get bill of lading params

func (*GetBillOfLadingParams) WithShipmentID

func (o *GetBillOfLadingParams) WithShipmentID(shipmentID string) *GetBillOfLadingParams

WithShipmentID adds the shipmentID to the get bill of lading params

func (*GetBillOfLadingParams) WithTimeout

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

WithTimeout adds the timeout to the get bill of lading params

func (*GetBillOfLadingParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetBillOfLadingReader

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

GetBillOfLadingReader is a Reader for the GetBillOfLading structure.

func (*GetBillOfLadingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetBillOfLadingServiceUnavailable

type GetBillOfLadingServiceUnavailable 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 *fulfillment_inbound_v0_models.GetBillOfLadingResponse
}

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

Temporary overloading or maintenance of the server.

func NewGetBillOfLadingServiceUnavailable

func NewGetBillOfLadingServiceUnavailable() *GetBillOfLadingServiceUnavailable

NewGetBillOfLadingServiceUnavailable creates a GetBillOfLadingServiceUnavailable with default headers values

func (*GetBillOfLadingServiceUnavailable) Error

func (*GetBillOfLadingServiceUnavailable) GetPayload

func (*GetBillOfLadingServiceUnavailable) IsClientError

func (o *GetBillOfLadingServiceUnavailable) IsClientError() bool

IsClientError returns true when this get bill of lading service unavailable response has a 4xx status code

func (*GetBillOfLadingServiceUnavailable) IsCode

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

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

func (*GetBillOfLadingServiceUnavailable) IsRedirect

func (o *GetBillOfLadingServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get bill of lading service unavailable response has a 3xx status code

func (*GetBillOfLadingServiceUnavailable) IsServerError

func (o *GetBillOfLadingServiceUnavailable) IsServerError() bool

IsServerError returns true when this get bill of lading service unavailable response has a 5xx status code

func (*GetBillOfLadingServiceUnavailable) IsSuccess

func (o *GetBillOfLadingServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get bill of lading service unavailable response has a 2xx status code

func (*GetBillOfLadingServiceUnavailable) String

type GetBillOfLadingTooManyRequests

type GetBillOfLadingTooManyRequests 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 *fulfillment_inbound_v0_models.GetBillOfLadingResponse
}

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

The frequency of requests was greater than allowed.

func NewGetBillOfLadingTooManyRequests

func NewGetBillOfLadingTooManyRequests() *GetBillOfLadingTooManyRequests

NewGetBillOfLadingTooManyRequests creates a GetBillOfLadingTooManyRequests with default headers values

func (*GetBillOfLadingTooManyRequests) Error

func (*GetBillOfLadingTooManyRequests) GetPayload

func (*GetBillOfLadingTooManyRequests) IsClientError

func (o *GetBillOfLadingTooManyRequests) IsClientError() bool

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

func (*GetBillOfLadingTooManyRequests) IsCode

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

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

func (*GetBillOfLadingTooManyRequests) IsRedirect

func (o *GetBillOfLadingTooManyRequests) IsRedirect() bool

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

func (*GetBillOfLadingTooManyRequests) IsServerError

func (o *GetBillOfLadingTooManyRequests) IsServerError() bool

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

func (*GetBillOfLadingTooManyRequests) IsSuccess

func (o *GetBillOfLadingTooManyRequests) IsSuccess() bool

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

func (*GetBillOfLadingTooManyRequests) String

type GetBillOfLadingUnauthorized

type GetBillOfLadingUnauthorized 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 *fulfillment_inbound_v0_models.GetBillOfLadingResponse
}

GetBillOfLadingUnauthorized 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 NewGetBillOfLadingUnauthorized

func NewGetBillOfLadingUnauthorized() *GetBillOfLadingUnauthorized

NewGetBillOfLadingUnauthorized creates a GetBillOfLadingUnauthorized with default headers values

func (*GetBillOfLadingUnauthorized) Error

func (*GetBillOfLadingUnauthorized) GetPayload

func (*GetBillOfLadingUnauthorized) IsClientError

func (o *GetBillOfLadingUnauthorized) IsClientError() bool

IsClientError returns true when this get bill of lading unauthorized response has a 4xx status code

func (*GetBillOfLadingUnauthorized) IsCode

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

IsCode returns true when this get bill of lading unauthorized response a status code equal to that given

func (*GetBillOfLadingUnauthorized) IsRedirect

func (o *GetBillOfLadingUnauthorized) IsRedirect() bool

IsRedirect returns true when this get bill of lading unauthorized response has a 3xx status code

func (*GetBillOfLadingUnauthorized) IsServerError

func (o *GetBillOfLadingUnauthorized) IsServerError() bool

IsServerError returns true when this get bill of lading unauthorized response has a 5xx status code

func (*GetBillOfLadingUnauthorized) IsSuccess

func (o *GetBillOfLadingUnauthorized) IsSuccess() bool

IsSuccess returns true when this get bill of lading unauthorized response has a 2xx status code

func (*GetBillOfLadingUnauthorized) String

func (o *GetBillOfLadingUnauthorized) String() string

type GetInboundGuidanceBadRequest

type GetInboundGuidanceBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetInboundGuidanceResponse
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewGetInboundGuidanceBadRequest

func NewGetInboundGuidanceBadRequest() *GetInboundGuidanceBadRequest

NewGetInboundGuidanceBadRequest creates a GetInboundGuidanceBadRequest with default headers values

func (*GetInboundGuidanceBadRequest) Error

func (*GetInboundGuidanceBadRequest) GetPayload

func (*GetInboundGuidanceBadRequest) IsClientError

func (o *GetInboundGuidanceBadRequest) IsClientError() bool

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

func (*GetInboundGuidanceBadRequest) IsCode

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

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

func (*GetInboundGuidanceBadRequest) IsRedirect

func (o *GetInboundGuidanceBadRequest) IsRedirect() bool

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

func (*GetInboundGuidanceBadRequest) IsServerError

func (o *GetInboundGuidanceBadRequest) IsServerError() bool

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

func (*GetInboundGuidanceBadRequest) IsSuccess

func (o *GetInboundGuidanceBadRequest) IsSuccess() bool

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

func (*GetInboundGuidanceBadRequest) String

type GetInboundGuidanceForbidden

type GetInboundGuidanceForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetInboundGuidanceResponse
}

GetInboundGuidanceForbidden 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 NewGetInboundGuidanceForbidden

func NewGetInboundGuidanceForbidden() *GetInboundGuidanceForbidden

NewGetInboundGuidanceForbidden creates a GetInboundGuidanceForbidden with default headers values

func (*GetInboundGuidanceForbidden) Error

func (*GetInboundGuidanceForbidden) GetPayload

func (*GetInboundGuidanceForbidden) IsClientError

func (o *GetInboundGuidanceForbidden) IsClientError() bool

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

func (*GetInboundGuidanceForbidden) IsCode

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

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

func (*GetInboundGuidanceForbidden) IsRedirect

func (o *GetInboundGuidanceForbidden) IsRedirect() bool

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

func (*GetInboundGuidanceForbidden) IsServerError

func (o *GetInboundGuidanceForbidden) IsServerError() bool

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

func (*GetInboundGuidanceForbidden) IsSuccess

func (o *GetInboundGuidanceForbidden) IsSuccess() bool

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

func (*GetInboundGuidanceForbidden) String

func (o *GetInboundGuidanceForbidden) String() string

type GetInboundGuidanceInternalServerError

type GetInboundGuidanceInternalServerError 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 *fulfillment_inbound_v0_models.GetInboundGuidanceResponse
}

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

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

func NewGetInboundGuidanceInternalServerError

func NewGetInboundGuidanceInternalServerError() *GetInboundGuidanceInternalServerError

NewGetInboundGuidanceInternalServerError creates a GetInboundGuidanceInternalServerError with default headers values

func (*GetInboundGuidanceInternalServerError) Error

func (*GetInboundGuidanceInternalServerError) GetPayload

func (*GetInboundGuidanceInternalServerError) IsClientError

func (o *GetInboundGuidanceInternalServerError) IsClientError() bool

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

func (*GetInboundGuidanceInternalServerError) IsCode

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

func (*GetInboundGuidanceInternalServerError) IsRedirect

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

func (*GetInboundGuidanceInternalServerError) IsServerError

func (o *GetInboundGuidanceInternalServerError) IsServerError() bool

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

func (*GetInboundGuidanceInternalServerError) IsSuccess

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

func (*GetInboundGuidanceInternalServerError) String

type GetInboundGuidanceNotFound

type GetInboundGuidanceNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetInboundGuidanceResponse
}

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

The specified resource does not exist.

func NewGetInboundGuidanceNotFound

func NewGetInboundGuidanceNotFound() *GetInboundGuidanceNotFound

NewGetInboundGuidanceNotFound creates a GetInboundGuidanceNotFound with default headers values

func (*GetInboundGuidanceNotFound) Error

func (*GetInboundGuidanceNotFound) GetPayload

func (*GetInboundGuidanceNotFound) IsClientError

func (o *GetInboundGuidanceNotFound) IsClientError() bool

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

func (*GetInboundGuidanceNotFound) IsCode

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

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

func (*GetInboundGuidanceNotFound) IsRedirect

func (o *GetInboundGuidanceNotFound) IsRedirect() bool

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

func (*GetInboundGuidanceNotFound) IsServerError

func (o *GetInboundGuidanceNotFound) IsServerError() bool

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

func (*GetInboundGuidanceNotFound) IsSuccess

func (o *GetInboundGuidanceNotFound) IsSuccess() bool

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

func (*GetInboundGuidanceNotFound) String

func (o *GetInboundGuidanceNotFound) String() string

type GetInboundGuidanceOK

type GetInboundGuidanceOK struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetInboundGuidanceResponse
}

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

Success.

func NewGetInboundGuidanceOK

func NewGetInboundGuidanceOK() *GetInboundGuidanceOK

NewGetInboundGuidanceOK creates a GetInboundGuidanceOK with default headers values

func (*GetInboundGuidanceOK) Error

func (o *GetInboundGuidanceOK) Error() string

func (*GetInboundGuidanceOK) GetPayload

func (*GetInboundGuidanceOK) IsClientError

func (o *GetInboundGuidanceOK) IsClientError() bool

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

func (*GetInboundGuidanceOK) IsCode

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

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

func (*GetInboundGuidanceOK) IsRedirect

func (o *GetInboundGuidanceOK) IsRedirect() bool

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

func (*GetInboundGuidanceOK) IsServerError

func (o *GetInboundGuidanceOK) IsServerError() bool

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

func (*GetInboundGuidanceOK) IsSuccess

func (o *GetInboundGuidanceOK) IsSuccess() bool

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

func (*GetInboundGuidanceOK) String

func (o *GetInboundGuidanceOK) String() string

type GetInboundGuidanceParams

type GetInboundGuidanceParams struct {

	/* ASINList.

	   A list of ASIN values. Used to identify items for which you want inbound guidance for shipment to Amazon's fulfillment network. Note: If you specify a ASIN that identifies a variation parent ASIN, this operation returns an error. A variation parent ASIN represents a generic product that cannot be sold. Variation child ASINs represent products that have specific characteristics (such as size and color) and can be sold.
	*/
	ASINList []string

	/* MarketplaceID.

	   A marketplace identifier. Specifies the marketplace where the product would be stored.
	*/
	MarketplaceID string

	/* SellerSKUList.

	   A list of SellerSKU values. Used to identify items for which you want inbound guidance for shipment to Amazon's fulfillment network. Note: SellerSKU is qualified by the SellerId, which is included with every Selling Partner API operation that you submit. If you specify a SellerSKU that identifies a variation parent ASIN, this operation returns an error. A variation parent ASIN represents a generic product that cannot be sold. Variation child ASINs represent products that have specific characteristics (such as size and color) and can be sold.
	*/
	SellerSKUList []string

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

GetInboundGuidanceParams contains all the parameters to send to the API endpoint

for the get inbound guidance operation.

Typically these are written to a http.Request.

func NewGetInboundGuidanceParams

func NewGetInboundGuidanceParams() *GetInboundGuidanceParams

NewGetInboundGuidanceParams creates a new GetInboundGuidanceParams 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 NewGetInboundGuidanceParamsWithContext

func NewGetInboundGuidanceParamsWithContext(ctx context.Context) *GetInboundGuidanceParams

NewGetInboundGuidanceParamsWithContext creates a new GetInboundGuidanceParams object with the ability to set a context for a request.

func NewGetInboundGuidanceParamsWithHTTPClient

func NewGetInboundGuidanceParamsWithHTTPClient(client *http.Client) *GetInboundGuidanceParams

NewGetInboundGuidanceParamsWithHTTPClient creates a new GetInboundGuidanceParams object with the ability to set a custom HTTPClient for a request.

func NewGetInboundGuidanceParamsWithTimeout

func NewGetInboundGuidanceParamsWithTimeout(timeout time.Duration) *GetInboundGuidanceParams

NewGetInboundGuidanceParamsWithTimeout creates a new GetInboundGuidanceParams object with the ability to set a timeout on a request.

func (*GetInboundGuidanceParams) SetASINList

func (o *GetInboundGuidanceParams) SetASINList(aSINList []string)

SetASINList adds the aSINList to the get inbound guidance params

func (*GetInboundGuidanceParams) SetContext

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

SetContext adds the context to the get inbound guidance params

func (*GetInboundGuidanceParams) SetDefaults

func (o *GetInboundGuidanceParams) SetDefaults()

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

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

func (*GetInboundGuidanceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get inbound guidance params

func (*GetInboundGuidanceParams) SetMarketplaceID

func (o *GetInboundGuidanceParams) SetMarketplaceID(marketplaceID string)

SetMarketplaceID adds the marketplaceId to the get inbound guidance params

func (*GetInboundGuidanceParams) SetSellerSKUList

func (o *GetInboundGuidanceParams) SetSellerSKUList(sellerSKUList []string)

SetSellerSKUList adds the sellerSKUList to the get inbound guidance params

func (*GetInboundGuidanceParams) SetTimeout

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

SetTimeout adds the timeout to the get inbound guidance params

func (*GetInboundGuidanceParams) WithASINList

func (o *GetInboundGuidanceParams) WithASINList(aSINList []string) *GetInboundGuidanceParams

WithASINList adds the aSINList to the get inbound guidance params

func (*GetInboundGuidanceParams) WithContext

WithContext adds the context to the get inbound guidance params

func (*GetInboundGuidanceParams) WithDefaults

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

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

func (*GetInboundGuidanceParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get inbound guidance params

func (*GetInboundGuidanceParams) WithMarketplaceID

func (o *GetInboundGuidanceParams) WithMarketplaceID(marketplaceID string) *GetInboundGuidanceParams

WithMarketplaceID adds the marketplaceID to the get inbound guidance params

func (*GetInboundGuidanceParams) WithSellerSKUList

func (o *GetInboundGuidanceParams) WithSellerSKUList(sellerSKUList []string) *GetInboundGuidanceParams

WithSellerSKUList adds the sellerSKUList to the get inbound guidance params

func (*GetInboundGuidanceParams) WithTimeout

WithTimeout adds the timeout to the get inbound guidance params

func (*GetInboundGuidanceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetInboundGuidanceReader

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

GetInboundGuidanceReader is a Reader for the GetInboundGuidance structure.

func (*GetInboundGuidanceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetInboundGuidanceServiceUnavailable

type GetInboundGuidanceServiceUnavailable 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 *fulfillment_inbound_v0_models.GetInboundGuidanceResponse
}

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

Temporary overloading or maintenance of the server.

func NewGetInboundGuidanceServiceUnavailable

func NewGetInboundGuidanceServiceUnavailable() *GetInboundGuidanceServiceUnavailable

NewGetInboundGuidanceServiceUnavailable creates a GetInboundGuidanceServiceUnavailable with default headers values

func (*GetInboundGuidanceServiceUnavailable) Error

func (*GetInboundGuidanceServiceUnavailable) GetPayload

func (*GetInboundGuidanceServiceUnavailable) IsClientError

func (o *GetInboundGuidanceServiceUnavailable) IsClientError() bool

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

func (*GetInboundGuidanceServiceUnavailable) IsCode

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

func (*GetInboundGuidanceServiceUnavailable) IsRedirect

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

func (*GetInboundGuidanceServiceUnavailable) IsServerError

func (o *GetInboundGuidanceServiceUnavailable) IsServerError() bool

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

func (*GetInboundGuidanceServiceUnavailable) IsSuccess

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

func (*GetInboundGuidanceServiceUnavailable) String

type GetInboundGuidanceTooManyRequests

type GetInboundGuidanceTooManyRequests 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 *fulfillment_inbound_v0_models.GetInboundGuidanceResponse
}

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

The frequency of requests was greater than allowed.

func NewGetInboundGuidanceTooManyRequests

func NewGetInboundGuidanceTooManyRequests() *GetInboundGuidanceTooManyRequests

NewGetInboundGuidanceTooManyRequests creates a GetInboundGuidanceTooManyRequests with default headers values

func (*GetInboundGuidanceTooManyRequests) Error

func (*GetInboundGuidanceTooManyRequests) GetPayload

func (*GetInboundGuidanceTooManyRequests) IsClientError

func (o *GetInboundGuidanceTooManyRequests) IsClientError() bool

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

func (*GetInboundGuidanceTooManyRequests) IsCode

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

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

func (*GetInboundGuidanceTooManyRequests) IsRedirect

func (o *GetInboundGuidanceTooManyRequests) IsRedirect() bool

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

func (*GetInboundGuidanceTooManyRequests) IsServerError

func (o *GetInboundGuidanceTooManyRequests) IsServerError() bool

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

func (*GetInboundGuidanceTooManyRequests) IsSuccess

func (o *GetInboundGuidanceTooManyRequests) IsSuccess() bool

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

func (*GetInboundGuidanceTooManyRequests) String

type GetInboundGuidanceUnauthorized

type GetInboundGuidanceUnauthorized 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 *fulfillment_inbound_v0_models.GetInboundGuidanceResponse
}

GetInboundGuidanceUnauthorized 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 NewGetInboundGuidanceUnauthorized

func NewGetInboundGuidanceUnauthorized() *GetInboundGuidanceUnauthorized

NewGetInboundGuidanceUnauthorized creates a GetInboundGuidanceUnauthorized with default headers values

func (*GetInboundGuidanceUnauthorized) Error

func (*GetInboundGuidanceUnauthorized) GetPayload

func (*GetInboundGuidanceUnauthorized) IsClientError

func (o *GetInboundGuidanceUnauthorized) IsClientError() bool

IsClientError returns true when this get inbound guidance unauthorized response has a 4xx status code

func (*GetInboundGuidanceUnauthorized) IsCode

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

IsCode returns true when this get inbound guidance unauthorized response a status code equal to that given

func (*GetInboundGuidanceUnauthorized) IsRedirect

func (o *GetInboundGuidanceUnauthorized) IsRedirect() bool

IsRedirect returns true when this get inbound guidance unauthorized response has a 3xx status code

func (*GetInboundGuidanceUnauthorized) IsServerError

func (o *GetInboundGuidanceUnauthorized) IsServerError() bool

IsServerError returns true when this get inbound guidance unauthorized response has a 5xx status code

func (*GetInboundGuidanceUnauthorized) IsSuccess

func (o *GetInboundGuidanceUnauthorized) IsSuccess() bool

IsSuccess returns true when this get inbound guidance unauthorized response has a 2xx status code

func (*GetInboundGuidanceUnauthorized) String

type GetLabelsBadRequest

type GetLabelsBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetLabelsResponse
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewGetLabelsBadRequest

func NewGetLabelsBadRequest() *GetLabelsBadRequest

NewGetLabelsBadRequest creates a GetLabelsBadRequest with default headers values

func (*GetLabelsBadRequest) Error

func (o *GetLabelsBadRequest) Error() string

func (*GetLabelsBadRequest) GetPayload

func (*GetLabelsBadRequest) IsClientError

func (o *GetLabelsBadRequest) IsClientError() bool

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

func (*GetLabelsBadRequest) IsCode

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

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

func (*GetLabelsBadRequest) IsRedirect

func (o *GetLabelsBadRequest) IsRedirect() bool

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

func (*GetLabelsBadRequest) IsServerError

func (o *GetLabelsBadRequest) IsServerError() bool

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

func (*GetLabelsBadRequest) IsSuccess

func (o *GetLabelsBadRequest) IsSuccess() bool

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

func (*GetLabelsBadRequest) String

func (o *GetLabelsBadRequest) String() string

type GetLabelsForbidden

type GetLabelsForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetLabelsResponse
}

GetLabelsForbidden 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 NewGetLabelsForbidden

func NewGetLabelsForbidden() *GetLabelsForbidden

NewGetLabelsForbidden creates a GetLabelsForbidden with default headers values

func (*GetLabelsForbidden) Error

func (o *GetLabelsForbidden) Error() string

func (*GetLabelsForbidden) GetPayload

func (*GetLabelsForbidden) IsClientError

func (o *GetLabelsForbidden) IsClientError() bool

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

func (*GetLabelsForbidden) IsCode

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

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

func (*GetLabelsForbidden) IsRedirect

func (o *GetLabelsForbidden) IsRedirect() bool

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

func (*GetLabelsForbidden) IsServerError

func (o *GetLabelsForbidden) IsServerError() bool

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

func (*GetLabelsForbidden) IsSuccess

func (o *GetLabelsForbidden) IsSuccess() bool

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

func (*GetLabelsForbidden) String

func (o *GetLabelsForbidden) String() string

type GetLabelsInternalServerError

type GetLabelsInternalServerError 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 *fulfillment_inbound_v0_models.GetLabelsResponse
}

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

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

func NewGetLabelsInternalServerError

func NewGetLabelsInternalServerError() *GetLabelsInternalServerError

NewGetLabelsInternalServerError creates a GetLabelsInternalServerError with default headers values

func (*GetLabelsInternalServerError) Error

func (*GetLabelsInternalServerError) GetPayload

func (*GetLabelsInternalServerError) IsClientError

func (o *GetLabelsInternalServerError) IsClientError() bool

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

func (*GetLabelsInternalServerError) IsCode

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

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

func (*GetLabelsInternalServerError) IsRedirect

func (o *GetLabelsInternalServerError) IsRedirect() bool

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

func (*GetLabelsInternalServerError) IsServerError

func (o *GetLabelsInternalServerError) IsServerError() bool

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

func (*GetLabelsInternalServerError) IsSuccess

func (o *GetLabelsInternalServerError) IsSuccess() bool

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

func (*GetLabelsInternalServerError) String

type GetLabelsNotFound

type GetLabelsNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetLabelsResponse
}

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

The specified resource does not exist.

func NewGetLabelsNotFound

func NewGetLabelsNotFound() *GetLabelsNotFound

NewGetLabelsNotFound creates a GetLabelsNotFound with default headers values

func (*GetLabelsNotFound) Error

func (o *GetLabelsNotFound) Error() string

func (*GetLabelsNotFound) GetPayload

func (*GetLabelsNotFound) IsClientError

func (o *GetLabelsNotFound) IsClientError() bool

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

func (*GetLabelsNotFound) IsCode

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

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

func (*GetLabelsNotFound) IsRedirect

func (o *GetLabelsNotFound) IsRedirect() bool

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

func (*GetLabelsNotFound) IsServerError

func (o *GetLabelsNotFound) IsServerError() bool

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

func (*GetLabelsNotFound) IsSuccess

func (o *GetLabelsNotFound) IsSuccess() bool

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

func (*GetLabelsNotFound) String

func (o *GetLabelsNotFound) String() string

type GetLabelsOK

type GetLabelsOK struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetLabelsResponse
}

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

Success.

func NewGetLabelsOK

func NewGetLabelsOK() *GetLabelsOK

NewGetLabelsOK creates a GetLabelsOK with default headers values

func (*GetLabelsOK) Error

func (o *GetLabelsOK) Error() string

func (*GetLabelsOK) GetPayload

func (*GetLabelsOK) IsClientError

func (o *GetLabelsOK) IsClientError() bool

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

func (*GetLabelsOK) IsCode

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

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

func (*GetLabelsOK) IsRedirect

func (o *GetLabelsOK) IsRedirect() bool

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

func (*GetLabelsOK) IsServerError

func (o *GetLabelsOK) IsServerError() bool

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

func (*GetLabelsOK) IsSuccess

func (o *GetLabelsOK) IsSuccess() bool

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

func (*GetLabelsOK) String

func (o *GetLabelsOK) String() string

type GetLabelsParams

type GetLabelsParams struct {

	/* LabelType.

	   The type of labels requested.
	*/
	LabelType string

	/* NumberOfPackages.

	   The number of packages in the shipment.
	*/
	NumberOfPackages *int64

	/* NumberOfPallets.

	   The number of pallets in the shipment. This returns four identical labels for each pallet.
	*/
	NumberOfPallets *int64

	/* PackageLabelsToPrint.

	     A list of identifiers that specify packages for which you want package labels printed.

	Must match CartonId values previously passed using the FBA Inbound Shipment Carton Information Feed. If not, the operation returns the IncorrectPackageIdentifier error code.
	*/
	PackageLabelsToPrint []string

	/* PageSize.

	   The page size for paginating through the total packages' labels. This is a required parameter for Non-Partnered LTL Shipments. Max value:1000.
	*/
	PageSize *int64

	/* PageStartIndex.

	   The page start index for paginating through the total packages' labels. This is a required parameter for Non-Partnered LTL Shipments.
	*/
	PageStartIndex *int64

	/* PageType.

	   The page type to use to print the labels. Submitting a PageType value that is not supported in your marketplace returns an error.
	*/
	PageType string

	/* ShipmentID.

	   A shipment identifier originally returned by the createInboundShipmentPlan operation.
	*/
	ShipmentID string

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

GetLabelsParams contains all the parameters to send to the API endpoint

for the get labels operation.

Typically these are written to a http.Request.

func NewGetLabelsParams

func NewGetLabelsParams() *GetLabelsParams

NewGetLabelsParams creates a new GetLabelsParams 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 NewGetLabelsParamsWithContext

func NewGetLabelsParamsWithContext(ctx context.Context) *GetLabelsParams

NewGetLabelsParamsWithContext creates a new GetLabelsParams object with the ability to set a context for a request.

func NewGetLabelsParamsWithHTTPClient

func NewGetLabelsParamsWithHTTPClient(client *http.Client) *GetLabelsParams

NewGetLabelsParamsWithHTTPClient creates a new GetLabelsParams object with the ability to set a custom HTTPClient for a request.

func NewGetLabelsParamsWithTimeout

func NewGetLabelsParamsWithTimeout(timeout time.Duration) *GetLabelsParams

NewGetLabelsParamsWithTimeout creates a new GetLabelsParams object with the ability to set a timeout on a request.

func (*GetLabelsParams) SetContext

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

SetContext adds the context to the get labels params

func (*GetLabelsParams) SetDefaults

func (o *GetLabelsParams) SetDefaults()

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

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

func (*GetLabelsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get labels params

func (*GetLabelsParams) SetLabelType

func (o *GetLabelsParams) SetLabelType(labelType string)

SetLabelType adds the labelType to the get labels params

func (*GetLabelsParams) SetNumberOfPackages

func (o *GetLabelsParams) SetNumberOfPackages(numberOfPackages *int64)

SetNumberOfPackages adds the numberOfPackages to the get labels params

func (*GetLabelsParams) SetNumberOfPallets

func (o *GetLabelsParams) SetNumberOfPallets(numberOfPallets *int64)

SetNumberOfPallets adds the numberOfPallets to the get labels params

func (*GetLabelsParams) SetPackageLabelsToPrint

func (o *GetLabelsParams) SetPackageLabelsToPrint(packageLabelsToPrint []string)

SetPackageLabelsToPrint adds the packageLabelsToPrint to the get labels params

func (*GetLabelsParams) SetPageSize

func (o *GetLabelsParams) SetPageSize(pageSize *int64)

SetPageSize adds the pageSize to the get labels params

func (*GetLabelsParams) SetPageStartIndex

func (o *GetLabelsParams) SetPageStartIndex(pageStartIndex *int64)

SetPageStartIndex adds the pageStartIndex to the get labels params

func (*GetLabelsParams) SetPageType

func (o *GetLabelsParams) SetPageType(pageType string)

SetPageType adds the pageType to the get labels params

func (*GetLabelsParams) SetShipmentID

func (o *GetLabelsParams) SetShipmentID(shipmentID string)

SetShipmentID adds the shipmentId to the get labels params

func (*GetLabelsParams) SetTimeout

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

SetTimeout adds the timeout to the get labels params

func (*GetLabelsParams) WithContext

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

WithContext adds the context to the get labels params

func (*GetLabelsParams) WithDefaults

func (o *GetLabelsParams) WithDefaults() *GetLabelsParams

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

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

func (*GetLabelsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get labels params

func (*GetLabelsParams) WithLabelType

func (o *GetLabelsParams) WithLabelType(labelType string) *GetLabelsParams

WithLabelType adds the labelType to the get labels params

func (*GetLabelsParams) WithNumberOfPackages

func (o *GetLabelsParams) WithNumberOfPackages(numberOfPackages *int64) *GetLabelsParams

WithNumberOfPackages adds the numberOfPackages to the get labels params

func (*GetLabelsParams) WithNumberOfPallets

func (o *GetLabelsParams) WithNumberOfPallets(numberOfPallets *int64) *GetLabelsParams

WithNumberOfPallets adds the numberOfPallets to the get labels params

func (*GetLabelsParams) WithPackageLabelsToPrint

func (o *GetLabelsParams) WithPackageLabelsToPrint(packageLabelsToPrint []string) *GetLabelsParams

WithPackageLabelsToPrint adds the packageLabelsToPrint to the get labels params

func (*GetLabelsParams) WithPageSize

func (o *GetLabelsParams) WithPageSize(pageSize *int64) *GetLabelsParams

WithPageSize adds the pageSize to the get labels params

func (*GetLabelsParams) WithPageStartIndex

func (o *GetLabelsParams) WithPageStartIndex(pageStartIndex *int64) *GetLabelsParams

WithPageStartIndex adds the pageStartIndex to the get labels params

func (*GetLabelsParams) WithPageType

func (o *GetLabelsParams) WithPageType(pageType string) *GetLabelsParams

WithPageType adds the pageType to the get labels params

func (*GetLabelsParams) WithShipmentID

func (o *GetLabelsParams) WithShipmentID(shipmentID string) *GetLabelsParams

WithShipmentID adds the shipmentID to the get labels params

func (*GetLabelsParams) WithTimeout

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

WithTimeout adds the timeout to the get labels params

func (*GetLabelsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetLabelsReader

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

GetLabelsReader is a Reader for the GetLabels structure.

func (*GetLabelsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLabelsServiceUnavailable

type GetLabelsServiceUnavailable 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 *fulfillment_inbound_v0_models.GetLabelsResponse
}

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

Temporary overloading or maintenance of the server.

func NewGetLabelsServiceUnavailable

func NewGetLabelsServiceUnavailable() *GetLabelsServiceUnavailable

NewGetLabelsServiceUnavailable creates a GetLabelsServiceUnavailable with default headers values

func (*GetLabelsServiceUnavailable) Error

func (*GetLabelsServiceUnavailable) GetPayload

func (*GetLabelsServiceUnavailable) IsClientError

func (o *GetLabelsServiceUnavailable) IsClientError() bool

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

func (*GetLabelsServiceUnavailable) IsCode

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

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

func (*GetLabelsServiceUnavailable) IsRedirect

func (o *GetLabelsServiceUnavailable) IsRedirect() bool

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

func (*GetLabelsServiceUnavailable) IsServerError

func (o *GetLabelsServiceUnavailable) IsServerError() bool

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

func (*GetLabelsServiceUnavailable) IsSuccess

func (o *GetLabelsServiceUnavailable) IsSuccess() bool

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

func (*GetLabelsServiceUnavailable) String

func (o *GetLabelsServiceUnavailable) String() string

type GetLabelsTooManyRequests

type GetLabelsTooManyRequests 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 *fulfillment_inbound_v0_models.GetLabelsResponse
}

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

The frequency of requests was greater than allowed.

func NewGetLabelsTooManyRequests

func NewGetLabelsTooManyRequests() *GetLabelsTooManyRequests

NewGetLabelsTooManyRequests creates a GetLabelsTooManyRequests with default headers values

func (*GetLabelsTooManyRequests) Error

func (o *GetLabelsTooManyRequests) Error() string

func (*GetLabelsTooManyRequests) GetPayload

func (*GetLabelsTooManyRequests) IsClientError

func (o *GetLabelsTooManyRequests) IsClientError() bool

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

func (*GetLabelsTooManyRequests) IsCode

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

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

func (*GetLabelsTooManyRequests) IsRedirect

func (o *GetLabelsTooManyRequests) IsRedirect() bool

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

func (*GetLabelsTooManyRequests) IsServerError

func (o *GetLabelsTooManyRequests) IsServerError() bool

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

func (*GetLabelsTooManyRequests) IsSuccess

func (o *GetLabelsTooManyRequests) IsSuccess() bool

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

func (*GetLabelsTooManyRequests) String

func (o *GetLabelsTooManyRequests) String() string

type GetLabelsUnauthorized

type GetLabelsUnauthorized 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 *fulfillment_inbound_v0_models.GetLabelsResponse
}

GetLabelsUnauthorized 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 NewGetLabelsUnauthorized

func NewGetLabelsUnauthorized() *GetLabelsUnauthorized

NewGetLabelsUnauthorized creates a GetLabelsUnauthorized with default headers values

func (*GetLabelsUnauthorized) Error

func (o *GetLabelsUnauthorized) Error() string

func (*GetLabelsUnauthorized) GetPayload

func (*GetLabelsUnauthorized) IsClientError

func (o *GetLabelsUnauthorized) IsClientError() bool

IsClientError returns true when this get labels unauthorized response has a 4xx status code

func (*GetLabelsUnauthorized) IsCode

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

IsCode returns true when this get labels unauthorized response a status code equal to that given

func (*GetLabelsUnauthorized) IsRedirect

func (o *GetLabelsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get labels unauthorized response has a 3xx status code

func (*GetLabelsUnauthorized) IsServerError

func (o *GetLabelsUnauthorized) IsServerError() bool

IsServerError returns true when this get labels unauthorized response has a 5xx status code

func (*GetLabelsUnauthorized) IsSuccess

func (o *GetLabelsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get labels unauthorized response has a 2xx status code

func (*GetLabelsUnauthorized) String

func (o *GetLabelsUnauthorized) String() string

type GetPreorderInfoBadRequest

type GetPreorderInfoBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetPreorderInfoResponse
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewGetPreorderInfoBadRequest

func NewGetPreorderInfoBadRequest() *GetPreorderInfoBadRequest

NewGetPreorderInfoBadRequest creates a GetPreorderInfoBadRequest with default headers values

func (*GetPreorderInfoBadRequest) Error

func (o *GetPreorderInfoBadRequest) Error() string

func (*GetPreorderInfoBadRequest) GetPayload

func (*GetPreorderInfoBadRequest) IsClientError

func (o *GetPreorderInfoBadRequest) IsClientError() bool

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

func (*GetPreorderInfoBadRequest) IsCode

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

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

func (*GetPreorderInfoBadRequest) IsRedirect

func (o *GetPreorderInfoBadRequest) IsRedirect() bool

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

func (*GetPreorderInfoBadRequest) IsServerError

func (o *GetPreorderInfoBadRequest) IsServerError() bool

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

func (*GetPreorderInfoBadRequest) IsSuccess

func (o *GetPreorderInfoBadRequest) IsSuccess() bool

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

func (*GetPreorderInfoBadRequest) String

func (o *GetPreorderInfoBadRequest) String() string

type GetPreorderInfoForbidden

type GetPreorderInfoForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetPreorderInfoResponse
}

GetPreorderInfoForbidden 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 NewGetPreorderInfoForbidden

func NewGetPreorderInfoForbidden() *GetPreorderInfoForbidden

NewGetPreorderInfoForbidden creates a GetPreorderInfoForbidden with default headers values

func (*GetPreorderInfoForbidden) Error

func (o *GetPreorderInfoForbidden) Error() string

func (*GetPreorderInfoForbidden) GetPayload

func (*GetPreorderInfoForbidden) IsClientError

func (o *GetPreorderInfoForbidden) IsClientError() bool

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

func (*GetPreorderInfoForbidden) IsCode

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

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

func (*GetPreorderInfoForbidden) IsRedirect

func (o *GetPreorderInfoForbidden) IsRedirect() bool

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

func (*GetPreorderInfoForbidden) IsServerError

func (o *GetPreorderInfoForbidden) IsServerError() bool

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

func (*GetPreorderInfoForbidden) IsSuccess

func (o *GetPreorderInfoForbidden) IsSuccess() bool

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

func (*GetPreorderInfoForbidden) String

func (o *GetPreorderInfoForbidden) String() string

type GetPreorderInfoInternalServerError

type GetPreorderInfoInternalServerError 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 *fulfillment_inbound_v0_models.GetPreorderInfoResponse
}

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

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

func NewGetPreorderInfoInternalServerError

func NewGetPreorderInfoInternalServerError() *GetPreorderInfoInternalServerError

NewGetPreorderInfoInternalServerError creates a GetPreorderInfoInternalServerError with default headers values

func (*GetPreorderInfoInternalServerError) Error

func (*GetPreorderInfoInternalServerError) GetPayload

func (*GetPreorderInfoInternalServerError) IsClientError

func (o *GetPreorderInfoInternalServerError) IsClientError() bool

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

func (*GetPreorderInfoInternalServerError) IsCode

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

func (*GetPreorderInfoInternalServerError) IsRedirect

func (o *GetPreorderInfoInternalServerError) IsRedirect() bool

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

func (*GetPreorderInfoInternalServerError) IsServerError

func (o *GetPreorderInfoInternalServerError) IsServerError() bool

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

func (*GetPreorderInfoInternalServerError) IsSuccess

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

func (*GetPreorderInfoInternalServerError) String

type GetPreorderInfoNotFound

type GetPreorderInfoNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetPreorderInfoResponse
}

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

The specified resource does not exist.

func NewGetPreorderInfoNotFound

func NewGetPreorderInfoNotFound() *GetPreorderInfoNotFound

NewGetPreorderInfoNotFound creates a GetPreorderInfoNotFound with default headers values

func (*GetPreorderInfoNotFound) Error

func (o *GetPreorderInfoNotFound) Error() string

func (*GetPreorderInfoNotFound) GetPayload

func (*GetPreorderInfoNotFound) IsClientError

func (o *GetPreorderInfoNotFound) IsClientError() bool

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

func (*GetPreorderInfoNotFound) IsCode

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

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

func (*GetPreorderInfoNotFound) IsRedirect

func (o *GetPreorderInfoNotFound) IsRedirect() bool

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

func (*GetPreorderInfoNotFound) IsServerError

func (o *GetPreorderInfoNotFound) IsServerError() bool

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

func (*GetPreorderInfoNotFound) IsSuccess

func (o *GetPreorderInfoNotFound) IsSuccess() bool

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

func (*GetPreorderInfoNotFound) String

func (o *GetPreorderInfoNotFound) String() string

type GetPreorderInfoOK

type GetPreorderInfoOK struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetPreorderInfoResponse
}

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

Success.

func NewGetPreorderInfoOK

func NewGetPreorderInfoOK() *GetPreorderInfoOK

NewGetPreorderInfoOK creates a GetPreorderInfoOK with default headers values

func (*GetPreorderInfoOK) Error

func (o *GetPreorderInfoOK) Error() string

func (*GetPreorderInfoOK) GetPayload

func (*GetPreorderInfoOK) IsClientError

func (o *GetPreorderInfoOK) IsClientError() bool

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

func (*GetPreorderInfoOK) IsCode

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

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

func (*GetPreorderInfoOK) IsRedirect

func (o *GetPreorderInfoOK) IsRedirect() bool

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

func (*GetPreorderInfoOK) IsServerError

func (o *GetPreorderInfoOK) IsServerError() bool

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

func (*GetPreorderInfoOK) IsSuccess

func (o *GetPreorderInfoOK) IsSuccess() bool

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

func (*GetPreorderInfoOK) String

func (o *GetPreorderInfoOK) String() string

type GetPreorderInfoParams

type GetPreorderInfoParams struct {

	/* MarketplaceID.

	   A marketplace identifier. Specifies the marketplace the shipment is tied to.
	*/
	MarketplaceID string

	/* ShipmentID.

	   A shipment identifier originally returned by the createInboundShipmentPlan operation.
	*/
	ShipmentID string

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

GetPreorderInfoParams contains all the parameters to send to the API endpoint

for the get preorder info operation.

Typically these are written to a http.Request.

func NewGetPreorderInfoParams

func NewGetPreorderInfoParams() *GetPreorderInfoParams

NewGetPreorderInfoParams creates a new GetPreorderInfoParams 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 NewGetPreorderInfoParamsWithContext

func NewGetPreorderInfoParamsWithContext(ctx context.Context) *GetPreorderInfoParams

NewGetPreorderInfoParamsWithContext creates a new GetPreorderInfoParams object with the ability to set a context for a request.

func NewGetPreorderInfoParamsWithHTTPClient

func NewGetPreorderInfoParamsWithHTTPClient(client *http.Client) *GetPreorderInfoParams

NewGetPreorderInfoParamsWithHTTPClient creates a new GetPreorderInfoParams object with the ability to set a custom HTTPClient for a request.

func NewGetPreorderInfoParamsWithTimeout

func NewGetPreorderInfoParamsWithTimeout(timeout time.Duration) *GetPreorderInfoParams

NewGetPreorderInfoParamsWithTimeout creates a new GetPreorderInfoParams object with the ability to set a timeout on a request.

func (*GetPreorderInfoParams) SetContext

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

SetContext adds the context to the get preorder info params

func (*GetPreorderInfoParams) SetDefaults

func (o *GetPreorderInfoParams) SetDefaults()

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

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

func (*GetPreorderInfoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get preorder info params

func (*GetPreorderInfoParams) SetMarketplaceID

func (o *GetPreorderInfoParams) SetMarketplaceID(marketplaceID string)

SetMarketplaceID adds the marketplaceId to the get preorder info params

func (*GetPreorderInfoParams) SetShipmentID

func (o *GetPreorderInfoParams) SetShipmentID(shipmentID string)

SetShipmentID adds the shipmentId to the get preorder info params

func (*GetPreorderInfoParams) SetTimeout

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

SetTimeout adds the timeout to the get preorder info params

func (*GetPreorderInfoParams) WithContext

WithContext adds the context to the get preorder info params

func (*GetPreorderInfoParams) WithDefaults

func (o *GetPreorderInfoParams) WithDefaults() *GetPreorderInfoParams

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

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

func (*GetPreorderInfoParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get preorder info params

func (*GetPreorderInfoParams) WithMarketplaceID

func (o *GetPreorderInfoParams) WithMarketplaceID(marketplaceID string) *GetPreorderInfoParams

WithMarketplaceID adds the marketplaceID to the get preorder info params

func (*GetPreorderInfoParams) WithShipmentID

func (o *GetPreorderInfoParams) WithShipmentID(shipmentID string) *GetPreorderInfoParams

WithShipmentID adds the shipmentID to the get preorder info params

func (*GetPreorderInfoParams) WithTimeout

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

WithTimeout adds the timeout to the get preorder info params

func (*GetPreorderInfoParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetPreorderInfoReader

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

GetPreorderInfoReader is a Reader for the GetPreorderInfo structure.

func (*GetPreorderInfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPreorderInfoServiceUnavailable

type GetPreorderInfoServiceUnavailable 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 *fulfillment_inbound_v0_models.GetPreorderInfoResponse
}

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

Temporary overloading or maintenance of the server.

func NewGetPreorderInfoServiceUnavailable

func NewGetPreorderInfoServiceUnavailable() *GetPreorderInfoServiceUnavailable

NewGetPreorderInfoServiceUnavailable creates a GetPreorderInfoServiceUnavailable with default headers values

func (*GetPreorderInfoServiceUnavailable) Error

func (*GetPreorderInfoServiceUnavailable) GetPayload

func (*GetPreorderInfoServiceUnavailable) IsClientError

func (o *GetPreorderInfoServiceUnavailable) IsClientError() bool

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

func (*GetPreorderInfoServiceUnavailable) IsCode

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

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

func (*GetPreorderInfoServiceUnavailable) IsRedirect

func (o *GetPreorderInfoServiceUnavailable) IsRedirect() bool

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

func (*GetPreorderInfoServiceUnavailable) IsServerError

func (o *GetPreorderInfoServiceUnavailable) IsServerError() bool

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

func (*GetPreorderInfoServiceUnavailable) IsSuccess

func (o *GetPreorderInfoServiceUnavailable) IsSuccess() bool

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

func (*GetPreorderInfoServiceUnavailable) String

type GetPreorderInfoTooManyRequests

type GetPreorderInfoTooManyRequests 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 *fulfillment_inbound_v0_models.GetPreorderInfoResponse
}

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

The frequency of requests was greater than allowed.

func NewGetPreorderInfoTooManyRequests

func NewGetPreorderInfoTooManyRequests() *GetPreorderInfoTooManyRequests

NewGetPreorderInfoTooManyRequests creates a GetPreorderInfoTooManyRequests with default headers values

func (*GetPreorderInfoTooManyRequests) Error

func (*GetPreorderInfoTooManyRequests) GetPayload

func (*GetPreorderInfoTooManyRequests) IsClientError

func (o *GetPreorderInfoTooManyRequests) IsClientError() bool

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

func (*GetPreorderInfoTooManyRequests) IsCode

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

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

func (*GetPreorderInfoTooManyRequests) IsRedirect

func (o *GetPreorderInfoTooManyRequests) IsRedirect() bool

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

func (*GetPreorderInfoTooManyRequests) IsServerError

func (o *GetPreorderInfoTooManyRequests) IsServerError() bool

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

func (*GetPreorderInfoTooManyRequests) IsSuccess

func (o *GetPreorderInfoTooManyRequests) IsSuccess() bool

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

func (*GetPreorderInfoTooManyRequests) String

type GetPreorderInfoUnauthorized

type GetPreorderInfoUnauthorized 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 *fulfillment_inbound_v0_models.GetPreorderInfoResponse
}

GetPreorderInfoUnauthorized 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 NewGetPreorderInfoUnauthorized

func NewGetPreorderInfoUnauthorized() *GetPreorderInfoUnauthorized

NewGetPreorderInfoUnauthorized creates a GetPreorderInfoUnauthorized with default headers values

func (*GetPreorderInfoUnauthorized) Error

func (*GetPreorderInfoUnauthorized) GetPayload

func (*GetPreorderInfoUnauthorized) IsClientError

func (o *GetPreorderInfoUnauthorized) IsClientError() bool

IsClientError returns true when this get preorder info unauthorized response has a 4xx status code

func (*GetPreorderInfoUnauthorized) IsCode

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

IsCode returns true when this get preorder info unauthorized response a status code equal to that given

func (*GetPreorderInfoUnauthorized) IsRedirect

func (o *GetPreorderInfoUnauthorized) IsRedirect() bool

IsRedirect returns true when this get preorder info unauthorized response has a 3xx status code

func (*GetPreorderInfoUnauthorized) IsServerError

func (o *GetPreorderInfoUnauthorized) IsServerError() bool

IsServerError returns true when this get preorder info unauthorized response has a 5xx status code

func (*GetPreorderInfoUnauthorized) IsSuccess

func (o *GetPreorderInfoUnauthorized) IsSuccess() bool

IsSuccess returns true when this get preorder info unauthorized response has a 2xx status code

func (*GetPreorderInfoUnauthorized) String

func (o *GetPreorderInfoUnauthorized) String() string

type GetPrepInstructionsBadRequest

type GetPrepInstructionsBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewGetPrepInstructionsBadRequest

func NewGetPrepInstructionsBadRequest() *GetPrepInstructionsBadRequest

NewGetPrepInstructionsBadRequest creates a GetPrepInstructionsBadRequest with default headers values

func (*GetPrepInstructionsBadRequest) Error

func (*GetPrepInstructionsBadRequest) GetPayload

func (*GetPrepInstructionsBadRequest) IsClientError

func (o *GetPrepInstructionsBadRequest) IsClientError() bool

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

func (*GetPrepInstructionsBadRequest) IsCode

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

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

func (*GetPrepInstructionsBadRequest) IsRedirect

func (o *GetPrepInstructionsBadRequest) IsRedirect() bool

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

func (*GetPrepInstructionsBadRequest) IsServerError

func (o *GetPrepInstructionsBadRequest) IsServerError() bool

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

func (*GetPrepInstructionsBadRequest) IsSuccess

func (o *GetPrepInstructionsBadRequest) IsSuccess() bool

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

func (*GetPrepInstructionsBadRequest) String

type GetPrepInstructionsForbidden

type GetPrepInstructionsForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
}

GetPrepInstructionsForbidden 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 NewGetPrepInstructionsForbidden

func NewGetPrepInstructionsForbidden() *GetPrepInstructionsForbidden

NewGetPrepInstructionsForbidden creates a GetPrepInstructionsForbidden with default headers values

func (*GetPrepInstructionsForbidden) Error

func (*GetPrepInstructionsForbidden) GetPayload

func (*GetPrepInstructionsForbidden) IsClientError

func (o *GetPrepInstructionsForbidden) IsClientError() bool

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

func (*GetPrepInstructionsForbidden) IsCode

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

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

func (*GetPrepInstructionsForbidden) IsRedirect

func (o *GetPrepInstructionsForbidden) IsRedirect() bool

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

func (*GetPrepInstructionsForbidden) IsServerError

func (o *GetPrepInstructionsForbidden) IsServerError() bool

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

func (*GetPrepInstructionsForbidden) IsSuccess

func (o *GetPrepInstructionsForbidden) IsSuccess() bool

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

func (*GetPrepInstructionsForbidden) String

type GetPrepInstructionsInternalServerError

type GetPrepInstructionsInternalServerError 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 *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
}

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

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

func NewGetPrepInstructionsInternalServerError

func NewGetPrepInstructionsInternalServerError() *GetPrepInstructionsInternalServerError

NewGetPrepInstructionsInternalServerError creates a GetPrepInstructionsInternalServerError with default headers values

func (*GetPrepInstructionsInternalServerError) Error

func (*GetPrepInstructionsInternalServerError) GetPayload

func (*GetPrepInstructionsInternalServerError) IsClientError

func (o *GetPrepInstructionsInternalServerError) IsClientError() bool

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

func (*GetPrepInstructionsInternalServerError) IsCode

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

func (*GetPrepInstructionsInternalServerError) IsRedirect

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

func (*GetPrepInstructionsInternalServerError) IsServerError

func (o *GetPrepInstructionsInternalServerError) IsServerError() bool

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

func (*GetPrepInstructionsInternalServerError) IsSuccess

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

func (*GetPrepInstructionsInternalServerError) String

type GetPrepInstructionsNotFound

type GetPrepInstructionsNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
}

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

The specified resource does not exist.

func NewGetPrepInstructionsNotFound

func NewGetPrepInstructionsNotFound() *GetPrepInstructionsNotFound

NewGetPrepInstructionsNotFound creates a GetPrepInstructionsNotFound with default headers values

func (*GetPrepInstructionsNotFound) Error

func (*GetPrepInstructionsNotFound) GetPayload

func (*GetPrepInstructionsNotFound) IsClientError

func (o *GetPrepInstructionsNotFound) IsClientError() bool

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

func (*GetPrepInstructionsNotFound) IsCode

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

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

func (*GetPrepInstructionsNotFound) IsRedirect

func (o *GetPrepInstructionsNotFound) IsRedirect() bool

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

func (*GetPrepInstructionsNotFound) IsServerError

func (o *GetPrepInstructionsNotFound) IsServerError() bool

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

func (*GetPrepInstructionsNotFound) IsSuccess

func (o *GetPrepInstructionsNotFound) IsSuccess() bool

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

func (*GetPrepInstructionsNotFound) String

func (o *GetPrepInstructionsNotFound) String() string

type GetPrepInstructionsOK

type GetPrepInstructionsOK struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
}

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

Success.

func NewGetPrepInstructionsOK

func NewGetPrepInstructionsOK() *GetPrepInstructionsOK

NewGetPrepInstructionsOK creates a GetPrepInstructionsOK with default headers values

func (*GetPrepInstructionsOK) Error

func (o *GetPrepInstructionsOK) Error() string

func (*GetPrepInstructionsOK) GetPayload

func (*GetPrepInstructionsOK) IsClientError

func (o *GetPrepInstructionsOK) IsClientError() bool

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

func (*GetPrepInstructionsOK) IsCode

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

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

func (*GetPrepInstructionsOK) IsRedirect

func (o *GetPrepInstructionsOK) IsRedirect() bool

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

func (*GetPrepInstructionsOK) IsServerError

func (o *GetPrepInstructionsOK) IsServerError() bool

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

func (*GetPrepInstructionsOK) IsSuccess

func (o *GetPrepInstructionsOK) IsSuccess() bool

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

func (*GetPrepInstructionsOK) String

func (o *GetPrepInstructionsOK) String() string

type GetPrepInstructionsParams

type GetPrepInstructionsParams struct {

	/* ASINList.

	     A list of ASIN values. Used to identify items for which you want item preparation instructions to help with item sourcing decisions.

	Note: ASINs must be included in the product catalog for at least one of the marketplaces that the seller  participates in. Any ASIN that is not included in the product catalog for at least one of the marketplaces that the seller participates in is returned in the InvalidASINList property in the response. You can find out which marketplaces a seller participates in by calling the getMarketplaceParticipations operation in the Selling Partner API for Sellers.
	*/
	ASINList []string

	/* SellerSKUList.

	     A list of SellerSKU values. Used to identify items for which you want labeling requirements and item preparation instructions for shipment to Amazon's fulfillment network. The SellerSKU is qualified by the Seller ID, which is included with every call to the Seller Partner API.

	Note: Include seller SKUs that you have used to list items on Amazon's retail website. If you include a seller SKU that you have never used to list an item on Amazon's retail website, the seller SKU is returned in the InvalidSKUList property in the response.
	*/
	SellerSKUList []string

	/* ShipToCountryCode.

	   The country code of the country to which the items will be shipped. Note that labeling requirements and item preparation instructions can vary by country.

	   Format: [A-Z]{2}
	*/
	ShipToCountryCode string

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

GetPrepInstructionsParams contains all the parameters to send to the API endpoint

for the get prep instructions operation.

Typically these are written to a http.Request.

func NewGetPrepInstructionsParams

func NewGetPrepInstructionsParams() *GetPrepInstructionsParams

NewGetPrepInstructionsParams creates a new GetPrepInstructionsParams 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 NewGetPrepInstructionsParamsWithContext

func NewGetPrepInstructionsParamsWithContext(ctx context.Context) *GetPrepInstructionsParams

NewGetPrepInstructionsParamsWithContext creates a new GetPrepInstructionsParams object with the ability to set a context for a request.

func NewGetPrepInstructionsParamsWithHTTPClient

func NewGetPrepInstructionsParamsWithHTTPClient(client *http.Client) *GetPrepInstructionsParams

NewGetPrepInstructionsParamsWithHTTPClient creates a new GetPrepInstructionsParams object with the ability to set a custom HTTPClient for a request.

func NewGetPrepInstructionsParamsWithTimeout

func NewGetPrepInstructionsParamsWithTimeout(timeout time.Duration) *GetPrepInstructionsParams

NewGetPrepInstructionsParamsWithTimeout creates a new GetPrepInstructionsParams object with the ability to set a timeout on a request.

func (*GetPrepInstructionsParams) SetASINList

func (o *GetPrepInstructionsParams) SetASINList(aSINList []string)

SetASINList adds the aSINList to the get prep instructions params

func (*GetPrepInstructionsParams) SetContext

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

SetContext adds the context to the get prep instructions params

func (*GetPrepInstructionsParams) SetDefaults

func (o *GetPrepInstructionsParams) SetDefaults()

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

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

func (*GetPrepInstructionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get prep instructions params

func (*GetPrepInstructionsParams) SetSellerSKUList

func (o *GetPrepInstructionsParams) SetSellerSKUList(sellerSKUList []string)

SetSellerSKUList adds the sellerSKUList to the get prep instructions params

func (*GetPrepInstructionsParams) SetShipToCountryCode

func (o *GetPrepInstructionsParams) SetShipToCountryCode(shipToCountryCode string)

SetShipToCountryCode adds the shipToCountryCode to the get prep instructions params

func (*GetPrepInstructionsParams) SetTimeout

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

SetTimeout adds the timeout to the get prep instructions params

func (*GetPrepInstructionsParams) WithASINList

func (o *GetPrepInstructionsParams) WithASINList(aSINList []string) *GetPrepInstructionsParams

WithASINList adds the aSINList to the get prep instructions params

func (*GetPrepInstructionsParams) WithContext

WithContext adds the context to the get prep instructions params

func (*GetPrepInstructionsParams) WithDefaults

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

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

func (*GetPrepInstructionsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get prep instructions params

func (*GetPrepInstructionsParams) WithSellerSKUList

func (o *GetPrepInstructionsParams) WithSellerSKUList(sellerSKUList []string) *GetPrepInstructionsParams

WithSellerSKUList adds the sellerSKUList to the get prep instructions params

func (*GetPrepInstructionsParams) WithShipToCountryCode

func (o *GetPrepInstructionsParams) WithShipToCountryCode(shipToCountryCode string) *GetPrepInstructionsParams

WithShipToCountryCode adds the shipToCountryCode to the get prep instructions params

func (*GetPrepInstructionsParams) WithTimeout

WithTimeout adds the timeout to the get prep instructions params

func (*GetPrepInstructionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPrepInstructionsReader

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

GetPrepInstructionsReader is a Reader for the GetPrepInstructions structure.

func (*GetPrepInstructionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPrepInstructionsServiceUnavailable

type GetPrepInstructionsServiceUnavailable 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 *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
}

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

Temporary overloading or maintenance of the server.

func NewGetPrepInstructionsServiceUnavailable

func NewGetPrepInstructionsServiceUnavailable() *GetPrepInstructionsServiceUnavailable

NewGetPrepInstructionsServiceUnavailable creates a GetPrepInstructionsServiceUnavailable with default headers values

func (*GetPrepInstructionsServiceUnavailable) Error

func (*GetPrepInstructionsServiceUnavailable) GetPayload

func (*GetPrepInstructionsServiceUnavailable) IsClientError

func (o *GetPrepInstructionsServiceUnavailable) IsClientError() bool

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

func (*GetPrepInstructionsServiceUnavailable) IsCode

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

func (*GetPrepInstructionsServiceUnavailable) IsRedirect

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

func (*GetPrepInstructionsServiceUnavailable) IsServerError

func (o *GetPrepInstructionsServiceUnavailable) IsServerError() bool

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

func (*GetPrepInstructionsServiceUnavailable) IsSuccess

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

func (*GetPrepInstructionsServiceUnavailable) String

type GetPrepInstructionsTooManyRequests

type GetPrepInstructionsTooManyRequests 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 *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
}

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

The frequency of requests was greater than allowed.

func NewGetPrepInstructionsTooManyRequests

func NewGetPrepInstructionsTooManyRequests() *GetPrepInstructionsTooManyRequests

NewGetPrepInstructionsTooManyRequests creates a GetPrepInstructionsTooManyRequests with default headers values

func (*GetPrepInstructionsTooManyRequests) Error

func (*GetPrepInstructionsTooManyRequests) GetPayload

func (*GetPrepInstructionsTooManyRequests) IsClientError

func (o *GetPrepInstructionsTooManyRequests) IsClientError() bool

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

func (*GetPrepInstructionsTooManyRequests) IsCode

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

func (*GetPrepInstructionsTooManyRequests) IsRedirect

func (o *GetPrepInstructionsTooManyRequests) IsRedirect() bool

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

func (*GetPrepInstructionsTooManyRequests) IsServerError

func (o *GetPrepInstructionsTooManyRequests) IsServerError() bool

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

func (*GetPrepInstructionsTooManyRequests) IsSuccess

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

func (*GetPrepInstructionsTooManyRequests) String

type GetPrepInstructionsUnauthorized

type GetPrepInstructionsUnauthorized 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 *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
}

GetPrepInstructionsUnauthorized 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 NewGetPrepInstructionsUnauthorized

func NewGetPrepInstructionsUnauthorized() *GetPrepInstructionsUnauthorized

NewGetPrepInstructionsUnauthorized creates a GetPrepInstructionsUnauthorized with default headers values

func (*GetPrepInstructionsUnauthorized) Error

func (*GetPrepInstructionsUnauthorized) GetPayload

func (*GetPrepInstructionsUnauthorized) IsClientError

func (o *GetPrepInstructionsUnauthorized) IsClientError() bool

IsClientError returns true when this get prep instructions unauthorized response has a 4xx status code

func (*GetPrepInstructionsUnauthorized) IsCode

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

IsCode returns true when this get prep instructions unauthorized response a status code equal to that given

func (*GetPrepInstructionsUnauthorized) IsRedirect

func (o *GetPrepInstructionsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get prep instructions unauthorized response has a 3xx status code

func (*GetPrepInstructionsUnauthorized) IsServerError

func (o *GetPrepInstructionsUnauthorized) IsServerError() bool

IsServerError returns true when this get prep instructions unauthorized response has a 5xx status code

func (*GetPrepInstructionsUnauthorized) IsSuccess

func (o *GetPrepInstructionsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get prep instructions unauthorized response has a 2xx status code

func (*GetPrepInstructionsUnauthorized) String

type GetShipmentItemsBadRequest

type GetShipmentItemsBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetShipmentItemsResponse
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewGetShipmentItemsBadRequest

func NewGetShipmentItemsBadRequest() *GetShipmentItemsBadRequest

NewGetShipmentItemsBadRequest creates a GetShipmentItemsBadRequest with default headers values

func (*GetShipmentItemsBadRequest) Error

func (*GetShipmentItemsBadRequest) GetPayload

func (*GetShipmentItemsBadRequest) IsClientError

func (o *GetShipmentItemsBadRequest) IsClientError() bool

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

func (*GetShipmentItemsBadRequest) IsCode

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

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

func (*GetShipmentItemsBadRequest) IsRedirect

func (o *GetShipmentItemsBadRequest) IsRedirect() bool

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

func (*GetShipmentItemsBadRequest) IsServerError

func (o *GetShipmentItemsBadRequest) IsServerError() bool

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

func (*GetShipmentItemsBadRequest) IsSuccess

func (o *GetShipmentItemsBadRequest) IsSuccess() bool

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

func (*GetShipmentItemsBadRequest) String

func (o *GetShipmentItemsBadRequest) String() string

type GetShipmentItemsByShipmentIDBadRequest

type GetShipmentItemsByShipmentIDBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetShipmentItemsResponse
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewGetShipmentItemsByShipmentIDBadRequest

func NewGetShipmentItemsByShipmentIDBadRequest() *GetShipmentItemsByShipmentIDBadRequest

NewGetShipmentItemsByShipmentIDBadRequest creates a GetShipmentItemsByShipmentIDBadRequest with default headers values

func (*GetShipmentItemsByShipmentIDBadRequest) Error

func (*GetShipmentItemsByShipmentIDBadRequest) GetPayload

func (*GetShipmentItemsByShipmentIDBadRequest) IsClientError

func (o *GetShipmentItemsByShipmentIDBadRequest) IsClientError() bool

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

func (*GetShipmentItemsByShipmentIDBadRequest) IsCode

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

func (*GetShipmentItemsByShipmentIDBadRequest) IsRedirect

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

func (*GetShipmentItemsByShipmentIDBadRequest) IsServerError

func (o *GetShipmentItemsByShipmentIDBadRequest) IsServerError() bool

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

func (*GetShipmentItemsByShipmentIDBadRequest) IsSuccess

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

func (*GetShipmentItemsByShipmentIDBadRequest) String

type GetShipmentItemsByShipmentIDForbidden

type GetShipmentItemsByShipmentIDForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetShipmentItemsResponse
}

GetShipmentItemsByShipmentIDForbidden 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 NewGetShipmentItemsByShipmentIDForbidden

func NewGetShipmentItemsByShipmentIDForbidden() *GetShipmentItemsByShipmentIDForbidden

NewGetShipmentItemsByShipmentIDForbidden creates a GetShipmentItemsByShipmentIDForbidden with default headers values

func (*GetShipmentItemsByShipmentIDForbidden) Error

func (*GetShipmentItemsByShipmentIDForbidden) GetPayload

func (*GetShipmentItemsByShipmentIDForbidden) IsClientError

func (o *GetShipmentItemsByShipmentIDForbidden) IsClientError() bool

IsClientError returns true when this get shipment items by shipment Id forbidden response has a 4xx status code

func (*GetShipmentItemsByShipmentIDForbidden) IsCode

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

func (*GetShipmentItemsByShipmentIDForbidden) IsRedirect

IsRedirect returns true when this get shipment items by shipment Id forbidden response has a 3xx status code

func (*GetShipmentItemsByShipmentIDForbidden) IsServerError

func (o *GetShipmentItemsByShipmentIDForbidden) IsServerError() bool

IsServerError returns true when this get shipment items by shipment Id forbidden response has a 5xx status code

func (*GetShipmentItemsByShipmentIDForbidden) IsSuccess

IsSuccess returns true when this get shipment items by shipment Id forbidden response has a 2xx status code

func (*GetShipmentItemsByShipmentIDForbidden) String

type GetShipmentItemsByShipmentIDInternalServerError

type GetShipmentItemsByShipmentIDInternalServerError 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 *fulfillment_inbound_v0_models.GetShipmentItemsResponse
}

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

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

func NewGetShipmentItemsByShipmentIDInternalServerError

func NewGetShipmentItemsByShipmentIDInternalServerError() *GetShipmentItemsByShipmentIDInternalServerError

NewGetShipmentItemsByShipmentIDInternalServerError creates a GetShipmentItemsByShipmentIDInternalServerError with default headers values

func (*GetShipmentItemsByShipmentIDInternalServerError) Error

func (*GetShipmentItemsByShipmentIDInternalServerError) GetPayload

func (*GetShipmentItemsByShipmentIDInternalServerError) IsClientError

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

func (*GetShipmentItemsByShipmentIDInternalServerError) IsCode

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

func (*GetShipmentItemsByShipmentIDInternalServerError) IsRedirect

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

func (*GetShipmentItemsByShipmentIDInternalServerError) IsServerError

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

func (*GetShipmentItemsByShipmentIDInternalServerError) IsSuccess

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

func (*GetShipmentItemsByShipmentIDInternalServerError) String

type GetShipmentItemsByShipmentIDNotFound

type GetShipmentItemsByShipmentIDNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetShipmentItemsResponse
}

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

The specified resource does not exist.

func NewGetShipmentItemsByShipmentIDNotFound

func NewGetShipmentItemsByShipmentIDNotFound() *GetShipmentItemsByShipmentIDNotFound

NewGetShipmentItemsByShipmentIDNotFound creates a GetShipmentItemsByShipmentIDNotFound with default headers values

func (*GetShipmentItemsByShipmentIDNotFound) Error

func (*GetShipmentItemsByShipmentIDNotFound) GetPayload

func (*GetShipmentItemsByShipmentIDNotFound) IsClientError

func (o *GetShipmentItemsByShipmentIDNotFound) IsClientError() bool

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

func (*GetShipmentItemsByShipmentIDNotFound) IsCode

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

func (*GetShipmentItemsByShipmentIDNotFound) IsRedirect

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

func (*GetShipmentItemsByShipmentIDNotFound) IsServerError

func (o *GetShipmentItemsByShipmentIDNotFound) IsServerError() bool

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

func (*GetShipmentItemsByShipmentIDNotFound) IsSuccess

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

func (*GetShipmentItemsByShipmentIDNotFound) String

type GetShipmentItemsByShipmentIDOK

type GetShipmentItemsByShipmentIDOK struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetShipmentItemsResponse
}

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

Success.

func NewGetShipmentItemsByShipmentIDOK

func NewGetShipmentItemsByShipmentIDOK() *GetShipmentItemsByShipmentIDOK

NewGetShipmentItemsByShipmentIDOK creates a GetShipmentItemsByShipmentIDOK with default headers values

func (*GetShipmentItemsByShipmentIDOK) Error

func (*GetShipmentItemsByShipmentIDOK) GetPayload

func (*GetShipmentItemsByShipmentIDOK) IsClientError

func (o *GetShipmentItemsByShipmentIDOK) IsClientError() bool

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

func (*GetShipmentItemsByShipmentIDOK) IsCode

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

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

func (*GetShipmentItemsByShipmentIDOK) IsRedirect

func (o *GetShipmentItemsByShipmentIDOK) IsRedirect() bool

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

func (*GetShipmentItemsByShipmentIDOK) IsServerError

func (o *GetShipmentItemsByShipmentIDOK) IsServerError() bool

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

func (*GetShipmentItemsByShipmentIDOK) IsSuccess

func (o *GetShipmentItemsByShipmentIDOK) IsSuccess() bool

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

func (*GetShipmentItemsByShipmentIDOK) String

type GetShipmentItemsByShipmentIDParams

type GetShipmentItemsByShipmentIDParams struct {

	/* MarketplaceID.

	   A marketplace identifier. Specifies the marketplace where the product would be stored.
	*/
	MarketplaceID string

	/* ShipmentID.

	   A shipment identifier used for selecting items in a specific inbound shipment.
	*/
	ShipmentID string

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

GetShipmentItemsByShipmentIDParams contains all the parameters to send to the API endpoint

for the get shipment items by shipment Id operation.

Typically these are written to a http.Request.

func NewGetShipmentItemsByShipmentIDParams

func NewGetShipmentItemsByShipmentIDParams() *GetShipmentItemsByShipmentIDParams

NewGetShipmentItemsByShipmentIDParams creates a new GetShipmentItemsByShipmentIDParams 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 NewGetShipmentItemsByShipmentIDParamsWithContext

func NewGetShipmentItemsByShipmentIDParamsWithContext(ctx context.Context) *GetShipmentItemsByShipmentIDParams

NewGetShipmentItemsByShipmentIDParamsWithContext creates a new GetShipmentItemsByShipmentIDParams object with the ability to set a context for a request.

func NewGetShipmentItemsByShipmentIDParamsWithHTTPClient

func NewGetShipmentItemsByShipmentIDParamsWithHTTPClient(client *http.Client) *GetShipmentItemsByShipmentIDParams

NewGetShipmentItemsByShipmentIDParamsWithHTTPClient creates a new GetShipmentItemsByShipmentIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetShipmentItemsByShipmentIDParamsWithTimeout

func NewGetShipmentItemsByShipmentIDParamsWithTimeout(timeout time.Duration) *GetShipmentItemsByShipmentIDParams

NewGetShipmentItemsByShipmentIDParamsWithTimeout creates a new GetShipmentItemsByShipmentIDParams object with the ability to set a timeout on a request.

func (*GetShipmentItemsByShipmentIDParams) SetContext

SetContext adds the context to the get shipment items by shipment Id params

func (*GetShipmentItemsByShipmentIDParams) SetDefaults

func (o *GetShipmentItemsByShipmentIDParams) SetDefaults()

SetDefaults hydrates default values in the get shipment items by shipment Id params (not the query body).

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

func (*GetShipmentItemsByShipmentIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get shipment items by shipment Id params

func (*GetShipmentItemsByShipmentIDParams) SetMarketplaceID

func (o *GetShipmentItemsByShipmentIDParams) SetMarketplaceID(marketplaceID string)

SetMarketplaceID adds the marketplaceId to the get shipment items by shipment Id params

func (*GetShipmentItemsByShipmentIDParams) SetShipmentID

func (o *GetShipmentItemsByShipmentIDParams) SetShipmentID(shipmentID string)

SetShipmentID adds the shipmentId to the get shipment items by shipment Id params

func (*GetShipmentItemsByShipmentIDParams) SetTimeout

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

SetTimeout adds the timeout to the get shipment items by shipment Id params

func (*GetShipmentItemsByShipmentIDParams) WithContext

WithContext adds the context to the get shipment items by shipment Id params

func (*GetShipmentItemsByShipmentIDParams) WithDefaults

WithDefaults hydrates default values in the get shipment items by shipment Id params (not the query body).

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

func (*GetShipmentItemsByShipmentIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get shipment items by shipment Id params

func (*GetShipmentItemsByShipmentIDParams) WithMarketplaceID

WithMarketplaceID adds the marketplaceID to the get shipment items by shipment Id params

func (*GetShipmentItemsByShipmentIDParams) WithShipmentID

WithShipmentID adds the shipmentID to the get shipment items by shipment Id params

func (*GetShipmentItemsByShipmentIDParams) WithTimeout

WithTimeout adds the timeout to the get shipment items by shipment Id params

func (*GetShipmentItemsByShipmentIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetShipmentItemsByShipmentIDReader

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

GetShipmentItemsByShipmentIDReader is a Reader for the GetShipmentItemsByShipmentID structure.

func (*GetShipmentItemsByShipmentIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetShipmentItemsByShipmentIDServiceUnavailable

type GetShipmentItemsByShipmentIDServiceUnavailable 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 *fulfillment_inbound_v0_models.GetShipmentItemsResponse
}

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

Temporary overloading or maintenance of the server.

func NewGetShipmentItemsByShipmentIDServiceUnavailable

func NewGetShipmentItemsByShipmentIDServiceUnavailable() *GetShipmentItemsByShipmentIDServiceUnavailable

NewGetShipmentItemsByShipmentIDServiceUnavailable creates a GetShipmentItemsByShipmentIDServiceUnavailable with default headers values

func (*GetShipmentItemsByShipmentIDServiceUnavailable) Error

func (*GetShipmentItemsByShipmentIDServiceUnavailable) GetPayload

func (*GetShipmentItemsByShipmentIDServiceUnavailable) IsClientError

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

func (*GetShipmentItemsByShipmentIDServiceUnavailable) IsCode

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

func (*GetShipmentItemsByShipmentIDServiceUnavailable) IsRedirect

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

func (*GetShipmentItemsByShipmentIDServiceUnavailable) IsServerError

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

func (*GetShipmentItemsByShipmentIDServiceUnavailable) IsSuccess

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

func (*GetShipmentItemsByShipmentIDServiceUnavailable) String

type GetShipmentItemsByShipmentIDTooManyRequests

type GetShipmentItemsByShipmentIDTooManyRequests 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 *fulfillment_inbound_v0_models.GetShipmentItemsResponse
}

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

The frequency of requests was greater than allowed.

func NewGetShipmentItemsByShipmentIDTooManyRequests

func NewGetShipmentItemsByShipmentIDTooManyRequests() *GetShipmentItemsByShipmentIDTooManyRequests

NewGetShipmentItemsByShipmentIDTooManyRequests creates a GetShipmentItemsByShipmentIDTooManyRequests with default headers values

func (*GetShipmentItemsByShipmentIDTooManyRequests) Error

func (*GetShipmentItemsByShipmentIDTooManyRequests) GetPayload

func (*GetShipmentItemsByShipmentIDTooManyRequests) IsClientError

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

func (*GetShipmentItemsByShipmentIDTooManyRequests) IsCode

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

func (*GetShipmentItemsByShipmentIDTooManyRequests) IsRedirect

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

func (*GetShipmentItemsByShipmentIDTooManyRequests) IsServerError

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

func (*GetShipmentItemsByShipmentIDTooManyRequests) IsSuccess

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

func (*GetShipmentItemsByShipmentIDTooManyRequests) String

type GetShipmentItemsByShipmentIDUnauthorized

type GetShipmentItemsByShipmentIDUnauthorized 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 *fulfillment_inbound_v0_models.GetShipmentItemsResponse
}

GetShipmentItemsByShipmentIDUnauthorized 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 NewGetShipmentItemsByShipmentIDUnauthorized

func NewGetShipmentItemsByShipmentIDUnauthorized() *GetShipmentItemsByShipmentIDUnauthorized

NewGetShipmentItemsByShipmentIDUnauthorized creates a GetShipmentItemsByShipmentIDUnauthorized with default headers values

func (*GetShipmentItemsByShipmentIDUnauthorized) Error

func (*GetShipmentItemsByShipmentIDUnauthorized) GetPayload

func (*GetShipmentItemsByShipmentIDUnauthorized) IsClientError

IsClientError returns true when this get shipment items by shipment Id unauthorized response has a 4xx status code

func (*GetShipmentItemsByShipmentIDUnauthorized) IsCode

IsCode returns true when this get shipment items by shipment Id unauthorized response a status code equal to that given

func (*GetShipmentItemsByShipmentIDUnauthorized) IsRedirect

IsRedirect returns true when this get shipment items by shipment Id unauthorized response has a 3xx status code

func (*GetShipmentItemsByShipmentIDUnauthorized) IsServerError

IsServerError returns true when this get shipment items by shipment Id unauthorized response has a 5xx status code

func (*GetShipmentItemsByShipmentIDUnauthorized) IsSuccess

IsSuccess returns true when this get shipment items by shipment Id unauthorized response has a 2xx status code

func (*GetShipmentItemsByShipmentIDUnauthorized) String

type GetShipmentItemsForbidden

type GetShipmentItemsForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetShipmentItemsResponse
}

GetShipmentItemsForbidden 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 NewGetShipmentItemsForbidden

func NewGetShipmentItemsForbidden() *GetShipmentItemsForbidden

NewGetShipmentItemsForbidden creates a GetShipmentItemsForbidden with default headers values

func (*GetShipmentItemsForbidden) Error

func (o *GetShipmentItemsForbidden) Error() string

func (*GetShipmentItemsForbidden) GetPayload

func (*GetShipmentItemsForbidden) IsClientError

func (o *GetShipmentItemsForbidden) IsClientError() bool

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

func (*GetShipmentItemsForbidden) IsCode

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

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

func (*GetShipmentItemsForbidden) IsRedirect

func (o *GetShipmentItemsForbidden) IsRedirect() bool

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

func (*GetShipmentItemsForbidden) IsServerError

func (o *GetShipmentItemsForbidden) IsServerError() bool

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

func (*GetShipmentItemsForbidden) IsSuccess

func (o *GetShipmentItemsForbidden) IsSuccess() bool

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

func (*GetShipmentItemsForbidden) String

func (o *GetShipmentItemsForbidden) String() string

type GetShipmentItemsInternalServerError

type GetShipmentItemsInternalServerError 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 *fulfillment_inbound_v0_models.GetShipmentItemsResponse
}

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

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

func NewGetShipmentItemsInternalServerError

func NewGetShipmentItemsInternalServerError() *GetShipmentItemsInternalServerError

NewGetShipmentItemsInternalServerError creates a GetShipmentItemsInternalServerError with default headers values

func (*GetShipmentItemsInternalServerError) Error

func (*GetShipmentItemsInternalServerError) GetPayload

func (*GetShipmentItemsInternalServerError) IsClientError

func (o *GetShipmentItemsInternalServerError) IsClientError() bool

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

func (*GetShipmentItemsInternalServerError) IsCode

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

func (*GetShipmentItemsInternalServerError) IsRedirect

func (o *GetShipmentItemsInternalServerError) IsRedirect() bool

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

func (*GetShipmentItemsInternalServerError) IsServerError

func (o *GetShipmentItemsInternalServerError) IsServerError() bool

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

func (*GetShipmentItemsInternalServerError) IsSuccess

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

func (*GetShipmentItemsInternalServerError) String

type GetShipmentItemsNotFound

type GetShipmentItemsNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetShipmentItemsResponse
}

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

The specified resource does not exist.

func NewGetShipmentItemsNotFound

func NewGetShipmentItemsNotFound() *GetShipmentItemsNotFound

NewGetShipmentItemsNotFound creates a GetShipmentItemsNotFound with default headers values

func (*GetShipmentItemsNotFound) Error

func (o *GetShipmentItemsNotFound) Error() string

func (*GetShipmentItemsNotFound) GetPayload

func (*GetShipmentItemsNotFound) IsClientError

func (o *GetShipmentItemsNotFound) IsClientError() bool

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

func (*GetShipmentItemsNotFound) IsCode

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

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

func (*GetShipmentItemsNotFound) IsRedirect

func (o *GetShipmentItemsNotFound) IsRedirect() bool

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

func (*GetShipmentItemsNotFound) IsServerError

func (o *GetShipmentItemsNotFound) IsServerError() bool

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

func (*GetShipmentItemsNotFound) IsSuccess

func (o *GetShipmentItemsNotFound) IsSuccess() bool

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

func (*GetShipmentItemsNotFound) String

func (o *GetShipmentItemsNotFound) String() string

type GetShipmentItemsOK

type GetShipmentItemsOK struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetShipmentItemsResponse
}

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

Success.

func NewGetShipmentItemsOK

func NewGetShipmentItemsOK() *GetShipmentItemsOK

NewGetShipmentItemsOK creates a GetShipmentItemsOK with default headers values

func (*GetShipmentItemsOK) Error

func (o *GetShipmentItemsOK) Error() string

func (*GetShipmentItemsOK) GetPayload

func (*GetShipmentItemsOK) IsClientError

func (o *GetShipmentItemsOK) IsClientError() bool

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

func (*GetShipmentItemsOK) IsCode

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

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

func (*GetShipmentItemsOK) IsRedirect

func (o *GetShipmentItemsOK) IsRedirect() bool

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

func (*GetShipmentItemsOK) IsServerError

func (o *GetShipmentItemsOK) IsServerError() bool

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

func (*GetShipmentItemsOK) IsSuccess

func (o *GetShipmentItemsOK) IsSuccess() bool

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

func (*GetShipmentItemsOK) String

func (o *GetShipmentItemsOK) String() string

type GetShipmentItemsParams

type GetShipmentItemsParams struct {

	/* LastUpdatedAfter.

	   A date used for selecting inbound shipment items that were last updated after (or at) a specified time. The selection includes updates made by Amazon and by the seller.

	   Format: date-time
	*/
	LastUpdatedAfter *strfmt.DateTime

	/* LastUpdatedBefore.

	   A date used for selecting inbound shipment items that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.

	   Format: date-time
	*/
	LastUpdatedBefore *strfmt.DateTime

	/* MarketplaceID.

	   A marketplace identifier. Specifies the marketplace where the product would be stored.
	*/
	MarketplaceID string

	/* NextToken.

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

	/* QueryType.

	   Indicates whether items are returned using a date range (by providing the LastUpdatedAfter and LastUpdatedBefore parameters), or using NextToken, which continues returning items specified in a previous request.
	*/
	QueryType string

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

GetShipmentItemsParams contains all the parameters to send to the API endpoint

for the get shipment items operation.

Typically these are written to a http.Request.

func NewGetShipmentItemsParams

func NewGetShipmentItemsParams() *GetShipmentItemsParams

NewGetShipmentItemsParams creates a new GetShipmentItemsParams 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 NewGetShipmentItemsParamsWithContext

func NewGetShipmentItemsParamsWithContext(ctx context.Context) *GetShipmentItemsParams

NewGetShipmentItemsParamsWithContext creates a new GetShipmentItemsParams object with the ability to set a context for a request.

func NewGetShipmentItemsParamsWithHTTPClient

func NewGetShipmentItemsParamsWithHTTPClient(client *http.Client) *GetShipmentItemsParams

NewGetShipmentItemsParamsWithHTTPClient creates a new GetShipmentItemsParams object with the ability to set a custom HTTPClient for a request.

func NewGetShipmentItemsParamsWithTimeout

func NewGetShipmentItemsParamsWithTimeout(timeout time.Duration) *GetShipmentItemsParams

NewGetShipmentItemsParamsWithTimeout creates a new GetShipmentItemsParams object with the ability to set a timeout on a request.

func (*GetShipmentItemsParams) SetContext

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

SetContext adds the context to the get shipment items params

func (*GetShipmentItemsParams) SetDefaults

func (o *GetShipmentItemsParams) SetDefaults()

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

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

func (*GetShipmentItemsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get shipment items params

func (*GetShipmentItemsParams) SetLastUpdatedAfter

func (o *GetShipmentItemsParams) SetLastUpdatedAfter(lastUpdatedAfter *strfmt.DateTime)

SetLastUpdatedAfter adds the lastUpdatedAfter to the get shipment items params

func (*GetShipmentItemsParams) SetLastUpdatedBefore

func (o *GetShipmentItemsParams) SetLastUpdatedBefore(lastUpdatedBefore *strfmt.DateTime)

SetLastUpdatedBefore adds the lastUpdatedBefore to the get shipment items params

func (*GetShipmentItemsParams) SetMarketplaceID

func (o *GetShipmentItemsParams) SetMarketplaceID(marketplaceID string)

SetMarketplaceID adds the marketplaceId to the get shipment items params

func (*GetShipmentItemsParams) SetNextToken

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

SetNextToken adds the nextToken to the get shipment items params

func (*GetShipmentItemsParams) SetQueryType

func (o *GetShipmentItemsParams) SetQueryType(queryType string)

SetQueryType adds the queryType to the get shipment items params

func (*GetShipmentItemsParams) SetTimeout

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

SetTimeout adds the timeout to the get shipment items params

func (*GetShipmentItemsParams) WithContext

WithContext adds the context to the get shipment items params

func (*GetShipmentItemsParams) WithDefaults

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

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

func (*GetShipmentItemsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get shipment items params

func (*GetShipmentItemsParams) WithLastUpdatedAfter

func (o *GetShipmentItemsParams) WithLastUpdatedAfter(lastUpdatedAfter *strfmt.DateTime) *GetShipmentItemsParams

WithLastUpdatedAfter adds the lastUpdatedAfter to the get shipment items params

func (*GetShipmentItemsParams) WithLastUpdatedBefore

func (o *GetShipmentItemsParams) WithLastUpdatedBefore(lastUpdatedBefore *strfmt.DateTime) *GetShipmentItemsParams

WithLastUpdatedBefore adds the lastUpdatedBefore to the get shipment items params

func (*GetShipmentItemsParams) WithMarketplaceID

func (o *GetShipmentItemsParams) WithMarketplaceID(marketplaceID string) *GetShipmentItemsParams

WithMarketplaceID adds the marketplaceID to the get shipment items params

func (*GetShipmentItemsParams) WithNextToken

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

WithNextToken adds the nextToken to the get shipment items params

func (*GetShipmentItemsParams) WithQueryType

func (o *GetShipmentItemsParams) WithQueryType(queryType string) *GetShipmentItemsParams

WithQueryType adds the queryType to the get shipment items params

func (*GetShipmentItemsParams) WithTimeout

WithTimeout adds the timeout to the get shipment items params

func (*GetShipmentItemsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetShipmentItemsReader

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

GetShipmentItemsReader is a Reader for the GetShipmentItems structure.

func (*GetShipmentItemsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetShipmentItemsServiceUnavailable

type GetShipmentItemsServiceUnavailable 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 *fulfillment_inbound_v0_models.GetShipmentItemsResponse
}

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

Temporary overloading or maintenance of the server.

func NewGetShipmentItemsServiceUnavailable

func NewGetShipmentItemsServiceUnavailable() *GetShipmentItemsServiceUnavailable

NewGetShipmentItemsServiceUnavailable creates a GetShipmentItemsServiceUnavailable with default headers values

func (*GetShipmentItemsServiceUnavailable) Error

func (*GetShipmentItemsServiceUnavailable) GetPayload

func (*GetShipmentItemsServiceUnavailable) IsClientError

func (o *GetShipmentItemsServiceUnavailable) IsClientError() bool

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

func (*GetShipmentItemsServiceUnavailable) IsCode

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

func (*GetShipmentItemsServiceUnavailable) IsRedirect

func (o *GetShipmentItemsServiceUnavailable) IsRedirect() bool

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

func (*GetShipmentItemsServiceUnavailable) IsServerError

func (o *GetShipmentItemsServiceUnavailable) IsServerError() bool

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

func (*GetShipmentItemsServiceUnavailable) IsSuccess

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

func (*GetShipmentItemsServiceUnavailable) String

type GetShipmentItemsTooManyRequests

type GetShipmentItemsTooManyRequests 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 *fulfillment_inbound_v0_models.GetShipmentItemsResponse
}

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

The frequency of requests was greater than allowed.

func NewGetShipmentItemsTooManyRequests

func NewGetShipmentItemsTooManyRequests() *GetShipmentItemsTooManyRequests

NewGetShipmentItemsTooManyRequests creates a GetShipmentItemsTooManyRequests with default headers values

func (*GetShipmentItemsTooManyRequests) Error

func (*GetShipmentItemsTooManyRequests) GetPayload

func (*GetShipmentItemsTooManyRequests) IsClientError

func (o *GetShipmentItemsTooManyRequests) IsClientError() bool

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

func (*GetShipmentItemsTooManyRequests) IsCode

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

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

func (*GetShipmentItemsTooManyRequests) IsRedirect

func (o *GetShipmentItemsTooManyRequests) IsRedirect() bool

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

func (*GetShipmentItemsTooManyRequests) IsServerError

func (o *GetShipmentItemsTooManyRequests) IsServerError() bool

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

func (*GetShipmentItemsTooManyRequests) IsSuccess

func (o *GetShipmentItemsTooManyRequests) IsSuccess() bool

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

func (*GetShipmentItemsTooManyRequests) String

type GetShipmentItemsUnauthorized

type GetShipmentItemsUnauthorized 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 *fulfillment_inbound_v0_models.GetShipmentItemsResponse
}

GetShipmentItemsUnauthorized 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 NewGetShipmentItemsUnauthorized

func NewGetShipmentItemsUnauthorized() *GetShipmentItemsUnauthorized

NewGetShipmentItemsUnauthorized creates a GetShipmentItemsUnauthorized with default headers values

func (*GetShipmentItemsUnauthorized) Error

func (*GetShipmentItemsUnauthorized) GetPayload

func (*GetShipmentItemsUnauthorized) IsClientError

func (o *GetShipmentItemsUnauthorized) IsClientError() bool

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

func (*GetShipmentItemsUnauthorized) IsCode

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

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

func (*GetShipmentItemsUnauthorized) IsRedirect

func (o *GetShipmentItemsUnauthorized) IsRedirect() bool

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

func (*GetShipmentItemsUnauthorized) IsServerError

func (o *GetShipmentItemsUnauthorized) IsServerError() bool

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

func (*GetShipmentItemsUnauthorized) IsSuccess

func (o *GetShipmentItemsUnauthorized) IsSuccess() bool

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

func (*GetShipmentItemsUnauthorized) String

type GetShipmentsBadRequest

type GetShipmentsBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetShipmentsResponse
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewGetShipmentsBadRequest

func NewGetShipmentsBadRequest() *GetShipmentsBadRequest

NewGetShipmentsBadRequest creates a GetShipmentsBadRequest with default headers values

func (*GetShipmentsBadRequest) Error

func (o *GetShipmentsBadRequest) Error() string

func (*GetShipmentsBadRequest) GetPayload

func (*GetShipmentsBadRequest) IsClientError

func (o *GetShipmentsBadRequest) IsClientError() bool

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

func (*GetShipmentsBadRequest) IsCode

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

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

func (*GetShipmentsBadRequest) IsRedirect

func (o *GetShipmentsBadRequest) IsRedirect() bool

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

func (*GetShipmentsBadRequest) IsServerError

func (o *GetShipmentsBadRequest) IsServerError() bool

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

func (*GetShipmentsBadRequest) IsSuccess

func (o *GetShipmentsBadRequest) IsSuccess() bool

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

func (*GetShipmentsBadRequest) String

func (o *GetShipmentsBadRequest) String() string

type GetShipmentsForbidden

type GetShipmentsForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetShipmentsResponse
}

GetShipmentsForbidden 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 NewGetShipmentsForbidden

func NewGetShipmentsForbidden() *GetShipmentsForbidden

NewGetShipmentsForbidden creates a GetShipmentsForbidden with default headers values

func (*GetShipmentsForbidden) Error

func (o *GetShipmentsForbidden) Error() string

func (*GetShipmentsForbidden) GetPayload

func (*GetShipmentsForbidden) IsClientError

func (o *GetShipmentsForbidden) IsClientError() bool

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

func (*GetShipmentsForbidden) IsCode

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

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

func (*GetShipmentsForbidden) IsRedirect

func (o *GetShipmentsForbidden) IsRedirect() bool

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

func (*GetShipmentsForbidden) IsServerError

func (o *GetShipmentsForbidden) IsServerError() bool

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

func (*GetShipmentsForbidden) IsSuccess

func (o *GetShipmentsForbidden) IsSuccess() bool

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

func (*GetShipmentsForbidden) String

func (o *GetShipmentsForbidden) String() string

type GetShipmentsInternalServerError

type GetShipmentsInternalServerError 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 *fulfillment_inbound_v0_models.GetShipmentsResponse
}

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

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

func NewGetShipmentsInternalServerError

func NewGetShipmentsInternalServerError() *GetShipmentsInternalServerError

NewGetShipmentsInternalServerError creates a GetShipmentsInternalServerError with default headers values

func (*GetShipmentsInternalServerError) Error

func (*GetShipmentsInternalServerError) GetPayload

func (*GetShipmentsInternalServerError) IsClientError

func (o *GetShipmentsInternalServerError) IsClientError() bool

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

func (*GetShipmentsInternalServerError) IsCode

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

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

func (*GetShipmentsInternalServerError) IsRedirect

func (o *GetShipmentsInternalServerError) IsRedirect() bool

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

func (*GetShipmentsInternalServerError) IsServerError

func (o *GetShipmentsInternalServerError) IsServerError() bool

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

func (*GetShipmentsInternalServerError) IsSuccess

func (o *GetShipmentsInternalServerError) IsSuccess() bool

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

func (*GetShipmentsInternalServerError) String

type GetShipmentsNotFound

type GetShipmentsNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetShipmentsResponse
}

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

The specified resource does not exist.

func NewGetShipmentsNotFound

func NewGetShipmentsNotFound() *GetShipmentsNotFound

NewGetShipmentsNotFound creates a GetShipmentsNotFound with default headers values

func (*GetShipmentsNotFound) Error

func (o *GetShipmentsNotFound) Error() string

func (*GetShipmentsNotFound) GetPayload

func (*GetShipmentsNotFound) IsClientError

func (o *GetShipmentsNotFound) IsClientError() bool

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

func (*GetShipmentsNotFound) IsCode

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

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

func (*GetShipmentsNotFound) IsRedirect

func (o *GetShipmentsNotFound) IsRedirect() bool

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

func (*GetShipmentsNotFound) IsServerError

func (o *GetShipmentsNotFound) IsServerError() bool

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

func (*GetShipmentsNotFound) IsSuccess

func (o *GetShipmentsNotFound) IsSuccess() bool

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

func (*GetShipmentsNotFound) String

func (o *GetShipmentsNotFound) String() string

type GetShipmentsOK

type GetShipmentsOK struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetShipmentsResponse
}

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

Success.

func NewGetShipmentsOK

func NewGetShipmentsOK() *GetShipmentsOK

NewGetShipmentsOK creates a GetShipmentsOK with default headers values

func (*GetShipmentsOK) Error

func (o *GetShipmentsOK) Error() string

func (*GetShipmentsOK) GetPayload

func (*GetShipmentsOK) IsClientError

func (o *GetShipmentsOK) IsClientError() bool

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

func (*GetShipmentsOK) IsCode

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

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

func (*GetShipmentsOK) IsRedirect

func (o *GetShipmentsOK) IsRedirect() bool

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

func (*GetShipmentsOK) IsServerError

func (o *GetShipmentsOK) IsServerError() bool

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

func (*GetShipmentsOK) IsSuccess

func (o *GetShipmentsOK) IsSuccess() bool

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

func (*GetShipmentsOK) String

func (o *GetShipmentsOK) String() string

type GetShipmentsParams

type GetShipmentsParams struct {

	/* LastUpdatedAfter.

	   A date used for selecting inbound shipments that were last updated after (or at) a specified time. The selection includes updates made by Amazon and by the seller.

	   Format: date-time
	*/
	LastUpdatedAfter *strfmt.DateTime

	/* LastUpdatedBefore.

	   A date used for selecting inbound shipments that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.

	   Format: date-time
	*/
	LastUpdatedBefore *strfmt.DateTime

	/* MarketplaceID.

	   A marketplace identifier. Specifies the marketplace where the product would be stored.
	*/
	MarketplaceID string

	/* NextToken.

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

	/* QueryType.

	   Indicates whether shipments are returned using shipment information (by providing the ShipmentStatusList or ShipmentIdList parameters), using a date range (by providing the LastUpdatedAfter and LastUpdatedBefore parameters), or by using NextToken to continue returning items specified in a previous request.
	*/
	QueryType string

	/* ShipmentIDList.

	   A list of shipment IDs used to select the shipments that you want. If both ShipmentStatusList and ShipmentIdList are specified, only shipments that match both parameters are returned.
	*/
	ShipmentIDList []string

	/* ShipmentStatusList.

	   A list of ShipmentStatus values. Used to select shipments with a current status that matches the status values that you specify.
	*/
	ShipmentStatusList []string

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

GetShipmentsParams contains all the parameters to send to the API endpoint

for the get shipments operation.

Typically these are written to a http.Request.

func NewGetShipmentsParams

func NewGetShipmentsParams() *GetShipmentsParams

NewGetShipmentsParams creates a new GetShipmentsParams 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 NewGetShipmentsParamsWithContext

func NewGetShipmentsParamsWithContext(ctx context.Context) *GetShipmentsParams

NewGetShipmentsParamsWithContext creates a new GetShipmentsParams object with the ability to set a context for a request.

func NewGetShipmentsParamsWithHTTPClient

func NewGetShipmentsParamsWithHTTPClient(client *http.Client) *GetShipmentsParams

NewGetShipmentsParamsWithHTTPClient creates a new GetShipmentsParams object with the ability to set a custom HTTPClient for a request.

func NewGetShipmentsParamsWithTimeout

func NewGetShipmentsParamsWithTimeout(timeout time.Duration) *GetShipmentsParams

NewGetShipmentsParamsWithTimeout creates a new GetShipmentsParams object with the ability to set a timeout on a request.

func (*GetShipmentsParams) SetContext

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

SetContext adds the context to the get shipments params

func (*GetShipmentsParams) SetDefaults

func (o *GetShipmentsParams) SetDefaults()

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

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

func (*GetShipmentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get shipments params

func (*GetShipmentsParams) SetLastUpdatedAfter

func (o *GetShipmentsParams) SetLastUpdatedAfter(lastUpdatedAfter *strfmt.DateTime)

SetLastUpdatedAfter adds the lastUpdatedAfter to the get shipments params

func (*GetShipmentsParams) SetLastUpdatedBefore

func (o *GetShipmentsParams) SetLastUpdatedBefore(lastUpdatedBefore *strfmt.DateTime)

SetLastUpdatedBefore adds the lastUpdatedBefore to the get shipments params

func (*GetShipmentsParams) SetMarketplaceID

func (o *GetShipmentsParams) SetMarketplaceID(marketplaceID string)

SetMarketplaceID adds the marketplaceId to the get shipments params

func (*GetShipmentsParams) SetNextToken

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

SetNextToken adds the nextToken to the get shipments params

func (*GetShipmentsParams) SetQueryType

func (o *GetShipmentsParams) SetQueryType(queryType string)

SetQueryType adds the queryType to the get shipments params

func (*GetShipmentsParams) SetShipmentIDList

func (o *GetShipmentsParams) SetShipmentIDList(shipmentIDList []string)

SetShipmentIDList adds the shipmentIdList to the get shipments params

func (*GetShipmentsParams) SetShipmentStatusList

func (o *GetShipmentsParams) SetShipmentStatusList(shipmentStatusList []string)

SetShipmentStatusList adds the shipmentStatusList to the get shipments params

func (*GetShipmentsParams) SetTimeout

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

SetTimeout adds the timeout to the get shipments params

func (*GetShipmentsParams) WithContext

WithContext adds the context to the get shipments params

func (*GetShipmentsParams) WithDefaults

func (o *GetShipmentsParams) WithDefaults() *GetShipmentsParams

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

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

func (*GetShipmentsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get shipments params

func (*GetShipmentsParams) WithLastUpdatedAfter

func (o *GetShipmentsParams) WithLastUpdatedAfter(lastUpdatedAfter *strfmt.DateTime) *GetShipmentsParams

WithLastUpdatedAfter adds the lastUpdatedAfter to the get shipments params

func (*GetShipmentsParams) WithLastUpdatedBefore

func (o *GetShipmentsParams) WithLastUpdatedBefore(lastUpdatedBefore *strfmt.DateTime) *GetShipmentsParams

WithLastUpdatedBefore adds the lastUpdatedBefore to the get shipments params

func (*GetShipmentsParams) WithMarketplaceID

func (o *GetShipmentsParams) WithMarketplaceID(marketplaceID string) *GetShipmentsParams

WithMarketplaceID adds the marketplaceID to the get shipments params

func (*GetShipmentsParams) WithNextToken

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

WithNextToken adds the nextToken to the get shipments params

func (*GetShipmentsParams) WithQueryType

func (o *GetShipmentsParams) WithQueryType(queryType string) *GetShipmentsParams

WithQueryType adds the queryType to the get shipments params

func (*GetShipmentsParams) WithShipmentIDList

func (o *GetShipmentsParams) WithShipmentIDList(shipmentIDList []string) *GetShipmentsParams

WithShipmentIDList adds the shipmentIDList to the get shipments params

func (*GetShipmentsParams) WithShipmentStatusList

func (o *GetShipmentsParams) WithShipmentStatusList(shipmentStatusList []string) *GetShipmentsParams

WithShipmentStatusList adds the shipmentStatusList to the get shipments params

func (*GetShipmentsParams) WithTimeout

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

WithTimeout adds the timeout to the get shipments params

func (*GetShipmentsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetShipmentsReader

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

GetShipmentsReader is a Reader for the GetShipments structure.

func (*GetShipmentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetShipmentsServiceUnavailable

type GetShipmentsServiceUnavailable 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 *fulfillment_inbound_v0_models.GetShipmentsResponse
}

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

Temporary overloading or maintenance of the server.

func NewGetShipmentsServiceUnavailable

func NewGetShipmentsServiceUnavailable() *GetShipmentsServiceUnavailable

NewGetShipmentsServiceUnavailable creates a GetShipmentsServiceUnavailable with default headers values

func (*GetShipmentsServiceUnavailable) Error

func (*GetShipmentsServiceUnavailable) GetPayload

func (*GetShipmentsServiceUnavailable) IsClientError

func (o *GetShipmentsServiceUnavailable) IsClientError() bool

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

func (*GetShipmentsServiceUnavailable) IsCode

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

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

func (*GetShipmentsServiceUnavailable) IsRedirect

func (o *GetShipmentsServiceUnavailable) IsRedirect() bool

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

func (*GetShipmentsServiceUnavailable) IsServerError

func (o *GetShipmentsServiceUnavailable) IsServerError() bool

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

func (*GetShipmentsServiceUnavailable) IsSuccess

func (o *GetShipmentsServiceUnavailable) IsSuccess() bool

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

func (*GetShipmentsServiceUnavailable) String

type GetShipmentsTooManyRequests

type GetShipmentsTooManyRequests 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 *fulfillment_inbound_v0_models.GetShipmentsResponse
}

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

The frequency of requests was greater than allowed.

func NewGetShipmentsTooManyRequests

func NewGetShipmentsTooManyRequests() *GetShipmentsTooManyRequests

NewGetShipmentsTooManyRequests creates a GetShipmentsTooManyRequests with default headers values

func (*GetShipmentsTooManyRequests) Error

func (*GetShipmentsTooManyRequests) GetPayload

func (*GetShipmentsTooManyRequests) IsClientError

func (o *GetShipmentsTooManyRequests) IsClientError() bool

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

func (*GetShipmentsTooManyRequests) IsCode

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

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

func (*GetShipmentsTooManyRequests) IsRedirect

func (o *GetShipmentsTooManyRequests) IsRedirect() bool

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

func (*GetShipmentsTooManyRequests) IsServerError

func (o *GetShipmentsTooManyRequests) IsServerError() bool

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

func (*GetShipmentsTooManyRequests) IsSuccess

func (o *GetShipmentsTooManyRequests) IsSuccess() bool

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

func (*GetShipmentsTooManyRequests) String

func (o *GetShipmentsTooManyRequests) String() string

type GetShipmentsUnauthorized

type GetShipmentsUnauthorized 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 *fulfillment_inbound_v0_models.GetShipmentsResponse
}

GetShipmentsUnauthorized 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 NewGetShipmentsUnauthorized

func NewGetShipmentsUnauthorized() *GetShipmentsUnauthorized

NewGetShipmentsUnauthorized creates a GetShipmentsUnauthorized with default headers values

func (*GetShipmentsUnauthorized) Error

func (o *GetShipmentsUnauthorized) Error() string

func (*GetShipmentsUnauthorized) GetPayload

func (*GetShipmentsUnauthorized) IsClientError

func (o *GetShipmentsUnauthorized) IsClientError() bool

IsClientError returns true when this get shipments unauthorized response has a 4xx status code

func (*GetShipmentsUnauthorized) IsCode

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

IsCode returns true when this get shipments unauthorized response a status code equal to that given

func (*GetShipmentsUnauthorized) IsRedirect

func (o *GetShipmentsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get shipments unauthorized response has a 3xx status code

func (*GetShipmentsUnauthorized) IsServerError

func (o *GetShipmentsUnauthorized) IsServerError() bool

IsServerError returns true when this get shipments unauthorized response has a 5xx status code

func (*GetShipmentsUnauthorized) IsSuccess

func (o *GetShipmentsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get shipments unauthorized response has a 2xx status code

func (*GetShipmentsUnauthorized) String

func (o *GetShipmentsUnauthorized) String() string

type GetTransportDetailsBadRequest

type GetTransportDetailsBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetTransportDetailsResponse
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewGetTransportDetailsBadRequest

func NewGetTransportDetailsBadRequest() *GetTransportDetailsBadRequest

NewGetTransportDetailsBadRequest creates a GetTransportDetailsBadRequest with default headers values

func (*GetTransportDetailsBadRequest) Error

func (*GetTransportDetailsBadRequest) GetPayload

func (*GetTransportDetailsBadRequest) IsClientError

func (o *GetTransportDetailsBadRequest) IsClientError() bool

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

func (*GetTransportDetailsBadRequest) IsCode

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

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

func (*GetTransportDetailsBadRequest) IsRedirect

func (o *GetTransportDetailsBadRequest) IsRedirect() bool

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

func (*GetTransportDetailsBadRequest) IsServerError

func (o *GetTransportDetailsBadRequest) IsServerError() bool

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

func (*GetTransportDetailsBadRequest) IsSuccess

func (o *GetTransportDetailsBadRequest) IsSuccess() bool

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

func (*GetTransportDetailsBadRequest) String

type GetTransportDetailsForbidden

type GetTransportDetailsForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetTransportDetailsResponse
}

GetTransportDetailsForbidden 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 NewGetTransportDetailsForbidden

func NewGetTransportDetailsForbidden() *GetTransportDetailsForbidden

NewGetTransportDetailsForbidden creates a GetTransportDetailsForbidden with default headers values

func (*GetTransportDetailsForbidden) Error

func (*GetTransportDetailsForbidden) GetPayload

func (*GetTransportDetailsForbidden) IsClientError

func (o *GetTransportDetailsForbidden) IsClientError() bool

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

func (*GetTransportDetailsForbidden) IsCode

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

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

func (*GetTransportDetailsForbidden) IsRedirect

func (o *GetTransportDetailsForbidden) IsRedirect() bool

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

func (*GetTransportDetailsForbidden) IsServerError

func (o *GetTransportDetailsForbidden) IsServerError() bool

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

func (*GetTransportDetailsForbidden) IsSuccess

func (o *GetTransportDetailsForbidden) IsSuccess() bool

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

func (*GetTransportDetailsForbidden) String

type GetTransportDetailsInternalServerError

type GetTransportDetailsInternalServerError 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 *fulfillment_inbound_v0_models.GetTransportDetailsResponse
}

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

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

func NewGetTransportDetailsInternalServerError

func NewGetTransportDetailsInternalServerError() *GetTransportDetailsInternalServerError

NewGetTransportDetailsInternalServerError creates a GetTransportDetailsInternalServerError with default headers values

func (*GetTransportDetailsInternalServerError) Error

func (*GetTransportDetailsInternalServerError) GetPayload

func (*GetTransportDetailsInternalServerError) IsClientError

func (o *GetTransportDetailsInternalServerError) IsClientError() bool

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

func (*GetTransportDetailsInternalServerError) IsCode

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

func (*GetTransportDetailsInternalServerError) IsRedirect

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

func (*GetTransportDetailsInternalServerError) IsServerError

func (o *GetTransportDetailsInternalServerError) IsServerError() bool

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

func (*GetTransportDetailsInternalServerError) IsSuccess

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

func (*GetTransportDetailsInternalServerError) String

type GetTransportDetailsNotFound

type GetTransportDetailsNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetTransportDetailsResponse
}

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

The specified resource does not exist.

func NewGetTransportDetailsNotFound

func NewGetTransportDetailsNotFound() *GetTransportDetailsNotFound

NewGetTransportDetailsNotFound creates a GetTransportDetailsNotFound with default headers values

func (*GetTransportDetailsNotFound) Error

func (*GetTransportDetailsNotFound) GetPayload

func (*GetTransportDetailsNotFound) IsClientError

func (o *GetTransportDetailsNotFound) IsClientError() bool

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

func (*GetTransportDetailsNotFound) IsCode

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

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

func (*GetTransportDetailsNotFound) IsRedirect

func (o *GetTransportDetailsNotFound) IsRedirect() bool

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

func (*GetTransportDetailsNotFound) IsServerError

func (o *GetTransportDetailsNotFound) IsServerError() bool

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

func (*GetTransportDetailsNotFound) IsSuccess

func (o *GetTransportDetailsNotFound) IsSuccess() bool

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

func (*GetTransportDetailsNotFound) String

func (o *GetTransportDetailsNotFound) String() string

type GetTransportDetailsOK

type GetTransportDetailsOK struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.GetTransportDetailsResponse
}

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

Success.

func NewGetTransportDetailsOK

func NewGetTransportDetailsOK() *GetTransportDetailsOK

NewGetTransportDetailsOK creates a GetTransportDetailsOK with default headers values

func (*GetTransportDetailsOK) Error

func (o *GetTransportDetailsOK) Error() string

func (*GetTransportDetailsOK) GetPayload

func (*GetTransportDetailsOK) IsClientError

func (o *GetTransportDetailsOK) IsClientError() bool

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

func (*GetTransportDetailsOK) IsCode

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

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

func (*GetTransportDetailsOK) IsRedirect

func (o *GetTransportDetailsOK) IsRedirect() bool

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

func (*GetTransportDetailsOK) IsServerError

func (o *GetTransportDetailsOK) IsServerError() bool

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

func (*GetTransportDetailsOK) IsSuccess

func (o *GetTransportDetailsOK) IsSuccess() bool

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

func (*GetTransportDetailsOK) String

func (o *GetTransportDetailsOK) String() string

type GetTransportDetailsParams

type GetTransportDetailsParams struct {

	/* ShipmentID.

	   A shipment identifier originally returned by the createInboundShipmentPlan operation.
	*/
	ShipmentID string

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

GetTransportDetailsParams contains all the parameters to send to the API endpoint

for the get transport details operation.

Typically these are written to a http.Request.

func NewGetTransportDetailsParams

func NewGetTransportDetailsParams() *GetTransportDetailsParams

NewGetTransportDetailsParams creates a new GetTransportDetailsParams 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 NewGetTransportDetailsParamsWithContext

func NewGetTransportDetailsParamsWithContext(ctx context.Context) *GetTransportDetailsParams

NewGetTransportDetailsParamsWithContext creates a new GetTransportDetailsParams object with the ability to set a context for a request.

func NewGetTransportDetailsParamsWithHTTPClient

func NewGetTransportDetailsParamsWithHTTPClient(client *http.Client) *GetTransportDetailsParams

NewGetTransportDetailsParamsWithHTTPClient creates a new GetTransportDetailsParams object with the ability to set a custom HTTPClient for a request.

func NewGetTransportDetailsParamsWithTimeout

func NewGetTransportDetailsParamsWithTimeout(timeout time.Duration) *GetTransportDetailsParams

NewGetTransportDetailsParamsWithTimeout creates a new GetTransportDetailsParams object with the ability to set a timeout on a request.

func (*GetTransportDetailsParams) SetContext

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

SetContext adds the context to the get transport details params

func (*GetTransportDetailsParams) SetDefaults

func (o *GetTransportDetailsParams) SetDefaults()

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

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

func (*GetTransportDetailsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get transport details params

func (*GetTransportDetailsParams) SetShipmentID

func (o *GetTransportDetailsParams) SetShipmentID(shipmentID string)

SetShipmentID adds the shipmentId to the get transport details params

func (*GetTransportDetailsParams) SetTimeout

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

SetTimeout adds the timeout to the get transport details params

func (*GetTransportDetailsParams) WithContext

WithContext adds the context to the get transport details params

func (*GetTransportDetailsParams) WithDefaults

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

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

func (*GetTransportDetailsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get transport details params

func (*GetTransportDetailsParams) WithShipmentID

func (o *GetTransportDetailsParams) WithShipmentID(shipmentID string) *GetTransportDetailsParams

WithShipmentID adds the shipmentID to the get transport details params

func (*GetTransportDetailsParams) WithTimeout

WithTimeout adds the timeout to the get transport details params

func (*GetTransportDetailsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTransportDetailsReader

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

GetTransportDetailsReader is a Reader for the GetTransportDetails structure.

func (*GetTransportDetailsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTransportDetailsServiceUnavailable

type GetTransportDetailsServiceUnavailable 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 *fulfillment_inbound_v0_models.GetTransportDetailsResponse
}

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

Temporary overloading or maintenance of the server.

func NewGetTransportDetailsServiceUnavailable

func NewGetTransportDetailsServiceUnavailable() *GetTransportDetailsServiceUnavailable

NewGetTransportDetailsServiceUnavailable creates a GetTransportDetailsServiceUnavailable with default headers values

func (*GetTransportDetailsServiceUnavailable) Error

func (*GetTransportDetailsServiceUnavailable) GetPayload

func (*GetTransportDetailsServiceUnavailable) IsClientError

func (o *GetTransportDetailsServiceUnavailable) IsClientError() bool

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

func (*GetTransportDetailsServiceUnavailable) IsCode

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

func (*GetTransportDetailsServiceUnavailable) IsRedirect

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

func (*GetTransportDetailsServiceUnavailable) IsServerError

func (o *GetTransportDetailsServiceUnavailable) IsServerError() bool

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

func (*GetTransportDetailsServiceUnavailable) IsSuccess

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

func (*GetTransportDetailsServiceUnavailable) String

type GetTransportDetailsTooManyRequests

type GetTransportDetailsTooManyRequests 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 *fulfillment_inbound_v0_models.GetTransportDetailsResponse
}

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

The frequency of requests was greater than allowed.

func NewGetTransportDetailsTooManyRequests

func NewGetTransportDetailsTooManyRequests() *GetTransportDetailsTooManyRequests

NewGetTransportDetailsTooManyRequests creates a GetTransportDetailsTooManyRequests with default headers values

func (*GetTransportDetailsTooManyRequests) Error

func (*GetTransportDetailsTooManyRequests) GetPayload

func (*GetTransportDetailsTooManyRequests) IsClientError

func (o *GetTransportDetailsTooManyRequests) IsClientError() bool

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

func (*GetTransportDetailsTooManyRequests) IsCode

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

func (*GetTransportDetailsTooManyRequests) IsRedirect

func (o *GetTransportDetailsTooManyRequests) IsRedirect() bool

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

func (*GetTransportDetailsTooManyRequests) IsServerError

func (o *GetTransportDetailsTooManyRequests) IsServerError() bool

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

func (*GetTransportDetailsTooManyRequests) IsSuccess

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

func (*GetTransportDetailsTooManyRequests) String

type GetTransportDetailsUnauthorized

type GetTransportDetailsUnauthorized 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 *fulfillment_inbound_v0_models.GetTransportDetailsResponse
}

GetTransportDetailsUnauthorized 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 NewGetTransportDetailsUnauthorized

func NewGetTransportDetailsUnauthorized() *GetTransportDetailsUnauthorized

NewGetTransportDetailsUnauthorized creates a GetTransportDetailsUnauthorized with default headers values

func (*GetTransportDetailsUnauthorized) Error

func (*GetTransportDetailsUnauthorized) GetPayload

func (*GetTransportDetailsUnauthorized) IsClientError

func (o *GetTransportDetailsUnauthorized) IsClientError() bool

IsClientError returns true when this get transport details unauthorized response has a 4xx status code

func (*GetTransportDetailsUnauthorized) IsCode

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

IsCode returns true when this get transport details unauthorized response a status code equal to that given

func (*GetTransportDetailsUnauthorized) IsRedirect

func (o *GetTransportDetailsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get transport details unauthorized response has a 3xx status code

func (*GetTransportDetailsUnauthorized) IsServerError

func (o *GetTransportDetailsUnauthorized) IsServerError() bool

IsServerError returns true when this get transport details unauthorized response has a 5xx status code

func (*GetTransportDetailsUnauthorized) IsSuccess

func (o *GetTransportDetailsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get transport details unauthorized response has a 2xx status code

func (*GetTransportDetailsUnauthorized) String

type PutTransportDetailsBadRequest

type PutTransportDetailsBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.PutTransportDetailsResponse
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewPutTransportDetailsBadRequest

func NewPutTransportDetailsBadRequest() *PutTransportDetailsBadRequest

NewPutTransportDetailsBadRequest creates a PutTransportDetailsBadRequest with default headers values

func (*PutTransportDetailsBadRequest) Error

func (*PutTransportDetailsBadRequest) GetPayload

func (*PutTransportDetailsBadRequest) IsClientError

func (o *PutTransportDetailsBadRequest) IsClientError() bool

IsClientError returns true when this put transport details bad request response has a 4xx status code

func (*PutTransportDetailsBadRequest) IsCode

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

IsCode returns true when this put transport details bad request response a status code equal to that given

func (*PutTransportDetailsBadRequest) IsRedirect

func (o *PutTransportDetailsBadRequest) IsRedirect() bool

IsRedirect returns true when this put transport details bad request response has a 3xx status code

func (*PutTransportDetailsBadRequest) IsServerError

func (o *PutTransportDetailsBadRequest) IsServerError() bool

IsServerError returns true when this put transport details bad request response has a 5xx status code

func (*PutTransportDetailsBadRequest) IsSuccess

func (o *PutTransportDetailsBadRequest) IsSuccess() bool

IsSuccess returns true when this put transport details bad request response has a 2xx status code

func (*PutTransportDetailsBadRequest) String

type PutTransportDetailsForbidden

type PutTransportDetailsForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.PutTransportDetailsResponse
}

PutTransportDetailsForbidden 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 NewPutTransportDetailsForbidden

func NewPutTransportDetailsForbidden() *PutTransportDetailsForbidden

NewPutTransportDetailsForbidden creates a PutTransportDetailsForbidden with default headers values

func (*PutTransportDetailsForbidden) Error

func (*PutTransportDetailsForbidden) GetPayload

func (*PutTransportDetailsForbidden) IsClientError

func (o *PutTransportDetailsForbidden) IsClientError() bool

IsClientError returns true when this put transport details forbidden response has a 4xx status code

func (*PutTransportDetailsForbidden) IsCode

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

IsCode returns true when this put transport details forbidden response a status code equal to that given

func (*PutTransportDetailsForbidden) IsRedirect

func (o *PutTransportDetailsForbidden) IsRedirect() bool

IsRedirect returns true when this put transport details forbidden response has a 3xx status code

func (*PutTransportDetailsForbidden) IsServerError

func (o *PutTransportDetailsForbidden) IsServerError() bool

IsServerError returns true when this put transport details forbidden response has a 5xx status code

func (*PutTransportDetailsForbidden) IsSuccess

func (o *PutTransportDetailsForbidden) IsSuccess() bool

IsSuccess returns true when this put transport details forbidden response has a 2xx status code

func (*PutTransportDetailsForbidden) String

type PutTransportDetailsInternalServerError

type PutTransportDetailsInternalServerError 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 *fulfillment_inbound_v0_models.PutTransportDetailsResponse
}

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

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

func NewPutTransportDetailsInternalServerError

func NewPutTransportDetailsInternalServerError() *PutTransportDetailsInternalServerError

NewPutTransportDetailsInternalServerError creates a PutTransportDetailsInternalServerError with default headers values

func (*PutTransportDetailsInternalServerError) Error

func (*PutTransportDetailsInternalServerError) GetPayload

func (*PutTransportDetailsInternalServerError) IsClientError

func (o *PutTransportDetailsInternalServerError) IsClientError() bool

IsClientError returns true when this put transport details internal server error response has a 4xx status code

func (*PutTransportDetailsInternalServerError) IsCode

IsCode returns true when this put transport details internal server error response a status code equal to that given

func (*PutTransportDetailsInternalServerError) IsRedirect

IsRedirect returns true when this put transport details internal server error response has a 3xx status code

func (*PutTransportDetailsInternalServerError) IsServerError

func (o *PutTransportDetailsInternalServerError) IsServerError() bool

IsServerError returns true when this put transport details internal server error response has a 5xx status code

func (*PutTransportDetailsInternalServerError) IsSuccess

IsSuccess returns true when this put transport details internal server error response has a 2xx status code

func (*PutTransportDetailsInternalServerError) String

type PutTransportDetailsNotFound

type PutTransportDetailsNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.PutTransportDetailsResponse
}

PutTransportDetailsNotFound describes a response with status code 404, with default header values.

The specified resource does not exist.

func NewPutTransportDetailsNotFound

func NewPutTransportDetailsNotFound() *PutTransportDetailsNotFound

NewPutTransportDetailsNotFound creates a PutTransportDetailsNotFound with default headers values

func (*PutTransportDetailsNotFound) Error

func (*PutTransportDetailsNotFound) GetPayload

func (*PutTransportDetailsNotFound) IsClientError

func (o *PutTransportDetailsNotFound) IsClientError() bool

IsClientError returns true when this put transport details not found response has a 4xx status code

func (*PutTransportDetailsNotFound) IsCode

func (o *PutTransportDetailsNotFound) IsCode(code int) bool

IsCode returns true when this put transport details not found response a status code equal to that given

func (*PutTransportDetailsNotFound) IsRedirect

func (o *PutTransportDetailsNotFound) IsRedirect() bool

IsRedirect returns true when this put transport details not found response has a 3xx status code

func (*PutTransportDetailsNotFound) IsServerError

func (o *PutTransportDetailsNotFound) IsServerError() bool

IsServerError returns true when this put transport details not found response has a 5xx status code

func (*PutTransportDetailsNotFound) IsSuccess

func (o *PutTransportDetailsNotFound) IsSuccess() bool

IsSuccess returns true when this put transport details not found response has a 2xx status code

func (*PutTransportDetailsNotFound) String

func (o *PutTransportDetailsNotFound) String() string

type PutTransportDetailsOK

type PutTransportDetailsOK struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.PutTransportDetailsResponse
}

PutTransportDetailsOK describes a response with status code 200, with default header values.

Success.

func NewPutTransportDetailsOK

func NewPutTransportDetailsOK() *PutTransportDetailsOK

NewPutTransportDetailsOK creates a PutTransportDetailsOK with default headers values

func (*PutTransportDetailsOK) Error

func (o *PutTransportDetailsOK) Error() string

func (*PutTransportDetailsOK) GetPayload

func (*PutTransportDetailsOK) IsClientError

func (o *PutTransportDetailsOK) IsClientError() bool

IsClientError returns true when this put transport details o k response has a 4xx status code

func (*PutTransportDetailsOK) IsCode

func (o *PutTransportDetailsOK) IsCode(code int) bool

IsCode returns true when this put transport details o k response a status code equal to that given

func (*PutTransportDetailsOK) IsRedirect

func (o *PutTransportDetailsOK) IsRedirect() bool

IsRedirect returns true when this put transport details o k response has a 3xx status code

func (*PutTransportDetailsOK) IsServerError

func (o *PutTransportDetailsOK) IsServerError() bool

IsServerError returns true when this put transport details o k response has a 5xx status code

func (*PutTransportDetailsOK) IsSuccess

func (o *PutTransportDetailsOK) IsSuccess() bool

IsSuccess returns true when this put transport details o k response has a 2xx status code

func (*PutTransportDetailsOK) String

func (o *PutTransportDetailsOK) String() string

type PutTransportDetailsParams

type PutTransportDetailsParams struct {

	// Body.
	Body *fulfillment_inbound_v0_models.PutTransportDetailsRequest

	/* ShipmentID.

	   A shipment identifier originally returned by the createInboundShipmentPlan operation.
	*/
	ShipmentID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutTransportDetailsParams contains all the parameters to send to the API endpoint

for the put transport details operation.

Typically these are written to a http.Request.

func NewPutTransportDetailsParams

func NewPutTransportDetailsParams() *PutTransportDetailsParams

NewPutTransportDetailsParams creates a new PutTransportDetailsParams 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 NewPutTransportDetailsParamsWithContext

func NewPutTransportDetailsParamsWithContext(ctx context.Context) *PutTransportDetailsParams

NewPutTransportDetailsParamsWithContext creates a new PutTransportDetailsParams object with the ability to set a context for a request.

func NewPutTransportDetailsParamsWithHTTPClient

func NewPutTransportDetailsParamsWithHTTPClient(client *http.Client) *PutTransportDetailsParams

NewPutTransportDetailsParamsWithHTTPClient creates a new PutTransportDetailsParams object with the ability to set a custom HTTPClient for a request.

func NewPutTransportDetailsParamsWithTimeout

func NewPutTransportDetailsParamsWithTimeout(timeout time.Duration) *PutTransportDetailsParams

NewPutTransportDetailsParamsWithTimeout creates a new PutTransportDetailsParams object with the ability to set a timeout on a request.

func (*PutTransportDetailsParams) SetBody

SetBody adds the body to the put transport details params

func (*PutTransportDetailsParams) SetContext

func (o *PutTransportDetailsParams) SetContext(ctx context.Context)

SetContext adds the context to the put transport details params

func (*PutTransportDetailsParams) SetDefaults

func (o *PutTransportDetailsParams) SetDefaults()

SetDefaults hydrates default values in the put transport details params (not the query body).

All values with no default are reset to their zero value.

func (*PutTransportDetailsParams) SetHTTPClient

func (o *PutTransportDetailsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put transport details params

func (*PutTransportDetailsParams) SetShipmentID

func (o *PutTransportDetailsParams) SetShipmentID(shipmentID string)

SetShipmentID adds the shipmentId to the put transport details params

func (*PutTransportDetailsParams) SetTimeout

func (o *PutTransportDetailsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put transport details params

func (*PutTransportDetailsParams) WithBody

WithBody adds the body to the put transport details params

func (*PutTransportDetailsParams) WithContext

WithContext adds the context to the put transport details params

func (*PutTransportDetailsParams) WithDefaults

WithDefaults hydrates default values in the put transport details params (not the query body).

All values with no default are reset to their zero value.

func (*PutTransportDetailsParams) WithHTTPClient

func (o *PutTransportDetailsParams) WithHTTPClient(client *http.Client) *PutTransportDetailsParams

WithHTTPClient adds the HTTPClient to the put transport details params

func (*PutTransportDetailsParams) WithShipmentID

func (o *PutTransportDetailsParams) WithShipmentID(shipmentID string) *PutTransportDetailsParams

WithShipmentID adds the shipmentID to the put transport details params

func (*PutTransportDetailsParams) WithTimeout

WithTimeout adds the timeout to the put transport details params

func (*PutTransportDetailsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutTransportDetailsReader

type PutTransportDetailsReader struct {
	// contains filtered or unexported fields
}

PutTransportDetailsReader is a Reader for the PutTransportDetails structure.

func (*PutTransportDetailsReader) ReadResponse

func (o *PutTransportDetailsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutTransportDetailsServiceUnavailable

type PutTransportDetailsServiceUnavailable 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 *fulfillment_inbound_v0_models.PutTransportDetailsResponse
}

PutTransportDetailsServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewPutTransportDetailsServiceUnavailable

func NewPutTransportDetailsServiceUnavailable() *PutTransportDetailsServiceUnavailable

NewPutTransportDetailsServiceUnavailable creates a PutTransportDetailsServiceUnavailable with default headers values

func (*PutTransportDetailsServiceUnavailable) Error

func (*PutTransportDetailsServiceUnavailable) GetPayload

func (*PutTransportDetailsServiceUnavailable) IsClientError

func (o *PutTransportDetailsServiceUnavailable) IsClientError() bool

IsClientError returns true when this put transport details service unavailable response has a 4xx status code

func (*PutTransportDetailsServiceUnavailable) IsCode

IsCode returns true when this put transport details service unavailable response a status code equal to that given

func (*PutTransportDetailsServiceUnavailable) IsRedirect

IsRedirect returns true when this put transport details service unavailable response has a 3xx status code

func (*PutTransportDetailsServiceUnavailable) IsServerError

func (o *PutTransportDetailsServiceUnavailable) IsServerError() bool

IsServerError returns true when this put transport details service unavailable response has a 5xx status code

func (*PutTransportDetailsServiceUnavailable) IsSuccess

IsSuccess returns true when this put transport details service unavailable response has a 2xx status code

func (*PutTransportDetailsServiceUnavailable) String

type PutTransportDetailsTooManyRequests

type PutTransportDetailsTooManyRequests 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 *fulfillment_inbound_v0_models.PutTransportDetailsResponse
}

PutTransportDetailsTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewPutTransportDetailsTooManyRequests

func NewPutTransportDetailsTooManyRequests() *PutTransportDetailsTooManyRequests

NewPutTransportDetailsTooManyRequests creates a PutTransportDetailsTooManyRequests with default headers values

func (*PutTransportDetailsTooManyRequests) Error

func (*PutTransportDetailsTooManyRequests) GetPayload

func (*PutTransportDetailsTooManyRequests) IsClientError

func (o *PutTransportDetailsTooManyRequests) IsClientError() bool

IsClientError returns true when this put transport details too many requests response has a 4xx status code

func (*PutTransportDetailsTooManyRequests) IsCode

IsCode returns true when this put transport details too many requests response a status code equal to that given

func (*PutTransportDetailsTooManyRequests) IsRedirect

func (o *PutTransportDetailsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this put transport details too many requests response has a 3xx status code

func (*PutTransportDetailsTooManyRequests) IsServerError

func (o *PutTransportDetailsTooManyRequests) IsServerError() bool

IsServerError returns true when this put transport details too many requests response has a 5xx status code

func (*PutTransportDetailsTooManyRequests) IsSuccess

IsSuccess returns true when this put transport details too many requests response has a 2xx status code

func (*PutTransportDetailsTooManyRequests) String

type PutTransportDetailsUnauthorized

type PutTransportDetailsUnauthorized 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 *fulfillment_inbound_v0_models.PutTransportDetailsResponse
}

PutTransportDetailsUnauthorized 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 NewPutTransportDetailsUnauthorized

func NewPutTransportDetailsUnauthorized() *PutTransportDetailsUnauthorized

NewPutTransportDetailsUnauthorized creates a PutTransportDetailsUnauthorized with default headers values

func (*PutTransportDetailsUnauthorized) Error

func (*PutTransportDetailsUnauthorized) GetPayload

func (*PutTransportDetailsUnauthorized) IsClientError

func (o *PutTransportDetailsUnauthorized) IsClientError() bool

IsClientError returns true when this put transport details unauthorized response has a 4xx status code

func (*PutTransportDetailsUnauthorized) IsCode

func (o *PutTransportDetailsUnauthorized) IsCode(code int) bool

IsCode returns true when this put transport details unauthorized response a status code equal to that given

func (*PutTransportDetailsUnauthorized) IsRedirect

func (o *PutTransportDetailsUnauthorized) IsRedirect() bool

IsRedirect returns true when this put transport details unauthorized response has a 3xx status code

func (*PutTransportDetailsUnauthorized) IsServerError

func (o *PutTransportDetailsUnauthorized) IsServerError() bool

IsServerError returns true when this put transport details unauthorized response has a 5xx status code

func (*PutTransportDetailsUnauthorized) IsSuccess

func (o *PutTransportDetailsUnauthorized) IsSuccess() bool

IsSuccess returns true when this put transport details unauthorized response has a 2xx status code

func (*PutTransportDetailsUnauthorized) String

type UpdateInboundShipmentBadRequest

type UpdateInboundShipmentBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.InboundShipmentResponse
}

UpdateInboundShipmentBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewUpdateInboundShipmentBadRequest

func NewUpdateInboundShipmentBadRequest() *UpdateInboundShipmentBadRequest

NewUpdateInboundShipmentBadRequest creates a UpdateInboundShipmentBadRequest with default headers values

func (*UpdateInboundShipmentBadRequest) Error

func (*UpdateInboundShipmentBadRequest) GetPayload

func (*UpdateInboundShipmentBadRequest) IsClientError

func (o *UpdateInboundShipmentBadRequest) IsClientError() bool

IsClientError returns true when this update inbound shipment bad request response has a 4xx status code

func (*UpdateInboundShipmentBadRequest) IsCode

func (o *UpdateInboundShipmentBadRequest) IsCode(code int) bool

IsCode returns true when this update inbound shipment bad request response a status code equal to that given

func (*UpdateInboundShipmentBadRequest) IsRedirect

func (o *UpdateInboundShipmentBadRequest) IsRedirect() bool

IsRedirect returns true when this update inbound shipment bad request response has a 3xx status code

func (*UpdateInboundShipmentBadRequest) IsServerError

func (o *UpdateInboundShipmentBadRequest) IsServerError() bool

IsServerError returns true when this update inbound shipment bad request response has a 5xx status code

func (*UpdateInboundShipmentBadRequest) IsSuccess

func (o *UpdateInboundShipmentBadRequest) IsSuccess() bool

IsSuccess returns true when this update inbound shipment bad request response has a 2xx status code

func (*UpdateInboundShipmentBadRequest) String

type UpdateInboundShipmentForbidden

type UpdateInboundShipmentForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.InboundShipmentResponse
}

UpdateInboundShipmentForbidden 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 NewUpdateInboundShipmentForbidden

func NewUpdateInboundShipmentForbidden() *UpdateInboundShipmentForbidden

NewUpdateInboundShipmentForbidden creates a UpdateInboundShipmentForbidden with default headers values

func (*UpdateInboundShipmentForbidden) Error

func (*UpdateInboundShipmentForbidden) GetPayload

func (*UpdateInboundShipmentForbidden) IsClientError

func (o *UpdateInboundShipmentForbidden) IsClientError() bool

IsClientError returns true when this update inbound shipment forbidden response has a 4xx status code

func (*UpdateInboundShipmentForbidden) IsCode

func (o *UpdateInboundShipmentForbidden) IsCode(code int) bool

IsCode returns true when this update inbound shipment forbidden response a status code equal to that given

func (*UpdateInboundShipmentForbidden) IsRedirect

func (o *UpdateInboundShipmentForbidden) IsRedirect() bool

IsRedirect returns true when this update inbound shipment forbidden response has a 3xx status code

func (*UpdateInboundShipmentForbidden) IsServerError

func (o *UpdateInboundShipmentForbidden) IsServerError() bool

IsServerError returns true when this update inbound shipment forbidden response has a 5xx status code

func (*UpdateInboundShipmentForbidden) IsSuccess

func (o *UpdateInboundShipmentForbidden) IsSuccess() bool

IsSuccess returns true when this update inbound shipment forbidden response has a 2xx status code

func (*UpdateInboundShipmentForbidden) String

type UpdateInboundShipmentInternalServerError

type UpdateInboundShipmentInternalServerError 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 *fulfillment_inbound_v0_models.InboundShipmentResponse
}

UpdateInboundShipmentInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewUpdateInboundShipmentInternalServerError

func NewUpdateInboundShipmentInternalServerError() *UpdateInboundShipmentInternalServerError

NewUpdateInboundShipmentInternalServerError creates a UpdateInboundShipmentInternalServerError with default headers values

func (*UpdateInboundShipmentInternalServerError) Error

func (*UpdateInboundShipmentInternalServerError) GetPayload

func (*UpdateInboundShipmentInternalServerError) IsClientError

IsClientError returns true when this update inbound shipment internal server error response has a 4xx status code

func (*UpdateInboundShipmentInternalServerError) IsCode

IsCode returns true when this update inbound shipment internal server error response a status code equal to that given

func (*UpdateInboundShipmentInternalServerError) IsRedirect

IsRedirect returns true when this update inbound shipment internal server error response has a 3xx status code

func (*UpdateInboundShipmentInternalServerError) IsServerError

IsServerError returns true when this update inbound shipment internal server error response has a 5xx status code

func (*UpdateInboundShipmentInternalServerError) IsSuccess

IsSuccess returns true when this update inbound shipment internal server error response has a 2xx status code

func (*UpdateInboundShipmentInternalServerError) String

type UpdateInboundShipmentNotFound

type UpdateInboundShipmentNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.InboundShipmentResponse
}

UpdateInboundShipmentNotFound describes a response with status code 404, with default header values.

The specified resource does not exist.

func NewUpdateInboundShipmentNotFound

func NewUpdateInboundShipmentNotFound() *UpdateInboundShipmentNotFound

NewUpdateInboundShipmentNotFound creates a UpdateInboundShipmentNotFound with default headers values

func (*UpdateInboundShipmentNotFound) Error

func (*UpdateInboundShipmentNotFound) GetPayload

func (*UpdateInboundShipmentNotFound) IsClientError

func (o *UpdateInboundShipmentNotFound) IsClientError() bool

IsClientError returns true when this update inbound shipment not found response has a 4xx status code

func (*UpdateInboundShipmentNotFound) IsCode

func (o *UpdateInboundShipmentNotFound) IsCode(code int) bool

IsCode returns true when this update inbound shipment not found response a status code equal to that given

func (*UpdateInboundShipmentNotFound) IsRedirect

func (o *UpdateInboundShipmentNotFound) IsRedirect() bool

IsRedirect returns true when this update inbound shipment not found response has a 3xx status code

func (*UpdateInboundShipmentNotFound) IsServerError

func (o *UpdateInboundShipmentNotFound) IsServerError() bool

IsServerError returns true when this update inbound shipment not found response has a 5xx status code

func (*UpdateInboundShipmentNotFound) IsSuccess

func (o *UpdateInboundShipmentNotFound) IsSuccess() bool

IsSuccess returns true when this update inbound shipment not found response has a 2xx status code

func (*UpdateInboundShipmentNotFound) String

type UpdateInboundShipmentOK

type UpdateInboundShipmentOK struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.InboundShipmentResponse
}

UpdateInboundShipmentOK describes a response with status code 200, with default header values.

Success.

func NewUpdateInboundShipmentOK

func NewUpdateInboundShipmentOK() *UpdateInboundShipmentOK

NewUpdateInboundShipmentOK creates a UpdateInboundShipmentOK with default headers values

func (*UpdateInboundShipmentOK) Error

func (o *UpdateInboundShipmentOK) Error() string

func (*UpdateInboundShipmentOK) GetPayload

func (*UpdateInboundShipmentOK) IsClientError

func (o *UpdateInboundShipmentOK) IsClientError() bool

IsClientError returns true when this update inbound shipment o k response has a 4xx status code

func (*UpdateInboundShipmentOK) IsCode

func (o *UpdateInboundShipmentOK) IsCode(code int) bool

IsCode returns true when this update inbound shipment o k response a status code equal to that given

func (*UpdateInboundShipmentOK) IsRedirect

func (o *UpdateInboundShipmentOK) IsRedirect() bool

IsRedirect returns true when this update inbound shipment o k response has a 3xx status code

func (*UpdateInboundShipmentOK) IsServerError

func (o *UpdateInboundShipmentOK) IsServerError() bool

IsServerError returns true when this update inbound shipment o k response has a 5xx status code

func (*UpdateInboundShipmentOK) IsSuccess

func (o *UpdateInboundShipmentOK) IsSuccess() bool

IsSuccess returns true when this update inbound shipment o k response has a 2xx status code

func (*UpdateInboundShipmentOK) String

func (o *UpdateInboundShipmentOK) String() string

type UpdateInboundShipmentParams

type UpdateInboundShipmentParams struct {

	// Body.
	Body *fulfillment_inbound_v0_models.InboundShipmentRequest

	/* ShipmentID.

	   A shipment identifier originally returned by the createInboundShipmentPlan operation.
	*/
	ShipmentID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateInboundShipmentParams contains all the parameters to send to the API endpoint

for the update inbound shipment operation.

Typically these are written to a http.Request.

func NewUpdateInboundShipmentParams

func NewUpdateInboundShipmentParams() *UpdateInboundShipmentParams

NewUpdateInboundShipmentParams creates a new UpdateInboundShipmentParams 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 NewUpdateInboundShipmentParamsWithContext

func NewUpdateInboundShipmentParamsWithContext(ctx context.Context) *UpdateInboundShipmentParams

NewUpdateInboundShipmentParamsWithContext creates a new UpdateInboundShipmentParams object with the ability to set a context for a request.

func NewUpdateInboundShipmentParamsWithHTTPClient

func NewUpdateInboundShipmentParamsWithHTTPClient(client *http.Client) *UpdateInboundShipmentParams

NewUpdateInboundShipmentParamsWithHTTPClient creates a new UpdateInboundShipmentParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateInboundShipmentParamsWithTimeout

func NewUpdateInboundShipmentParamsWithTimeout(timeout time.Duration) *UpdateInboundShipmentParams

NewUpdateInboundShipmentParamsWithTimeout creates a new UpdateInboundShipmentParams object with the ability to set a timeout on a request.

func (*UpdateInboundShipmentParams) SetBody

SetBody adds the body to the update inbound shipment params

func (*UpdateInboundShipmentParams) SetContext

func (o *UpdateInboundShipmentParams) SetContext(ctx context.Context)

SetContext adds the context to the update inbound shipment params

func (*UpdateInboundShipmentParams) SetDefaults

func (o *UpdateInboundShipmentParams) SetDefaults()

SetDefaults hydrates default values in the update inbound shipment params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateInboundShipmentParams) SetHTTPClient

func (o *UpdateInboundShipmentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update inbound shipment params

func (*UpdateInboundShipmentParams) SetShipmentID

func (o *UpdateInboundShipmentParams) SetShipmentID(shipmentID string)

SetShipmentID adds the shipmentId to the update inbound shipment params

func (*UpdateInboundShipmentParams) SetTimeout

func (o *UpdateInboundShipmentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update inbound shipment params

func (*UpdateInboundShipmentParams) WithBody

WithBody adds the body to the update inbound shipment params

func (*UpdateInboundShipmentParams) WithContext

WithContext adds the context to the update inbound shipment params

func (*UpdateInboundShipmentParams) WithDefaults

WithDefaults hydrates default values in the update inbound shipment params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateInboundShipmentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update inbound shipment params

func (*UpdateInboundShipmentParams) WithShipmentID

func (o *UpdateInboundShipmentParams) WithShipmentID(shipmentID string) *UpdateInboundShipmentParams

WithShipmentID adds the shipmentID to the update inbound shipment params

func (*UpdateInboundShipmentParams) WithTimeout

WithTimeout adds the timeout to the update inbound shipment params

func (*UpdateInboundShipmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateInboundShipmentReader

type UpdateInboundShipmentReader struct {
	// contains filtered or unexported fields
}

UpdateInboundShipmentReader is a Reader for the UpdateInboundShipment structure.

func (*UpdateInboundShipmentReader) ReadResponse

func (o *UpdateInboundShipmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateInboundShipmentServiceUnavailable

type UpdateInboundShipmentServiceUnavailable 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 *fulfillment_inbound_v0_models.InboundShipmentResponse
}

UpdateInboundShipmentServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewUpdateInboundShipmentServiceUnavailable

func NewUpdateInboundShipmentServiceUnavailable() *UpdateInboundShipmentServiceUnavailable

NewUpdateInboundShipmentServiceUnavailable creates a UpdateInboundShipmentServiceUnavailable with default headers values

func (*UpdateInboundShipmentServiceUnavailable) Error

func (*UpdateInboundShipmentServiceUnavailable) GetPayload

func (*UpdateInboundShipmentServiceUnavailable) IsClientError

func (o *UpdateInboundShipmentServiceUnavailable) IsClientError() bool

IsClientError returns true when this update inbound shipment service unavailable response has a 4xx status code

func (*UpdateInboundShipmentServiceUnavailable) IsCode

IsCode returns true when this update inbound shipment service unavailable response a status code equal to that given

func (*UpdateInboundShipmentServiceUnavailable) IsRedirect

IsRedirect returns true when this update inbound shipment service unavailable response has a 3xx status code

func (*UpdateInboundShipmentServiceUnavailable) IsServerError

func (o *UpdateInboundShipmentServiceUnavailable) IsServerError() bool

IsServerError returns true when this update inbound shipment service unavailable response has a 5xx status code

func (*UpdateInboundShipmentServiceUnavailable) IsSuccess

IsSuccess returns true when this update inbound shipment service unavailable response has a 2xx status code

func (*UpdateInboundShipmentServiceUnavailable) String

type UpdateInboundShipmentTooManyRequests

type UpdateInboundShipmentTooManyRequests 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 *fulfillment_inbound_v0_models.InboundShipmentResponse
}

UpdateInboundShipmentTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewUpdateInboundShipmentTooManyRequests

func NewUpdateInboundShipmentTooManyRequests() *UpdateInboundShipmentTooManyRequests

NewUpdateInboundShipmentTooManyRequests creates a UpdateInboundShipmentTooManyRequests with default headers values

func (*UpdateInboundShipmentTooManyRequests) Error

func (*UpdateInboundShipmentTooManyRequests) GetPayload

func (*UpdateInboundShipmentTooManyRequests) IsClientError

func (o *UpdateInboundShipmentTooManyRequests) IsClientError() bool

IsClientError returns true when this update inbound shipment too many requests response has a 4xx status code

func (*UpdateInboundShipmentTooManyRequests) IsCode

IsCode returns true when this update inbound shipment too many requests response a status code equal to that given

func (*UpdateInboundShipmentTooManyRequests) IsRedirect

IsRedirect returns true when this update inbound shipment too many requests response has a 3xx status code

func (*UpdateInboundShipmentTooManyRequests) IsServerError

func (o *UpdateInboundShipmentTooManyRequests) IsServerError() bool

IsServerError returns true when this update inbound shipment too many requests response has a 5xx status code

func (*UpdateInboundShipmentTooManyRequests) IsSuccess

IsSuccess returns true when this update inbound shipment too many requests response has a 2xx status code

func (*UpdateInboundShipmentTooManyRequests) String

type UpdateInboundShipmentUnauthorized

type UpdateInboundShipmentUnauthorized 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 *fulfillment_inbound_v0_models.InboundShipmentResponse
}

UpdateInboundShipmentUnauthorized 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 NewUpdateInboundShipmentUnauthorized

func NewUpdateInboundShipmentUnauthorized() *UpdateInboundShipmentUnauthorized

NewUpdateInboundShipmentUnauthorized creates a UpdateInboundShipmentUnauthorized with default headers values

func (*UpdateInboundShipmentUnauthorized) Error

func (*UpdateInboundShipmentUnauthorized) GetPayload

func (*UpdateInboundShipmentUnauthorized) IsClientError

func (o *UpdateInboundShipmentUnauthorized) IsClientError() bool

IsClientError returns true when this update inbound shipment unauthorized response has a 4xx status code

func (*UpdateInboundShipmentUnauthorized) IsCode

func (o *UpdateInboundShipmentUnauthorized) IsCode(code int) bool

IsCode returns true when this update inbound shipment unauthorized response a status code equal to that given

func (*UpdateInboundShipmentUnauthorized) IsRedirect

func (o *UpdateInboundShipmentUnauthorized) IsRedirect() bool

IsRedirect returns true when this update inbound shipment unauthorized response has a 3xx status code

func (*UpdateInboundShipmentUnauthorized) IsServerError

func (o *UpdateInboundShipmentUnauthorized) IsServerError() bool

IsServerError returns true when this update inbound shipment unauthorized response has a 5xx status code

func (*UpdateInboundShipmentUnauthorized) IsSuccess

func (o *UpdateInboundShipmentUnauthorized) IsSuccess() bool

IsSuccess returns true when this update inbound shipment unauthorized response has a 2xx status code

func (*UpdateInboundShipmentUnauthorized) String

type VoidTransportBadRequest

type VoidTransportBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.VoidTransportResponse
}

VoidTransportBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewVoidTransportBadRequest

func NewVoidTransportBadRequest() *VoidTransportBadRequest

NewVoidTransportBadRequest creates a VoidTransportBadRequest with default headers values

func (*VoidTransportBadRequest) Error

func (o *VoidTransportBadRequest) Error() string

func (*VoidTransportBadRequest) GetPayload

func (*VoidTransportBadRequest) IsClientError

func (o *VoidTransportBadRequest) IsClientError() bool

IsClientError returns true when this void transport bad request response has a 4xx status code

func (*VoidTransportBadRequest) IsCode

func (o *VoidTransportBadRequest) IsCode(code int) bool

IsCode returns true when this void transport bad request response a status code equal to that given

func (*VoidTransportBadRequest) IsRedirect

func (o *VoidTransportBadRequest) IsRedirect() bool

IsRedirect returns true when this void transport bad request response has a 3xx status code

func (*VoidTransportBadRequest) IsServerError

func (o *VoidTransportBadRequest) IsServerError() bool

IsServerError returns true when this void transport bad request response has a 5xx status code

func (*VoidTransportBadRequest) IsSuccess

func (o *VoidTransportBadRequest) IsSuccess() bool

IsSuccess returns true when this void transport bad request response has a 2xx status code

func (*VoidTransportBadRequest) String

func (o *VoidTransportBadRequest) String() string

type VoidTransportForbidden

type VoidTransportForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.VoidTransportResponse
}

VoidTransportForbidden 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 NewVoidTransportForbidden

func NewVoidTransportForbidden() *VoidTransportForbidden

NewVoidTransportForbidden creates a VoidTransportForbidden with default headers values

func (*VoidTransportForbidden) Error

func (o *VoidTransportForbidden) Error() string

func (*VoidTransportForbidden) GetPayload

func (*VoidTransportForbidden) IsClientError

func (o *VoidTransportForbidden) IsClientError() bool

IsClientError returns true when this void transport forbidden response has a 4xx status code

func (*VoidTransportForbidden) IsCode

func (o *VoidTransportForbidden) IsCode(code int) bool

IsCode returns true when this void transport forbidden response a status code equal to that given

func (*VoidTransportForbidden) IsRedirect

func (o *VoidTransportForbidden) IsRedirect() bool

IsRedirect returns true when this void transport forbidden response has a 3xx status code

func (*VoidTransportForbidden) IsServerError

func (o *VoidTransportForbidden) IsServerError() bool

IsServerError returns true when this void transport forbidden response has a 5xx status code

func (*VoidTransportForbidden) IsSuccess

func (o *VoidTransportForbidden) IsSuccess() bool

IsSuccess returns true when this void transport forbidden response has a 2xx status code

func (*VoidTransportForbidden) String

func (o *VoidTransportForbidden) String() string

type VoidTransportInternalServerError

type VoidTransportInternalServerError 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 *fulfillment_inbound_v0_models.VoidTransportResponse
}

VoidTransportInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewVoidTransportInternalServerError

func NewVoidTransportInternalServerError() *VoidTransportInternalServerError

NewVoidTransportInternalServerError creates a VoidTransportInternalServerError with default headers values

func (*VoidTransportInternalServerError) Error

func (*VoidTransportInternalServerError) GetPayload

func (*VoidTransportInternalServerError) IsClientError

func (o *VoidTransportInternalServerError) IsClientError() bool

IsClientError returns true when this void transport internal server error response has a 4xx status code

func (*VoidTransportInternalServerError) IsCode

func (o *VoidTransportInternalServerError) IsCode(code int) bool

IsCode returns true when this void transport internal server error response a status code equal to that given

func (*VoidTransportInternalServerError) IsRedirect

func (o *VoidTransportInternalServerError) IsRedirect() bool

IsRedirect returns true when this void transport internal server error response has a 3xx status code

func (*VoidTransportInternalServerError) IsServerError

func (o *VoidTransportInternalServerError) IsServerError() bool

IsServerError returns true when this void transport internal server error response has a 5xx status code

func (*VoidTransportInternalServerError) IsSuccess

func (o *VoidTransportInternalServerError) IsSuccess() bool

IsSuccess returns true when this void transport internal server error response has a 2xx status code

func (*VoidTransportInternalServerError) String

type VoidTransportNotFound

type VoidTransportNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.VoidTransportResponse
}

VoidTransportNotFound describes a response with status code 404, with default header values.

The specified resource does not exist.

func NewVoidTransportNotFound

func NewVoidTransportNotFound() *VoidTransportNotFound

NewVoidTransportNotFound creates a VoidTransportNotFound with default headers values

func (*VoidTransportNotFound) Error

func (o *VoidTransportNotFound) Error() string

func (*VoidTransportNotFound) GetPayload

func (*VoidTransportNotFound) IsClientError

func (o *VoidTransportNotFound) IsClientError() bool

IsClientError returns true when this void transport not found response has a 4xx status code

func (*VoidTransportNotFound) IsCode

func (o *VoidTransportNotFound) IsCode(code int) bool

IsCode returns true when this void transport not found response a status code equal to that given

func (*VoidTransportNotFound) IsRedirect

func (o *VoidTransportNotFound) IsRedirect() bool

IsRedirect returns true when this void transport not found response has a 3xx status code

func (*VoidTransportNotFound) IsServerError

func (o *VoidTransportNotFound) IsServerError() bool

IsServerError returns true when this void transport not found response has a 5xx status code

func (*VoidTransportNotFound) IsSuccess

func (o *VoidTransportNotFound) IsSuccess() bool

IsSuccess returns true when this void transport not found response has a 2xx status code

func (*VoidTransportNotFound) String

func (o *VoidTransportNotFound) String() string

type VoidTransportOK

type VoidTransportOK struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fulfillment_inbound_v0_models.VoidTransportResponse
}

VoidTransportOK describes a response with status code 200, with default header values.

Success.

func NewVoidTransportOK

func NewVoidTransportOK() *VoidTransportOK

NewVoidTransportOK creates a VoidTransportOK with default headers values

func (*VoidTransportOK) Error

func (o *VoidTransportOK) Error() string

func (*VoidTransportOK) GetPayload

func (*VoidTransportOK) IsClientError

func (o *VoidTransportOK) IsClientError() bool

IsClientError returns true when this void transport o k response has a 4xx status code

func (*VoidTransportOK) IsCode

func (o *VoidTransportOK) IsCode(code int) bool

IsCode returns true when this void transport o k response a status code equal to that given

func (*VoidTransportOK) IsRedirect

func (o *VoidTransportOK) IsRedirect() bool

IsRedirect returns true when this void transport o k response has a 3xx status code

func (*VoidTransportOK) IsServerError

func (o *VoidTransportOK) IsServerError() bool

IsServerError returns true when this void transport o k response has a 5xx status code

func (*VoidTransportOK) IsSuccess

func (o *VoidTransportOK) IsSuccess() bool

IsSuccess returns true when this void transport o k response has a 2xx status code

func (*VoidTransportOK) String

func (o *VoidTransportOK) String() string

type VoidTransportParams

type VoidTransportParams struct {

	/* ShipmentID.

	   A shipment identifier originally returned by the createInboundShipmentPlan operation.
	*/
	ShipmentID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

VoidTransportParams contains all the parameters to send to the API endpoint

for the void transport operation.

Typically these are written to a http.Request.

func NewVoidTransportParams

func NewVoidTransportParams() *VoidTransportParams

NewVoidTransportParams creates a new VoidTransportParams 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 NewVoidTransportParamsWithContext

func NewVoidTransportParamsWithContext(ctx context.Context) *VoidTransportParams

NewVoidTransportParamsWithContext creates a new VoidTransportParams object with the ability to set a context for a request.

func NewVoidTransportParamsWithHTTPClient

func NewVoidTransportParamsWithHTTPClient(client *http.Client) *VoidTransportParams

NewVoidTransportParamsWithHTTPClient creates a new VoidTransportParams object with the ability to set a custom HTTPClient for a request.

func NewVoidTransportParamsWithTimeout

func NewVoidTransportParamsWithTimeout(timeout time.Duration) *VoidTransportParams

NewVoidTransportParamsWithTimeout creates a new VoidTransportParams object with the ability to set a timeout on a request.

func (*VoidTransportParams) SetContext

func (o *VoidTransportParams) SetContext(ctx context.Context)

SetContext adds the context to the void transport params

func (*VoidTransportParams) SetDefaults

func (o *VoidTransportParams) SetDefaults()

SetDefaults hydrates default values in the void transport params (not the query body).

All values with no default are reset to their zero value.

func (*VoidTransportParams) SetHTTPClient

func (o *VoidTransportParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the void transport params

func (*VoidTransportParams) SetShipmentID

func (o *VoidTransportParams) SetShipmentID(shipmentID string)

SetShipmentID adds the shipmentId to the void transport params

func (*VoidTransportParams) SetTimeout

func (o *VoidTransportParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the void transport params

func (*VoidTransportParams) WithContext

WithContext adds the context to the void transport params

func (*VoidTransportParams) WithDefaults

func (o *VoidTransportParams) WithDefaults() *VoidTransportParams

WithDefaults hydrates default values in the void transport params (not the query body).

All values with no default are reset to their zero value.

func (*VoidTransportParams) WithHTTPClient

func (o *VoidTransportParams) WithHTTPClient(client *http.Client) *VoidTransportParams

WithHTTPClient adds the HTTPClient to the void transport params

func (*VoidTransportParams) WithShipmentID

func (o *VoidTransportParams) WithShipmentID(shipmentID string) *VoidTransportParams

WithShipmentID adds the shipmentID to the void transport params

func (*VoidTransportParams) WithTimeout

func (o *VoidTransportParams) WithTimeout(timeout time.Duration) *VoidTransportParams

WithTimeout adds the timeout to the void transport params

func (*VoidTransportParams) WriteToRequest

func (o *VoidTransportParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type VoidTransportReader

type VoidTransportReader struct {
	// contains filtered or unexported fields
}

VoidTransportReader is a Reader for the VoidTransport structure.

func (*VoidTransportReader) ReadResponse

func (o *VoidTransportReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type VoidTransportServiceUnavailable

type VoidTransportServiceUnavailable 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 *fulfillment_inbound_v0_models.VoidTransportResponse
}

VoidTransportServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewVoidTransportServiceUnavailable

func NewVoidTransportServiceUnavailable() *VoidTransportServiceUnavailable

NewVoidTransportServiceUnavailable creates a VoidTransportServiceUnavailable with default headers values

func (*VoidTransportServiceUnavailable) Error

func (*VoidTransportServiceUnavailable) GetPayload

func (*VoidTransportServiceUnavailable) IsClientError

func (o *VoidTransportServiceUnavailable) IsClientError() bool

IsClientError returns true when this void transport service unavailable response has a 4xx status code

func (*VoidTransportServiceUnavailable) IsCode

func (o *VoidTransportServiceUnavailable) IsCode(code int) bool

IsCode returns true when this void transport service unavailable response a status code equal to that given

func (*VoidTransportServiceUnavailable) IsRedirect

func (o *VoidTransportServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this void transport service unavailable response has a 3xx status code

func (*VoidTransportServiceUnavailable) IsServerError

func (o *VoidTransportServiceUnavailable) IsServerError() bool

IsServerError returns true when this void transport service unavailable response has a 5xx status code

func (*VoidTransportServiceUnavailable) IsSuccess

func (o *VoidTransportServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this void transport service unavailable response has a 2xx status code

func (*VoidTransportServiceUnavailable) String

type VoidTransportTooManyRequests

type VoidTransportTooManyRequests 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 *fulfillment_inbound_v0_models.VoidTransportResponse
}

VoidTransportTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewVoidTransportTooManyRequests

func NewVoidTransportTooManyRequests() *VoidTransportTooManyRequests

NewVoidTransportTooManyRequests creates a VoidTransportTooManyRequests with default headers values

func (*VoidTransportTooManyRequests) Error

func (*VoidTransportTooManyRequests) GetPayload

func (*VoidTransportTooManyRequests) IsClientError

func (o *VoidTransportTooManyRequests) IsClientError() bool

IsClientError returns true when this void transport too many requests response has a 4xx status code

func (*VoidTransportTooManyRequests) IsCode

func (o *VoidTransportTooManyRequests) IsCode(code int) bool

IsCode returns true when this void transport too many requests response a status code equal to that given

func (*VoidTransportTooManyRequests) IsRedirect

func (o *VoidTransportTooManyRequests) IsRedirect() bool

IsRedirect returns true when this void transport too many requests response has a 3xx status code

func (*VoidTransportTooManyRequests) IsServerError

func (o *VoidTransportTooManyRequests) IsServerError() bool

IsServerError returns true when this void transport too many requests response has a 5xx status code

func (*VoidTransportTooManyRequests) IsSuccess

func (o *VoidTransportTooManyRequests) IsSuccess() bool

IsSuccess returns true when this void transport too many requests response has a 2xx status code

func (*VoidTransportTooManyRequests) String

type VoidTransportUnauthorized

type VoidTransportUnauthorized 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 *fulfillment_inbound_v0_models.VoidTransportResponse
}

VoidTransportUnauthorized 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 NewVoidTransportUnauthorized

func NewVoidTransportUnauthorized() *VoidTransportUnauthorized

NewVoidTransportUnauthorized creates a VoidTransportUnauthorized with default headers values

func (*VoidTransportUnauthorized) Error

func (o *VoidTransportUnauthorized) Error() string

func (*VoidTransportUnauthorized) GetPayload

func (*VoidTransportUnauthorized) IsClientError

func (o *VoidTransportUnauthorized) IsClientError() bool

IsClientError returns true when this void transport unauthorized response has a 4xx status code

func (*VoidTransportUnauthorized) IsCode

func (o *VoidTransportUnauthorized) IsCode(code int) bool

IsCode returns true when this void transport unauthorized response a status code equal to that given

func (*VoidTransportUnauthorized) IsRedirect

func (o *VoidTransportUnauthorized) IsRedirect() bool

IsRedirect returns true when this void transport unauthorized response has a 3xx status code

func (*VoidTransportUnauthorized) IsServerError

func (o *VoidTransportUnauthorized) IsServerError() bool

IsServerError returns true when this void transport unauthorized response has a 5xx status code

func (*VoidTransportUnauthorized) IsSuccess

func (o *VoidTransportUnauthorized) IsSuccess() bool

IsSuccess returns true when this void transport unauthorized response has a 2xx status code

func (*VoidTransportUnauthorized) String

func (o *VoidTransportUnauthorized) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL