reports

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 CancelReportBadRequest

type CancelReportBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewCancelReportBadRequest

func NewCancelReportBadRequest() *CancelReportBadRequest

NewCancelReportBadRequest creates a CancelReportBadRequest with default headers values

func (*CancelReportBadRequest) Error

func (o *CancelReportBadRequest) Error() string

func (*CancelReportBadRequest) GetPayload

func (*CancelReportBadRequest) IsClientError

func (o *CancelReportBadRequest) IsClientError() bool

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

func (*CancelReportBadRequest) IsCode

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

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

func (*CancelReportBadRequest) IsRedirect

func (o *CancelReportBadRequest) IsRedirect() bool

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

func (*CancelReportBadRequest) IsServerError

func (o *CancelReportBadRequest) IsServerError() bool

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

func (*CancelReportBadRequest) IsSuccess

func (o *CancelReportBadRequest) IsSuccess() bool

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

func (*CancelReportBadRequest) String

func (o *CancelReportBadRequest) String() string

type CancelReportForbidden

type CancelReportForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

CancelReportForbidden 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 NewCancelReportForbidden

func NewCancelReportForbidden() *CancelReportForbidden

NewCancelReportForbidden creates a CancelReportForbidden with default headers values

func (*CancelReportForbidden) Error

func (o *CancelReportForbidden) Error() string

func (*CancelReportForbidden) GetPayload

func (*CancelReportForbidden) IsClientError

func (o *CancelReportForbidden) IsClientError() bool

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

func (*CancelReportForbidden) IsCode

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

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

func (*CancelReportForbidden) IsRedirect

func (o *CancelReportForbidden) IsRedirect() bool

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

func (*CancelReportForbidden) IsServerError

func (o *CancelReportForbidden) IsServerError() bool

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

func (*CancelReportForbidden) IsSuccess

func (o *CancelReportForbidden) IsSuccess() bool

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

func (*CancelReportForbidden) String

func (o *CancelReportForbidden) String() string

type CancelReportInternalServerError

type CancelReportInternalServerError 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 *reports_2021_06_30_models.ErrorList
}

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

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

func NewCancelReportInternalServerError

func NewCancelReportInternalServerError() *CancelReportInternalServerError

NewCancelReportInternalServerError creates a CancelReportInternalServerError with default headers values

func (*CancelReportInternalServerError) Error

func (*CancelReportInternalServerError) GetPayload

func (*CancelReportInternalServerError) IsClientError

func (o *CancelReportInternalServerError) IsClientError() bool

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

func (*CancelReportInternalServerError) IsCode

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

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

func (*CancelReportInternalServerError) IsRedirect

func (o *CancelReportInternalServerError) IsRedirect() bool

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

func (*CancelReportInternalServerError) IsServerError

func (o *CancelReportInternalServerError) IsServerError() bool

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

func (*CancelReportInternalServerError) IsSuccess

func (o *CancelReportInternalServerError) IsSuccess() bool

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

func (*CancelReportInternalServerError) String

type CancelReportNotFound

type CancelReportNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

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

The specified resource does not exist.

func NewCancelReportNotFound

func NewCancelReportNotFound() *CancelReportNotFound

NewCancelReportNotFound creates a CancelReportNotFound with default headers values

func (*CancelReportNotFound) Error

func (o *CancelReportNotFound) Error() string

func (*CancelReportNotFound) GetPayload

func (*CancelReportNotFound) IsClientError

func (o *CancelReportNotFound) IsClientError() bool

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

func (*CancelReportNotFound) IsCode

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

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

func (*CancelReportNotFound) IsRedirect

func (o *CancelReportNotFound) IsRedirect() bool

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

func (*CancelReportNotFound) IsServerError

func (o *CancelReportNotFound) IsServerError() bool

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

func (*CancelReportNotFound) IsSuccess

func (o *CancelReportNotFound) IsSuccess() bool

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

func (*CancelReportNotFound) String

func (o *CancelReportNotFound) String() string

type CancelReportOK

type CancelReportOK struct {

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

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

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

Success.

func NewCancelReportOK

func NewCancelReportOK() *CancelReportOK

NewCancelReportOK creates a CancelReportOK with default headers values

func (*CancelReportOK) Error

func (o *CancelReportOK) Error() string

func (*CancelReportOK) IsClientError

func (o *CancelReportOK) IsClientError() bool

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

func (*CancelReportOK) IsCode

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

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

func (*CancelReportOK) IsRedirect

func (o *CancelReportOK) IsRedirect() bool

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

func (*CancelReportOK) IsServerError

func (o *CancelReportOK) IsServerError() bool

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

func (*CancelReportOK) IsSuccess

func (o *CancelReportOK) IsSuccess() bool

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

func (*CancelReportOK) String

func (o *CancelReportOK) String() string

type CancelReportParams

type CancelReportParams struct {

	/* ReportID.

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

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

CancelReportParams contains all the parameters to send to the API endpoint

for the cancel report operation.

Typically these are written to a http.Request.

func NewCancelReportParams

func NewCancelReportParams() *CancelReportParams

NewCancelReportParams creates a new CancelReportParams 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 NewCancelReportParamsWithContext

func NewCancelReportParamsWithContext(ctx context.Context) *CancelReportParams

NewCancelReportParamsWithContext creates a new CancelReportParams object with the ability to set a context for a request.

func NewCancelReportParamsWithHTTPClient

func NewCancelReportParamsWithHTTPClient(client *http.Client) *CancelReportParams

NewCancelReportParamsWithHTTPClient creates a new CancelReportParams object with the ability to set a custom HTTPClient for a request.

func NewCancelReportParamsWithTimeout

func NewCancelReportParamsWithTimeout(timeout time.Duration) *CancelReportParams

NewCancelReportParamsWithTimeout creates a new CancelReportParams object with the ability to set a timeout on a request.

func (*CancelReportParams) SetContext

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

SetContext adds the context to the cancel report params

func (*CancelReportParams) SetDefaults

func (o *CancelReportParams) SetDefaults()

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

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

func (*CancelReportParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cancel report params

func (*CancelReportParams) SetReportID

func (o *CancelReportParams) SetReportID(reportID string)

SetReportID adds the reportId to the cancel report params

func (*CancelReportParams) SetTimeout

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

SetTimeout adds the timeout to the cancel report params

func (*CancelReportParams) WithContext

WithContext adds the context to the cancel report params

func (*CancelReportParams) WithDefaults

func (o *CancelReportParams) WithDefaults() *CancelReportParams

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

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

func (*CancelReportParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the cancel report params

func (*CancelReportParams) WithReportID

func (o *CancelReportParams) WithReportID(reportID string) *CancelReportParams

WithReportID adds the reportID to the cancel report params

func (*CancelReportParams) WithTimeout

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

WithTimeout adds the timeout to the cancel report params

func (*CancelReportParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CancelReportReader

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

CancelReportReader is a Reader for the CancelReport structure.

func (*CancelReportReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CancelReportScheduleBadRequest

type CancelReportScheduleBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewCancelReportScheduleBadRequest

func NewCancelReportScheduleBadRequest() *CancelReportScheduleBadRequest

NewCancelReportScheduleBadRequest creates a CancelReportScheduleBadRequest with default headers values

func (*CancelReportScheduleBadRequest) Error

func (*CancelReportScheduleBadRequest) GetPayload

func (*CancelReportScheduleBadRequest) IsClientError

func (o *CancelReportScheduleBadRequest) IsClientError() bool

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

func (*CancelReportScheduleBadRequest) IsCode

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

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

func (*CancelReportScheduleBadRequest) IsRedirect

func (o *CancelReportScheduleBadRequest) IsRedirect() bool

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

func (*CancelReportScheduleBadRequest) IsServerError

func (o *CancelReportScheduleBadRequest) IsServerError() bool

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

func (*CancelReportScheduleBadRequest) IsSuccess

func (o *CancelReportScheduleBadRequest) IsSuccess() bool

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

func (*CancelReportScheduleBadRequest) String

type CancelReportScheduleForbidden

type CancelReportScheduleForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

CancelReportScheduleForbidden 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 NewCancelReportScheduleForbidden

func NewCancelReportScheduleForbidden() *CancelReportScheduleForbidden

NewCancelReportScheduleForbidden creates a CancelReportScheduleForbidden with default headers values

func (*CancelReportScheduleForbidden) Error

func (*CancelReportScheduleForbidden) GetPayload

func (*CancelReportScheduleForbidden) IsClientError

func (o *CancelReportScheduleForbidden) IsClientError() bool

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

func (*CancelReportScheduleForbidden) IsCode

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

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

func (*CancelReportScheduleForbidden) IsRedirect

func (o *CancelReportScheduleForbidden) IsRedirect() bool

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

func (*CancelReportScheduleForbidden) IsServerError

func (o *CancelReportScheduleForbidden) IsServerError() bool

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

func (*CancelReportScheduleForbidden) IsSuccess

func (o *CancelReportScheduleForbidden) IsSuccess() bool

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

func (*CancelReportScheduleForbidden) String

type CancelReportScheduleInternalServerError

type CancelReportScheduleInternalServerError 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 *reports_2021_06_30_models.ErrorList
}

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

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

func NewCancelReportScheduleInternalServerError

func NewCancelReportScheduleInternalServerError() *CancelReportScheduleInternalServerError

NewCancelReportScheduleInternalServerError creates a CancelReportScheduleInternalServerError with default headers values

func (*CancelReportScheduleInternalServerError) Error

func (*CancelReportScheduleInternalServerError) GetPayload

func (*CancelReportScheduleInternalServerError) IsClientError

func (o *CancelReportScheduleInternalServerError) IsClientError() bool

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

func (*CancelReportScheduleInternalServerError) IsCode

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

func (*CancelReportScheduleInternalServerError) IsRedirect

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

func (*CancelReportScheduleInternalServerError) IsServerError

func (o *CancelReportScheduleInternalServerError) IsServerError() bool

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

func (*CancelReportScheduleInternalServerError) IsSuccess

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

func (*CancelReportScheduleInternalServerError) String

type CancelReportScheduleNotFound

type CancelReportScheduleNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

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

The specified resource does not exist.

func NewCancelReportScheduleNotFound

func NewCancelReportScheduleNotFound() *CancelReportScheduleNotFound

NewCancelReportScheduleNotFound creates a CancelReportScheduleNotFound with default headers values

func (*CancelReportScheduleNotFound) Error

func (*CancelReportScheduleNotFound) GetPayload

func (*CancelReportScheduleNotFound) IsClientError

func (o *CancelReportScheduleNotFound) IsClientError() bool

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

func (*CancelReportScheduleNotFound) IsCode

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

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

func (*CancelReportScheduleNotFound) IsRedirect

func (o *CancelReportScheduleNotFound) IsRedirect() bool

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

func (*CancelReportScheduleNotFound) IsServerError

func (o *CancelReportScheduleNotFound) IsServerError() bool

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

func (*CancelReportScheduleNotFound) IsSuccess

func (o *CancelReportScheduleNotFound) IsSuccess() bool

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

func (*CancelReportScheduleNotFound) String

type CancelReportScheduleOK

type CancelReportScheduleOK struct {

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

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

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

Success.

func NewCancelReportScheduleOK

func NewCancelReportScheduleOK() *CancelReportScheduleOK

NewCancelReportScheduleOK creates a CancelReportScheduleOK with default headers values

func (*CancelReportScheduleOK) Error

func (o *CancelReportScheduleOK) Error() string

func (*CancelReportScheduleOK) IsClientError

func (o *CancelReportScheduleOK) IsClientError() bool

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

func (*CancelReportScheduleOK) IsCode

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

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

func (*CancelReportScheduleOK) IsRedirect

func (o *CancelReportScheduleOK) IsRedirect() bool

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

func (*CancelReportScheduleOK) IsServerError

func (o *CancelReportScheduleOK) IsServerError() bool

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

func (*CancelReportScheduleOK) IsSuccess

func (o *CancelReportScheduleOK) IsSuccess() bool

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

func (*CancelReportScheduleOK) String

func (o *CancelReportScheduleOK) String() string

type CancelReportScheduleParams

type CancelReportScheduleParams struct {

	/* ReportScheduleID.

	   The identifier for the report schedule. This identifier is unique only in combination with a seller ID.
	*/
	ReportScheduleID string

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

CancelReportScheduleParams contains all the parameters to send to the API endpoint

for the cancel report schedule operation.

Typically these are written to a http.Request.

func NewCancelReportScheduleParams

func NewCancelReportScheduleParams() *CancelReportScheduleParams

NewCancelReportScheduleParams creates a new CancelReportScheduleParams 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 NewCancelReportScheduleParamsWithContext

func NewCancelReportScheduleParamsWithContext(ctx context.Context) *CancelReportScheduleParams

NewCancelReportScheduleParamsWithContext creates a new CancelReportScheduleParams object with the ability to set a context for a request.

func NewCancelReportScheduleParamsWithHTTPClient

func NewCancelReportScheduleParamsWithHTTPClient(client *http.Client) *CancelReportScheduleParams

NewCancelReportScheduleParamsWithHTTPClient creates a new CancelReportScheduleParams object with the ability to set a custom HTTPClient for a request.

func NewCancelReportScheduleParamsWithTimeout

func NewCancelReportScheduleParamsWithTimeout(timeout time.Duration) *CancelReportScheduleParams

NewCancelReportScheduleParamsWithTimeout creates a new CancelReportScheduleParams object with the ability to set a timeout on a request.

func (*CancelReportScheduleParams) SetContext

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

SetContext adds the context to the cancel report schedule params

func (*CancelReportScheduleParams) SetDefaults

func (o *CancelReportScheduleParams) SetDefaults()

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

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

func (*CancelReportScheduleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cancel report schedule params

func (*CancelReportScheduleParams) SetReportScheduleID

func (o *CancelReportScheduleParams) SetReportScheduleID(reportScheduleID string)

SetReportScheduleID adds the reportScheduleId to the cancel report schedule params

func (*CancelReportScheduleParams) SetTimeout

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

SetTimeout adds the timeout to the cancel report schedule params

func (*CancelReportScheduleParams) WithContext

WithContext adds the context to the cancel report schedule params

func (*CancelReportScheduleParams) WithDefaults

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

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

func (*CancelReportScheduleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the cancel report schedule params

func (*CancelReportScheduleParams) WithReportScheduleID

func (o *CancelReportScheduleParams) WithReportScheduleID(reportScheduleID string) *CancelReportScheduleParams

WithReportScheduleID adds the reportScheduleID to the cancel report schedule params

func (*CancelReportScheduleParams) WithTimeout

WithTimeout adds the timeout to the cancel report schedule params

func (*CancelReportScheduleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CancelReportScheduleReader

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

CancelReportScheduleReader is a Reader for the CancelReportSchedule structure.

func (*CancelReportScheduleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CancelReportScheduleServiceUnavailable

type CancelReportScheduleServiceUnavailable 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 *reports_2021_06_30_models.ErrorList
}

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

Temporary overloading or maintenance of the server.

func NewCancelReportScheduleServiceUnavailable

func NewCancelReportScheduleServiceUnavailable() *CancelReportScheduleServiceUnavailable

NewCancelReportScheduleServiceUnavailable creates a CancelReportScheduleServiceUnavailable with default headers values

func (*CancelReportScheduleServiceUnavailable) Error

func (*CancelReportScheduleServiceUnavailable) GetPayload

func (*CancelReportScheduleServiceUnavailable) IsClientError

func (o *CancelReportScheduleServiceUnavailable) IsClientError() bool

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

func (*CancelReportScheduleServiceUnavailable) IsCode

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

func (*CancelReportScheduleServiceUnavailable) IsRedirect

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

func (*CancelReportScheduleServiceUnavailable) IsServerError

func (o *CancelReportScheduleServiceUnavailable) IsServerError() bool

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

func (*CancelReportScheduleServiceUnavailable) IsSuccess

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

func (*CancelReportScheduleServiceUnavailable) String

type CancelReportScheduleTooManyRequests

type CancelReportScheduleTooManyRequests 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 *reports_2021_06_30_models.ErrorList
}

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

The frequency of requests was greater than allowed.

func NewCancelReportScheduleTooManyRequests

func NewCancelReportScheduleTooManyRequests() *CancelReportScheduleTooManyRequests

NewCancelReportScheduleTooManyRequests creates a CancelReportScheduleTooManyRequests with default headers values

func (*CancelReportScheduleTooManyRequests) Error

func (*CancelReportScheduleTooManyRequests) GetPayload

func (*CancelReportScheduleTooManyRequests) IsClientError

func (o *CancelReportScheduleTooManyRequests) IsClientError() bool

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

func (*CancelReportScheduleTooManyRequests) IsCode

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

func (*CancelReportScheduleTooManyRequests) IsRedirect

func (o *CancelReportScheduleTooManyRequests) IsRedirect() bool

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

func (*CancelReportScheduleTooManyRequests) IsServerError

func (o *CancelReportScheduleTooManyRequests) IsServerError() bool

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

func (*CancelReportScheduleTooManyRequests) IsSuccess

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

func (*CancelReportScheduleTooManyRequests) String

type CancelReportScheduleUnauthorized

type CancelReportScheduleUnauthorized 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 *reports_2021_06_30_models.ErrorList
}

CancelReportScheduleUnauthorized 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 NewCancelReportScheduleUnauthorized

func NewCancelReportScheduleUnauthorized() *CancelReportScheduleUnauthorized

NewCancelReportScheduleUnauthorized creates a CancelReportScheduleUnauthorized with default headers values

func (*CancelReportScheduleUnauthorized) Error

func (*CancelReportScheduleUnauthorized) GetPayload

func (*CancelReportScheduleUnauthorized) IsClientError

func (o *CancelReportScheduleUnauthorized) IsClientError() bool

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

func (*CancelReportScheduleUnauthorized) IsCode

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

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

func (*CancelReportScheduleUnauthorized) IsRedirect

func (o *CancelReportScheduleUnauthorized) IsRedirect() bool

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

func (*CancelReportScheduleUnauthorized) IsServerError

func (o *CancelReportScheduleUnauthorized) IsServerError() bool

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

func (*CancelReportScheduleUnauthorized) IsSuccess

func (o *CancelReportScheduleUnauthorized) IsSuccess() bool

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

func (*CancelReportScheduleUnauthorized) String

type CancelReportScheduleUnsupportedMediaType

type CancelReportScheduleUnsupportedMediaType 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 *reports_2021_06_30_models.ErrorList
}

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

The request's Content-Type header is invalid.

func NewCancelReportScheduleUnsupportedMediaType

func NewCancelReportScheduleUnsupportedMediaType() *CancelReportScheduleUnsupportedMediaType

NewCancelReportScheduleUnsupportedMediaType creates a CancelReportScheduleUnsupportedMediaType with default headers values

func (*CancelReportScheduleUnsupportedMediaType) Error

func (*CancelReportScheduleUnsupportedMediaType) GetPayload

func (*CancelReportScheduleUnsupportedMediaType) IsClientError

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

func (*CancelReportScheduleUnsupportedMediaType) IsCode

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

func (*CancelReportScheduleUnsupportedMediaType) IsRedirect

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

func (*CancelReportScheduleUnsupportedMediaType) IsServerError

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

func (*CancelReportScheduleUnsupportedMediaType) IsSuccess

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

func (*CancelReportScheduleUnsupportedMediaType) String

type CancelReportServiceUnavailable

type CancelReportServiceUnavailable 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 *reports_2021_06_30_models.ErrorList
}

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

Temporary overloading or maintenance of the server.

func NewCancelReportServiceUnavailable

func NewCancelReportServiceUnavailable() *CancelReportServiceUnavailable

NewCancelReportServiceUnavailable creates a CancelReportServiceUnavailable with default headers values

func (*CancelReportServiceUnavailable) Error

func (*CancelReportServiceUnavailable) GetPayload

func (*CancelReportServiceUnavailable) IsClientError

func (o *CancelReportServiceUnavailable) IsClientError() bool

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

func (*CancelReportServiceUnavailable) IsCode

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

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

func (*CancelReportServiceUnavailable) IsRedirect

func (o *CancelReportServiceUnavailable) IsRedirect() bool

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

func (*CancelReportServiceUnavailable) IsServerError

func (o *CancelReportServiceUnavailable) IsServerError() bool

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

func (*CancelReportServiceUnavailable) IsSuccess

func (o *CancelReportServiceUnavailable) IsSuccess() bool

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

func (*CancelReportServiceUnavailable) String

type CancelReportTooManyRequests

type CancelReportTooManyRequests 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 *reports_2021_06_30_models.ErrorList
}

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

The frequency of requests was greater than allowed.

func NewCancelReportTooManyRequests

func NewCancelReportTooManyRequests() *CancelReportTooManyRequests

NewCancelReportTooManyRequests creates a CancelReportTooManyRequests with default headers values

func (*CancelReportTooManyRequests) Error

func (*CancelReportTooManyRequests) GetPayload

func (*CancelReportTooManyRequests) IsClientError

func (o *CancelReportTooManyRequests) IsClientError() bool

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

func (*CancelReportTooManyRequests) IsCode

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

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

func (*CancelReportTooManyRequests) IsRedirect

func (o *CancelReportTooManyRequests) IsRedirect() bool

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

func (*CancelReportTooManyRequests) IsServerError

func (o *CancelReportTooManyRequests) IsServerError() bool

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

func (*CancelReportTooManyRequests) IsSuccess

func (o *CancelReportTooManyRequests) IsSuccess() bool

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

func (*CancelReportTooManyRequests) String

func (o *CancelReportTooManyRequests) String() string

type CancelReportUnauthorized

type CancelReportUnauthorized 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 *reports_2021_06_30_models.ErrorList
}

CancelReportUnauthorized 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 NewCancelReportUnauthorized

func NewCancelReportUnauthorized() *CancelReportUnauthorized

NewCancelReportUnauthorized creates a CancelReportUnauthorized with default headers values

func (*CancelReportUnauthorized) Error

func (o *CancelReportUnauthorized) Error() string

func (*CancelReportUnauthorized) GetPayload

func (*CancelReportUnauthorized) IsClientError

func (o *CancelReportUnauthorized) IsClientError() bool

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

func (*CancelReportUnauthorized) IsCode

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

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

func (*CancelReportUnauthorized) IsRedirect

func (o *CancelReportUnauthorized) IsRedirect() bool

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

func (*CancelReportUnauthorized) IsServerError

func (o *CancelReportUnauthorized) IsServerError() bool

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

func (*CancelReportUnauthorized) IsSuccess

func (o *CancelReportUnauthorized) IsSuccess() bool

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

func (*CancelReportUnauthorized) String

func (o *CancelReportUnauthorized) String() string

type CancelReportUnsupportedMediaType

type CancelReportUnsupportedMediaType 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 *reports_2021_06_30_models.ErrorList
}

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

The request's Content-Type header is invalid.

func NewCancelReportUnsupportedMediaType

func NewCancelReportUnsupportedMediaType() *CancelReportUnsupportedMediaType

NewCancelReportUnsupportedMediaType creates a CancelReportUnsupportedMediaType with default headers values

func (*CancelReportUnsupportedMediaType) Error

func (*CancelReportUnsupportedMediaType) GetPayload

func (*CancelReportUnsupportedMediaType) IsClientError

func (o *CancelReportUnsupportedMediaType) IsClientError() bool

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

func (*CancelReportUnsupportedMediaType) IsCode

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

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

func (*CancelReportUnsupportedMediaType) IsRedirect

func (o *CancelReportUnsupportedMediaType) IsRedirect() bool

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

func (*CancelReportUnsupportedMediaType) IsServerError

func (o *CancelReportUnsupportedMediaType) IsServerError() bool

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

func (*CancelReportUnsupportedMediaType) IsSuccess

func (o *CancelReportUnsupportedMediaType) IsSuccess() bool

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

func (*CancelReportUnsupportedMediaType) String

type Client

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

Client for reports API

func (*Client) CancelReport

func (a *Client) CancelReport(params *CancelReportParams, opts ...ClientOption) (*CancelReportOK, error)
CancelReport Cancels the report that you specify. Only reports with processingStatus=IN_QUEUE can be cancelled. Cancelled reports are returned in subsequent calls to the getReport and getReports operations.

**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) CancelReportSchedule

func (a *Client) CancelReportSchedule(params *CancelReportScheduleParams, opts ...ClientOption) (*CancelReportScheduleOK, error)
CancelReportSchedule Cancels the report schedule 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) CreateReport

func (a *Client) CreateReport(params *CreateReportParams, opts ...ClientOption) (*CreateReportAccepted, error)
CreateReport Creates a report.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 0.0167 | 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) CreateReportSchedule

func (a *Client) CreateReportSchedule(params *CreateReportScheduleParams, opts ...ClientOption) (*CreateReportScheduleCreated, error)
CreateReportSchedule Creates a report schedule. If a report schedule with the same report type and marketplace IDs already exists, it will be cancelled and replaced with this one.

**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) GetReport

func (a *Client) GetReport(params *GetReportParams, opts ...ClientOption) (*GetReportOK, error)
GetReport Returns report details (including the reportDocumentId, if available) for the report 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) GetReportDocument

func (a *Client) GetReportDocument(params *GetReportDocumentParams, opts ...ClientOption) (*GetReportDocumentOK, error)
GetReportDocument Returns the information required for retrieving a report document's contents.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 0.0167 | 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) GetReportSchedule

func (a *Client) GetReportSchedule(params *GetReportScheduleParams, opts ...ClientOption) (*GetReportScheduleOK, error)
GetReportSchedule Returns report schedule details for the report schedule 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) GetReportSchedules

func (a *Client) GetReportSchedules(params *GetReportSchedulesParams, opts ...ClientOption) (*GetReportSchedulesOK, error)
GetReportSchedules Returns report schedule details 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) GetReports

func (a *Client) GetReports(params *GetReportsParams, opts ...ClientOption) (*GetReportsOK, error)
GetReports Returns report details for the reports 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 {
	CancelReport(params *CancelReportParams, opts ...ClientOption) (*CancelReportOK, error)

	CancelReportSchedule(params *CancelReportScheduleParams, opts ...ClientOption) (*CancelReportScheduleOK, error)

	CreateReport(params *CreateReportParams, opts ...ClientOption) (*CreateReportAccepted, error)

	CreateReportSchedule(params *CreateReportScheduleParams, opts ...ClientOption) (*CreateReportScheduleCreated, error)

	GetReport(params *GetReportParams, opts ...ClientOption) (*GetReportOK, error)

	GetReportDocument(params *GetReportDocumentParams, opts ...ClientOption) (*GetReportDocumentOK, error)

	GetReportSchedule(params *GetReportScheduleParams, opts ...ClientOption) (*GetReportScheduleOK, error)

	GetReportSchedules(params *GetReportSchedulesParams, opts ...ClientOption) (*GetReportSchedulesOK, error)

	GetReports(params *GetReportsParams, opts ...ClientOption) (*GetReportsOK, 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 reports API client.

type CreateReportAccepted

type CreateReportAccepted struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.CreateReportResponse
}

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

Success.

func NewCreateReportAccepted

func NewCreateReportAccepted() *CreateReportAccepted

NewCreateReportAccepted creates a CreateReportAccepted with default headers values

func (*CreateReportAccepted) Error

func (o *CreateReportAccepted) Error() string

func (*CreateReportAccepted) GetPayload

func (*CreateReportAccepted) IsClientError

func (o *CreateReportAccepted) IsClientError() bool

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

func (*CreateReportAccepted) IsCode

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

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

func (*CreateReportAccepted) IsRedirect

func (o *CreateReportAccepted) IsRedirect() bool

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

func (*CreateReportAccepted) IsServerError

func (o *CreateReportAccepted) IsServerError() bool

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

func (*CreateReportAccepted) IsSuccess

func (o *CreateReportAccepted) IsSuccess() bool

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

func (*CreateReportAccepted) String

func (o *CreateReportAccepted) String() string

type CreateReportBadRequest

type CreateReportBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewCreateReportBadRequest

func NewCreateReportBadRequest() *CreateReportBadRequest

NewCreateReportBadRequest creates a CreateReportBadRequest with default headers values

func (*CreateReportBadRequest) Error

func (o *CreateReportBadRequest) Error() string

func (*CreateReportBadRequest) GetPayload

func (*CreateReportBadRequest) IsClientError

func (o *CreateReportBadRequest) IsClientError() bool

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

func (*CreateReportBadRequest) IsCode

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

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

func (*CreateReportBadRequest) IsRedirect

func (o *CreateReportBadRequest) IsRedirect() bool

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

func (*CreateReportBadRequest) IsServerError

func (o *CreateReportBadRequest) IsServerError() bool

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

func (*CreateReportBadRequest) IsSuccess

func (o *CreateReportBadRequest) IsSuccess() bool

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

func (*CreateReportBadRequest) String

func (o *CreateReportBadRequest) String() string

type CreateReportForbidden

type CreateReportForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

CreateReportForbidden 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 NewCreateReportForbidden

func NewCreateReportForbidden() *CreateReportForbidden

NewCreateReportForbidden creates a CreateReportForbidden with default headers values

func (*CreateReportForbidden) Error

func (o *CreateReportForbidden) Error() string

func (*CreateReportForbidden) GetPayload

func (*CreateReportForbidden) IsClientError

func (o *CreateReportForbidden) IsClientError() bool

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

func (*CreateReportForbidden) IsCode

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

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

func (*CreateReportForbidden) IsRedirect

func (o *CreateReportForbidden) IsRedirect() bool

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

func (*CreateReportForbidden) IsServerError

func (o *CreateReportForbidden) IsServerError() bool

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

func (*CreateReportForbidden) IsSuccess

func (o *CreateReportForbidden) IsSuccess() bool

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

func (*CreateReportForbidden) String

func (o *CreateReportForbidden) String() string

type CreateReportInternalServerError

type CreateReportInternalServerError 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 *reports_2021_06_30_models.ErrorList
}

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

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

func NewCreateReportInternalServerError

func NewCreateReportInternalServerError() *CreateReportInternalServerError

NewCreateReportInternalServerError creates a CreateReportInternalServerError with default headers values

func (*CreateReportInternalServerError) Error

func (*CreateReportInternalServerError) GetPayload

func (*CreateReportInternalServerError) IsClientError

func (o *CreateReportInternalServerError) IsClientError() bool

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

func (*CreateReportInternalServerError) IsCode

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

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

func (*CreateReportInternalServerError) IsRedirect

func (o *CreateReportInternalServerError) IsRedirect() bool

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

func (*CreateReportInternalServerError) IsServerError

func (o *CreateReportInternalServerError) IsServerError() bool

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

func (*CreateReportInternalServerError) IsSuccess

func (o *CreateReportInternalServerError) IsSuccess() bool

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

func (*CreateReportInternalServerError) String

type CreateReportNotFound

type CreateReportNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

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

The specified resource does not exist.

func NewCreateReportNotFound

func NewCreateReportNotFound() *CreateReportNotFound

NewCreateReportNotFound creates a CreateReportNotFound with default headers values

func (*CreateReportNotFound) Error

func (o *CreateReportNotFound) Error() string

func (*CreateReportNotFound) GetPayload

func (*CreateReportNotFound) IsClientError

func (o *CreateReportNotFound) IsClientError() bool

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

func (*CreateReportNotFound) IsCode

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

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

func (*CreateReportNotFound) IsRedirect

func (o *CreateReportNotFound) IsRedirect() bool

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

func (*CreateReportNotFound) IsServerError

func (o *CreateReportNotFound) IsServerError() bool

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

func (*CreateReportNotFound) IsSuccess

func (o *CreateReportNotFound) IsSuccess() bool

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

func (*CreateReportNotFound) String

func (o *CreateReportNotFound) String() string

type CreateReportParams

type CreateReportParams struct {

	// Body.
	Body *reports_2021_06_30_models.CreateReportSpecification

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

CreateReportParams contains all the parameters to send to the API endpoint

for the create report operation.

Typically these are written to a http.Request.

func NewCreateReportParams

func NewCreateReportParams() *CreateReportParams

NewCreateReportParams creates a new CreateReportParams 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 NewCreateReportParamsWithContext

func NewCreateReportParamsWithContext(ctx context.Context) *CreateReportParams

NewCreateReportParamsWithContext creates a new CreateReportParams object with the ability to set a context for a request.

func NewCreateReportParamsWithHTTPClient

func NewCreateReportParamsWithHTTPClient(client *http.Client) *CreateReportParams

NewCreateReportParamsWithHTTPClient creates a new CreateReportParams object with the ability to set a custom HTTPClient for a request.

func NewCreateReportParamsWithTimeout

func NewCreateReportParamsWithTimeout(timeout time.Duration) *CreateReportParams

NewCreateReportParamsWithTimeout creates a new CreateReportParams object with the ability to set a timeout on a request.

func (*CreateReportParams) SetBody

SetBody adds the body to the create report params

func (*CreateReportParams) SetContext

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

SetContext adds the context to the create report params

func (*CreateReportParams) SetDefaults

func (o *CreateReportParams) SetDefaults()

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

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

func (*CreateReportParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create report params

func (*CreateReportParams) SetTimeout

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

SetTimeout adds the timeout to the create report params

func (*CreateReportParams) WithBody

WithBody adds the body to the create report params

func (*CreateReportParams) WithContext

WithContext adds the context to the create report params

func (*CreateReportParams) WithDefaults

func (o *CreateReportParams) WithDefaults() *CreateReportParams

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

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

func (*CreateReportParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create report params

func (*CreateReportParams) WithTimeout

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

WithTimeout adds the timeout to the create report params

func (*CreateReportParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateReportReader

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

CreateReportReader is a Reader for the CreateReport structure.

func (*CreateReportReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateReportScheduleBadRequest

type CreateReportScheduleBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewCreateReportScheduleBadRequest

func NewCreateReportScheduleBadRequest() *CreateReportScheduleBadRequest

NewCreateReportScheduleBadRequest creates a CreateReportScheduleBadRequest with default headers values

func (*CreateReportScheduleBadRequest) Error

func (*CreateReportScheduleBadRequest) GetPayload

func (*CreateReportScheduleBadRequest) IsClientError

func (o *CreateReportScheduleBadRequest) IsClientError() bool

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

func (*CreateReportScheduleBadRequest) IsCode

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

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

func (*CreateReportScheduleBadRequest) IsRedirect

func (o *CreateReportScheduleBadRequest) IsRedirect() bool

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

func (*CreateReportScheduleBadRequest) IsServerError

func (o *CreateReportScheduleBadRequest) IsServerError() bool

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

func (*CreateReportScheduleBadRequest) IsSuccess

func (o *CreateReportScheduleBadRequest) IsSuccess() bool

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

func (*CreateReportScheduleBadRequest) String

type CreateReportScheduleCreated

type CreateReportScheduleCreated struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.CreateReportScheduleResponse
}

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

Success.

func NewCreateReportScheduleCreated

func NewCreateReportScheduleCreated() *CreateReportScheduleCreated

NewCreateReportScheduleCreated creates a CreateReportScheduleCreated with default headers values

func (*CreateReportScheduleCreated) Error

func (*CreateReportScheduleCreated) GetPayload

func (*CreateReportScheduleCreated) IsClientError

func (o *CreateReportScheduleCreated) IsClientError() bool

IsClientError returns true when this create report schedule created response has a 4xx status code

func (*CreateReportScheduleCreated) IsCode

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

IsCode returns true when this create report schedule created response a status code equal to that given

func (*CreateReportScheduleCreated) IsRedirect

func (o *CreateReportScheduleCreated) IsRedirect() bool

IsRedirect returns true when this create report schedule created response has a 3xx status code

func (*CreateReportScheduleCreated) IsServerError

func (o *CreateReportScheduleCreated) IsServerError() bool

IsServerError returns true when this create report schedule created response has a 5xx status code

func (*CreateReportScheduleCreated) IsSuccess

func (o *CreateReportScheduleCreated) IsSuccess() bool

IsSuccess returns true when this create report schedule created response has a 2xx status code

func (*CreateReportScheduleCreated) String

func (o *CreateReportScheduleCreated) String() string

type CreateReportScheduleForbidden

type CreateReportScheduleForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

CreateReportScheduleForbidden 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 NewCreateReportScheduleForbidden

func NewCreateReportScheduleForbidden() *CreateReportScheduleForbidden

NewCreateReportScheduleForbidden creates a CreateReportScheduleForbidden with default headers values

func (*CreateReportScheduleForbidden) Error

func (*CreateReportScheduleForbidden) GetPayload

func (*CreateReportScheduleForbidden) IsClientError

func (o *CreateReportScheduleForbidden) IsClientError() bool

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

func (*CreateReportScheduleForbidden) IsCode

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

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

func (*CreateReportScheduleForbidden) IsRedirect

func (o *CreateReportScheduleForbidden) IsRedirect() bool

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

func (*CreateReportScheduleForbidden) IsServerError

func (o *CreateReportScheduleForbidden) IsServerError() bool

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

func (*CreateReportScheduleForbidden) IsSuccess

func (o *CreateReportScheduleForbidden) IsSuccess() bool

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

func (*CreateReportScheduleForbidden) String

type CreateReportScheduleInternalServerError

type CreateReportScheduleInternalServerError 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 *reports_2021_06_30_models.ErrorList
}

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

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

func NewCreateReportScheduleInternalServerError

func NewCreateReportScheduleInternalServerError() *CreateReportScheduleInternalServerError

NewCreateReportScheduleInternalServerError creates a CreateReportScheduleInternalServerError with default headers values

func (*CreateReportScheduleInternalServerError) Error

func (*CreateReportScheduleInternalServerError) GetPayload

func (*CreateReportScheduleInternalServerError) IsClientError

func (o *CreateReportScheduleInternalServerError) IsClientError() bool

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

func (*CreateReportScheduleInternalServerError) IsCode

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

func (*CreateReportScheduleInternalServerError) IsRedirect

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

func (*CreateReportScheduleInternalServerError) IsServerError

func (o *CreateReportScheduleInternalServerError) IsServerError() bool

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

func (*CreateReportScheduleInternalServerError) IsSuccess

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

func (*CreateReportScheduleInternalServerError) String

type CreateReportScheduleNotFound

type CreateReportScheduleNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

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

The specified resource does not exist.

func NewCreateReportScheduleNotFound

func NewCreateReportScheduleNotFound() *CreateReportScheduleNotFound

NewCreateReportScheduleNotFound creates a CreateReportScheduleNotFound with default headers values

func (*CreateReportScheduleNotFound) Error

func (*CreateReportScheduleNotFound) GetPayload

func (*CreateReportScheduleNotFound) IsClientError

func (o *CreateReportScheduleNotFound) IsClientError() bool

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

func (*CreateReportScheduleNotFound) IsCode

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

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

func (*CreateReportScheduleNotFound) IsRedirect

func (o *CreateReportScheduleNotFound) IsRedirect() bool

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

func (*CreateReportScheduleNotFound) IsServerError

func (o *CreateReportScheduleNotFound) IsServerError() bool

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

func (*CreateReportScheduleNotFound) IsSuccess

func (o *CreateReportScheduleNotFound) IsSuccess() bool

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

func (*CreateReportScheduleNotFound) String

type CreateReportScheduleParams

type CreateReportScheduleParams struct {

	// Body.
	Body *reports_2021_06_30_models.CreateReportScheduleSpecification

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

CreateReportScheduleParams contains all the parameters to send to the API endpoint

for the create report schedule operation.

Typically these are written to a http.Request.

func NewCreateReportScheduleParams

func NewCreateReportScheduleParams() *CreateReportScheduleParams

NewCreateReportScheduleParams creates a new CreateReportScheduleParams 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 NewCreateReportScheduleParamsWithContext

func NewCreateReportScheduleParamsWithContext(ctx context.Context) *CreateReportScheduleParams

NewCreateReportScheduleParamsWithContext creates a new CreateReportScheduleParams object with the ability to set a context for a request.

func NewCreateReportScheduleParamsWithHTTPClient

func NewCreateReportScheduleParamsWithHTTPClient(client *http.Client) *CreateReportScheduleParams

NewCreateReportScheduleParamsWithHTTPClient creates a new CreateReportScheduleParams object with the ability to set a custom HTTPClient for a request.

func NewCreateReportScheduleParamsWithTimeout

func NewCreateReportScheduleParamsWithTimeout(timeout time.Duration) *CreateReportScheduleParams

NewCreateReportScheduleParamsWithTimeout creates a new CreateReportScheduleParams object with the ability to set a timeout on a request.

func (*CreateReportScheduleParams) SetBody

SetBody adds the body to the create report schedule params

func (*CreateReportScheduleParams) SetContext

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

SetContext adds the context to the create report schedule params

func (*CreateReportScheduleParams) SetDefaults

func (o *CreateReportScheduleParams) SetDefaults()

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

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

func (*CreateReportScheduleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create report schedule params

func (*CreateReportScheduleParams) SetTimeout

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

SetTimeout adds the timeout to the create report schedule params

func (*CreateReportScheduleParams) WithBody

WithBody adds the body to the create report schedule params

func (*CreateReportScheduleParams) WithContext

WithContext adds the context to the create report schedule params

func (*CreateReportScheduleParams) WithDefaults

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

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

func (*CreateReportScheduleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create report schedule params

func (*CreateReportScheduleParams) WithTimeout

WithTimeout adds the timeout to the create report schedule params

func (*CreateReportScheduleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateReportScheduleReader

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

CreateReportScheduleReader is a Reader for the CreateReportSchedule structure.

func (*CreateReportScheduleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateReportScheduleServiceUnavailable

type CreateReportScheduleServiceUnavailable 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 *reports_2021_06_30_models.ErrorList
}

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

Temporary overloading or maintenance of the server.

func NewCreateReportScheduleServiceUnavailable

func NewCreateReportScheduleServiceUnavailable() *CreateReportScheduleServiceUnavailable

NewCreateReportScheduleServiceUnavailable creates a CreateReportScheduleServiceUnavailable with default headers values

func (*CreateReportScheduleServiceUnavailable) Error

func (*CreateReportScheduleServiceUnavailable) GetPayload

func (*CreateReportScheduleServiceUnavailable) IsClientError

func (o *CreateReportScheduleServiceUnavailable) IsClientError() bool

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

func (*CreateReportScheduleServiceUnavailable) IsCode

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

func (*CreateReportScheduleServiceUnavailable) IsRedirect

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

func (*CreateReportScheduleServiceUnavailable) IsServerError

func (o *CreateReportScheduleServiceUnavailable) IsServerError() bool

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

func (*CreateReportScheduleServiceUnavailable) IsSuccess

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

func (*CreateReportScheduleServiceUnavailable) String

type CreateReportScheduleTooManyRequests

type CreateReportScheduleTooManyRequests 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 *reports_2021_06_30_models.ErrorList
}

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

The frequency of requests was greater than allowed.

func NewCreateReportScheduleTooManyRequests

func NewCreateReportScheduleTooManyRequests() *CreateReportScheduleTooManyRequests

NewCreateReportScheduleTooManyRequests creates a CreateReportScheduleTooManyRequests with default headers values

func (*CreateReportScheduleTooManyRequests) Error

func (*CreateReportScheduleTooManyRequests) GetPayload

func (*CreateReportScheduleTooManyRequests) IsClientError

func (o *CreateReportScheduleTooManyRequests) IsClientError() bool

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

func (*CreateReportScheduleTooManyRequests) IsCode

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

func (*CreateReportScheduleTooManyRequests) IsRedirect

func (o *CreateReportScheduleTooManyRequests) IsRedirect() bool

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

func (*CreateReportScheduleTooManyRequests) IsServerError

func (o *CreateReportScheduleTooManyRequests) IsServerError() bool

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

func (*CreateReportScheduleTooManyRequests) IsSuccess

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

func (*CreateReportScheduleTooManyRequests) String

type CreateReportScheduleUnauthorized

type CreateReportScheduleUnauthorized 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 *reports_2021_06_30_models.ErrorList
}

CreateReportScheduleUnauthorized 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 NewCreateReportScheduleUnauthorized

func NewCreateReportScheduleUnauthorized() *CreateReportScheduleUnauthorized

NewCreateReportScheduleUnauthorized creates a CreateReportScheduleUnauthorized with default headers values

func (*CreateReportScheduleUnauthorized) Error

func (*CreateReportScheduleUnauthorized) GetPayload

func (*CreateReportScheduleUnauthorized) IsClientError

func (o *CreateReportScheduleUnauthorized) IsClientError() bool

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

func (*CreateReportScheduleUnauthorized) IsCode

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

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

func (*CreateReportScheduleUnauthorized) IsRedirect

func (o *CreateReportScheduleUnauthorized) IsRedirect() bool

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

func (*CreateReportScheduleUnauthorized) IsServerError

func (o *CreateReportScheduleUnauthorized) IsServerError() bool

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

func (*CreateReportScheduleUnauthorized) IsSuccess

func (o *CreateReportScheduleUnauthorized) IsSuccess() bool

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

func (*CreateReportScheduleUnauthorized) String

type CreateReportScheduleUnsupportedMediaType

type CreateReportScheduleUnsupportedMediaType 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 *reports_2021_06_30_models.ErrorList
}

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

The request's Content-Type header is invalid.

func NewCreateReportScheduleUnsupportedMediaType

func NewCreateReportScheduleUnsupportedMediaType() *CreateReportScheduleUnsupportedMediaType

NewCreateReportScheduleUnsupportedMediaType creates a CreateReportScheduleUnsupportedMediaType with default headers values

func (*CreateReportScheduleUnsupportedMediaType) Error

func (*CreateReportScheduleUnsupportedMediaType) GetPayload

func (*CreateReportScheduleUnsupportedMediaType) IsClientError

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

func (*CreateReportScheduleUnsupportedMediaType) IsCode

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

func (*CreateReportScheduleUnsupportedMediaType) IsRedirect

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

func (*CreateReportScheduleUnsupportedMediaType) IsServerError

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

func (*CreateReportScheduleUnsupportedMediaType) IsSuccess

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

func (*CreateReportScheduleUnsupportedMediaType) String

type CreateReportServiceUnavailable

type CreateReportServiceUnavailable 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 *reports_2021_06_30_models.ErrorList
}

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

Temporary overloading or maintenance of the server.

func NewCreateReportServiceUnavailable

func NewCreateReportServiceUnavailable() *CreateReportServiceUnavailable

NewCreateReportServiceUnavailable creates a CreateReportServiceUnavailable with default headers values

func (*CreateReportServiceUnavailable) Error

func (*CreateReportServiceUnavailable) GetPayload

func (*CreateReportServiceUnavailable) IsClientError

func (o *CreateReportServiceUnavailable) IsClientError() bool

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

func (*CreateReportServiceUnavailable) IsCode

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

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

func (*CreateReportServiceUnavailable) IsRedirect

func (o *CreateReportServiceUnavailable) IsRedirect() bool

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

func (*CreateReportServiceUnavailable) IsServerError

func (o *CreateReportServiceUnavailable) IsServerError() bool

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

func (*CreateReportServiceUnavailable) IsSuccess

func (o *CreateReportServiceUnavailable) IsSuccess() bool

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

func (*CreateReportServiceUnavailable) String

type CreateReportTooManyRequests

type CreateReportTooManyRequests 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 *reports_2021_06_30_models.ErrorList
}

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

The frequency of requests was greater than allowed.

func NewCreateReportTooManyRequests

func NewCreateReportTooManyRequests() *CreateReportTooManyRequests

NewCreateReportTooManyRequests creates a CreateReportTooManyRequests with default headers values

func (*CreateReportTooManyRequests) Error

func (*CreateReportTooManyRequests) GetPayload

func (*CreateReportTooManyRequests) IsClientError

func (o *CreateReportTooManyRequests) IsClientError() bool

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

func (*CreateReportTooManyRequests) IsCode

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

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

func (*CreateReportTooManyRequests) IsRedirect

func (o *CreateReportTooManyRequests) IsRedirect() bool

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

func (*CreateReportTooManyRequests) IsServerError

func (o *CreateReportTooManyRequests) IsServerError() bool

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

func (*CreateReportTooManyRequests) IsSuccess

func (o *CreateReportTooManyRequests) IsSuccess() bool

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

func (*CreateReportTooManyRequests) String

func (o *CreateReportTooManyRequests) String() string

type CreateReportUnauthorized

type CreateReportUnauthorized 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 *reports_2021_06_30_models.ErrorList
}

CreateReportUnauthorized 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 NewCreateReportUnauthorized

func NewCreateReportUnauthorized() *CreateReportUnauthorized

NewCreateReportUnauthorized creates a CreateReportUnauthorized with default headers values

func (*CreateReportUnauthorized) Error

func (o *CreateReportUnauthorized) Error() string

func (*CreateReportUnauthorized) GetPayload

func (*CreateReportUnauthorized) IsClientError

func (o *CreateReportUnauthorized) IsClientError() bool

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

func (*CreateReportUnauthorized) IsCode

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

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

func (*CreateReportUnauthorized) IsRedirect

func (o *CreateReportUnauthorized) IsRedirect() bool

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

func (*CreateReportUnauthorized) IsServerError

func (o *CreateReportUnauthorized) IsServerError() bool

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

func (*CreateReportUnauthorized) IsSuccess

func (o *CreateReportUnauthorized) IsSuccess() bool

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

func (*CreateReportUnauthorized) String

func (o *CreateReportUnauthorized) String() string

type CreateReportUnsupportedMediaType

type CreateReportUnsupportedMediaType 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 *reports_2021_06_30_models.ErrorList
}

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

The request's Content-Type header is invalid.

func NewCreateReportUnsupportedMediaType

func NewCreateReportUnsupportedMediaType() *CreateReportUnsupportedMediaType

NewCreateReportUnsupportedMediaType creates a CreateReportUnsupportedMediaType with default headers values

func (*CreateReportUnsupportedMediaType) Error

func (*CreateReportUnsupportedMediaType) GetPayload

func (*CreateReportUnsupportedMediaType) IsClientError

func (o *CreateReportUnsupportedMediaType) IsClientError() bool

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

func (*CreateReportUnsupportedMediaType) IsCode

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

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

func (*CreateReportUnsupportedMediaType) IsRedirect

func (o *CreateReportUnsupportedMediaType) IsRedirect() bool

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

func (*CreateReportUnsupportedMediaType) IsServerError

func (o *CreateReportUnsupportedMediaType) IsServerError() bool

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

func (*CreateReportUnsupportedMediaType) IsSuccess

func (o *CreateReportUnsupportedMediaType) IsSuccess() bool

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

func (*CreateReportUnsupportedMediaType) String

type GetReportBadRequest

type GetReportBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewGetReportBadRequest

func NewGetReportBadRequest() *GetReportBadRequest

NewGetReportBadRequest creates a GetReportBadRequest with default headers values

func (*GetReportBadRequest) Error

func (o *GetReportBadRequest) Error() string

func (*GetReportBadRequest) GetPayload

func (*GetReportBadRequest) IsClientError

func (o *GetReportBadRequest) IsClientError() bool

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

func (*GetReportBadRequest) IsCode

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

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

func (*GetReportBadRequest) IsRedirect

func (o *GetReportBadRequest) IsRedirect() bool

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

func (*GetReportBadRequest) IsServerError

func (o *GetReportBadRequest) IsServerError() bool

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

func (*GetReportBadRequest) IsSuccess

func (o *GetReportBadRequest) IsSuccess() bool

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

func (*GetReportBadRequest) String

func (o *GetReportBadRequest) String() string

type GetReportDocumentBadRequest

type GetReportDocumentBadRequest struct {

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

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewGetReportDocumentBadRequest

func NewGetReportDocumentBadRequest() *GetReportDocumentBadRequest

NewGetReportDocumentBadRequest creates a GetReportDocumentBadRequest with default headers values

func (*GetReportDocumentBadRequest) Error

func (*GetReportDocumentBadRequest) GetPayload

func (*GetReportDocumentBadRequest) IsClientError

func (o *GetReportDocumentBadRequest) IsClientError() bool

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

func (*GetReportDocumentBadRequest) IsCode

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

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

func (*GetReportDocumentBadRequest) IsRedirect

func (o *GetReportDocumentBadRequest) IsRedirect() bool

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

func (*GetReportDocumentBadRequest) IsServerError

func (o *GetReportDocumentBadRequest) IsServerError() bool

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

func (*GetReportDocumentBadRequest) IsSuccess

func (o *GetReportDocumentBadRequest) IsSuccess() bool

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

func (*GetReportDocumentBadRequest) String

func (o *GetReportDocumentBadRequest) String() string

type GetReportDocumentForbidden

type GetReportDocumentForbidden struct {

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

GetReportDocumentForbidden 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 NewGetReportDocumentForbidden

func NewGetReportDocumentForbidden() *GetReportDocumentForbidden

NewGetReportDocumentForbidden creates a GetReportDocumentForbidden with default headers values

func (*GetReportDocumentForbidden) Error

func (*GetReportDocumentForbidden) GetPayload

func (*GetReportDocumentForbidden) IsClientError

func (o *GetReportDocumentForbidden) IsClientError() bool

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

func (*GetReportDocumentForbidden) IsCode

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

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

func (*GetReportDocumentForbidden) IsRedirect

func (o *GetReportDocumentForbidden) IsRedirect() bool

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

func (*GetReportDocumentForbidden) IsServerError

func (o *GetReportDocumentForbidden) IsServerError() bool

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

func (*GetReportDocumentForbidden) IsSuccess

func (o *GetReportDocumentForbidden) IsSuccess() bool

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

func (*GetReportDocumentForbidden) String

func (o *GetReportDocumentForbidden) String() string

type GetReportDocumentInternalServerError

type GetReportDocumentInternalServerError 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 *reports_2021_06_30_models.ErrorList
}

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

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

func NewGetReportDocumentInternalServerError

func NewGetReportDocumentInternalServerError() *GetReportDocumentInternalServerError

NewGetReportDocumentInternalServerError creates a GetReportDocumentInternalServerError with default headers values

func (*GetReportDocumentInternalServerError) Error

func (*GetReportDocumentInternalServerError) GetPayload

func (*GetReportDocumentInternalServerError) IsClientError

func (o *GetReportDocumentInternalServerError) IsClientError() bool

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

func (*GetReportDocumentInternalServerError) IsCode

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

func (*GetReportDocumentInternalServerError) IsRedirect

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

func (*GetReportDocumentInternalServerError) IsServerError

func (o *GetReportDocumentInternalServerError) IsServerError() bool

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

func (*GetReportDocumentInternalServerError) IsSuccess

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

func (*GetReportDocumentInternalServerError) String

type GetReportDocumentNotFound

type GetReportDocumentNotFound struct {

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

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

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

The specified resource does not exist.

func NewGetReportDocumentNotFound

func NewGetReportDocumentNotFound() *GetReportDocumentNotFound

NewGetReportDocumentNotFound creates a GetReportDocumentNotFound with default headers values

func (*GetReportDocumentNotFound) Error

func (o *GetReportDocumentNotFound) Error() string

func (*GetReportDocumentNotFound) GetPayload

func (*GetReportDocumentNotFound) IsClientError

func (o *GetReportDocumentNotFound) IsClientError() bool

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

func (*GetReportDocumentNotFound) IsCode

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

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

func (*GetReportDocumentNotFound) IsRedirect

func (o *GetReportDocumentNotFound) IsRedirect() bool

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

func (*GetReportDocumentNotFound) IsServerError

func (o *GetReportDocumentNotFound) IsServerError() bool

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

func (*GetReportDocumentNotFound) IsSuccess

func (o *GetReportDocumentNotFound) IsSuccess() bool

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

func (*GetReportDocumentNotFound) String

func (o *GetReportDocumentNotFound) String() string

type GetReportDocumentOK

type GetReportDocumentOK struct {

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

	/* Unique request reference ID.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ReportDocument
}

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

Success.

func NewGetReportDocumentOK

func NewGetReportDocumentOK() *GetReportDocumentOK

NewGetReportDocumentOK creates a GetReportDocumentOK with default headers values

func (*GetReportDocumentOK) Error

func (o *GetReportDocumentOK) Error() string

func (*GetReportDocumentOK) GetPayload

func (*GetReportDocumentOK) IsClientError

func (o *GetReportDocumentOK) IsClientError() bool

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

func (*GetReportDocumentOK) IsCode

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

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

func (*GetReportDocumentOK) IsRedirect

func (o *GetReportDocumentOK) IsRedirect() bool

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

func (*GetReportDocumentOK) IsServerError

func (o *GetReportDocumentOK) IsServerError() bool

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

func (*GetReportDocumentOK) IsSuccess

func (o *GetReportDocumentOK) IsSuccess() bool

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

func (*GetReportDocumentOK) String

func (o *GetReportDocumentOK) String() string

type GetReportDocumentParams

type GetReportDocumentParams struct {

	/* ReportDocumentID.

	   The identifier for the report document.
	*/
	ReportDocumentID string

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

GetReportDocumentParams contains all the parameters to send to the API endpoint

for the get report document operation.

Typically these are written to a http.Request.

func NewGetReportDocumentParams

func NewGetReportDocumentParams() *GetReportDocumentParams

NewGetReportDocumentParams creates a new GetReportDocumentParams 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 NewGetReportDocumentParamsWithContext

func NewGetReportDocumentParamsWithContext(ctx context.Context) *GetReportDocumentParams

NewGetReportDocumentParamsWithContext creates a new GetReportDocumentParams object with the ability to set a context for a request.

func NewGetReportDocumentParamsWithHTTPClient

func NewGetReportDocumentParamsWithHTTPClient(client *http.Client) *GetReportDocumentParams

NewGetReportDocumentParamsWithHTTPClient creates a new GetReportDocumentParams object with the ability to set a custom HTTPClient for a request.

func NewGetReportDocumentParamsWithTimeout

func NewGetReportDocumentParamsWithTimeout(timeout time.Duration) *GetReportDocumentParams

NewGetReportDocumentParamsWithTimeout creates a new GetReportDocumentParams object with the ability to set a timeout on a request.

func (*GetReportDocumentParams) SetContext

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

SetContext adds the context to the get report document params

func (*GetReportDocumentParams) SetDefaults

func (o *GetReportDocumentParams) SetDefaults()

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

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

func (*GetReportDocumentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get report document params

func (*GetReportDocumentParams) SetReportDocumentID

func (o *GetReportDocumentParams) SetReportDocumentID(reportDocumentID string)

SetReportDocumentID adds the reportDocumentId to the get report document params

func (*GetReportDocumentParams) SetTimeout

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

SetTimeout adds the timeout to the get report document params

func (*GetReportDocumentParams) WithContext

WithContext adds the context to the get report document params

func (*GetReportDocumentParams) WithDefaults

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

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

func (*GetReportDocumentParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get report document params

func (*GetReportDocumentParams) WithReportDocumentID

func (o *GetReportDocumentParams) WithReportDocumentID(reportDocumentID string) *GetReportDocumentParams

WithReportDocumentID adds the reportDocumentID to the get report document params

func (*GetReportDocumentParams) WithTimeout

WithTimeout adds the timeout to the get report document params

func (*GetReportDocumentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetReportDocumentReader

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

GetReportDocumentReader is a Reader for the GetReportDocument structure.

func (*GetReportDocumentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetReportDocumentServiceUnavailable

type GetReportDocumentServiceUnavailable 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 *reports_2021_06_30_models.ErrorList
}

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

Temporary overloading or maintenance of the server.

func NewGetReportDocumentServiceUnavailable

func NewGetReportDocumentServiceUnavailable() *GetReportDocumentServiceUnavailable

NewGetReportDocumentServiceUnavailable creates a GetReportDocumentServiceUnavailable with default headers values

func (*GetReportDocumentServiceUnavailable) Error

func (*GetReportDocumentServiceUnavailable) GetPayload

func (*GetReportDocumentServiceUnavailable) IsClientError

func (o *GetReportDocumentServiceUnavailable) IsClientError() bool

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

func (*GetReportDocumentServiceUnavailable) IsCode

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

func (*GetReportDocumentServiceUnavailable) IsRedirect

func (o *GetReportDocumentServiceUnavailable) IsRedirect() bool

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

func (*GetReportDocumentServiceUnavailable) IsServerError

func (o *GetReportDocumentServiceUnavailable) IsServerError() bool

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

func (*GetReportDocumentServiceUnavailable) IsSuccess

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

func (*GetReportDocumentServiceUnavailable) String

type GetReportDocumentTooManyRequests

type GetReportDocumentTooManyRequests 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 *reports_2021_06_30_models.ErrorList
}

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

The frequency of requests was greater than allowed.

func NewGetReportDocumentTooManyRequests

func NewGetReportDocumentTooManyRequests() *GetReportDocumentTooManyRequests

NewGetReportDocumentTooManyRequests creates a GetReportDocumentTooManyRequests with default headers values

func (*GetReportDocumentTooManyRequests) Error

func (*GetReportDocumentTooManyRequests) GetPayload

func (*GetReportDocumentTooManyRequests) IsClientError

func (o *GetReportDocumentTooManyRequests) IsClientError() bool

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

func (*GetReportDocumentTooManyRequests) IsCode

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

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

func (*GetReportDocumentTooManyRequests) IsRedirect

func (o *GetReportDocumentTooManyRequests) IsRedirect() bool

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

func (*GetReportDocumentTooManyRequests) IsServerError

func (o *GetReportDocumentTooManyRequests) IsServerError() bool

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

func (*GetReportDocumentTooManyRequests) IsSuccess

func (o *GetReportDocumentTooManyRequests) IsSuccess() bool

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

func (*GetReportDocumentTooManyRequests) String

type GetReportDocumentUnauthorized

type GetReportDocumentUnauthorized 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 *reports_2021_06_30_models.ErrorList
}

GetReportDocumentUnauthorized 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 NewGetReportDocumentUnauthorized

func NewGetReportDocumentUnauthorized() *GetReportDocumentUnauthorized

NewGetReportDocumentUnauthorized creates a GetReportDocumentUnauthorized with default headers values

func (*GetReportDocumentUnauthorized) Error

func (*GetReportDocumentUnauthorized) GetPayload

func (*GetReportDocumentUnauthorized) IsClientError

func (o *GetReportDocumentUnauthorized) IsClientError() bool

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

func (*GetReportDocumentUnauthorized) IsCode

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

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

func (*GetReportDocumentUnauthorized) IsRedirect

func (o *GetReportDocumentUnauthorized) IsRedirect() bool

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

func (*GetReportDocumentUnauthorized) IsServerError

func (o *GetReportDocumentUnauthorized) IsServerError() bool

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

func (*GetReportDocumentUnauthorized) IsSuccess

func (o *GetReportDocumentUnauthorized) IsSuccess() bool

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

func (*GetReportDocumentUnauthorized) String

type GetReportDocumentUnsupportedMediaType

type GetReportDocumentUnsupportedMediaType 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 *reports_2021_06_30_models.ErrorList
}

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

The request's Content-Type header is invalid.

func NewGetReportDocumentUnsupportedMediaType

func NewGetReportDocumentUnsupportedMediaType() *GetReportDocumentUnsupportedMediaType

NewGetReportDocumentUnsupportedMediaType creates a GetReportDocumentUnsupportedMediaType with default headers values

func (*GetReportDocumentUnsupportedMediaType) Error

func (*GetReportDocumentUnsupportedMediaType) GetPayload

func (*GetReportDocumentUnsupportedMediaType) IsClientError

func (o *GetReportDocumentUnsupportedMediaType) IsClientError() bool

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

func (*GetReportDocumentUnsupportedMediaType) IsCode

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

func (*GetReportDocumentUnsupportedMediaType) IsRedirect

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

func (*GetReportDocumentUnsupportedMediaType) IsServerError

func (o *GetReportDocumentUnsupportedMediaType) IsServerError() bool

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

func (*GetReportDocumentUnsupportedMediaType) IsSuccess

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

func (*GetReportDocumentUnsupportedMediaType) String

type GetReportForbidden

type GetReportForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

GetReportForbidden 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 NewGetReportForbidden

func NewGetReportForbidden() *GetReportForbidden

NewGetReportForbidden creates a GetReportForbidden with default headers values

func (*GetReportForbidden) Error

func (o *GetReportForbidden) Error() string

func (*GetReportForbidden) GetPayload

func (*GetReportForbidden) IsClientError

func (o *GetReportForbidden) IsClientError() bool

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

func (*GetReportForbidden) IsCode

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

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

func (*GetReportForbidden) IsRedirect

func (o *GetReportForbidden) IsRedirect() bool

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

func (*GetReportForbidden) IsServerError

func (o *GetReportForbidden) IsServerError() bool

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

func (*GetReportForbidden) IsSuccess

func (o *GetReportForbidden) IsSuccess() bool

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

func (*GetReportForbidden) String

func (o *GetReportForbidden) String() string

type GetReportInternalServerError

type GetReportInternalServerError 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 *reports_2021_06_30_models.ErrorList
}

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

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

func NewGetReportInternalServerError

func NewGetReportInternalServerError() *GetReportInternalServerError

NewGetReportInternalServerError creates a GetReportInternalServerError with default headers values

func (*GetReportInternalServerError) Error

func (*GetReportInternalServerError) GetPayload

func (*GetReportInternalServerError) IsClientError

func (o *GetReportInternalServerError) IsClientError() bool

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

func (*GetReportInternalServerError) IsCode

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

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

func (*GetReportInternalServerError) IsRedirect

func (o *GetReportInternalServerError) IsRedirect() bool

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

func (*GetReportInternalServerError) IsServerError

func (o *GetReportInternalServerError) IsServerError() bool

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

func (*GetReportInternalServerError) IsSuccess

func (o *GetReportInternalServerError) IsSuccess() bool

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

func (*GetReportInternalServerError) String

type GetReportNotFound

type GetReportNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

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

The specified resource does not exist.

func NewGetReportNotFound

func NewGetReportNotFound() *GetReportNotFound

NewGetReportNotFound creates a GetReportNotFound with default headers values

func (*GetReportNotFound) Error

func (o *GetReportNotFound) Error() string

func (*GetReportNotFound) GetPayload

func (*GetReportNotFound) IsClientError

func (o *GetReportNotFound) IsClientError() bool

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

func (*GetReportNotFound) IsCode

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

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

func (*GetReportNotFound) IsRedirect

func (o *GetReportNotFound) IsRedirect() bool

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

func (*GetReportNotFound) IsServerError

func (o *GetReportNotFound) IsServerError() bool

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

func (*GetReportNotFound) IsSuccess

func (o *GetReportNotFound) IsSuccess() bool

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

func (*GetReportNotFound) String

func (o *GetReportNotFound) String() string

type GetReportOK

type GetReportOK struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.Report
}

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

Success.

func NewGetReportOK

func NewGetReportOK() *GetReportOK

NewGetReportOK creates a GetReportOK with default headers values

func (*GetReportOK) Error

func (o *GetReportOK) Error() string

func (*GetReportOK) GetPayload

func (o *GetReportOK) GetPayload() *reports_2021_06_30_models.Report

func (*GetReportOK) IsClientError

func (o *GetReportOK) IsClientError() bool

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

func (*GetReportOK) IsCode

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

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

func (*GetReportOK) IsRedirect

func (o *GetReportOK) IsRedirect() bool

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

func (*GetReportOK) IsServerError

func (o *GetReportOK) IsServerError() bool

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

func (*GetReportOK) IsSuccess

func (o *GetReportOK) IsSuccess() bool

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

func (*GetReportOK) String

func (o *GetReportOK) String() string

type GetReportParams

type GetReportParams struct {

	/* ReportID.

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

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

GetReportParams contains all the parameters to send to the API endpoint

for the get report operation.

Typically these are written to a http.Request.

func NewGetReportParams

func NewGetReportParams() *GetReportParams

NewGetReportParams creates a new GetReportParams 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 NewGetReportParamsWithContext

func NewGetReportParamsWithContext(ctx context.Context) *GetReportParams

NewGetReportParamsWithContext creates a new GetReportParams object with the ability to set a context for a request.

func NewGetReportParamsWithHTTPClient

func NewGetReportParamsWithHTTPClient(client *http.Client) *GetReportParams

NewGetReportParamsWithHTTPClient creates a new GetReportParams object with the ability to set a custom HTTPClient for a request.

func NewGetReportParamsWithTimeout

func NewGetReportParamsWithTimeout(timeout time.Duration) *GetReportParams

NewGetReportParamsWithTimeout creates a new GetReportParams object with the ability to set a timeout on a request.

func (*GetReportParams) SetContext

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

SetContext adds the context to the get report params

func (*GetReportParams) SetDefaults

func (o *GetReportParams) SetDefaults()

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

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

func (*GetReportParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get report params

func (*GetReportParams) SetReportID

func (o *GetReportParams) SetReportID(reportID string)

SetReportID adds the reportId to the get report params

func (*GetReportParams) SetTimeout

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

SetTimeout adds the timeout to the get report params

func (*GetReportParams) WithContext

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

WithContext adds the context to the get report params

func (*GetReportParams) WithDefaults

func (o *GetReportParams) WithDefaults() *GetReportParams

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

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

func (*GetReportParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get report params

func (*GetReportParams) WithReportID

func (o *GetReportParams) WithReportID(reportID string) *GetReportParams

WithReportID adds the reportID to the get report params

func (*GetReportParams) WithTimeout

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

WithTimeout adds the timeout to the get report params

func (*GetReportParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetReportReader

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

GetReportReader is a Reader for the GetReport structure.

func (*GetReportReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetReportScheduleBadRequest

type GetReportScheduleBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewGetReportScheduleBadRequest

func NewGetReportScheduleBadRequest() *GetReportScheduleBadRequest

NewGetReportScheduleBadRequest creates a GetReportScheduleBadRequest with default headers values

func (*GetReportScheduleBadRequest) Error

func (*GetReportScheduleBadRequest) GetPayload

func (*GetReportScheduleBadRequest) IsClientError

func (o *GetReportScheduleBadRequest) IsClientError() bool

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

func (*GetReportScheduleBadRequest) IsCode

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

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

func (*GetReportScheduleBadRequest) IsRedirect

func (o *GetReportScheduleBadRequest) IsRedirect() bool

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

func (*GetReportScheduleBadRequest) IsServerError

func (o *GetReportScheduleBadRequest) IsServerError() bool

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

func (*GetReportScheduleBadRequest) IsSuccess

func (o *GetReportScheduleBadRequest) IsSuccess() bool

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

func (*GetReportScheduleBadRequest) String

func (o *GetReportScheduleBadRequest) String() string

type GetReportScheduleForbidden

type GetReportScheduleForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

GetReportScheduleForbidden 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 NewGetReportScheduleForbidden

func NewGetReportScheduleForbidden() *GetReportScheduleForbidden

NewGetReportScheduleForbidden creates a GetReportScheduleForbidden with default headers values

func (*GetReportScheduleForbidden) Error

func (*GetReportScheduleForbidden) GetPayload

func (*GetReportScheduleForbidden) IsClientError

func (o *GetReportScheduleForbidden) IsClientError() bool

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

func (*GetReportScheduleForbidden) IsCode

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

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

func (*GetReportScheduleForbidden) IsRedirect

func (o *GetReportScheduleForbidden) IsRedirect() bool

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

func (*GetReportScheduleForbidden) IsServerError

func (o *GetReportScheduleForbidden) IsServerError() bool

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

func (*GetReportScheduleForbidden) IsSuccess

func (o *GetReportScheduleForbidden) IsSuccess() bool

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

func (*GetReportScheduleForbidden) String

func (o *GetReportScheduleForbidden) String() string

type GetReportScheduleInternalServerError

type GetReportScheduleInternalServerError 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 *reports_2021_06_30_models.ErrorList
}

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

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

func NewGetReportScheduleInternalServerError

func NewGetReportScheduleInternalServerError() *GetReportScheduleInternalServerError

NewGetReportScheduleInternalServerError creates a GetReportScheduleInternalServerError with default headers values

func (*GetReportScheduleInternalServerError) Error

func (*GetReportScheduleInternalServerError) GetPayload

func (*GetReportScheduleInternalServerError) IsClientError

func (o *GetReportScheduleInternalServerError) IsClientError() bool

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

func (*GetReportScheduleInternalServerError) IsCode

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

func (*GetReportScheduleInternalServerError) IsRedirect

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

func (*GetReportScheduleInternalServerError) IsServerError

func (o *GetReportScheduleInternalServerError) IsServerError() bool

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

func (*GetReportScheduleInternalServerError) IsSuccess

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

func (*GetReportScheduleInternalServerError) String

type GetReportScheduleNotFound

type GetReportScheduleNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

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

The specified resource does not exist.

func NewGetReportScheduleNotFound

func NewGetReportScheduleNotFound() *GetReportScheduleNotFound

NewGetReportScheduleNotFound creates a GetReportScheduleNotFound with default headers values

func (*GetReportScheduleNotFound) Error

func (o *GetReportScheduleNotFound) Error() string

func (*GetReportScheduleNotFound) GetPayload

func (*GetReportScheduleNotFound) IsClientError

func (o *GetReportScheduleNotFound) IsClientError() bool

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

func (*GetReportScheduleNotFound) IsCode

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

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

func (*GetReportScheduleNotFound) IsRedirect

func (o *GetReportScheduleNotFound) IsRedirect() bool

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

func (*GetReportScheduleNotFound) IsServerError

func (o *GetReportScheduleNotFound) IsServerError() bool

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

func (*GetReportScheduleNotFound) IsSuccess

func (o *GetReportScheduleNotFound) IsSuccess() bool

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

func (*GetReportScheduleNotFound) String

func (o *GetReportScheduleNotFound) String() string

type GetReportScheduleOK

type GetReportScheduleOK struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ReportSchedule
}

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

Success.

func NewGetReportScheduleOK

func NewGetReportScheduleOK() *GetReportScheduleOK

NewGetReportScheduleOK creates a GetReportScheduleOK with default headers values

func (*GetReportScheduleOK) Error

func (o *GetReportScheduleOK) Error() string

func (*GetReportScheduleOK) GetPayload

func (*GetReportScheduleOK) IsClientError

func (o *GetReportScheduleOK) IsClientError() bool

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

func (*GetReportScheduleOK) IsCode

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

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

func (*GetReportScheduleOK) IsRedirect

func (o *GetReportScheduleOK) IsRedirect() bool

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

func (*GetReportScheduleOK) IsServerError

func (o *GetReportScheduleOK) IsServerError() bool

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

func (*GetReportScheduleOK) IsSuccess

func (o *GetReportScheduleOK) IsSuccess() bool

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

func (*GetReportScheduleOK) String

func (o *GetReportScheduleOK) String() string

type GetReportScheduleParams

type GetReportScheduleParams struct {

	/* ReportScheduleID.

	   The identifier for the report schedule. This identifier is unique only in combination with a seller ID.
	*/
	ReportScheduleID string

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

GetReportScheduleParams contains all the parameters to send to the API endpoint

for the get report schedule operation.

Typically these are written to a http.Request.

func NewGetReportScheduleParams

func NewGetReportScheduleParams() *GetReportScheduleParams

NewGetReportScheduleParams creates a new GetReportScheduleParams 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 NewGetReportScheduleParamsWithContext

func NewGetReportScheduleParamsWithContext(ctx context.Context) *GetReportScheduleParams

NewGetReportScheduleParamsWithContext creates a new GetReportScheduleParams object with the ability to set a context for a request.

func NewGetReportScheduleParamsWithHTTPClient

func NewGetReportScheduleParamsWithHTTPClient(client *http.Client) *GetReportScheduleParams

NewGetReportScheduleParamsWithHTTPClient creates a new GetReportScheduleParams object with the ability to set a custom HTTPClient for a request.

func NewGetReportScheduleParamsWithTimeout

func NewGetReportScheduleParamsWithTimeout(timeout time.Duration) *GetReportScheduleParams

NewGetReportScheduleParamsWithTimeout creates a new GetReportScheduleParams object with the ability to set a timeout on a request.

func (*GetReportScheduleParams) SetContext

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

SetContext adds the context to the get report schedule params

func (*GetReportScheduleParams) SetDefaults

func (o *GetReportScheduleParams) SetDefaults()

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

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

func (*GetReportScheduleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get report schedule params

func (*GetReportScheduleParams) SetReportScheduleID

func (o *GetReportScheduleParams) SetReportScheduleID(reportScheduleID string)

SetReportScheduleID adds the reportScheduleId to the get report schedule params

func (*GetReportScheduleParams) SetTimeout

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

SetTimeout adds the timeout to the get report schedule params

func (*GetReportScheduleParams) WithContext

WithContext adds the context to the get report schedule params

func (*GetReportScheduleParams) WithDefaults

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

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

func (*GetReportScheduleParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get report schedule params

func (*GetReportScheduleParams) WithReportScheduleID

func (o *GetReportScheduleParams) WithReportScheduleID(reportScheduleID string) *GetReportScheduleParams

WithReportScheduleID adds the reportScheduleID to the get report schedule params

func (*GetReportScheduleParams) WithTimeout

WithTimeout adds the timeout to the get report schedule params

func (*GetReportScheduleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetReportScheduleReader

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

GetReportScheduleReader is a Reader for the GetReportSchedule structure.

func (*GetReportScheduleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetReportScheduleServiceUnavailable

type GetReportScheduleServiceUnavailable 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 *reports_2021_06_30_models.ErrorList
}

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

Temporary overloading or maintenance of the server.

func NewGetReportScheduleServiceUnavailable

func NewGetReportScheduleServiceUnavailable() *GetReportScheduleServiceUnavailable

NewGetReportScheduleServiceUnavailable creates a GetReportScheduleServiceUnavailable with default headers values

func (*GetReportScheduleServiceUnavailable) Error

func (*GetReportScheduleServiceUnavailable) GetPayload

func (*GetReportScheduleServiceUnavailable) IsClientError

func (o *GetReportScheduleServiceUnavailable) IsClientError() bool

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

func (*GetReportScheduleServiceUnavailable) IsCode

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

func (*GetReportScheduleServiceUnavailable) IsRedirect

func (o *GetReportScheduleServiceUnavailable) IsRedirect() bool

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

func (*GetReportScheduleServiceUnavailable) IsServerError

func (o *GetReportScheduleServiceUnavailable) IsServerError() bool

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

func (*GetReportScheduleServiceUnavailable) IsSuccess

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

func (*GetReportScheduleServiceUnavailable) String

type GetReportScheduleTooManyRequests

type GetReportScheduleTooManyRequests 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 *reports_2021_06_30_models.ErrorList
}

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

The frequency of requests was greater than allowed.

func NewGetReportScheduleTooManyRequests

func NewGetReportScheduleTooManyRequests() *GetReportScheduleTooManyRequests

NewGetReportScheduleTooManyRequests creates a GetReportScheduleTooManyRequests with default headers values

func (*GetReportScheduleTooManyRequests) Error

func (*GetReportScheduleTooManyRequests) GetPayload

func (*GetReportScheduleTooManyRequests) IsClientError

func (o *GetReportScheduleTooManyRequests) IsClientError() bool

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

func (*GetReportScheduleTooManyRequests) IsCode

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

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

func (*GetReportScheduleTooManyRequests) IsRedirect

func (o *GetReportScheduleTooManyRequests) IsRedirect() bool

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

func (*GetReportScheduleTooManyRequests) IsServerError

func (o *GetReportScheduleTooManyRequests) IsServerError() bool

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

func (*GetReportScheduleTooManyRequests) IsSuccess

func (o *GetReportScheduleTooManyRequests) IsSuccess() bool

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

func (*GetReportScheduleTooManyRequests) String

type GetReportScheduleUnauthorized

type GetReportScheduleUnauthorized 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 *reports_2021_06_30_models.ErrorList
}

GetReportScheduleUnauthorized 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 NewGetReportScheduleUnauthorized

func NewGetReportScheduleUnauthorized() *GetReportScheduleUnauthorized

NewGetReportScheduleUnauthorized creates a GetReportScheduleUnauthorized with default headers values

func (*GetReportScheduleUnauthorized) Error

func (*GetReportScheduleUnauthorized) GetPayload

func (*GetReportScheduleUnauthorized) IsClientError

func (o *GetReportScheduleUnauthorized) IsClientError() bool

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

func (*GetReportScheduleUnauthorized) IsCode

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

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

func (*GetReportScheduleUnauthorized) IsRedirect

func (o *GetReportScheduleUnauthorized) IsRedirect() bool

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

func (*GetReportScheduleUnauthorized) IsServerError

func (o *GetReportScheduleUnauthorized) IsServerError() bool

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

func (*GetReportScheduleUnauthorized) IsSuccess

func (o *GetReportScheduleUnauthorized) IsSuccess() bool

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

func (*GetReportScheduleUnauthorized) String

type GetReportScheduleUnsupportedMediaType

type GetReportScheduleUnsupportedMediaType 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 *reports_2021_06_30_models.ErrorList
}

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

The request's Content-Type header is invalid.

func NewGetReportScheduleUnsupportedMediaType

func NewGetReportScheduleUnsupportedMediaType() *GetReportScheduleUnsupportedMediaType

NewGetReportScheduleUnsupportedMediaType creates a GetReportScheduleUnsupportedMediaType with default headers values

func (*GetReportScheduleUnsupportedMediaType) Error

func (*GetReportScheduleUnsupportedMediaType) GetPayload

func (*GetReportScheduleUnsupportedMediaType) IsClientError

func (o *GetReportScheduleUnsupportedMediaType) IsClientError() bool

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

func (*GetReportScheduleUnsupportedMediaType) IsCode

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

func (*GetReportScheduleUnsupportedMediaType) IsRedirect

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

func (*GetReportScheduleUnsupportedMediaType) IsServerError

func (o *GetReportScheduleUnsupportedMediaType) IsServerError() bool

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

func (*GetReportScheduleUnsupportedMediaType) IsSuccess

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

func (*GetReportScheduleUnsupportedMediaType) String

type GetReportSchedulesBadRequest

type GetReportSchedulesBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewGetReportSchedulesBadRequest

func NewGetReportSchedulesBadRequest() *GetReportSchedulesBadRequest

NewGetReportSchedulesBadRequest creates a GetReportSchedulesBadRequest with default headers values

func (*GetReportSchedulesBadRequest) Error

func (*GetReportSchedulesBadRequest) GetPayload

func (*GetReportSchedulesBadRequest) IsClientError

func (o *GetReportSchedulesBadRequest) IsClientError() bool

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

func (*GetReportSchedulesBadRequest) IsCode

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

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

func (*GetReportSchedulesBadRequest) IsRedirect

func (o *GetReportSchedulesBadRequest) IsRedirect() bool

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

func (*GetReportSchedulesBadRequest) IsServerError

func (o *GetReportSchedulesBadRequest) IsServerError() bool

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

func (*GetReportSchedulesBadRequest) IsSuccess

func (o *GetReportSchedulesBadRequest) IsSuccess() bool

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

func (*GetReportSchedulesBadRequest) String

type GetReportSchedulesForbidden

type GetReportSchedulesForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

GetReportSchedulesForbidden 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 NewGetReportSchedulesForbidden

func NewGetReportSchedulesForbidden() *GetReportSchedulesForbidden

NewGetReportSchedulesForbidden creates a GetReportSchedulesForbidden with default headers values

func (*GetReportSchedulesForbidden) Error

func (*GetReportSchedulesForbidden) GetPayload

func (*GetReportSchedulesForbidden) IsClientError

func (o *GetReportSchedulesForbidden) IsClientError() bool

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

func (*GetReportSchedulesForbidden) IsCode

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

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

func (*GetReportSchedulesForbidden) IsRedirect

func (o *GetReportSchedulesForbidden) IsRedirect() bool

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

func (*GetReportSchedulesForbidden) IsServerError

func (o *GetReportSchedulesForbidden) IsServerError() bool

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

func (*GetReportSchedulesForbidden) IsSuccess

func (o *GetReportSchedulesForbidden) IsSuccess() bool

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

func (*GetReportSchedulesForbidden) String

func (o *GetReportSchedulesForbidden) String() string

type GetReportSchedulesInternalServerError

type GetReportSchedulesInternalServerError 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 *reports_2021_06_30_models.ErrorList
}

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

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

func NewGetReportSchedulesInternalServerError

func NewGetReportSchedulesInternalServerError() *GetReportSchedulesInternalServerError

NewGetReportSchedulesInternalServerError creates a GetReportSchedulesInternalServerError with default headers values

func (*GetReportSchedulesInternalServerError) Error

func (*GetReportSchedulesInternalServerError) GetPayload

func (*GetReportSchedulesInternalServerError) IsClientError

func (o *GetReportSchedulesInternalServerError) IsClientError() bool

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

func (*GetReportSchedulesInternalServerError) IsCode

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

func (*GetReportSchedulesInternalServerError) IsRedirect

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

func (*GetReportSchedulesInternalServerError) IsServerError

func (o *GetReportSchedulesInternalServerError) IsServerError() bool

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

func (*GetReportSchedulesInternalServerError) IsSuccess

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

func (*GetReportSchedulesInternalServerError) String

type GetReportSchedulesNotFound

type GetReportSchedulesNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

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

The specified resource does not exist.

func NewGetReportSchedulesNotFound

func NewGetReportSchedulesNotFound() *GetReportSchedulesNotFound

NewGetReportSchedulesNotFound creates a GetReportSchedulesNotFound with default headers values

func (*GetReportSchedulesNotFound) Error

func (*GetReportSchedulesNotFound) GetPayload

func (*GetReportSchedulesNotFound) IsClientError

func (o *GetReportSchedulesNotFound) IsClientError() bool

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

func (*GetReportSchedulesNotFound) IsCode

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

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

func (*GetReportSchedulesNotFound) IsRedirect

func (o *GetReportSchedulesNotFound) IsRedirect() bool

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

func (*GetReportSchedulesNotFound) IsServerError

func (o *GetReportSchedulesNotFound) IsServerError() bool

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

func (*GetReportSchedulesNotFound) IsSuccess

func (o *GetReportSchedulesNotFound) IsSuccess() bool

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

func (*GetReportSchedulesNotFound) String

func (o *GetReportSchedulesNotFound) String() string

type GetReportSchedulesOK

type GetReportSchedulesOK struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ReportScheduleList
}

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

Success.

func NewGetReportSchedulesOK

func NewGetReportSchedulesOK() *GetReportSchedulesOK

NewGetReportSchedulesOK creates a GetReportSchedulesOK with default headers values

func (*GetReportSchedulesOK) Error

func (o *GetReportSchedulesOK) Error() string

func (*GetReportSchedulesOK) GetPayload

func (*GetReportSchedulesOK) IsClientError

func (o *GetReportSchedulesOK) IsClientError() bool

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

func (*GetReportSchedulesOK) IsCode

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

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

func (*GetReportSchedulesOK) IsRedirect

func (o *GetReportSchedulesOK) IsRedirect() bool

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

func (*GetReportSchedulesOK) IsServerError

func (o *GetReportSchedulesOK) IsServerError() bool

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

func (*GetReportSchedulesOK) IsSuccess

func (o *GetReportSchedulesOK) IsSuccess() bool

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

func (*GetReportSchedulesOK) String

func (o *GetReportSchedulesOK) String() string

type GetReportSchedulesParams

type GetReportSchedulesParams struct {

	/* ReportTypes.

	   A list of report types used to filter report schedules. Refer to [Report Type Values](https://developer-docs.amazon.com/sp-api/docs/report-type-values) for more information.
	*/
	ReportTypes []string

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

GetReportSchedulesParams contains all the parameters to send to the API endpoint

for the get report schedules operation.

Typically these are written to a http.Request.

func NewGetReportSchedulesParams

func NewGetReportSchedulesParams() *GetReportSchedulesParams

NewGetReportSchedulesParams creates a new GetReportSchedulesParams 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 NewGetReportSchedulesParamsWithContext

func NewGetReportSchedulesParamsWithContext(ctx context.Context) *GetReportSchedulesParams

NewGetReportSchedulesParamsWithContext creates a new GetReportSchedulesParams object with the ability to set a context for a request.

func NewGetReportSchedulesParamsWithHTTPClient

func NewGetReportSchedulesParamsWithHTTPClient(client *http.Client) *GetReportSchedulesParams

NewGetReportSchedulesParamsWithHTTPClient creates a new GetReportSchedulesParams object with the ability to set a custom HTTPClient for a request.

func NewGetReportSchedulesParamsWithTimeout

func NewGetReportSchedulesParamsWithTimeout(timeout time.Duration) *GetReportSchedulesParams

NewGetReportSchedulesParamsWithTimeout creates a new GetReportSchedulesParams object with the ability to set a timeout on a request.

func (*GetReportSchedulesParams) SetContext

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

SetContext adds the context to the get report schedules params

func (*GetReportSchedulesParams) SetDefaults

func (o *GetReportSchedulesParams) SetDefaults()

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

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

func (*GetReportSchedulesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get report schedules params

func (*GetReportSchedulesParams) SetReportTypes

func (o *GetReportSchedulesParams) SetReportTypes(reportTypes []string)

SetReportTypes adds the reportTypes to the get report schedules params

func (*GetReportSchedulesParams) SetTimeout

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

SetTimeout adds the timeout to the get report schedules params

func (*GetReportSchedulesParams) WithContext

WithContext adds the context to the get report schedules params

func (*GetReportSchedulesParams) WithDefaults

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

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

func (*GetReportSchedulesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get report schedules params

func (*GetReportSchedulesParams) WithReportTypes

func (o *GetReportSchedulesParams) WithReportTypes(reportTypes []string) *GetReportSchedulesParams

WithReportTypes adds the reportTypes to the get report schedules params

func (*GetReportSchedulesParams) WithTimeout

WithTimeout adds the timeout to the get report schedules params

func (*GetReportSchedulesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetReportSchedulesReader

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

GetReportSchedulesReader is a Reader for the GetReportSchedules structure.

func (*GetReportSchedulesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetReportSchedulesServiceUnavailable

type GetReportSchedulesServiceUnavailable 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 *reports_2021_06_30_models.ErrorList
}

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

Temporary overloading or maintenance of the server.

func NewGetReportSchedulesServiceUnavailable

func NewGetReportSchedulesServiceUnavailable() *GetReportSchedulesServiceUnavailable

NewGetReportSchedulesServiceUnavailable creates a GetReportSchedulesServiceUnavailable with default headers values

func (*GetReportSchedulesServiceUnavailable) Error

func (*GetReportSchedulesServiceUnavailable) GetPayload

func (*GetReportSchedulesServiceUnavailable) IsClientError

func (o *GetReportSchedulesServiceUnavailable) IsClientError() bool

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

func (*GetReportSchedulesServiceUnavailable) IsCode

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

func (*GetReportSchedulesServiceUnavailable) IsRedirect

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

func (*GetReportSchedulesServiceUnavailable) IsServerError

func (o *GetReportSchedulesServiceUnavailable) IsServerError() bool

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

func (*GetReportSchedulesServiceUnavailable) IsSuccess

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

func (*GetReportSchedulesServiceUnavailable) String

type GetReportSchedulesTooManyRequests

type GetReportSchedulesTooManyRequests 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 *reports_2021_06_30_models.ErrorList
}

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

The frequency of requests was greater than allowed.

func NewGetReportSchedulesTooManyRequests

func NewGetReportSchedulesTooManyRequests() *GetReportSchedulesTooManyRequests

NewGetReportSchedulesTooManyRequests creates a GetReportSchedulesTooManyRequests with default headers values

func (*GetReportSchedulesTooManyRequests) Error

func (*GetReportSchedulesTooManyRequests) GetPayload

func (*GetReportSchedulesTooManyRequests) IsClientError

func (o *GetReportSchedulesTooManyRequests) IsClientError() bool

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

func (*GetReportSchedulesTooManyRequests) IsCode

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

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

func (*GetReportSchedulesTooManyRequests) IsRedirect

func (o *GetReportSchedulesTooManyRequests) IsRedirect() bool

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

func (*GetReportSchedulesTooManyRequests) IsServerError

func (o *GetReportSchedulesTooManyRequests) IsServerError() bool

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

func (*GetReportSchedulesTooManyRequests) IsSuccess

func (o *GetReportSchedulesTooManyRequests) IsSuccess() bool

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

func (*GetReportSchedulesTooManyRequests) String

type GetReportSchedulesUnauthorized

type GetReportSchedulesUnauthorized 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 *reports_2021_06_30_models.ErrorList
}

GetReportSchedulesUnauthorized 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 NewGetReportSchedulesUnauthorized

func NewGetReportSchedulesUnauthorized() *GetReportSchedulesUnauthorized

NewGetReportSchedulesUnauthorized creates a GetReportSchedulesUnauthorized with default headers values

func (*GetReportSchedulesUnauthorized) Error

func (*GetReportSchedulesUnauthorized) GetPayload

func (*GetReportSchedulesUnauthorized) IsClientError

func (o *GetReportSchedulesUnauthorized) IsClientError() bool

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

func (*GetReportSchedulesUnauthorized) IsCode

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

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

func (*GetReportSchedulesUnauthorized) IsRedirect

func (o *GetReportSchedulesUnauthorized) IsRedirect() bool

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

func (*GetReportSchedulesUnauthorized) IsServerError

func (o *GetReportSchedulesUnauthorized) IsServerError() bool

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

func (*GetReportSchedulesUnauthorized) IsSuccess

func (o *GetReportSchedulesUnauthorized) IsSuccess() bool

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

func (*GetReportSchedulesUnauthorized) String

type GetReportSchedulesUnsupportedMediaType

type GetReportSchedulesUnsupportedMediaType 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 *reports_2021_06_30_models.ErrorList
}

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

The request's Content-Type header is invalid.

func NewGetReportSchedulesUnsupportedMediaType

func NewGetReportSchedulesUnsupportedMediaType() *GetReportSchedulesUnsupportedMediaType

NewGetReportSchedulesUnsupportedMediaType creates a GetReportSchedulesUnsupportedMediaType with default headers values

func (*GetReportSchedulesUnsupportedMediaType) Error

func (*GetReportSchedulesUnsupportedMediaType) GetPayload

func (*GetReportSchedulesUnsupportedMediaType) IsClientError

func (o *GetReportSchedulesUnsupportedMediaType) IsClientError() bool

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

func (*GetReportSchedulesUnsupportedMediaType) IsCode

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

func (*GetReportSchedulesUnsupportedMediaType) IsRedirect

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

func (*GetReportSchedulesUnsupportedMediaType) IsServerError

func (o *GetReportSchedulesUnsupportedMediaType) IsServerError() bool

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

func (*GetReportSchedulesUnsupportedMediaType) IsSuccess

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

func (*GetReportSchedulesUnsupportedMediaType) String

type GetReportServiceUnavailable

type GetReportServiceUnavailable 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 *reports_2021_06_30_models.ErrorList
}

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

Temporary overloading or maintenance of the server.

func NewGetReportServiceUnavailable

func NewGetReportServiceUnavailable() *GetReportServiceUnavailable

NewGetReportServiceUnavailable creates a GetReportServiceUnavailable with default headers values

func (*GetReportServiceUnavailable) Error

func (*GetReportServiceUnavailable) GetPayload

func (*GetReportServiceUnavailable) IsClientError

func (o *GetReportServiceUnavailable) IsClientError() bool

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

func (*GetReportServiceUnavailable) IsCode

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

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

func (*GetReportServiceUnavailable) IsRedirect

func (o *GetReportServiceUnavailable) IsRedirect() bool

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

func (*GetReportServiceUnavailable) IsServerError

func (o *GetReportServiceUnavailable) IsServerError() bool

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

func (*GetReportServiceUnavailable) IsSuccess

func (o *GetReportServiceUnavailable) IsSuccess() bool

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

func (*GetReportServiceUnavailable) String

func (o *GetReportServiceUnavailable) String() string

type GetReportTooManyRequests

type GetReportTooManyRequests 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 *reports_2021_06_30_models.ErrorList
}

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

The frequency of requests was greater than allowed.

func NewGetReportTooManyRequests

func NewGetReportTooManyRequests() *GetReportTooManyRequests

NewGetReportTooManyRequests creates a GetReportTooManyRequests with default headers values

func (*GetReportTooManyRequests) Error

func (o *GetReportTooManyRequests) Error() string

func (*GetReportTooManyRequests) GetPayload

func (*GetReportTooManyRequests) IsClientError

func (o *GetReportTooManyRequests) IsClientError() bool

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

func (*GetReportTooManyRequests) IsCode

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

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

func (*GetReportTooManyRequests) IsRedirect

func (o *GetReportTooManyRequests) IsRedirect() bool

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

func (*GetReportTooManyRequests) IsServerError

func (o *GetReportTooManyRequests) IsServerError() bool

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

func (*GetReportTooManyRequests) IsSuccess

func (o *GetReportTooManyRequests) IsSuccess() bool

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

func (*GetReportTooManyRequests) String

func (o *GetReportTooManyRequests) String() string

type GetReportUnauthorized

type GetReportUnauthorized 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 *reports_2021_06_30_models.ErrorList
}

GetReportUnauthorized 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 NewGetReportUnauthorized

func NewGetReportUnauthorized() *GetReportUnauthorized

NewGetReportUnauthorized creates a GetReportUnauthorized with default headers values

func (*GetReportUnauthorized) Error

func (o *GetReportUnauthorized) Error() string

func (*GetReportUnauthorized) GetPayload

func (*GetReportUnauthorized) IsClientError

func (o *GetReportUnauthorized) IsClientError() bool

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

func (*GetReportUnauthorized) IsCode

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

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

func (*GetReportUnauthorized) IsRedirect

func (o *GetReportUnauthorized) IsRedirect() bool

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

func (*GetReportUnauthorized) IsServerError

func (o *GetReportUnauthorized) IsServerError() bool

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

func (*GetReportUnauthorized) IsSuccess

func (o *GetReportUnauthorized) IsSuccess() bool

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

func (*GetReportUnauthorized) String

func (o *GetReportUnauthorized) String() string

type GetReportUnsupportedMediaType

type GetReportUnsupportedMediaType 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 *reports_2021_06_30_models.ErrorList
}

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

The request's Content-Type header is invalid.

func NewGetReportUnsupportedMediaType

func NewGetReportUnsupportedMediaType() *GetReportUnsupportedMediaType

NewGetReportUnsupportedMediaType creates a GetReportUnsupportedMediaType with default headers values

func (*GetReportUnsupportedMediaType) Error

func (*GetReportUnsupportedMediaType) GetPayload

func (*GetReportUnsupportedMediaType) IsClientError

func (o *GetReportUnsupportedMediaType) IsClientError() bool

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

func (*GetReportUnsupportedMediaType) IsCode

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

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

func (*GetReportUnsupportedMediaType) IsRedirect

func (o *GetReportUnsupportedMediaType) IsRedirect() bool

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

func (*GetReportUnsupportedMediaType) IsServerError

func (o *GetReportUnsupportedMediaType) IsServerError() bool

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

func (*GetReportUnsupportedMediaType) IsSuccess

func (o *GetReportUnsupportedMediaType) IsSuccess() bool

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

func (*GetReportUnsupportedMediaType) String

type GetReportsBadRequest

type GetReportsBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewGetReportsBadRequest

func NewGetReportsBadRequest() *GetReportsBadRequest

NewGetReportsBadRequest creates a GetReportsBadRequest with default headers values

func (*GetReportsBadRequest) Error

func (o *GetReportsBadRequest) Error() string

func (*GetReportsBadRequest) GetPayload

func (*GetReportsBadRequest) IsClientError

func (o *GetReportsBadRequest) IsClientError() bool

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

func (*GetReportsBadRequest) IsCode

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

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

func (*GetReportsBadRequest) IsRedirect

func (o *GetReportsBadRequest) IsRedirect() bool

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

func (*GetReportsBadRequest) IsServerError

func (o *GetReportsBadRequest) IsServerError() bool

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

func (*GetReportsBadRequest) IsSuccess

func (o *GetReportsBadRequest) IsSuccess() bool

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

func (*GetReportsBadRequest) String

func (o *GetReportsBadRequest) String() string

type GetReportsForbidden

type GetReportsForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

GetReportsForbidden 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 NewGetReportsForbidden

func NewGetReportsForbidden() *GetReportsForbidden

NewGetReportsForbidden creates a GetReportsForbidden with default headers values

func (*GetReportsForbidden) Error

func (o *GetReportsForbidden) Error() string

func (*GetReportsForbidden) GetPayload

func (*GetReportsForbidden) IsClientError

func (o *GetReportsForbidden) IsClientError() bool

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

func (*GetReportsForbidden) IsCode

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

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

func (*GetReportsForbidden) IsRedirect

func (o *GetReportsForbidden) IsRedirect() bool

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

func (*GetReportsForbidden) IsServerError

func (o *GetReportsForbidden) IsServerError() bool

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

func (*GetReportsForbidden) IsSuccess

func (o *GetReportsForbidden) IsSuccess() bool

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

func (*GetReportsForbidden) String

func (o *GetReportsForbidden) String() string

type GetReportsInternalServerError

type GetReportsInternalServerError 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 *reports_2021_06_30_models.ErrorList
}

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

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

func NewGetReportsInternalServerError

func NewGetReportsInternalServerError() *GetReportsInternalServerError

NewGetReportsInternalServerError creates a GetReportsInternalServerError with default headers values

func (*GetReportsInternalServerError) Error

func (*GetReportsInternalServerError) GetPayload

func (*GetReportsInternalServerError) IsClientError

func (o *GetReportsInternalServerError) IsClientError() bool

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

func (*GetReportsInternalServerError) IsCode

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

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

func (*GetReportsInternalServerError) IsRedirect

func (o *GetReportsInternalServerError) IsRedirect() bool

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

func (*GetReportsInternalServerError) IsServerError

func (o *GetReportsInternalServerError) IsServerError() bool

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

func (*GetReportsInternalServerError) IsSuccess

func (o *GetReportsInternalServerError) IsSuccess() bool

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

func (*GetReportsInternalServerError) String

type GetReportsNotFound

type GetReportsNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.ErrorList
}

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

The specified resource does not exist.

func NewGetReportsNotFound

func NewGetReportsNotFound() *GetReportsNotFound

NewGetReportsNotFound creates a GetReportsNotFound with default headers values

func (*GetReportsNotFound) Error

func (o *GetReportsNotFound) Error() string

func (*GetReportsNotFound) GetPayload

func (*GetReportsNotFound) IsClientError

func (o *GetReportsNotFound) IsClientError() bool

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

func (*GetReportsNotFound) IsCode

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

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

func (*GetReportsNotFound) IsRedirect

func (o *GetReportsNotFound) IsRedirect() bool

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

func (*GetReportsNotFound) IsServerError

func (o *GetReportsNotFound) IsServerError() bool

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

func (*GetReportsNotFound) IsSuccess

func (o *GetReportsNotFound) IsSuccess() bool

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

func (*GetReportsNotFound) String

func (o *GetReportsNotFound) String() string

type GetReportsOK

type GetReportsOK struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *reports_2021_06_30_models.GetReportsResponse
}

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

Success.

func NewGetReportsOK

func NewGetReportsOK() *GetReportsOK

NewGetReportsOK creates a GetReportsOK with default headers values

func (*GetReportsOK) Error

func (o *GetReportsOK) Error() string

func (*GetReportsOK) GetPayload

func (*GetReportsOK) IsClientError

func (o *GetReportsOK) IsClientError() bool

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

func (*GetReportsOK) IsCode

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

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

func (*GetReportsOK) IsRedirect

func (o *GetReportsOK) IsRedirect() bool

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

func (*GetReportsOK) IsServerError

func (o *GetReportsOK) IsServerError() bool

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

func (*GetReportsOK) IsSuccess

func (o *GetReportsOK) IsSuccess() bool

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

func (*GetReportsOK) String

func (o *GetReportsOK) String() string

type GetReportsParams

type GetReportsParams struct {

	/* CreatedSince.

	   The earliest report creation date and time for reports to include in the response, in ISO 8601 date time format. The default is 90 days ago. Reports are retained for a maximum of 90 days.

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

	/* CreatedUntil.

	   The latest report creation date and time for reports to include in the response, in ISO 8601 date time format. The default is now.

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

	/* MarketplaceIds.

	   A list of marketplace identifiers used to filter reports. The reports 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 getReports 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 reports to return in a single call.

	   Default: 10
	*/
	PageSize *int64

	/* ProcessingStatuses.

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

	/* ReportTypes.

	   A list of report types used to filter reports. Refer to [Report Type Values](https://developer-docs.amazon.com/sp-api/docs/report-type-values) for more information. When reportTypes is provided, the other filter parameters (processingStatuses, marketplaceIds, createdSince, createdUntil) and pageSize may also be provided. Either reportTypes or nextToken is required.
	*/
	ReportTypes []string

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

GetReportsParams contains all the parameters to send to the API endpoint

for the get reports operation.

Typically these are written to a http.Request.

func NewGetReportsParams

func NewGetReportsParams() *GetReportsParams

NewGetReportsParams creates a new GetReportsParams 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 NewGetReportsParamsWithContext

func NewGetReportsParamsWithContext(ctx context.Context) *GetReportsParams

NewGetReportsParamsWithContext creates a new GetReportsParams object with the ability to set a context for a request.

func NewGetReportsParamsWithHTTPClient

func NewGetReportsParamsWithHTTPClient(client *http.Client) *GetReportsParams

NewGetReportsParamsWithHTTPClient creates a new GetReportsParams object with the ability to set a custom HTTPClient for a request.

func NewGetReportsParamsWithTimeout

func NewGetReportsParamsWithTimeout(timeout time.Duration) *GetReportsParams

NewGetReportsParamsWithTimeout creates a new GetReportsParams object with the ability to set a timeout on a request.

func (*GetReportsParams) SetContext

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

SetContext adds the context to the get reports params

func (*GetReportsParams) SetCreatedSince

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

SetCreatedSince adds the createdSince to the get reports params

func (*GetReportsParams) SetCreatedUntil

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

SetCreatedUntil adds the createdUntil to the get reports params

func (*GetReportsParams) SetDefaults

func (o *GetReportsParams) SetDefaults()

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

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

func (*GetReportsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get reports params

func (*GetReportsParams) SetMarketplaceIds

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

SetMarketplaceIds adds the marketplaceIds to the get reports params

func (*GetReportsParams) SetNextToken

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

SetNextToken adds the nextToken to the get reports params

func (*GetReportsParams) SetPageSize

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

SetPageSize adds the pageSize to the get reports params

func (*GetReportsParams) SetProcessingStatuses

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

SetProcessingStatuses adds the processingStatuses to the get reports params

func (*GetReportsParams) SetReportTypes

func (o *GetReportsParams) SetReportTypes(reportTypes []string)

SetReportTypes adds the reportTypes to the get reports params

func (*GetReportsParams) SetTimeout

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

SetTimeout adds the timeout to the get reports params

func (*GetReportsParams) WithContext

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

WithContext adds the context to the get reports params

func (*GetReportsParams) WithCreatedSince

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

WithCreatedSince adds the createdSince to the get reports params

func (*GetReportsParams) WithCreatedUntil

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

WithCreatedUntil adds the createdUntil to the get reports params

func (*GetReportsParams) WithDefaults

func (o *GetReportsParams) WithDefaults() *GetReportsParams

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

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

func (*GetReportsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get reports params

func (*GetReportsParams) WithMarketplaceIds

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

WithMarketplaceIds adds the marketplaceIds to the get reports params

func (*GetReportsParams) WithNextToken

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

WithNextToken adds the nextToken to the get reports params

func (*GetReportsParams) WithPageSize

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

WithPageSize adds the pageSize to the get reports params

func (*GetReportsParams) WithProcessingStatuses

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

WithProcessingStatuses adds the processingStatuses to the get reports params

func (*GetReportsParams) WithReportTypes

func (o *GetReportsParams) WithReportTypes(reportTypes []string) *GetReportsParams

WithReportTypes adds the reportTypes to the get reports params

func (*GetReportsParams) WithTimeout

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

WithTimeout adds the timeout to the get reports params

func (*GetReportsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetReportsReader

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

GetReportsReader is a Reader for the GetReports structure.

func (*GetReportsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetReportsServiceUnavailable

type GetReportsServiceUnavailable 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 *reports_2021_06_30_models.ErrorList
}

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

Temporary overloading or maintenance of the server.

func NewGetReportsServiceUnavailable

func NewGetReportsServiceUnavailable() *GetReportsServiceUnavailable

NewGetReportsServiceUnavailable creates a GetReportsServiceUnavailable with default headers values

func (*GetReportsServiceUnavailable) Error

func (*GetReportsServiceUnavailable) GetPayload

func (*GetReportsServiceUnavailable) IsClientError

func (o *GetReportsServiceUnavailable) IsClientError() bool

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

func (*GetReportsServiceUnavailable) IsCode

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

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

func (*GetReportsServiceUnavailable) IsRedirect

func (o *GetReportsServiceUnavailable) IsRedirect() bool

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

func (*GetReportsServiceUnavailable) IsServerError

func (o *GetReportsServiceUnavailable) IsServerError() bool

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

func (*GetReportsServiceUnavailable) IsSuccess

func (o *GetReportsServiceUnavailable) IsSuccess() bool

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

func (*GetReportsServiceUnavailable) String

type GetReportsTooManyRequests

type GetReportsTooManyRequests 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 *reports_2021_06_30_models.ErrorList
}

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

The frequency of requests was greater than allowed.

func NewGetReportsTooManyRequests

func NewGetReportsTooManyRequests() *GetReportsTooManyRequests

NewGetReportsTooManyRequests creates a GetReportsTooManyRequests with default headers values

func (*GetReportsTooManyRequests) Error

func (o *GetReportsTooManyRequests) Error() string

func (*GetReportsTooManyRequests) GetPayload

func (*GetReportsTooManyRequests) IsClientError

func (o *GetReportsTooManyRequests) IsClientError() bool

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

func (*GetReportsTooManyRequests) IsCode

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

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

func (*GetReportsTooManyRequests) IsRedirect

func (o *GetReportsTooManyRequests) IsRedirect() bool

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

func (*GetReportsTooManyRequests) IsServerError

func (o *GetReportsTooManyRequests) IsServerError() bool

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

func (*GetReportsTooManyRequests) IsSuccess

func (o *GetReportsTooManyRequests) IsSuccess() bool

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

func (*GetReportsTooManyRequests) String

func (o *GetReportsTooManyRequests) String() string

type GetReportsUnauthorized

type GetReportsUnauthorized 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 *reports_2021_06_30_models.ErrorList
}

GetReportsUnauthorized 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 NewGetReportsUnauthorized

func NewGetReportsUnauthorized() *GetReportsUnauthorized

NewGetReportsUnauthorized creates a GetReportsUnauthorized with default headers values

func (*GetReportsUnauthorized) Error

func (o *GetReportsUnauthorized) Error() string

func (*GetReportsUnauthorized) GetPayload

func (*GetReportsUnauthorized) IsClientError

func (o *GetReportsUnauthorized) IsClientError() bool

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

func (*GetReportsUnauthorized) IsCode

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

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

func (*GetReportsUnauthorized) IsRedirect

func (o *GetReportsUnauthorized) IsRedirect() bool

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

func (*GetReportsUnauthorized) IsServerError

func (o *GetReportsUnauthorized) IsServerError() bool

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

func (*GetReportsUnauthorized) IsSuccess

func (o *GetReportsUnauthorized) IsSuccess() bool

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

func (*GetReportsUnauthorized) String

func (o *GetReportsUnauthorized) String() string

type GetReportsUnsupportedMediaType

type GetReportsUnsupportedMediaType 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 *reports_2021_06_30_models.ErrorList
}

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

The request's Content-Type header is invalid.

func NewGetReportsUnsupportedMediaType

func NewGetReportsUnsupportedMediaType() *GetReportsUnsupportedMediaType

NewGetReportsUnsupportedMediaType creates a GetReportsUnsupportedMediaType with default headers values

func (*GetReportsUnsupportedMediaType) Error

func (*GetReportsUnsupportedMediaType) GetPayload

func (*GetReportsUnsupportedMediaType) IsClientError

func (o *GetReportsUnsupportedMediaType) IsClientError() bool

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

func (*GetReportsUnsupportedMediaType) IsCode

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

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

func (*GetReportsUnsupportedMediaType) IsRedirect

func (o *GetReportsUnsupportedMediaType) IsRedirect() bool

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

func (*GetReportsUnsupportedMediaType) IsServerError

func (o *GetReportsUnsupportedMediaType) IsServerError() bool

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

func (*GetReportsUnsupportedMediaType) IsSuccess

func (o *GetReportsUnsupportedMediaType) IsSuccess() bool

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

func (*GetReportsUnsupportedMediaType) String

Jump to

Keyboard shortcuts

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