feeds

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 CancelFeedBadRequest

type CancelFeedBadRequest struct {

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

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewCancelFeedBadRequest

func NewCancelFeedBadRequest() *CancelFeedBadRequest

NewCancelFeedBadRequest creates a CancelFeedBadRequest with default headers values

func (*CancelFeedBadRequest) Error

func (o *CancelFeedBadRequest) Error() string

func (*CancelFeedBadRequest) GetPayload

func (*CancelFeedBadRequest) IsClientError

func (o *CancelFeedBadRequest) IsClientError() bool

IsClientError returns true when this cancel feed bad request response has a 4xx status code

func (*CancelFeedBadRequest) IsCode

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

IsCode returns true when this cancel feed bad request response a status code equal to that given

func (*CancelFeedBadRequest) IsRedirect

func (o *CancelFeedBadRequest) IsRedirect() bool

IsRedirect returns true when this cancel feed bad request response has a 3xx status code

func (*CancelFeedBadRequest) IsServerError

func (o *CancelFeedBadRequest) IsServerError() bool

IsServerError returns true when this cancel feed bad request response has a 5xx status code

func (*CancelFeedBadRequest) IsSuccess

func (o *CancelFeedBadRequest) IsSuccess() bool

IsSuccess returns true when this cancel feed bad request response has a 2xx status code

func (*CancelFeedBadRequest) String

func (o *CancelFeedBadRequest) String() string

type CancelFeedForbidden

type CancelFeedForbidden struct {

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

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

func NewCancelFeedForbidden

func NewCancelFeedForbidden() *CancelFeedForbidden

NewCancelFeedForbidden creates a CancelFeedForbidden with default headers values

func (*CancelFeedForbidden) Error

func (o *CancelFeedForbidden) Error() string

func (*CancelFeedForbidden) GetPayload

func (*CancelFeedForbidden) IsClientError

func (o *CancelFeedForbidden) IsClientError() bool

IsClientError returns true when this cancel feed forbidden response has a 4xx status code

func (*CancelFeedForbidden) IsCode

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

IsCode returns true when this cancel feed forbidden response a status code equal to that given

func (*CancelFeedForbidden) IsRedirect

func (o *CancelFeedForbidden) IsRedirect() bool

IsRedirect returns true when this cancel feed forbidden response has a 3xx status code

func (*CancelFeedForbidden) IsServerError

func (o *CancelFeedForbidden) IsServerError() bool

IsServerError returns true when this cancel feed forbidden response has a 5xx status code

func (*CancelFeedForbidden) IsSuccess

func (o *CancelFeedForbidden) IsSuccess() bool

IsSuccess returns true when this cancel feed forbidden response has a 2xx status code

func (*CancelFeedForbidden) String

func (o *CancelFeedForbidden) String() string

type CancelFeedInternalServerError

type CancelFeedInternalServerError 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

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

func NewCancelFeedInternalServerError

func NewCancelFeedInternalServerError() *CancelFeedInternalServerError

NewCancelFeedInternalServerError creates a CancelFeedInternalServerError with default headers values

func (*CancelFeedInternalServerError) Error

func (*CancelFeedInternalServerError) GetPayload

func (*CancelFeedInternalServerError) IsClientError

func (o *CancelFeedInternalServerError) IsClientError() bool

IsClientError returns true when this cancel feed internal server error response has a 4xx status code

func (*CancelFeedInternalServerError) IsCode

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

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

func (*CancelFeedInternalServerError) IsRedirect

func (o *CancelFeedInternalServerError) IsRedirect() bool

IsRedirect returns true when this cancel feed internal server error response has a 3xx status code

func (*CancelFeedInternalServerError) IsServerError

func (o *CancelFeedInternalServerError) IsServerError() bool

IsServerError returns true when this cancel feed internal server error response has a 5xx status code

func (*CancelFeedInternalServerError) IsSuccess

func (o *CancelFeedInternalServerError) IsSuccess() bool

IsSuccess returns true when this cancel feed internal server error response has a 2xx status code

func (*CancelFeedInternalServerError) String

type CancelFeedNotFound

type CancelFeedNotFound struct {

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

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

The specified resource does not exist.

func NewCancelFeedNotFound

func NewCancelFeedNotFound() *CancelFeedNotFound

NewCancelFeedNotFound creates a CancelFeedNotFound with default headers values

func (*CancelFeedNotFound) Error

func (o *CancelFeedNotFound) Error() string

func (*CancelFeedNotFound) GetPayload

func (*CancelFeedNotFound) IsClientError

func (o *CancelFeedNotFound) IsClientError() bool

IsClientError returns true when this cancel feed not found response has a 4xx status code

func (*CancelFeedNotFound) IsCode

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

IsCode returns true when this cancel feed not found response a status code equal to that given

func (*CancelFeedNotFound) IsRedirect

func (o *CancelFeedNotFound) IsRedirect() bool

IsRedirect returns true when this cancel feed not found response has a 3xx status code

func (*CancelFeedNotFound) IsServerError

func (o *CancelFeedNotFound) IsServerError() bool

IsServerError returns true when this cancel feed not found response has a 5xx status code

func (*CancelFeedNotFound) IsSuccess

func (o *CancelFeedNotFound) IsSuccess() bool

IsSuccess returns true when this cancel feed not found response has a 2xx status code

func (*CancelFeedNotFound) String

func (o *CancelFeedNotFound) String() string

type CancelFeedOK

type CancelFeedOK struct {

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

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

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

Success.

func NewCancelFeedOK

func NewCancelFeedOK() *CancelFeedOK

NewCancelFeedOK creates a CancelFeedOK with default headers values

func (*CancelFeedOK) Error

func (o *CancelFeedOK) Error() string

func (*CancelFeedOK) IsClientError

func (o *CancelFeedOK) IsClientError() bool

IsClientError returns true when this cancel feed o k response has a 4xx status code

func (*CancelFeedOK) IsCode

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

IsCode returns true when this cancel feed o k response a status code equal to that given

func (*CancelFeedOK) IsRedirect

func (o *CancelFeedOK) IsRedirect() bool

IsRedirect returns true when this cancel feed o k response has a 3xx status code

func (*CancelFeedOK) IsServerError

func (o *CancelFeedOK) IsServerError() bool

IsServerError returns true when this cancel feed o k response has a 5xx status code

func (*CancelFeedOK) IsSuccess

func (o *CancelFeedOK) IsSuccess() bool

IsSuccess returns true when this cancel feed o k response has a 2xx status code

func (*CancelFeedOK) String

func (o *CancelFeedOK) String() string

type CancelFeedParams

type CancelFeedParams struct {

	/* FeedID.

	   The identifier for the feed. This identifier is unique only in combination with a seller ID.
	*/
	FeedID string

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

CancelFeedParams contains all the parameters to send to the API endpoint

for the cancel feed operation.

Typically these are written to a http.Request.

func NewCancelFeedParams

func NewCancelFeedParams() *CancelFeedParams

NewCancelFeedParams creates a new CancelFeedParams 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 NewCancelFeedParamsWithContext

func NewCancelFeedParamsWithContext(ctx context.Context) *CancelFeedParams

NewCancelFeedParamsWithContext creates a new CancelFeedParams object with the ability to set a context for a request.

func NewCancelFeedParamsWithHTTPClient

func NewCancelFeedParamsWithHTTPClient(client *http.Client) *CancelFeedParams

NewCancelFeedParamsWithHTTPClient creates a new CancelFeedParams object with the ability to set a custom HTTPClient for a request.

func NewCancelFeedParamsWithTimeout

func NewCancelFeedParamsWithTimeout(timeout time.Duration) *CancelFeedParams

NewCancelFeedParamsWithTimeout creates a new CancelFeedParams object with the ability to set a timeout on a request.

func (*CancelFeedParams) SetContext

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

SetContext adds the context to the cancel feed params

func (*CancelFeedParams) SetDefaults

func (o *CancelFeedParams) SetDefaults()

SetDefaults hydrates default values in the cancel feed params (not the query body).

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

func (*CancelFeedParams) SetFeedID

func (o *CancelFeedParams) SetFeedID(feedID string)

SetFeedID adds the feedId to the cancel feed params

func (*CancelFeedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cancel feed params

func (*CancelFeedParams) SetTimeout

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

SetTimeout adds the timeout to the cancel feed params

func (*CancelFeedParams) WithContext

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

WithContext adds the context to the cancel feed params

func (*CancelFeedParams) WithDefaults

func (o *CancelFeedParams) WithDefaults() *CancelFeedParams

WithDefaults hydrates default values in the cancel feed params (not the query body).

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

func (*CancelFeedParams) WithFeedID

func (o *CancelFeedParams) WithFeedID(feedID string) *CancelFeedParams

WithFeedID adds the feedID to the cancel feed params

func (*CancelFeedParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the cancel feed params

func (*CancelFeedParams) WithTimeout

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

WithTimeout adds the timeout to the cancel feed params

func (*CancelFeedParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CancelFeedReader

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

CancelFeedReader is a Reader for the CancelFeed structure.

func (*CancelFeedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CancelFeedServiceUnavailable

type CancelFeedServiceUnavailable 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

Temporary overloading or maintenance of the server.

func NewCancelFeedServiceUnavailable

func NewCancelFeedServiceUnavailable() *CancelFeedServiceUnavailable

NewCancelFeedServiceUnavailable creates a CancelFeedServiceUnavailable with default headers values

func (*CancelFeedServiceUnavailable) Error

func (*CancelFeedServiceUnavailable) GetPayload

func (*CancelFeedServiceUnavailable) IsClientError

func (o *CancelFeedServiceUnavailable) IsClientError() bool

IsClientError returns true when this cancel feed service unavailable response has a 4xx status code

func (*CancelFeedServiceUnavailable) IsCode

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

IsCode returns true when this cancel feed service unavailable response a status code equal to that given

func (*CancelFeedServiceUnavailable) IsRedirect

func (o *CancelFeedServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this cancel feed service unavailable response has a 3xx status code

func (*CancelFeedServiceUnavailable) IsServerError

func (o *CancelFeedServiceUnavailable) IsServerError() bool

IsServerError returns true when this cancel feed service unavailable response has a 5xx status code

func (*CancelFeedServiceUnavailable) IsSuccess

func (o *CancelFeedServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this cancel feed service unavailable response has a 2xx status code

func (*CancelFeedServiceUnavailable) String

type CancelFeedTooManyRequests

type CancelFeedTooManyRequests 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

The frequency of requests was greater than allowed.

func NewCancelFeedTooManyRequests

func NewCancelFeedTooManyRequests() *CancelFeedTooManyRequests

NewCancelFeedTooManyRequests creates a CancelFeedTooManyRequests with default headers values

func (*CancelFeedTooManyRequests) Error

func (o *CancelFeedTooManyRequests) Error() string

func (*CancelFeedTooManyRequests) GetPayload

func (*CancelFeedTooManyRequests) IsClientError

func (o *CancelFeedTooManyRequests) IsClientError() bool

IsClientError returns true when this cancel feed too many requests response has a 4xx status code

func (*CancelFeedTooManyRequests) IsCode

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

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

func (*CancelFeedTooManyRequests) IsRedirect

func (o *CancelFeedTooManyRequests) IsRedirect() bool

IsRedirect returns true when this cancel feed too many requests response has a 3xx status code

func (*CancelFeedTooManyRequests) IsServerError

func (o *CancelFeedTooManyRequests) IsServerError() bool

IsServerError returns true when this cancel feed too many requests response has a 5xx status code

func (*CancelFeedTooManyRequests) IsSuccess

func (o *CancelFeedTooManyRequests) IsSuccess() bool

IsSuccess returns true when this cancel feed too many requests response has a 2xx status code

func (*CancelFeedTooManyRequests) String

func (o *CancelFeedTooManyRequests) String() string

type CancelFeedUnauthorized

type CancelFeedUnauthorized 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

CancelFeedUnauthorized 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 NewCancelFeedUnauthorized

func NewCancelFeedUnauthorized() *CancelFeedUnauthorized

NewCancelFeedUnauthorized creates a CancelFeedUnauthorized with default headers values

func (*CancelFeedUnauthorized) Error

func (o *CancelFeedUnauthorized) Error() string

func (*CancelFeedUnauthorized) GetPayload

func (*CancelFeedUnauthorized) IsClientError

func (o *CancelFeedUnauthorized) IsClientError() bool

IsClientError returns true when this cancel feed unauthorized response has a 4xx status code

func (*CancelFeedUnauthorized) IsCode

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

IsCode returns true when this cancel feed unauthorized response a status code equal to that given

func (*CancelFeedUnauthorized) IsRedirect

func (o *CancelFeedUnauthorized) IsRedirect() bool

IsRedirect returns true when this cancel feed unauthorized response has a 3xx status code

func (*CancelFeedUnauthorized) IsServerError

func (o *CancelFeedUnauthorized) IsServerError() bool

IsServerError returns true when this cancel feed unauthorized response has a 5xx status code

func (*CancelFeedUnauthorized) IsSuccess

func (o *CancelFeedUnauthorized) IsSuccess() bool

IsSuccess returns true when this cancel feed unauthorized response has a 2xx status code

func (*CancelFeedUnauthorized) String

func (o *CancelFeedUnauthorized) String() string

type CancelFeedUnsupportedMediaType

type CancelFeedUnsupportedMediaType 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 *feeds_2021_06_30_models.ErrorList
}

CancelFeedUnsupportedMediaType describes a response with status code 415, with default header values.

The request's Content-Type header is invalid.

func NewCancelFeedUnsupportedMediaType

func NewCancelFeedUnsupportedMediaType() *CancelFeedUnsupportedMediaType

NewCancelFeedUnsupportedMediaType creates a CancelFeedUnsupportedMediaType with default headers values

func (*CancelFeedUnsupportedMediaType) Error

func (*CancelFeedUnsupportedMediaType) GetPayload

func (*CancelFeedUnsupportedMediaType) IsClientError

func (o *CancelFeedUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this cancel feed unsupported media type response has a 4xx status code

func (*CancelFeedUnsupportedMediaType) IsCode

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

IsCode returns true when this cancel feed unsupported media type response a status code equal to that given

func (*CancelFeedUnsupportedMediaType) IsRedirect

func (o *CancelFeedUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this cancel feed unsupported media type response has a 3xx status code

func (*CancelFeedUnsupportedMediaType) IsServerError

func (o *CancelFeedUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this cancel feed unsupported media type response has a 5xx status code

func (*CancelFeedUnsupportedMediaType) IsSuccess

func (o *CancelFeedUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this cancel feed unsupported media type response has a 2xx status code

func (*CancelFeedUnsupportedMediaType) String

type Client

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

Client for feeds API

func (*Client) CancelFeed

func (a *Client) CancelFeed(params *CancelFeedParams, opts ...ClientOption) (*CancelFeedOK, error)
CancelFeed Cancels the feed that you specify. Only feeds with processingStatus=IN_QUEUE can be cancelled. Cancelled feeds are returned in subsequent calls to the getFeed and getFeeds operations.

**Usage Plan:**

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

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may 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) CreateFeed

func (a *Client) CreateFeed(params *CreateFeedParams, opts ...ClientOption) (*CreateFeedAccepted, error)
CreateFeed Creates a feed. Upload the contents of the feed document before calling this operation.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 0.0083 | 15 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may 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) CreateFeedDocument

func (a *Client) CreateFeedDocument(params *CreateFeedDocumentParams, opts ...ClientOption) (*CreateFeedDocumentCreated, error)
CreateFeedDocument Creates a feed document for the feed type that you specify. This operation returns a presigned URL for uploading the feed document contents. It also returns a feedDocumentId value that you can pass in with a subsequent call to the createFeed operation.

**Usage Plan:**

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

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may 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) GetFeed

func (a *Client) GetFeed(params *GetFeedParams, opts ...ClientOption) (*GetFeedOK, error)
GetFeed Returns feed details (including the resultDocumentId, if available) for the feed that you specify.

**Usage Plan:**

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

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may 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) GetFeedDocument

func (a *Client) GetFeedDocument(params *GetFeedDocumentParams, opts ...ClientOption) (*GetFeedDocumentOK, error)
GetFeedDocument Returns the information required for retrieving a feed document's contents.

**Usage Plan:**

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

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values 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) GetFeeds

func (a *Client) GetFeeds(params *GetFeedsParams, opts ...ClientOption) (*GetFeedsOK, error)
GetFeeds Returns feed details for the feeds that match the filters that you specify.

**Usage Plan:**

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

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values 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

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CancelFeed(params *CancelFeedParams, opts ...ClientOption) (*CancelFeedOK, error)

	CreateFeed(params *CreateFeedParams, opts ...ClientOption) (*CreateFeedAccepted, error)

	CreateFeedDocument(params *CreateFeedDocumentParams, opts ...ClientOption) (*CreateFeedDocumentCreated, error)

	GetFeed(params *GetFeedParams, opts ...ClientOption) (*GetFeedOK, error)

	GetFeedDocument(params *GetFeedDocumentParams, opts ...ClientOption) (*GetFeedDocumentOK, error)

	GetFeeds(params *GetFeedsParams, opts ...ClientOption) (*GetFeedsOK, 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 feeds API client.

type CreateFeedAccepted

type CreateFeedAccepted struct {

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

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.CreateFeedResponse
}

CreateFeedAccepted describes a response with status code 202, with default header values.

Success.

func NewCreateFeedAccepted

func NewCreateFeedAccepted() *CreateFeedAccepted

NewCreateFeedAccepted creates a CreateFeedAccepted with default headers values

func (*CreateFeedAccepted) Error

func (o *CreateFeedAccepted) Error() string

func (*CreateFeedAccepted) GetPayload

func (*CreateFeedAccepted) IsClientError

func (o *CreateFeedAccepted) IsClientError() bool

IsClientError returns true when this create feed accepted response has a 4xx status code

func (*CreateFeedAccepted) IsCode

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

IsCode returns true when this create feed accepted response a status code equal to that given

func (*CreateFeedAccepted) IsRedirect

func (o *CreateFeedAccepted) IsRedirect() bool

IsRedirect returns true when this create feed accepted response has a 3xx status code

func (*CreateFeedAccepted) IsServerError

func (o *CreateFeedAccepted) IsServerError() bool

IsServerError returns true when this create feed accepted response has a 5xx status code

func (*CreateFeedAccepted) IsSuccess

func (o *CreateFeedAccepted) IsSuccess() bool

IsSuccess returns true when this create feed accepted response has a 2xx status code

func (*CreateFeedAccepted) String

func (o *CreateFeedAccepted) String() string

type CreateFeedBadRequest

type CreateFeedBadRequest struct {

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

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewCreateFeedBadRequest

func NewCreateFeedBadRequest() *CreateFeedBadRequest

NewCreateFeedBadRequest creates a CreateFeedBadRequest with default headers values

func (*CreateFeedBadRequest) Error

func (o *CreateFeedBadRequest) Error() string

func (*CreateFeedBadRequest) GetPayload

func (*CreateFeedBadRequest) IsClientError

func (o *CreateFeedBadRequest) IsClientError() bool

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

func (*CreateFeedBadRequest) IsCode

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

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

func (*CreateFeedBadRequest) IsRedirect

func (o *CreateFeedBadRequest) IsRedirect() bool

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

func (*CreateFeedBadRequest) IsServerError

func (o *CreateFeedBadRequest) IsServerError() bool

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

func (*CreateFeedBadRequest) IsSuccess

func (o *CreateFeedBadRequest) IsSuccess() bool

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

func (*CreateFeedBadRequest) String

func (o *CreateFeedBadRequest) String() string

type CreateFeedDocumentBadRequest

type CreateFeedDocumentBadRequest struct {

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

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewCreateFeedDocumentBadRequest

func NewCreateFeedDocumentBadRequest() *CreateFeedDocumentBadRequest

NewCreateFeedDocumentBadRequest creates a CreateFeedDocumentBadRequest with default headers values

func (*CreateFeedDocumentBadRequest) Error

func (*CreateFeedDocumentBadRequest) GetPayload

func (*CreateFeedDocumentBadRequest) IsClientError

func (o *CreateFeedDocumentBadRequest) IsClientError() bool

IsClientError returns true when this create feed document bad request response has a 4xx status code

func (*CreateFeedDocumentBadRequest) IsCode

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

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

func (*CreateFeedDocumentBadRequest) IsRedirect

func (o *CreateFeedDocumentBadRequest) IsRedirect() bool

IsRedirect returns true when this create feed document bad request response has a 3xx status code

func (*CreateFeedDocumentBadRequest) IsServerError

func (o *CreateFeedDocumentBadRequest) IsServerError() bool

IsServerError returns true when this create feed document bad request response has a 5xx status code

func (*CreateFeedDocumentBadRequest) IsSuccess

func (o *CreateFeedDocumentBadRequest) IsSuccess() bool

IsSuccess returns true when this create feed document bad request response has a 2xx status code

func (*CreateFeedDocumentBadRequest) String

type CreateFeedDocumentCreated

type CreateFeedDocumentCreated struct {

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

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.CreateFeedDocumentResponse
}

CreateFeedDocumentCreated describes a response with status code 201, with default header values.

Successfully created a feed document that is ready to receive contents.

func NewCreateFeedDocumentCreated

func NewCreateFeedDocumentCreated() *CreateFeedDocumentCreated

NewCreateFeedDocumentCreated creates a CreateFeedDocumentCreated with default headers values

func (*CreateFeedDocumentCreated) Error

func (o *CreateFeedDocumentCreated) Error() string

func (*CreateFeedDocumentCreated) GetPayload

func (*CreateFeedDocumentCreated) IsClientError

func (o *CreateFeedDocumentCreated) IsClientError() bool

IsClientError returns true when this create feed document created response has a 4xx status code

func (*CreateFeedDocumentCreated) IsCode

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

IsCode returns true when this create feed document created response a status code equal to that given

func (*CreateFeedDocumentCreated) IsRedirect

func (o *CreateFeedDocumentCreated) IsRedirect() bool

IsRedirect returns true when this create feed document created response has a 3xx status code

func (*CreateFeedDocumentCreated) IsServerError

func (o *CreateFeedDocumentCreated) IsServerError() bool

IsServerError returns true when this create feed document created response has a 5xx status code

func (*CreateFeedDocumentCreated) IsSuccess

func (o *CreateFeedDocumentCreated) IsSuccess() bool

IsSuccess returns true when this create feed document created response has a 2xx status code

func (*CreateFeedDocumentCreated) String

func (o *CreateFeedDocumentCreated) String() string

type CreateFeedDocumentForbidden

type CreateFeedDocumentForbidden struct {

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

CreateFeedDocumentForbidden 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 NewCreateFeedDocumentForbidden

func NewCreateFeedDocumentForbidden() *CreateFeedDocumentForbidden

NewCreateFeedDocumentForbidden creates a CreateFeedDocumentForbidden with default headers values

func (*CreateFeedDocumentForbidden) Error

func (*CreateFeedDocumentForbidden) GetPayload

func (*CreateFeedDocumentForbidden) IsClientError

func (o *CreateFeedDocumentForbidden) IsClientError() bool

IsClientError returns true when this create feed document forbidden response has a 4xx status code

func (*CreateFeedDocumentForbidden) IsCode

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

IsCode returns true when this create feed document forbidden response a status code equal to that given

func (*CreateFeedDocumentForbidden) IsRedirect

func (o *CreateFeedDocumentForbidden) IsRedirect() bool

IsRedirect returns true when this create feed document forbidden response has a 3xx status code

func (*CreateFeedDocumentForbidden) IsServerError

func (o *CreateFeedDocumentForbidden) IsServerError() bool

IsServerError returns true when this create feed document forbidden response has a 5xx status code

func (*CreateFeedDocumentForbidden) IsSuccess

func (o *CreateFeedDocumentForbidden) IsSuccess() bool

IsSuccess returns true when this create feed document forbidden response has a 2xx status code

func (*CreateFeedDocumentForbidden) String

func (o *CreateFeedDocumentForbidden) String() string

type CreateFeedDocumentInternalServerError

type CreateFeedDocumentInternalServerError 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

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

func NewCreateFeedDocumentInternalServerError

func NewCreateFeedDocumentInternalServerError() *CreateFeedDocumentInternalServerError

NewCreateFeedDocumentInternalServerError creates a CreateFeedDocumentInternalServerError with default headers values

func (*CreateFeedDocumentInternalServerError) Error

func (*CreateFeedDocumentInternalServerError) GetPayload

func (*CreateFeedDocumentInternalServerError) IsClientError

func (o *CreateFeedDocumentInternalServerError) IsClientError() bool

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

func (*CreateFeedDocumentInternalServerError) IsCode

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

func (*CreateFeedDocumentInternalServerError) IsRedirect

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

func (*CreateFeedDocumentInternalServerError) IsServerError

func (o *CreateFeedDocumentInternalServerError) IsServerError() bool

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

func (*CreateFeedDocumentInternalServerError) IsSuccess

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

func (*CreateFeedDocumentInternalServerError) String

type CreateFeedDocumentNotFound

type CreateFeedDocumentNotFound struct {

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

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

The resource specified does not exist.

func NewCreateFeedDocumentNotFound

func NewCreateFeedDocumentNotFound() *CreateFeedDocumentNotFound

NewCreateFeedDocumentNotFound creates a CreateFeedDocumentNotFound with default headers values

func (*CreateFeedDocumentNotFound) Error

func (*CreateFeedDocumentNotFound) GetPayload

func (*CreateFeedDocumentNotFound) IsClientError

func (o *CreateFeedDocumentNotFound) IsClientError() bool

IsClientError returns true when this create feed document not found response has a 4xx status code

func (*CreateFeedDocumentNotFound) IsCode

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

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

func (*CreateFeedDocumentNotFound) IsRedirect

func (o *CreateFeedDocumentNotFound) IsRedirect() bool

IsRedirect returns true when this create feed document not found response has a 3xx status code

func (*CreateFeedDocumentNotFound) IsServerError

func (o *CreateFeedDocumentNotFound) IsServerError() bool

IsServerError returns true when this create feed document not found response has a 5xx status code

func (*CreateFeedDocumentNotFound) IsSuccess

func (o *CreateFeedDocumentNotFound) IsSuccess() bool

IsSuccess returns true when this create feed document not found response has a 2xx status code

func (*CreateFeedDocumentNotFound) String

func (o *CreateFeedDocumentNotFound) String() string

type CreateFeedDocumentParams

type CreateFeedDocumentParams struct {

	// Body.
	Body *feeds_2021_06_30_models.CreateFeedDocumentSpecification

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

CreateFeedDocumentParams contains all the parameters to send to the API endpoint

for the create feed document operation.

Typically these are written to a http.Request.

func NewCreateFeedDocumentParams

func NewCreateFeedDocumentParams() *CreateFeedDocumentParams

NewCreateFeedDocumentParams creates a new CreateFeedDocumentParams 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 NewCreateFeedDocumentParamsWithContext

func NewCreateFeedDocumentParamsWithContext(ctx context.Context) *CreateFeedDocumentParams

NewCreateFeedDocumentParamsWithContext creates a new CreateFeedDocumentParams object with the ability to set a context for a request.

func NewCreateFeedDocumentParamsWithHTTPClient

func NewCreateFeedDocumentParamsWithHTTPClient(client *http.Client) *CreateFeedDocumentParams

NewCreateFeedDocumentParamsWithHTTPClient creates a new CreateFeedDocumentParams object with the ability to set a custom HTTPClient for a request.

func NewCreateFeedDocumentParamsWithTimeout

func NewCreateFeedDocumentParamsWithTimeout(timeout time.Duration) *CreateFeedDocumentParams

NewCreateFeedDocumentParamsWithTimeout creates a new CreateFeedDocumentParams object with the ability to set a timeout on a request.

func (*CreateFeedDocumentParams) SetBody

SetBody adds the body to the create feed document params

func (*CreateFeedDocumentParams) SetContext

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

SetContext adds the context to the create feed document params

func (*CreateFeedDocumentParams) SetDefaults

func (o *CreateFeedDocumentParams) SetDefaults()

SetDefaults hydrates default values in the create feed document params (not the query body).

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

func (*CreateFeedDocumentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create feed document params

func (*CreateFeedDocumentParams) SetTimeout

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

SetTimeout adds the timeout to the create feed document params

func (*CreateFeedDocumentParams) WithBody

WithBody adds the body to the create feed document params

func (*CreateFeedDocumentParams) WithContext

WithContext adds the context to the create feed document params

func (*CreateFeedDocumentParams) WithDefaults

WithDefaults hydrates default values in the create feed document params (not the query body).

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

func (*CreateFeedDocumentParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create feed document params

func (*CreateFeedDocumentParams) WithTimeout

WithTimeout adds the timeout to the create feed document params

func (*CreateFeedDocumentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateFeedDocumentReader

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

CreateFeedDocumentReader is a Reader for the CreateFeedDocument structure.

func (*CreateFeedDocumentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateFeedDocumentRequestEntityTooLarge

type CreateFeedDocumentRequestEntityTooLarge 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

The request size exceeded the maximum accepted size.

func NewCreateFeedDocumentRequestEntityTooLarge

func NewCreateFeedDocumentRequestEntityTooLarge() *CreateFeedDocumentRequestEntityTooLarge

NewCreateFeedDocumentRequestEntityTooLarge creates a CreateFeedDocumentRequestEntityTooLarge with default headers values

func (*CreateFeedDocumentRequestEntityTooLarge) Error

func (*CreateFeedDocumentRequestEntityTooLarge) GetPayload

func (*CreateFeedDocumentRequestEntityTooLarge) IsClientError

func (o *CreateFeedDocumentRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this create feed document request entity too large response has a 4xx status code

func (*CreateFeedDocumentRequestEntityTooLarge) IsCode

IsCode returns true when this create feed document request entity too large response a status code equal to that given

func (*CreateFeedDocumentRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this create feed document request entity too large response has a 3xx status code

func (*CreateFeedDocumentRequestEntityTooLarge) IsServerError

func (o *CreateFeedDocumentRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this create feed document request entity too large response has a 5xx status code

func (*CreateFeedDocumentRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this create feed document request entity too large response has a 2xx status code

func (*CreateFeedDocumentRequestEntityTooLarge) String

type CreateFeedDocumentServiceUnavailable

type CreateFeedDocumentServiceUnavailable 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

Temporary overloading or maintenance of the server.

func NewCreateFeedDocumentServiceUnavailable

func NewCreateFeedDocumentServiceUnavailable() *CreateFeedDocumentServiceUnavailable

NewCreateFeedDocumentServiceUnavailable creates a CreateFeedDocumentServiceUnavailable with default headers values

func (*CreateFeedDocumentServiceUnavailable) Error

func (*CreateFeedDocumentServiceUnavailable) GetPayload

func (*CreateFeedDocumentServiceUnavailable) IsClientError

func (o *CreateFeedDocumentServiceUnavailable) IsClientError() bool

IsClientError returns true when this create feed document service unavailable response has a 4xx status code

func (*CreateFeedDocumentServiceUnavailable) IsCode

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

func (*CreateFeedDocumentServiceUnavailable) IsRedirect

IsRedirect returns true when this create feed document service unavailable response has a 3xx status code

func (*CreateFeedDocumentServiceUnavailable) IsServerError

func (o *CreateFeedDocumentServiceUnavailable) IsServerError() bool

IsServerError returns true when this create feed document service unavailable response has a 5xx status code

func (*CreateFeedDocumentServiceUnavailable) IsSuccess

IsSuccess returns true when this create feed document service unavailable response has a 2xx status code

func (*CreateFeedDocumentServiceUnavailable) String

type CreateFeedDocumentTooManyRequests

type CreateFeedDocumentTooManyRequests 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

The frequency of requests was greater than allowed.

func NewCreateFeedDocumentTooManyRequests

func NewCreateFeedDocumentTooManyRequests() *CreateFeedDocumentTooManyRequests

NewCreateFeedDocumentTooManyRequests creates a CreateFeedDocumentTooManyRequests with default headers values

func (*CreateFeedDocumentTooManyRequests) Error

func (*CreateFeedDocumentTooManyRequests) GetPayload

func (*CreateFeedDocumentTooManyRequests) IsClientError

func (o *CreateFeedDocumentTooManyRequests) IsClientError() bool

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

func (*CreateFeedDocumentTooManyRequests) IsCode

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

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

func (*CreateFeedDocumentTooManyRequests) IsRedirect

func (o *CreateFeedDocumentTooManyRequests) IsRedirect() bool

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

func (*CreateFeedDocumentTooManyRequests) IsServerError

func (o *CreateFeedDocumentTooManyRequests) IsServerError() bool

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

func (*CreateFeedDocumentTooManyRequests) IsSuccess

func (o *CreateFeedDocumentTooManyRequests) IsSuccess() bool

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

func (*CreateFeedDocumentTooManyRequests) String

type CreateFeedDocumentUnsupportedMediaType

type CreateFeedDocumentUnsupportedMediaType 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

CreateFeedDocumentUnsupportedMediaType describes a response with status code 415, with default header values.

The request payload is in an unsupported format.

func NewCreateFeedDocumentUnsupportedMediaType

func NewCreateFeedDocumentUnsupportedMediaType() *CreateFeedDocumentUnsupportedMediaType

NewCreateFeedDocumentUnsupportedMediaType creates a CreateFeedDocumentUnsupportedMediaType with default headers values

func (*CreateFeedDocumentUnsupportedMediaType) Error

func (*CreateFeedDocumentUnsupportedMediaType) GetPayload

func (*CreateFeedDocumentUnsupportedMediaType) IsClientError

func (o *CreateFeedDocumentUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this create feed document unsupported media type response has a 4xx status code

func (*CreateFeedDocumentUnsupportedMediaType) IsCode

IsCode returns true when this create feed document unsupported media type response a status code equal to that given

func (*CreateFeedDocumentUnsupportedMediaType) IsRedirect

IsRedirect returns true when this create feed document unsupported media type response has a 3xx status code

func (*CreateFeedDocumentUnsupportedMediaType) IsServerError

func (o *CreateFeedDocumentUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this create feed document unsupported media type response has a 5xx status code

func (*CreateFeedDocumentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this create feed document unsupported media type response has a 2xx status code

func (*CreateFeedDocumentUnsupportedMediaType) String

type CreateFeedForbidden

type CreateFeedForbidden struct {

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

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

func NewCreateFeedForbidden

func NewCreateFeedForbidden() *CreateFeedForbidden

NewCreateFeedForbidden creates a CreateFeedForbidden with default headers values

func (*CreateFeedForbidden) Error

func (o *CreateFeedForbidden) Error() string

func (*CreateFeedForbidden) GetPayload

func (*CreateFeedForbidden) IsClientError

func (o *CreateFeedForbidden) IsClientError() bool

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

func (*CreateFeedForbidden) IsCode

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

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

func (*CreateFeedForbidden) IsRedirect

func (o *CreateFeedForbidden) IsRedirect() bool

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

func (*CreateFeedForbidden) IsServerError

func (o *CreateFeedForbidden) IsServerError() bool

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

func (*CreateFeedForbidden) IsSuccess

func (o *CreateFeedForbidden) IsSuccess() bool

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

func (*CreateFeedForbidden) String

func (o *CreateFeedForbidden) String() string

type CreateFeedInternalServerError

type CreateFeedInternalServerError 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

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

func NewCreateFeedInternalServerError

func NewCreateFeedInternalServerError() *CreateFeedInternalServerError

NewCreateFeedInternalServerError creates a CreateFeedInternalServerError with default headers values

func (*CreateFeedInternalServerError) Error

func (*CreateFeedInternalServerError) GetPayload

func (*CreateFeedInternalServerError) IsClientError

func (o *CreateFeedInternalServerError) IsClientError() bool

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

func (*CreateFeedInternalServerError) IsCode

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

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

func (*CreateFeedInternalServerError) IsRedirect

func (o *CreateFeedInternalServerError) IsRedirect() bool

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

func (*CreateFeedInternalServerError) IsServerError

func (o *CreateFeedInternalServerError) IsServerError() bool

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

func (*CreateFeedInternalServerError) IsSuccess

func (o *CreateFeedInternalServerError) IsSuccess() bool

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

func (*CreateFeedInternalServerError) String

type CreateFeedNotFound

type CreateFeedNotFound struct {

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

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

The specified resource does not exist.

func NewCreateFeedNotFound

func NewCreateFeedNotFound() *CreateFeedNotFound

NewCreateFeedNotFound creates a CreateFeedNotFound with default headers values

func (*CreateFeedNotFound) Error

func (o *CreateFeedNotFound) Error() string

func (*CreateFeedNotFound) GetPayload

func (*CreateFeedNotFound) IsClientError

func (o *CreateFeedNotFound) IsClientError() bool

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

func (*CreateFeedNotFound) IsCode

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

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

func (*CreateFeedNotFound) IsRedirect

func (o *CreateFeedNotFound) IsRedirect() bool

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

func (*CreateFeedNotFound) IsServerError

func (o *CreateFeedNotFound) IsServerError() bool

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

func (*CreateFeedNotFound) IsSuccess

func (o *CreateFeedNotFound) IsSuccess() bool

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

func (*CreateFeedNotFound) String

func (o *CreateFeedNotFound) String() string

type CreateFeedParams

type CreateFeedParams struct {

	// Body.
	Body *feeds_2021_06_30_models.CreateFeedSpecification

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

CreateFeedParams contains all the parameters to send to the API endpoint

for the create feed operation.

Typically these are written to a http.Request.

func NewCreateFeedParams

func NewCreateFeedParams() *CreateFeedParams

NewCreateFeedParams creates a new CreateFeedParams 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 NewCreateFeedParamsWithContext

func NewCreateFeedParamsWithContext(ctx context.Context) *CreateFeedParams

NewCreateFeedParamsWithContext creates a new CreateFeedParams object with the ability to set a context for a request.

func NewCreateFeedParamsWithHTTPClient

func NewCreateFeedParamsWithHTTPClient(client *http.Client) *CreateFeedParams

NewCreateFeedParamsWithHTTPClient creates a new CreateFeedParams object with the ability to set a custom HTTPClient for a request.

func NewCreateFeedParamsWithTimeout

func NewCreateFeedParamsWithTimeout(timeout time.Duration) *CreateFeedParams

NewCreateFeedParamsWithTimeout creates a new CreateFeedParams object with the ability to set a timeout on a request.

func (*CreateFeedParams) SetBody

SetBody adds the body to the create feed params

func (*CreateFeedParams) SetContext

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

SetContext adds the context to the create feed params

func (*CreateFeedParams) SetDefaults

func (o *CreateFeedParams) SetDefaults()

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

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

func (*CreateFeedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create feed params

func (*CreateFeedParams) SetTimeout

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

SetTimeout adds the timeout to the create feed params

func (*CreateFeedParams) WithBody

WithBody adds the body to the create feed params

func (*CreateFeedParams) WithContext

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

WithContext adds the context to the create feed params

func (*CreateFeedParams) WithDefaults

func (o *CreateFeedParams) WithDefaults() *CreateFeedParams

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

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

func (*CreateFeedParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create feed params

func (*CreateFeedParams) WithTimeout

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

WithTimeout adds the timeout to the create feed params

func (*CreateFeedParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateFeedReader

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

CreateFeedReader is a Reader for the CreateFeed structure.

func (*CreateFeedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateFeedServiceUnavailable

type CreateFeedServiceUnavailable 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

Temporary overloading or maintenance of the server.

func NewCreateFeedServiceUnavailable

func NewCreateFeedServiceUnavailable() *CreateFeedServiceUnavailable

NewCreateFeedServiceUnavailable creates a CreateFeedServiceUnavailable with default headers values

func (*CreateFeedServiceUnavailable) Error

func (*CreateFeedServiceUnavailable) GetPayload

func (*CreateFeedServiceUnavailable) IsClientError

func (o *CreateFeedServiceUnavailable) IsClientError() bool

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

func (*CreateFeedServiceUnavailable) IsCode

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

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

func (*CreateFeedServiceUnavailable) IsRedirect

func (o *CreateFeedServiceUnavailable) IsRedirect() bool

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

func (*CreateFeedServiceUnavailable) IsServerError

func (o *CreateFeedServiceUnavailable) IsServerError() bool

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

func (*CreateFeedServiceUnavailable) IsSuccess

func (o *CreateFeedServiceUnavailable) IsSuccess() bool

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

func (*CreateFeedServiceUnavailable) String

type CreateFeedTooManyRequests

type CreateFeedTooManyRequests 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

The frequency of requests was greater than allowed.

func NewCreateFeedTooManyRequests

func NewCreateFeedTooManyRequests() *CreateFeedTooManyRequests

NewCreateFeedTooManyRequests creates a CreateFeedTooManyRequests with default headers values

func (*CreateFeedTooManyRequests) Error

func (o *CreateFeedTooManyRequests) Error() string

func (*CreateFeedTooManyRequests) GetPayload

func (*CreateFeedTooManyRequests) IsClientError

func (o *CreateFeedTooManyRequests) IsClientError() bool

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

func (*CreateFeedTooManyRequests) IsCode

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

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

func (*CreateFeedTooManyRequests) IsRedirect

func (o *CreateFeedTooManyRequests) IsRedirect() bool

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

func (*CreateFeedTooManyRequests) IsServerError

func (o *CreateFeedTooManyRequests) IsServerError() bool

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

func (*CreateFeedTooManyRequests) IsSuccess

func (o *CreateFeedTooManyRequests) IsSuccess() bool

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

func (*CreateFeedTooManyRequests) String

func (o *CreateFeedTooManyRequests) String() string

type CreateFeedUnauthorized

type CreateFeedUnauthorized 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

CreateFeedUnauthorized 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 NewCreateFeedUnauthorized

func NewCreateFeedUnauthorized() *CreateFeedUnauthorized

NewCreateFeedUnauthorized creates a CreateFeedUnauthorized with default headers values

func (*CreateFeedUnauthorized) Error

func (o *CreateFeedUnauthorized) Error() string

func (*CreateFeedUnauthorized) GetPayload

func (*CreateFeedUnauthorized) IsClientError

func (o *CreateFeedUnauthorized) IsClientError() bool

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

func (*CreateFeedUnauthorized) IsCode

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

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

func (*CreateFeedUnauthorized) IsRedirect

func (o *CreateFeedUnauthorized) IsRedirect() bool

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

func (*CreateFeedUnauthorized) IsServerError

func (o *CreateFeedUnauthorized) IsServerError() bool

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

func (*CreateFeedUnauthorized) IsSuccess

func (o *CreateFeedUnauthorized) IsSuccess() bool

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

func (*CreateFeedUnauthorized) String

func (o *CreateFeedUnauthorized) String() string

type CreateFeedUnsupportedMediaType

type CreateFeedUnsupportedMediaType 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 *feeds_2021_06_30_models.ErrorList
}

CreateFeedUnsupportedMediaType describes a response with status code 415, with default header values.

The request's Content-Type header is invalid.

func NewCreateFeedUnsupportedMediaType

func NewCreateFeedUnsupportedMediaType() *CreateFeedUnsupportedMediaType

NewCreateFeedUnsupportedMediaType creates a CreateFeedUnsupportedMediaType with default headers values

func (*CreateFeedUnsupportedMediaType) Error

func (*CreateFeedUnsupportedMediaType) GetPayload

func (*CreateFeedUnsupportedMediaType) IsClientError

func (o *CreateFeedUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this create feed unsupported media type response has a 4xx status code

func (*CreateFeedUnsupportedMediaType) IsCode

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

IsCode returns true when this create feed unsupported media type response a status code equal to that given

func (*CreateFeedUnsupportedMediaType) IsRedirect

func (o *CreateFeedUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this create feed unsupported media type response has a 3xx status code

func (*CreateFeedUnsupportedMediaType) IsServerError

func (o *CreateFeedUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this create feed unsupported media type response has a 5xx status code

func (*CreateFeedUnsupportedMediaType) IsSuccess

func (o *CreateFeedUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this create feed unsupported media type response has a 2xx status code

func (*CreateFeedUnsupportedMediaType) String

type GetFeedBadRequest

type GetFeedBadRequest struct {

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

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewGetFeedBadRequest

func NewGetFeedBadRequest() *GetFeedBadRequest

NewGetFeedBadRequest creates a GetFeedBadRequest with default headers values

func (*GetFeedBadRequest) Error

func (o *GetFeedBadRequest) Error() string

func (*GetFeedBadRequest) GetPayload

func (*GetFeedBadRequest) IsClientError

func (o *GetFeedBadRequest) IsClientError() bool

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

func (*GetFeedBadRequest) IsCode

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

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

func (*GetFeedBadRequest) IsRedirect

func (o *GetFeedBadRequest) IsRedirect() bool

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

func (*GetFeedBadRequest) IsServerError

func (o *GetFeedBadRequest) IsServerError() bool

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

func (*GetFeedBadRequest) IsSuccess

func (o *GetFeedBadRequest) IsSuccess() bool

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

func (*GetFeedBadRequest) String

func (o *GetFeedBadRequest) String() string

type GetFeedDocumentBadRequest

type GetFeedDocumentBadRequest struct {

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

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewGetFeedDocumentBadRequest

func NewGetFeedDocumentBadRequest() *GetFeedDocumentBadRequest

NewGetFeedDocumentBadRequest creates a GetFeedDocumentBadRequest with default headers values

func (*GetFeedDocumentBadRequest) Error

func (o *GetFeedDocumentBadRequest) Error() string

func (*GetFeedDocumentBadRequest) GetPayload

func (*GetFeedDocumentBadRequest) IsClientError

func (o *GetFeedDocumentBadRequest) IsClientError() bool

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

func (*GetFeedDocumentBadRequest) IsCode

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

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

func (*GetFeedDocumentBadRequest) IsRedirect

func (o *GetFeedDocumentBadRequest) IsRedirect() bool

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

func (*GetFeedDocumentBadRequest) IsServerError

func (o *GetFeedDocumentBadRequest) IsServerError() bool

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

func (*GetFeedDocumentBadRequest) IsSuccess

func (o *GetFeedDocumentBadRequest) IsSuccess() bool

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

func (*GetFeedDocumentBadRequest) String

func (o *GetFeedDocumentBadRequest) String() string

type GetFeedDocumentForbidden

type GetFeedDocumentForbidden struct {

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

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

func NewGetFeedDocumentForbidden

func NewGetFeedDocumentForbidden() *GetFeedDocumentForbidden

NewGetFeedDocumentForbidden creates a GetFeedDocumentForbidden with default headers values

func (*GetFeedDocumentForbidden) Error

func (o *GetFeedDocumentForbidden) Error() string

func (*GetFeedDocumentForbidden) GetPayload

func (*GetFeedDocumentForbidden) IsClientError

func (o *GetFeedDocumentForbidden) IsClientError() bool

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

func (*GetFeedDocumentForbidden) IsCode

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

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

func (*GetFeedDocumentForbidden) IsRedirect

func (o *GetFeedDocumentForbidden) IsRedirect() bool

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

func (*GetFeedDocumentForbidden) IsServerError

func (o *GetFeedDocumentForbidden) IsServerError() bool

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

func (*GetFeedDocumentForbidden) IsSuccess

func (o *GetFeedDocumentForbidden) IsSuccess() bool

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

func (*GetFeedDocumentForbidden) String

func (o *GetFeedDocumentForbidden) String() string

type GetFeedDocumentInternalServerError

type GetFeedDocumentInternalServerError 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

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

func NewGetFeedDocumentInternalServerError

func NewGetFeedDocumentInternalServerError() *GetFeedDocumentInternalServerError

NewGetFeedDocumentInternalServerError creates a GetFeedDocumentInternalServerError with default headers values

func (*GetFeedDocumentInternalServerError) Error

func (*GetFeedDocumentInternalServerError) GetPayload

func (*GetFeedDocumentInternalServerError) IsClientError

func (o *GetFeedDocumentInternalServerError) IsClientError() bool

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

func (*GetFeedDocumentInternalServerError) IsCode

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

func (*GetFeedDocumentInternalServerError) IsRedirect

func (o *GetFeedDocumentInternalServerError) IsRedirect() bool

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

func (*GetFeedDocumentInternalServerError) IsServerError

func (o *GetFeedDocumentInternalServerError) IsServerError() bool

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

func (*GetFeedDocumentInternalServerError) IsSuccess

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

func (*GetFeedDocumentInternalServerError) String

type GetFeedDocumentNotFound

type GetFeedDocumentNotFound struct {

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

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

The specified resource does not exist.

func NewGetFeedDocumentNotFound

func NewGetFeedDocumentNotFound() *GetFeedDocumentNotFound

NewGetFeedDocumentNotFound creates a GetFeedDocumentNotFound with default headers values

func (*GetFeedDocumentNotFound) Error

func (o *GetFeedDocumentNotFound) Error() string

func (*GetFeedDocumentNotFound) GetPayload

func (*GetFeedDocumentNotFound) IsClientError

func (o *GetFeedDocumentNotFound) IsClientError() bool

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

func (*GetFeedDocumentNotFound) IsCode

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

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

func (*GetFeedDocumentNotFound) IsRedirect

func (o *GetFeedDocumentNotFound) IsRedirect() bool

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

func (*GetFeedDocumentNotFound) IsServerError

func (o *GetFeedDocumentNotFound) IsServerError() bool

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

func (*GetFeedDocumentNotFound) IsSuccess

func (o *GetFeedDocumentNotFound) IsSuccess() bool

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

func (*GetFeedDocumentNotFound) String

func (o *GetFeedDocumentNotFound) String() string

type GetFeedDocumentOK

type GetFeedDocumentOK struct {

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

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.FeedDocument
}

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

Success.

func NewGetFeedDocumentOK

func NewGetFeedDocumentOK() *GetFeedDocumentOK

NewGetFeedDocumentOK creates a GetFeedDocumentOK with default headers values

func (*GetFeedDocumentOK) Error

func (o *GetFeedDocumentOK) Error() string

func (*GetFeedDocumentOK) GetPayload

func (*GetFeedDocumentOK) IsClientError

func (o *GetFeedDocumentOK) IsClientError() bool

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

func (*GetFeedDocumentOK) IsCode

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

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

func (*GetFeedDocumentOK) IsRedirect

func (o *GetFeedDocumentOK) IsRedirect() bool

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

func (*GetFeedDocumentOK) IsServerError

func (o *GetFeedDocumentOK) IsServerError() bool

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

func (*GetFeedDocumentOK) IsSuccess

func (o *GetFeedDocumentOK) IsSuccess() bool

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

func (*GetFeedDocumentOK) String

func (o *GetFeedDocumentOK) String() string

type GetFeedDocumentParams

type GetFeedDocumentParams struct {

	/* FeedDocumentID.

	   The identifier of the feed document.
	*/
	FeedDocumentID string

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

GetFeedDocumentParams contains all the parameters to send to the API endpoint

for the get feed document operation.

Typically these are written to a http.Request.

func NewGetFeedDocumentParams

func NewGetFeedDocumentParams() *GetFeedDocumentParams

NewGetFeedDocumentParams creates a new GetFeedDocumentParams 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 NewGetFeedDocumentParamsWithContext

func NewGetFeedDocumentParamsWithContext(ctx context.Context) *GetFeedDocumentParams

NewGetFeedDocumentParamsWithContext creates a new GetFeedDocumentParams object with the ability to set a context for a request.

func NewGetFeedDocumentParamsWithHTTPClient

func NewGetFeedDocumentParamsWithHTTPClient(client *http.Client) *GetFeedDocumentParams

NewGetFeedDocumentParamsWithHTTPClient creates a new GetFeedDocumentParams object with the ability to set a custom HTTPClient for a request.

func NewGetFeedDocumentParamsWithTimeout

func NewGetFeedDocumentParamsWithTimeout(timeout time.Duration) *GetFeedDocumentParams

NewGetFeedDocumentParamsWithTimeout creates a new GetFeedDocumentParams object with the ability to set a timeout on a request.

func (*GetFeedDocumentParams) SetContext

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

SetContext adds the context to the get feed document params

func (*GetFeedDocumentParams) SetDefaults

func (o *GetFeedDocumentParams) SetDefaults()

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

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

func (*GetFeedDocumentParams) SetFeedDocumentID

func (o *GetFeedDocumentParams) SetFeedDocumentID(feedDocumentID string)

SetFeedDocumentID adds the feedDocumentId to the get feed document params

func (*GetFeedDocumentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get feed document params

func (*GetFeedDocumentParams) SetTimeout

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

SetTimeout adds the timeout to the get feed document params

func (*GetFeedDocumentParams) WithContext

WithContext adds the context to the get feed document params

func (*GetFeedDocumentParams) WithDefaults

func (o *GetFeedDocumentParams) WithDefaults() *GetFeedDocumentParams

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

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

func (*GetFeedDocumentParams) WithFeedDocumentID

func (o *GetFeedDocumentParams) WithFeedDocumentID(feedDocumentID string) *GetFeedDocumentParams

WithFeedDocumentID adds the feedDocumentID to the get feed document params

func (*GetFeedDocumentParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get feed document params

func (*GetFeedDocumentParams) WithTimeout

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

WithTimeout adds the timeout to the get feed document params

func (*GetFeedDocumentParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetFeedDocumentReader

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

GetFeedDocumentReader is a Reader for the GetFeedDocument structure.

func (*GetFeedDocumentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFeedDocumentServiceUnavailable

type GetFeedDocumentServiceUnavailable 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

Temporary overloading or maintenance of the server.

func NewGetFeedDocumentServiceUnavailable

func NewGetFeedDocumentServiceUnavailable() *GetFeedDocumentServiceUnavailable

NewGetFeedDocumentServiceUnavailable creates a GetFeedDocumentServiceUnavailable with default headers values

func (*GetFeedDocumentServiceUnavailable) Error

func (*GetFeedDocumentServiceUnavailable) GetPayload

func (*GetFeedDocumentServiceUnavailable) IsClientError

func (o *GetFeedDocumentServiceUnavailable) IsClientError() bool

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

func (*GetFeedDocumentServiceUnavailable) IsCode

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

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

func (*GetFeedDocumentServiceUnavailable) IsRedirect

func (o *GetFeedDocumentServiceUnavailable) IsRedirect() bool

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

func (*GetFeedDocumentServiceUnavailable) IsServerError

func (o *GetFeedDocumentServiceUnavailable) IsServerError() bool

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

func (*GetFeedDocumentServiceUnavailable) IsSuccess

func (o *GetFeedDocumentServiceUnavailable) IsSuccess() bool

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

func (*GetFeedDocumentServiceUnavailable) String

type GetFeedDocumentTooManyRequests

type GetFeedDocumentTooManyRequests 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

The frequency of requests was greater than allowed.

func NewGetFeedDocumentTooManyRequests

func NewGetFeedDocumentTooManyRequests() *GetFeedDocumentTooManyRequests

NewGetFeedDocumentTooManyRequests creates a GetFeedDocumentTooManyRequests with default headers values

func (*GetFeedDocumentTooManyRequests) Error

func (*GetFeedDocumentTooManyRequests) GetPayload

func (*GetFeedDocumentTooManyRequests) IsClientError

func (o *GetFeedDocumentTooManyRequests) IsClientError() bool

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

func (*GetFeedDocumentTooManyRequests) IsCode

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

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

func (*GetFeedDocumentTooManyRequests) IsRedirect

func (o *GetFeedDocumentTooManyRequests) IsRedirect() bool

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

func (*GetFeedDocumentTooManyRequests) IsServerError

func (o *GetFeedDocumentTooManyRequests) IsServerError() bool

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

func (*GetFeedDocumentTooManyRequests) IsSuccess

func (o *GetFeedDocumentTooManyRequests) IsSuccess() bool

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

func (*GetFeedDocumentTooManyRequests) String

type GetFeedDocumentUnauthorized

type GetFeedDocumentUnauthorized 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

GetFeedDocumentUnauthorized 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 NewGetFeedDocumentUnauthorized

func NewGetFeedDocumentUnauthorized() *GetFeedDocumentUnauthorized

NewGetFeedDocumentUnauthorized creates a GetFeedDocumentUnauthorized with default headers values

func (*GetFeedDocumentUnauthorized) Error

func (*GetFeedDocumentUnauthorized) GetPayload

func (*GetFeedDocumentUnauthorized) IsClientError

func (o *GetFeedDocumentUnauthorized) IsClientError() bool

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

func (*GetFeedDocumentUnauthorized) IsCode

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

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

func (*GetFeedDocumentUnauthorized) IsRedirect

func (o *GetFeedDocumentUnauthorized) IsRedirect() bool

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

func (*GetFeedDocumentUnauthorized) IsServerError

func (o *GetFeedDocumentUnauthorized) IsServerError() bool

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

func (*GetFeedDocumentUnauthorized) IsSuccess

func (o *GetFeedDocumentUnauthorized) IsSuccess() bool

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

func (*GetFeedDocumentUnauthorized) String

func (o *GetFeedDocumentUnauthorized) String() string

type GetFeedDocumentUnsupportedMediaType

type GetFeedDocumentUnsupportedMediaType 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 *feeds_2021_06_30_models.ErrorList
}

GetFeedDocumentUnsupportedMediaType describes a response with status code 415, with default header values.

The request's Content-Type header is invalid.

func NewGetFeedDocumentUnsupportedMediaType

func NewGetFeedDocumentUnsupportedMediaType() *GetFeedDocumentUnsupportedMediaType

NewGetFeedDocumentUnsupportedMediaType creates a GetFeedDocumentUnsupportedMediaType with default headers values

func (*GetFeedDocumentUnsupportedMediaType) Error

func (*GetFeedDocumentUnsupportedMediaType) GetPayload

func (*GetFeedDocumentUnsupportedMediaType) IsClientError

func (o *GetFeedDocumentUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get feed document unsupported media type response has a 4xx status code

func (*GetFeedDocumentUnsupportedMediaType) IsCode

IsCode returns true when this get feed document unsupported media type response a status code equal to that given

func (*GetFeedDocumentUnsupportedMediaType) IsRedirect

func (o *GetFeedDocumentUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this get feed document unsupported media type response has a 3xx status code

func (*GetFeedDocumentUnsupportedMediaType) IsServerError

func (o *GetFeedDocumentUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get feed document unsupported media type response has a 5xx status code

func (*GetFeedDocumentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get feed document unsupported media type response has a 2xx status code

func (*GetFeedDocumentUnsupportedMediaType) String

type GetFeedForbidden

type GetFeedForbidden struct {

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

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

func NewGetFeedForbidden

func NewGetFeedForbidden() *GetFeedForbidden

NewGetFeedForbidden creates a GetFeedForbidden with default headers values

func (*GetFeedForbidden) Error

func (o *GetFeedForbidden) Error() string

func (*GetFeedForbidden) GetPayload

func (*GetFeedForbidden) IsClientError

func (o *GetFeedForbidden) IsClientError() bool

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

func (*GetFeedForbidden) IsCode

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

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

func (*GetFeedForbidden) IsRedirect

func (o *GetFeedForbidden) IsRedirect() bool

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

func (*GetFeedForbidden) IsServerError

func (o *GetFeedForbidden) IsServerError() bool

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

func (*GetFeedForbidden) IsSuccess

func (o *GetFeedForbidden) IsSuccess() bool

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

func (*GetFeedForbidden) String

func (o *GetFeedForbidden) String() string

type GetFeedInternalServerError

type GetFeedInternalServerError 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

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

func NewGetFeedInternalServerError

func NewGetFeedInternalServerError() *GetFeedInternalServerError

NewGetFeedInternalServerError creates a GetFeedInternalServerError with default headers values

func (*GetFeedInternalServerError) Error

func (*GetFeedInternalServerError) GetPayload

func (*GetFeedInternalServerError) IsClientError

func (o *GetFeedInternalServerError) IsClientError() bool

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

func (*GetFeedInternalServerError) IsCode

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

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

func (*GetFeedInternalServerError) IsRedirect

func (o *GetFeedInternalServerError) IsRedirect() bool

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

func (*GetFeedInternalServerError) IsServerError

func (o *GetFeedInternalServerError) IsServerError() bool

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

func (*GetFeedInternalServerError) IsSuccess

func (o *GetFeedInternalServerError) IsSuccess() bool

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

func (*GetFeedInternalServerError) String

func (o *GetFeedInternalServerError) String() string

type GetFeedNotFound

type GetFeedNotFound struct {

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

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

The specified resource does not exist.

func NewGetFeedNotFound

func NewGetFeedNotFound() *GetFeedNotFound

NewGetFeedNotFound creates a GetFeedNotFound with default headers values

func (*GetFeedNotFound) Error

func (o *GetFeedNotFound) Error() string

func (*GetFeedNotFound) GetPayload

func (*GetFeedNotFound) IsClientError

func (o *GetFeedNotFound) IsClientError() bool

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

func (*GetFeedNotFound) IsCode

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

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

func (*GetFeedNotFound) IsRedirect

func (o *GetFeedNotFound) IsRedirect() bool

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

func (*GetFeedNotFound) IsServerError

func (o *GetFeedNotFound) IsServerError() bool

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

func (*GetFeedNotFound) IsSuccess

func (o *GetFeedNotFound) IsSuccess() bool

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

func (*GetFeedNotFound) String

func (o *GetFeedNotFound) String() string

type GetFeedOK

type GetFeedOK struct {

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

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.Feed
}

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

Success.

func NewGetFeedOK

func NewGetFeedOK() *GetFeedOK

NewGetFeedOK creates a GetFeedOK with default headers values

func (*GetFeedOK) Error

func (o *GetFeedOK) Error() string

func (*GetFeedOK) GetPayload

func (o *GetFeedOK) GetPayload() *feeds_2021_06_30_models.Feed

func (*GetFeedOK) IsClientError

func (o *GetFeedOK) IsClientError() bool

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

func (*GetFeedOK) IsCode

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

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

func (*GetFeedOK) IsRedirect

func (o *GetFeedOK) IsRedirect() bool

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

func (*GetFeedOK) IsServerError

func (o *GetFeedOK) IsServerError() bool

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

func (*GetFeedOK) IsSuccess

func (o *GetFeedOK) IsSuccess() bool

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

func (*GetFeedOK) String

func (o *GetFeedOK) String() string

type GetFeedParams

type GetFeedParams struct {

	/* FeedID.

	   The identifier for the feed. This identifier is unique only in combination with a seller ID.
	*/
	FeedID string

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

GetFeedParams contains all the parameters to send to the API endpoint

for the get feed operation.

Typically these are written to a http.Request.

func NewGetFeedParams

func NewGetFeedParams() *GetFeedParams

NewGetFeedParams creates a new GetFeedParams 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 NewGetFeedParamsWithContext

func NewGetFeedParamsWithContext(ctx context.Context) *GetFeedParams

NewGetFeedParamsWithContext creates a new GetFeedParams object with the ability to set a context for a request.

func NewGetFeedParamsWithHTTPClient

func NewGetFeedParamsWithHTTPClient(client *http.Client) *GetFeedParams

NewGetFeedParamsWithHTTPClient creates a new GetFeedParams object with the ability to set a custom HTTPClient for a request.

func NewGetFeedParamsWithTimeout

func NewGetFeedParamsWithTimeout(timeout time.Duration) *GetFeedParams

NewGetFeedParamsWithTimeout creates a new GetFeedParams object with the ability to set a timeout on a request.

func (*GetFeedParams) SetContext

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

SetContext adds the context to the get feed params

func (*GetFeedParams) SetDefaults

func (o *GetFeedParams) SetDefaults()

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

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

func (*GetFeedParams) SetFeedID

func (o *GetFeedParams) SetFeedID(feedID string)

SetFeedID adds the feedId to the get feed params

func (*GetFeedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get feed params

func (*GetFeedParams) SetTimeout

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

SetTimeout adds the timeout to the get feed params

func (*GetFeedParams) WithContext

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

WithContext adds the context to the get feed params

func (*GetFeedParams) WithDefaults

func (o *GetFeedParams) WithDefaults() *GetFeedParams

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

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

func (*GetFeedParams) WithFeedID

func (o *GetFeedParams) WithFeedID(feedID string) *GetFeedParams

WithFeedID adds the feedID to the get feed params

func (*GetFeedParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get feed params

func (*GetFeedParams) WithTimeout

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

WithTimeout adds the timeout to the get feed params

func (*GetFeedParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetFeedReader

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

GetFeedReader is a Reader for the GetFeed structure.

func (*GetFeedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFeedServiceUnavailable

type GetFeedServiceUnavailable 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

Temporary overloading or maintenance of the server.

func NewGetFeedServiceUnavailable

func NewGetFeedServiceUnavailable() *GetFeedServiceUnavailable

NewGetFeedServiceUnavailable creates a GetFeedServiceUnavailable with default headers values

func (*GetFeedServiceUnavailable) Error

func (o *GetFeedServiceUnavailable) Error() string

func (*GetFeedServiceUnavailable) GetPayload

func (*GetFeedServiceUnavailable) IsClientError

func (o *GetFeedServiceUnavailable) IsClientError() bool

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

func (*GetFeedServiceUnavailable) IsCode

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

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

func (*GetFeedServiceUnavailable) IsRedirect

func (o *GetFeedServiceUnavailable) IsRedirect() bool

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

func (*GetFeedServiceUnavailable) IsServerError

func (o *GetFeedServiceUnavailable) IsServerError() bool

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

func (*GetFeedServiceUnavailable) IsSuccess

func (o *GetFeedServiceUnavailable) IsSuccess() bool

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

func (*GetFeedServiceUnavailable) String

func (o *GetFeedServiceUnavailable) String() string

type GetFeedTooManyRequests

type GetFeedTooManyRequests 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

The frequency of requests was greater than allowed.

func NewGetFeedTooManyRequests

func NewGetFeedTooManyRequests() *GetFeedTooManyRequests

NewGetFeedTooManyRequests creates a GetFeedTooManyRequests with default headers values

func (*GetFeedTooManyRequests) Error

func (o *GetFeedTooManyRequests) Error() string

func (*GetFeedTooManyRequests) GetPayload

func (*GetFeedTooManyRequests) IsClientError

func (o *GetFeedTooManyRequests) IsClientError() bool

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

func (*GetFeedTooManyRequests) IsCode

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

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

func (*GetFeedTooManyRequests) IsRedirect

func (o *GetFeedTooManyRequests) IsRedirect() bool

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

func (*GetFeedTooManyRequests) IsServerError

func (o *GetFeedTooManyRequests) IsServerError() bool

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

func (*GetFeedTooManyRequests) IsSuccess

func (o *GetFeedTooManyRequests) IsSuccess() bool

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

func (*GetFeedTooManyRequests) String

func (o *GetFeedTooManyRequests) String() string

type GetFeedUnauthorized

type GetFeedUnauthorized 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

GetFeedUnauthorized 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 NewGetFeedUnauthorized

func NewGetFeedUnauthorized() *GetFeedUnauthorized

NewGetFeedUnauthorized creates a GetFeedUnauthorized with default headers values

func (*GetFeedUnauthorized) Error

func (o *GetFeedUnauthorized) Error() string

func (*GetFeedUnauthorized) GetPayload

func (*GetFeedUnauthorized) IsClientError

func (o *GetFeedUnauthorized) IsClientError() bool

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

func (*GetFeedUnauthorized) IsCode

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

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

func (*GetFeedUnauthorized) IsRedirect

func (o *GetFeedUnauthorized) IsRedirect() bool

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

func (*GetFeedUnauthorized) IsServerError

func (o *GetFeedUnauthorized) IsServerError() bool

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

func (*GetFeedUnauthorized) IsSuccess

func (o *GetFeedUnauthorized) IsSuccess() bool

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

func (*GetFeedUnauthorized) String

func (o *GetFeedUnauthorized) String() string

type GetFeedUnsupportedMediaType

type GetFeedUnsupportedMediaType 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 *feeds_2021_06_30_models.ErrorList
}

GetFeedUnsupportedMediaType describes a response with status code 415, with default header values.

The request's Content-Type header is invalid.

func NewGetFeedUnsupportedMediaType

func NewGetFeedUnsupportedMediaType() *GetFeedUnsupportedMediaType

NewGetFeedUnsupportedMediaType creates a GetFeedUnsupportedMediaType with default headers values

func (*GetFeedUnsupportedMediaType) Error

func (*GetFeedUnsupportedMediaType) GetPayload

func (*GetFeedUnsupportedMediaType) IsClientError

func (o *GetFeedUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get feed unsupported media type response has a 4xx status code

func (*GetFeedUnsupportedMediaType) IsCode

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

IsCode returns true when this get feed unsupported media type response a status code equal to that given

func (*GetFeedUnsupportedMediaType) IsRedirect

func (o *GetFeedUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this get feed unsupported media type response has a 3xx status code

func (*GetFeedUnsupportedMediaType) IsServerError

func (o *GetFeedUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get feed unsupported media type response has a 5xx status code

func (*GetFeedUnsupportedMediaType) IsSuccess

func (o *GetFeedUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this get feed unsupported media type response has a 2xx status code

func (*GetFeedUnsupportedMediaType) String

func (o *GetFeedUnsupportedMediaType) String() string

type GetFeedsBadRequest

type GetFeedsBadRequest struct {

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

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewGetFeedsBadRequest

func NewGetFeedsBadRequest() *GetFeedsBadRequest

NewGetFeedsBadRequest creates a GetFeedsBadRequest with default headers values

func (*GetFeedsBadRequest) Error

func (o *GetFeedsBadRequest) Error() string

func (*GetFeedsBadRequest) GetPayload

func (*GetFeedsBadRequest) IsClientError

func (o *GetFeedsBadRequest) IsClientError() bool

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

func (*GetFeedsBadRequest) IsCode

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

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

func (*GetFeedsBadRequest) IsRedirect

func (o *GetFeedsBadRequest) IsRedirect() bool

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

func (*GetFeedsBadRequest) IsServerError

func (o *GetFeedsBadRequest) IsServerError() bool

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

func (*GetFeedsBadRequest) IsSuccess

func (o *GetFeedsBadRequest) IsSuccess() bool

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

func (*GetFeedsBadRequest) String

func (o *GetFeedsBadRequest) String() string

type GetFeedsForbidden

type GetFeedsForbidden struct {

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

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

func NewGetFeedsForbidden

func NewGetFeedsForbidden() *GetFeedsForbidden

NewGetFeedsForbidden creates a GetFeedsForbidden with default headers values

func (*GetFeedsForbidden) Error

func (o *GetFeedsForbidden) Error() string

func (*GetFeedsForbidden) GetPayload

func (*GetFeedsForbidden) IsClientError

func (o *GetFeedsForbidden) IsClientError() bool

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

func (*GetFeedsForbidden) IsCode

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

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

func (*GetFeedsForbidden) IsRedirect

func (o *GetFeedsForbidden) IsRedirect() bool

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

func (*GetFeedsForbidden) IsServerError

func (o *GetFeedsForbidden) IsServerError() bool

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

func (*GetFeedsForbidden) IsSuccess

func (o *GetFeedsForbidden) IsSuccess() bool

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

func (*GetFeedsForbidden) String

func (o *GetFeedsForbidden) String() string

type GetFeedsInternalServerError

type GetFeedsInternalServerError 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

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

func NewGetFeedsInternalServerError

func NewGetFeedsInternalServerError() *GetFeedsInternalServerError

NewGetFeedsInternalServerError creates a GetFeedsInternalServerError with default headers values

func (*GetFeedsInternalServerError) Error

func (*GetFeedsInternalServerError) GetPayload

func (*GetFeedsInternalServerError) IsClientError

func (o *GetFeedsInternalServerError) IsClientError() bool

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

func (*GetFeedsInternalServerError) IsCode

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

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

func (*GetFeedsInternalServerError) IsRedirect

func (o *GetFeedsInternalServerError) IsRedirect() bool

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

func (*GetFeedsInternalServerError) IsServerError

func (o *GetFeedsInternalServerError) IsServerError() bool

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

func (*GetFeedsInternalServerError) IsSuccess

func (o *GetFeedsInternalServerError) IsSuccess() bool

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

func (*GetFeedsInternalServerError) String

func (o *GetFeedsInternalServerError) String() string

type GetFeedsNotFound

type GetFeedsNotFound struct {

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

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

The specified resource does not exist.

func NewGetFeedsNotFound

func NewGetFeedsNotFound() *GetFeedsNotFound

NewGetFeedsNotFound creates a GetFeedsNotFound with default headers values

func (*GetFeedsNotFound) Error

func (o *GetFeedsNotFound) Error() string

func (*GetFeedsNotFound) GetPayload

func (*GetFeedsNotFound) IsClientError

func (o *GetFeedsNotFound) IsClientError() bool

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

func (*GetFeedsNotFound) IsCode

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

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

func (*GetFeedsNotFound) IsRedirect

func (o *GetFeedsNotFound) IsRedirect() bool

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

func (*GetFeedsNotFound) IsServerError

func (o *GetFeedsNotFound) IsServerError() bool

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

func (*GetFeedsNotFound) IsSuccess

func (o *GetFeedsNotFound) IsSuccess() bool

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

func (*GetFeedsNotFound) String

func (o *GetFeedsNotFound) String() string

type GetFeedsOK

type GetFeedsOK struct {

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

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.GetFeedsResponse
}

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

Success.

func NewGetFeedsOK

func NewGetFeedsOK() *GetFeedsOK

NewGetFeedsOK creates a GetFeedsOK with default headers values

func (*GetFeedsOK) Error

func (o *GetFeedsOK) Error() string

func (*GetFeedsOK) GetPayload

func (*GetFeedsOK) IsClientError

func (o *GetFeedsOK) IsClientError() bool

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

func (*GetFeedsOK) IsCode

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

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

func (*GetFeedsOK) IsRedirect

func (o *GetFeedsOK) IsRedirect() bool

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

func (*GetFeedsOK) IsServerError

func (o *GetFeedsOK) IsServerError() bool

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

func (*GetFeedsOK) IsSuccess

func (o *GetFeedsOK) IsSuccess() bool

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

func (*GetFeedsOK) String

func (o *GetFeedsOK) String() string

type GetFeedsParams

type GetFeedsParams struct {

	/* CreatedSince.

	   The earliest feed creation date and time for feeds included in the response, in ISO 8601 format. The default is 90 days ago. Feeds are retained for a maximum of 90 days.

	   Format: date-time
	*/
	CreatedSince *strfmt.DateTime

	/* CreatedUntil.

	   The latest feed creation date and time for feeds included in the response, in ISO 8601 format. The default is now.

	   Format: date-time
	*/
	CreatedUntil *strfmt.DateTime

	/* FeedTypes.

	   A list of feed types used to filter feeds. When feedTypes is provided, the other filter parameters (processingStatuses, marketplaceIds, createdSince, createdUntil) and pageSize may also be provided. Either feedTypes or nextToken is required.
	*/
	FeedTypes []string

	/* MarketplaceIds.

	   A list of marketplace identifiers used to filter feeds. The feeds returned will match at least one of the marketplaces that you specify.
	*/
	MarketplaceIds []string

	/* NextToken.

	   A string token returned in the response to your previous request. nextToken is returned when the number of results exceeds the specified pageSize value. To get the next page of results, call the getFeeds operation and include this token as the only parameter. Specifying nextToken with any other parameters will cause the request to fail.
	*/
	NextToken *string

	/* PageSize.

	   The maximum number of feeds to return in a single call.

	   Default: 10
	*/
	PageSize *int64

	/* ProcessingStatuses.

	   A list of processing statuses used to filter feeds.
	*/
	ProcessingStatuses []string

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

GetFeedsParams contains all the parameters to send to the API endpoint

for the get feeds operation.

Typically these are written to a http.Request.

func NewGetFeedsParams

func NewGetFeedsParams() *GetFeedsParams

NewGetFeedsParams creates a new GetFeedsParams 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 NewGetFeedsParamsWithContext

func NewGetFeedsParamsWithContext(ctx context.Context) *GetFeedsParams

NewGetFeedsParamsWithContext creates a new GetFeedsParams object with the ability to set a context for a request.

func NewGetFeedsParamsWithHTTPClient

func NewGetFeedsParamsWithHTTPClient(client *http.Client) *GetFeedsParams

NewGetFeedsParamsWithHTTPClient creates a new GetFeedsParams object with the ability to set a custom HTTPClient for a request.

func NewGetFeedsParamsWithTimeout

func NewGetFeedsParamsWithTimeout(timeout time.Duration) *GetFeedsParams

NewGetFeedsParamsWithTimeout creates a new GetFeedsParams object with the ability to set a timeout on a request.

func (*GetFeedsParams) SetContext

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

SetContext adds the context to the get feeds params

func (*GetFeedsParams) SetCreatedSince

func (o *GetFeedsParams) SetCreatedSince(createdSince *strfmt.DateTime)

SetCreatedSince adds the createdSince to the get feeds params

func (*GetFeedsParams) SetCreatedUntil

func (o *GetFeedsParams) SetCreatedUntil(createdUntil *strfmt.DateTime)

SetCreatedUntil adds the createdUntil to the get feeds params

func (*GetFeedsParams) SetDefaults

func (o *GetFeedsParams) SetDefaults()

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

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

func (*GetFeedsParams) SetFeedTypes

func (o *GetFeedsParams) SetFeedTypes(feedTypes []string)

SetFeedTypes adds the feedTypes to the get feeds params

func (*GetFeedsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get feeds params

func (*GetFeedsParams) SetMarketplaceIds

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

SetMarketplaceIds adds the marketplaceIds to the get feeds params

func (*GetFeedsParams) SetNextToken

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

SetNextToken adds the nextToken to the get feeds params

func (*GetFeedsParams) SetPageSize

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

SetPageSize adds the pageSize to the get feeds params

func (*GetFeedsParams) SetProcessingStatuses

func (o *GetFeedsParams) SetProcessingStatuses(processingStatuses []string)

SetProcessingStatuses adds the processingStatuses to the get feeds params

func (*GetFeedsParams) SetTimeout

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

SetTimeout adds the timeout to the get feeds params

func (*GetFeedsParams) WithContext

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

WithContext adds the context to the get feeds params

func (*GetFeedsParams) WithCreatedSince

func (o *GetFeedsParams) WithCreatedSince(createdSince *strfmt.DateTime) *GetFeedsParams

WithCreatedSince adds the createdSince to the get feeds params

func (*GetFeedsParams) WithCreatedUntil

func (o *GetFeedsParams) WithCreatedUntil(createdUntil *strfmt.DateTime) *GetFeedsParams

WithCreatedUntil adds the createdUntil to the get feeds params

func (*GetFeedsParams) WithDefaults

func (o *GetFeedsParams) WithDefaults() *GetFeedsParams

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

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

func (*GetFeedsParams) WithFeedTypes

func (o *GetFeedsParams) WithFeedTypes(feedTypes []string) *GetFeedsParams

WithFeedTypes adds the feedTypes to the get feeds params

func (*GetFeedsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get feeds params

func (*GetFeedsParams) WithMarketplaceIds

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

WithMarketplaceIds adds the marketplaceIds to the get feeds params

func (*GetFeedsParams) WithNextToken

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

WithNextToken adds the nextToken to the get feeds params

func (*GetFeedsParams) WithPageSize

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

WithPageSize adds the pageSize to the get feeds params

func (*GetFeedsParams) WithProcessingStatuses

func (o *GetFeedsParams) WithProcessingStatuses(processingStatuses []string) *GetFeedsParams

WithProcessingStatuses adds the processingStatuses to the get feeds params

func (*GetFeedsParams) WithTimeout

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

WithTimeout adds the timeout to the get feeds params

func (*GetFeedsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetFeedsReader

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

GetFeedsReader is a Reader for the GetFeeds structure.

func (*GetFeedsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFeedsServiceUnavailable

type GetFeedsServiceUnavailable 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

Temporary overloading or maintenance of the server.

func NewGetFeedsServiceUnavailable

func NewGetFeedsServiceUnavailable() *GetFeedsServiceUnavailable

NewGetFeedsServiceUnavailable creates a GetFeedsServiceUnavailable with default headers values

func (*GetFeedsServiceUnavailable) Error

func (*GetFeedsServiceUnavailable) GetPayload

func (*GetFeedsServiceUnavailable) IsClientError

func (o *GetFeedsServiceUnavailable) IsClientError() bool

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

func (*GetFeedsServiceUnavailable) IsCode

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

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

func (*GetFeedsServiceUnavailable) IsRedirect

func (o *GetFeedsServiceUnavailable) IsRedirect() bool

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

func (*GetFeedsServiceUnavailable) IsServerError

func (o *GetFeedsServiceUnavailable) IsServerError() bool

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

func (*GetFeedsServiceUnavailable) IsSuccess

func (o *GetFeedsServiceUnavailable) IsSuccess() bool

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

func (*GetFeedsServiceUnavailable) String

func (o *GetFeedsServiceUnavailable) String() string

type GetFeedsTooManyRequests

type GetFeedsTooManyRequests 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

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

The frequency of requests was greater than allowed.

func NewGetFeedsTooManyRequests

func NewGetFeedsTooManyRequests() *GetFeedsTooManyRequests

NewGetFeedsTooManyRequests creates a GetFeedsTooManyRequests with default headers values

func (*GetFeedsTooManyRequests) Error

func (o *GetFeedsTooManyRequests) Error() string

func (*GetFeedsTooManyRequests) GetPayload

func (*GetFeedsTooManyRequests) IsClientError

func (o *GetFeedsTooManyRequests) IsClientError() bool

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

func (*GetFeedsTooManyRequests) IsCode

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

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

func (*GetFeedsTooManyRequests) IsRedirect

func (o *GetFeedsTooManyRequests) IsRedirect() bool

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

func (*GetFeedsTooManyRequests) IsServerError

func (o *GetFeedsTooManyRequests) IsServerError() bool

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

func (*GetFeedsTooManyRequests) IsSuccess

func (o *GetFeedsTooManyRequests) IsSuccess() bool

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

func (*GetFeedsTooManyRequests) String

func (o *GetFeedsTooManyRequests) String() string

type GetFeedsUnauthorized

type GetFeedsUnauthorized 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 ID.
	 */
	XAmznRequestID string

	Payload *feeds_2021_06_30_models.ErrorList
}

GetFeedsUnauthorized 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 NewGetFeedsUnauthorized

func NewGetFeedsUnauthorized() *GetFeedsUnauthorized

NewGetFeedsUnauthorized creates a GetFeedsUnauthorized with default headers values

func (*GetFeedsUnauthorized) Error

func (o *GetFeedsUnauthorized) Error() string

func (*GetFeedsUnauthorized) GetPayload

func (*GetFeedsUnauthorized) IsClientError

func (o *GetFeedsUnauthorized) IsClientError() bool

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

func (*GetFeedsUnauthorized) IsCode

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

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

func (*GetFeedsUnauthorized) IsRedirect

func (o *GetFeedsUnauthorized) IsRedirect() bool

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

func (*GetFeedsUnauthorized) IsServerError

func (o *GetFeedsUnauthorized) IsServerError() bool

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

func (*GetFeedsUnauthorized) IsSuccess

func (o *GetFeedsUnauthorized) IsSuccess() bool

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

func (*GetFeedsUnauthorized) String

func (o *GetFeedsUnauthorized) String() string

type GetFeedsUnsupportedMediaType

type GetFeedsUnsupportedMediaType 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 *feeds_2021_06_30_models.ErrorList
}

GetFeedsUnsupportedMediaType describes a response with status code 415, with default header values.

The request's Content-Type header is invalid.

func NewGetFeedsUnsupportedMediaType

func NewGetFeedsUnsupportedMediaType() *GetFeedsUnsupportedMediaType

NewGetFeedsUnsupportedMediaType creates a GetFeedsUnsupportedMediaType with default headers values

func (*GetFeedsUnsupportedMediaType) Error

func (*GetFeedsUnsupportedMediaType) GetPayload

func (*GetFeedsUnsupportedMediaType) IsClientError

func (o *GetFeedsUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get feeds unsupported media type response has a 4xx status code

func (*GetFeedsUnsupportedMediaType) IsCode

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

IsCode returns true when this get feeds unsupported media type response a status code equal to that given

func (*GetFeedsUnsupportedMediaType) IsRedirect

func (o *GetFeedsUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this get feeds unsupported media type response has a 3xx status code

func (*GetFeedsUnsupportedMediaType) IsServerError

func (o *GetFeedsUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get feeds unsupported media type response has a 5xx status code

func (*GetFeedsUnsupportedMediaType) IsSuccess

func (o *GetFeedsUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this get feeds unsupported media type response has a 2xx status code

func (*GetFeedsUnsupportedMediaType) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL