cloud_connect_aws

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for cloud connect aws API

func (*Client) CreateOrUpdateAWSSettings

func (a *Client) CreateOrUpdateAWSSettings(params *CreateOrUpdateAWSSettingsParams, opts ...ClientOption) (*CreateOrUpdateAWSSettingsCreated, error)

CreateOrUpdateAWSSettings creates or update global settings which are applicable to all provisioned a w s accounts

func (*Client) DeleteAWSAccounts

func (a *Client) DeleteAWSAccounts(params *DeleteAWSAccountsParams, opts ...ClientOption) (*DeleteAWSAccountsOK, error)

DeleteAWSAccounts deletes a set of a w s accounts by specifying their i ds

func (*Client) GetAWSAccounts

func (a *Client) GetAWSAccounts(params *GetAWSAccountsParams, opts ...ClientOption) (*GetAWSAccountsOK, error)

GetAWSAccounts retrieves a set of a w s accounts by specifying their i ds

func (*Client) GetAWSSettings

func (a *Client) GetAWSSettings(params *GetAWSSettingsParams, opts ...ClientOption) (*GetAWSSettingsOK, error)

GetAWSSettings retrieves a set of global settings which are applicable to all provisioned a w s accounts

func (*Client) ProvisionAWSAccounts

func (a *Client) ProvisionAWSAccounts(params *ProvisionAWSAccountsParams, opts ...ClientOption) (*ProvisionAWSAccountsCreated, error)

ProvisionAWSAccounts provisions a w s accounts by specifying details about the accounts to provision

func (*Client) QueryAWSAccounts

func (a *Client) QueryAWSAccounts(params *QueryAWSAccountsParams, opts ...ClientOption) (*QueryAWSAccountsOK, error)

QueryAWSAccounts searches for provisioned a w s accounts by providing an f q l filter and paging details returns a set of a w s accounts which match the filter criteria

func (*Client) QueryAWSAccountsForIDs

func (a *Client) QueryAWSAccountsForIDs(params *QueryAWSAccountsForIDsParams, opts ...ClientOption) (*QueryAWSAccountsForIDsOK, error)

QueryAWSAccountsForIDs searches for provisioned a w s accounts by providing an f q l filter and paging details returns a set of a w s account i ds which match the filter criteria

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateAWSAccounts

func (a *Client) UpdateAWSAccounts(params *UpdateAWSAccountsParams, opts ...ClientOption) (*UpdateAWSAccountsOK, error)

UpdateAWSAccounts updates a w s accounts by specifying the ID of the account and details to update

func (*Client) VerifyAWSAccountAccess

func (a *Client) VerifyAWSAccountAccess(params *VerifyAWSAccountAccessParams, opts ...ClientOption) (*VerifyAWSAccountAccessOK, error)

VerifyAWSAccountAccess performs an access verification check on the specified a w s account i ds

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateOrUpdateAWSSettings(params *CreateOrUpdateAWSSettingsParams, opts ...ClientOption) (*CreateOrUpdateAWSSettingsCreated, error)

	DeleteAWSAccounts(params *DeleteAWSAccountsParams, opts ...ClientOption) (*DeleteAWSAccountsOK, error)

	GetAWSAccounts(params *GetAWSAccountsParams, opts ...ClientOption) (*GetAWSAccountsOK, error)

	GetAWSSettings(params *GetAWSSettingsParams, opts ...ClientOption) (*GetAWSSettingsOK, error)

	ProvisionAWSAccounts(params *ProvisionAWSAccountsParams, opts ...ClientOption) (*ProvisionAWSAccountsCreated, error)

	QueryAWSAccounts(params *QueryAWSAccountsParams, opts ...ClientOption) (*QueryAWSAccountsOK, error)

	QueryAWSAccountsForIDs(params *QueryAWSAccountsForIDsParams, opts ...ClientOption) (*QueryAWSAccountsForIDsOK, error)

	UpdateAWSAccounts(params *UpdateAWSAccountsParams, opts ...ClientOption) (*UpdateAWSAccountsOK, error)

	VerifyAWSAccountAccess(params *VerifyAWSAccountAccessParams, opts ...ClientOption) (*VerifyAWSAccountAccessOK, 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 cloud connect aws API client.

type CreateOrUpdateAWSSettingsBadRequest

type CreateOrUpdateAWSSettingsBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsCustomerConfigurationsV1
}

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

Bad Request

func NewCreateOrUpdateAWSSettingsBadRequest

func NewCreateOrUpdateAWSSettingsBadRequest() *CreateOrUpdateAWSSettingsBadRequest

NewCreateOrUpdateAWSSettingsBadRequest creates a CreateOrUpdateAWSSettingsBadRequest with default headers values

func (*CreateOrUpdateAWSSettingsBadRequest) Code added in v0.2.33

Code gets the status code for the create or update a w s settings bad request response

func (*CreateOrUpdateAWSSettingsBadRequest) Error

func (*CreateOrUpdateAWSSettingsBadRequest) GetPayload

func (*CreateOrUpdateAWSSettingsBadRequest) IsClientError added in v0.2.27

func (o *CreateOrUpdateAWSSettingsBadRequest) IsClientError() bool

IsClientError returns true when this create or update a w s settings bad request response has a 4xx status code

func (*CreateOrUpdateAWSSettingsBadRequest) IsCode added in v0.2.27

IsCode returns true when this create or update a w s settings bad request response a status code equal to that given

func (*CreateOrUpdateAWSSettingsBadRequest) IsRedirect added in v0.2.27

func (o *CreateOrUpdateAWSSettingsBadRequest) IsRedirect() bool

IsRedirect returns true when this create or update a w s settings bad request response has a 3xx status code

func (*CreateOrUpdateAWSSettingsBadRequest) IsServerError added in v0.2.27

func (o *CreateOrUpdateAWSSettingsBadRequest) IsServerError() bool

IsServerError returns true when this create or update a w s settings bad request response has a 5xx status code

func (*CreateOrUpdateAWSSettingsBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this create or update a w s settings bad request response has a 2xx status code

func (*CreateOrUpdateAWSSettingsBadRequest) String added in v0.2.27

type CreateOrUpdateAWSSettingsCreated

type CreateOrUpdateAWSSettingsCreated struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsCustomerConfigurationsV1
}

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

Created

func NewCreateOrUpdateAWSSettingsCreated

func NewCreateOrUpdateAWSSettingsCreated() *CreateOrUpdateAWSSettingsCreated

NewCreateOrUpdateAWSSettingsCreated creates a CreateOrUpdateAWSSettingsCreated with default headers values

func (*CreateOrUpdateAWSSettingsCreated) Code added in v0.2.33

Code gets the status code for the create or update a w s settings created response

func (*CreateOrUpdateAWSSettingsCreated) Error

func (*CreateOrUpdateAWSSettingsCreated) GetPayload

func (*CreateOrUpdateAWSSettingsCreated) IsClientError added in v0.2.27

func (o *CreateOrUpdateAWSSettingsCreated) IsClientError() bool

IsClientError returns true when this create or update a w s settings created response has a 4xx status code

func (*CreateOrUpdateAWSSettingsCreated) IsCode added in v0.2.27

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

IsCode returns true when this create or update a w s settings created response a status code equal to that given

func (*CreateOrUpdateAWSSettingsCreated) IsRedirect added in v0.2.27

func (o *CreateOrUpdateAWSSettingsCreated) IsRedirect() bool

IsRedirect returns true when this create or update a w s settings created response has a 3xx status code

func (*CreateOrUpdateAWSSettingsCreated) IsServerError added in v0.2.27

func (o *CreateOrUpdateAWSSettingsCreated) IsServerError() bool

IsServerError returns true when this create or update a w s settings created response has a 5xx status code

func (*CreateOrUpdateAWSSettingsCreated) IsSuccess added in v0.2.27

func (o *CreateOrUpdateAWSSettingsCreated) IsSuccess() bool

IsSuccess returns true when this create or update a w s settings created response has a 2xx status code

func (*CreateOrUpdateAWSSettingsCreated) String added in v0.2.27

type CreateOrUpdateAWSSettingsForbidden

type CreateOrUpdateAWSSettingsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewCreateOrUpdateAWSSettingsForbidden

func NewCreateOrUpdateAWSSettingsForbidden() *CreateOrUpdateAWSSettingsForbidden

NewCreateOrUpdateAWSSettingsForbidden creates a CreateOrUpdateAWSSettingsForbidden with default headers values

func (*CreateOrUpdateAWSSettingsForbidden) Code added in v0.2.33

Code gets the status code for the create or update a w s settings forbidden response

func (*CreateOrUpdateAWSSettingsForbidden) Error

func (*CreateOrUpdateAWSSettingsForbidden) GetPayload

func (*CreateOrUpdateAWSSettingsForbidden) IsClientError added in v0.2.27

func (o *CreateOrUpdateAWSSettingsForbidden) IsClientError() bool

IsClientError returns true when this create or update a w s settings forbidden response has a 4xx status code

func (*CreateOrUpdateAWSSettingsForbidden) IsCode added in v0.2.27

IsCode returns true when this create or update a w s settings forbidden response a status code equal to that given

func (*CreateOrUpdateAWSSettingsForbidden) IsRedirect added in v0.2.27

func (o *CreateOrUpdateAWSSettingsForbidden) IsRedirect() bool

IsRedirect returns true when this create or update a w s settings forbidden response has a 3xx status code

func (*CreateOrUpdateAWSSettingsForbidden) IsServerError added in v0.2.27

func (o *CreateOrUpdateAWSSettingsForbidden) IsServerError() bool

IsServerError returns true when this create or update a w s settings forbidden response has a 5xx status code

func (*CreateOrUpdateAWSSettingsForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this create or update a w s settings forbidden response has a 2xx status code

func (*CreateOrUpdateAWSSettingsForbidden) String added in v0.2.27

type CreateOrUpdateAWSSettingsInternalServerError

type CreateOrUpdateAWSSettingsInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsCustomerConfigurationsV1
}

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

Internal Server Error

func NewCreateOrUpdateAWSSettingsInternalServerError

func NewCreateOrUpdateAWSSettingsInternalServerError() *CreateOrUpdateAWSSettingsInternalServerError

NewCreateOrUpdateAWSSettingsInternalServerError creates a CreateOrUpdateAWSSettingsInternalServerError with default headers values

func (*CreateOrUpdateAWSSettingsInternalServerError) Code added in v0.2.33

Code gets the status code for the create or update a w s settings internal server error response

func (*CreateOrUpdateAWSSettingsInternalServerError) Error

func (*CreateOrUpdateAWSSettingsInternalServerError) GetPayload

func (*CreateOrUpdateAWSSettingsInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this create or update a w s settings internal server error response has a 4xx status code

func (*CreateOrUpdateAWSSettingsInternalServerError) IsCode added in v0.2.27

IsCode returns true when this create or update a w s settings internal server error response a status code equal to that given

func (*CreateOrUpdateAWSSettingsInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this create or update a w s settings internal server error response has a 3xx status code

func (*CreateOrUpdateAWSSettingsInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this create or update a w s settings internal server error response has a 5xx status code

func (*CreateOrUpdateAWSSettingsInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this create or update a w s settings internal server error response has a 2xx status code

func (*CreateOrUpdateAWSSettingsInternalServerError) String added in v0.2.27

type CreateOrUpdateAWSSettingsParams

type CreateOrUpdateAWSSettingsParams struct {

	// Body.
	Body *models.ModelsModifyAWSCustomerSettingsV1

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

CreateOrUpdateAWSSettingsParams contains all the parameters to send to the API endpoint

for the create or update a w s settings operation.

Typically these are written to a http.Request.

func NewCreateOrUpdateAWSSettingsParams

func NewCreateOrUpdateAWSSettingsParams() *CreateOrUpdateAWSSettingsParams

NewCreateOrUpdateAWSSettingsParams creates a new CreateOrUpdateAWSSettingsParams 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 NewCreateOrUpdateAWSSettingsParamsWithContext

func NewCreateOrUpdateAWSSettingsParamsWithContext(ctx context.Context) *CreateOrUpdateAWSSettingsParams

NewCreateOrUpdateAWSSettingsParamsWithContext creates a new CreateOrUpdateAWSSettingsParams object with the ability to set a context for a request.

func NewCreateOrUpdateAWSSettingsParamsWithHTTPClient

func NewCreateOrUpdateAWSSettingsParamsWithHTTPClient(client *http.Client) *CreateOrUpdateAWSSettingsParams

NewCreateOrUpdateAWSSettingsParamsWithHTTPClient creates a new CreateOrUpdateAWSSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewCreateOrUpdateAWSSettingsParamsWithTimeout

func NewCreateOrUpdateAWSSettingsParamsWithTimeout(timeout time.Duration) *CreateOrUpdateAWSSettingsParams

NewCreateOrUpdateAWSSettingsParamsWithTimeout creates a new CreateOrUpdateAWSSettingsParams object with the ability to set a timeout on a request.

func (*CreateOrUpdateAWSSettingsParams) SetBody

SetBody adds the body to the create or update a w s settings params

func (*CreateOrUpdateAWSSettingsParams) SetContext

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

SetContext adds the context to the create or update a w s settings params

func (*CreateOrUpdateAWSSettingsParams) SetDefaults

func (o *CreateOrUpdateAWSSettingsParams) SetDefaults()

SetDefaults hydrates default values in the create or update a w s settings params (not the query body).

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

func (*CreateOrUpdateAWSSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create or update a w s settings params

func (*CreateOrUpdateAWSSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the create or update a w s settings params

func (*CreateOrUpdateAWSSettingsParams) WithBody

WithBody adds the body to the create or update a w s settings params

func (*CreateOrUpdateAWSSettingsParams) WithContext

WithContext adds the context to the create or update a w s settings params

func (*CreateOrUpdateAWSSettingsParams) WithDefaults

WithDefaults hydrates default values in the create or update a w s settings params (not the query body).

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

func (*CreateOrUpdateAWSSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create or update a w s settings params

func (*CreateOrUpdateAWSSettingsParams) WithTimeout

WithTimeout adds the timeout to the create or update a w s settings params

func (*CreateOrUpdateAWSSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateOrUpdateAWSSettingsReader

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

CreateOrUpdateAWSSettingsReader is a Reader for the CreateOrUpdateAWSSettings structure.

func (*CreateOrUpdateAWSSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateOrUpdateAWSSettingsTooManyRequests

type CreateOrUpdateAWSSettingsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewCreateOrUpdateAWSSettingsTooManyRequests

func NewCreateOrUpdateAWSSettingsTooManyRequests() *CreateOrUpdateAWSSettingsTooManyRequests

NewCreateOrUpdateAWSSettingsTooManyRequests creates a CreateOrUpdateAWSSettingsTooManyRequests with default headers values

func (*CreateOrUpdateAWSSettingsTooManyRequests) Code added in v0.2.33

Code gets the status code for the create or update a w s settings too many requests response

func (*CreateOrUpdateAWSSettingsTooManyRequests) Error

func (*CreateOrUpdateAWSSettingsTooManyRequests) GetPayload

func (*CreateOrUpdateAWSSettingsTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this create or update a w s settings too many requests response has a 4xx status code

func (*CreateOrUpdateAWSSettingsTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this create or update a w s settings too many requests response a status code equal to that given

func (*CreateOrUpdateAWSSettingsTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this create or update a w s settings too many requests response has a 3xx status code

func (*CreateOrUpdateAWSSettingsTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this create or update a w s settings too many requests response has a 5xx status code

func (*CreateOrUpdateAWSSettingsTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this create or update a w s settings too many requests response has a 2xx status code

func (*CreateOrUpdateAWSSettingsTooManyRequests) String added in v0.2.27

type DeleteAWSAccountsBadRequest

type DeleteAWSAccountsBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsBaseResponseV1
}

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

Bad Request

func NewDeleteAWSAccountsBadRequest

func NewDeleteAWSAccountsBadRequest() *DeleteAWSAccountsBadRequest

NewDeleteAWSAccountsBadRequest creates a DeleteAWSAccountsBadRequest with default headers values

func (*DeleteAWSAccountsBadRequest) Code added in v0.2.33

func (o *DeleteAWSAccountsBadRequest) Code() int

Code gets the status code for the delete a w s accounts bad request response

func (*DeleteAWSAccountsBadRequest) Error

func (*DeleteAWSAccountsBadRequest) GetPayload

func (*DeleteAWSAccountsBadRequest) IsClientError added in v0.2.27

func (o *DeleteAWSAccountsBadRequest) IsClientError() bool

IsClientError returns true when this delete a w s accounts bad request response has a 4xx status code

func (*DeleteAWSAccountsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this delete a w s accounts bad request response a status code equal to that given

func (*DeleteAWSAccountsBadRequest) IsRedirect added in v0.2.27

func (o *DeleteAWSAccountsBadRequest) IsRedirect() bool

IsRedirect returns true when this delete a w s accounts bad request response has a 3xx status code

func (*DeleteAWSAccountsBadRequest) IsServerError added in v0.2.27

func (o *DeleteAWSAccountsBadRequest) IsServerError() bool

IsServerError returns true when this delete a w s accounts bad request response has a 5xx status code

func (*DeleteAWSAccountsBadRequest) IsSuccess added in v0.2.27

func (o *DeleteAWSAccountsBadRequest) IsSuccess() bool

IsSuccess returns true when this delete a w s accounts bad request response has a 2xx status code

func (*DeleteAWSAccountsBadRequest) String added in v0.2.27

func (o *DeleteAWSAccountsBadRequest) String() string

type DeleteAWSAccountsForbidden

type DeleteAWSAccountsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewDeleteAWSAccountsForbidden

func NewDeleteAWSAccountsForbidden() *DeleteAWSAccountsForbidden

NewDeleteAWSAccountsForbidden creates a DeleteAWSAccountsForbidden with default headers values

func (*DeleteAWSAccountsForbidden) Code added in v0.2.33

func (o *DeleteAWSAccountsForbidden) Code() int

Code gets the status code for the delete a w s accounts forbidden response

func (*DeleteAWSAccountsForbidden) Error

func (*DeleteAWSAccountsForbidden) GetPayload

func (*DeleteAWSAccountsForbidden) IsClientError added in v0.2.27

func (o *DeleteAWSAccountsForbidden) IsClientError() bool

IsClientError returns true when this delete a w s accounts forbidden response has a 4xx status code

func (*DeleteAWSAccountsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this delete a w s accounts forbidden response a status code equal to that given

func (*DeleteAWSAccountsForbidden) IsRedirect added in v0.2.27

func (o *DeleteAWSAccountsForbidden) IsRedirect() bool

IsRedirect returns true when this delete a w s accounts forbidden response has a 3xx status code

func (*DeleteAWSAccountsForbidden) IsServerError added in v0.2.27

func (o *DeleteAWSAccountsForbidden) IsServerError() bool

IsServerError returns true when this delete a w s accounts forbidden response has a 5xx status code

func (*DeleteAWSAccountsForbidden) IsSuccess added in v0.2.27

func (o *DeleteAWSAccountsForbidden) IsSuccess() bool

IsSuccess returns true when this delete a w s accounts forbidden response has a 2xx status code

func (*DeleteAWSAccountsForbidden) String added in v0.2.27

func (o *DeleteAWSAccountsForbidden) String() string

type DeleteAWSAccountsInternalServerError

type DeleteAWSAccountsInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsBaseResponseV1
}

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

Internal Server Error

func NewDeleteAWSAccountsInternalServerError

func NewDeleteAWSAccountsInternalServerError() *DeleteAWSAccountsInternalServerError

NewDeleteAWSAccountsInternalServerError creates a DeleteAWSAccountsInternalServerError with default headers values

func (*DeleteAWSAccountsInternalServerError) Code added in v0.2.33

Code gets the status code for the delete a w s accounts internal server error response

func (*DeleteAWSAccountsInternalServerError) Error

func (*DeleteAWSAccountsInternalServerError) GetPayload

func (*DeleteAWSAccountsInternalServerError) IsClientError added in v0.2.27

func (o *DeleteAWSAccountsInternalServerError) IsClientError() bool

IsClientError returns true when this delete a w s accounts internal server error response has a 4xx status code

func (*DeleteAWSAccountsInternalServerError) IsCode added in v0.2.27

IsCode returns true when this delete a w s accounts internal server error response a status code equal to that given

func (*DeleteAWSAccountsInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this delete a w s accounts internal server error response has a 3xx status code

func (*DeleteAWSAccountsInternalServerError) IsServerError added in v0.2.27

func (o *DeleteAWSAccountsInternalServerError) IsServerError() bool

IsServerError returns true when this delete a w s accounts internal server error response has a 5xx status code

func (*DeleteAWSAccountsInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this delete a w s accounts internal server error response has a 2xx status code

func (*DeleteAWSAccountsInternalServerError) String added in v0.2.27

type DeleteAWSAccountsOK

type DeleteAWSAccountsOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsBaseResponseV1
}

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

OK

func NewDeleteAWSAccountsOK

func NewDeleteAWSAccountsOK() *DeleteAWSAccountsOK

NewDeleteAWSAccountsOK creates a DeleteAWSAccountsOK with default headers values

func (*DeleteAWSAccountsOK) Code added in v0.2.33

func (o *DeleteAWSAccountsOK) Code() int

Code gets the status code for the delete a w s accounts o k response

func (*DeleteAWSAccountsOK) Error

func (o *DeleteAWSAccountsOK) Error() string

func (*DeleteAWSAccountsOK) GetPayload

func (*DeleteAWSAccountsOK) IsClientError added in v0.2.27

func (o *DeleteAWSAccountsOK) IsClientError() bool

IsClientError returns true when this delete a w s accounts o k response has a 4xx status code

func (*DeleteAWSAccountsOK) IsCode added in v0.2.27

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

IsCode returns true when this delete a w s accounts o k response a status code equal to that given

func (*DeleteAWSAccountsOK) IsRedirect added in v0.2.27

func (o *DeleteAWSAccountsOK) IsRedirect() bool

IsRedirect returns true when this delete a w s accounts o k response has a 3xx status code

func (*DeleteAWSAccountsOK) IsServerError added in v0.2.27

func (o *DeleteAWSAccountsOK) IsServerError() bool

IsServerError returns true when this delete a w s accounts o k response has a 5xx status code

func (*DeleteAWSAccountsOK) IsSuccess added in v0.2.27

func (o *DeleteAWSAccountsOK) IsSuccess() bool

IsSuccess returns true when this delete a w s accounts o k response has a 2xx status code

func (*DeleteAWSAccountsOK) String added in v0.2.27

func (o *DeleteAWSAccountsOK) String() string

type DeleteAWSAccountsParams

type DeleteAWSAccountsParams struct {

	/* Ids.

	   IDs of accounts to remove
	*/
	Ids []string

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

DeleteAWSAccountsParams contains all the parameters to send to the API endpoint

for the delete a w s accounts operation.

Typically these are written to a http.Request.

func NewDeleteAWSAccountsParams

func NewDeleteAWSAccountsParams() *DeleteAWSAccountsParams

NewDeleteAWSAccountsParams creates a new DeleteAWSAccountsParams 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 NewDeleteAWSAccountsParamsWithContext

func NewDeleteAWSAccountsParamsWithContext(ctx context.Context) *DeleteAWSAccountsParams

NewDeleteAWSAccountsParamsWithContext creates a new DeleteAWSAccountsParams object with the ability to set a context for a request.

func NewDeleteAWSAccountsParamsWithHTTPClient

func NewDeleteAWSAccountsParamsWithHTTPClient(client *http.Client) *DeleteAWSAccountsParams

NewDeleteAWSAccountsParamsWithHTTPClient creates a new DeleteAWSAccountsParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAWSAccountsParamsWithTimeout

func NewDeleteAWSAccountsParamsWithTimeout(timeout time.Duration) *DeleteAWSAccountsParams

NewDeleteAWSAccountsParamsWithTimeout creates a new DeleteAWSAccountsParams object with the ability to set a timeout on a request.

func (*DeleteAWSAccountsParams) SetContext

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

SetContext adds the context to the delete a w s accounts params

func (*DeleteAWSAccountsParams) SetDefaults

func (o *DeleteAWSAccountsParams) SetDefaults()

SetDefaults hydrates default values in the delete a w s accounts params (not the query body).

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

func (*DeleteAWSAccountsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete a w s accounts params

func (*DeleteAWSAccountsParams) SetIds

func (o *DeleteAWSAccountsParams) SetIds(ids []string)

SetIds adds the ids to the delete a w s accounts params

func (*DeleteAWSAccountsParams) SetTimeout

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

SetTimeout adds the timeout to the delete a w s accounts params

func (*DeleteAWSAccountsParams) WithContext

WithContext adds the context to the delete a w s accounts params

func (*DeleteAWSAccountsParams) WithDefaults

WithDefaults hydrates default values in the delete a w s accounts params (not the query body).

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

func (*DeleteAWSAccountsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete a w s accounts params

func (*DeleteAWSAccountsParams) WithIds

WithIds adds the ids to the delete a w s accounts params

func (*DeleteAWSAccountsParams) WithTimeout

WithTimeout adds the timeout to the delete a w s accounts params

func (*DeleteAWSAccountsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAWSAccountsReader

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

DeleteAWSAccountsReader is a Reader for the DeleteAWSAccounts structure.

func (*DeleteAWSAccountsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAWSAccountsTooManyRequests

type DeleteAWSAccountsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewDeleteAWSAccountsTooManyRequests

func NewDeleteAWSAccountsTooManyRequests() *DeleteAWSAccountsTooManyRequests

NewDeleteAWSAccountsTooManyRequests creates a DeleteAWSAccountsTooManyRequests with default headers values

func (*DeleteAWSAccountsTooManyRequests) Code added in v0.2.33

Code gets the status code for the delete a w s accounts too many requests response

func (*DeleteAWSAccountsTooManyRequests) Error

func (*DeleteAWSAccountsTooManyRequests) GetPayload

func (*DeleteAWSAccountsTooManyRequests) IsClientError added in v0.2.27

func (o *DeleteAWSAccountsTooManyRequests) IsClientError() bool

IsClientError returns true when this delete a w s accounts too many requests response has a 4xx status code

func (*DeleteAWSAccountsTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this delete a w s accounts too many requests response a status code equal to that given

func (*DeleteAWSAccountsTooManyRequests) IsRedirect added in v0.2.27

func (o *DeleteAWSAccountsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this delete a w s accounts too many requests response has a 3xx status code

func (*DeleteAWSAccountsTooManyRequests) IsServerError added in v0.2.27

func (o *DeleteAWSAccountsTooManyRequests) IsServerError() bool

IsServerError returns true when this delete a w s accounts too many requests response has a 5xx status code

func (*DeleteAWSAccountsTooManyRequests) IsSuccess added in v0.2.27

func (o *DeleteAWSAccountsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this delete a w s accounts too many requests response has a 2xx status code

func (*DeleteAWSAccountsTooManyRequests) String added in v0.2.27

type GetAWSAccountsBadRequest

type GetAWSAccountsBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsAWSAccountsV1
}

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

Bad Request

func NewGetAWSAccountsBadRequest

func NewGetAWSAccountsBadRequest() *GetAWSAccountsBadRequest

NewGetAWSAccountsBadRequest creates a GetAWSAccountsBadRequest with default headers values

func (*GetAWSAccountsBadRequest) Code added in v0.2.33

func (o *GetAWSAccountsBadRequest) Code() int

Code gets the status code for the get a w s accounts bad request response

func (*GetAWSAccountsBadRequest) Error

func (o *GetAWSAccountsBadRequest) Error() string

func (*GetAWSAccountsBadRequest) GetPayload

func (*GetAWSAccountsBadRequest) IsClientError added in v0.2.27

func (o *GetAWSAccountsBadRequest) IsClientError() bool

IsClientError returns true when this get a w s accounts bad request response has a 4xx status code

func (*GetAWSAccountsBadRequest) IsCode added in v0.2.27

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

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

func (*GetAWSAccountsBadRequest) IsRedirect added in v0.2.27

func (o *GetAWSAccountsBadRequest) IsRedirect() bool

IsRedirect returns true when this get a w s accounts bad request response has a 3xx status code

func (*GetAWSAccountsBadRequest) IsServerError added in v0.2.27

func (o *GetAWSAccountsBadRequest) IsServerError() bool

IsServerError returns true when this get a w s accounts bad request response has a 5xx status code

func (*GetAWSAccountsBadRequest) IsSuccess added in v0.2.27

func (o *GetAWSAccountsBadRequest) IsSuccess() bool

IsSuccess returns true when this get a w s accounts bad request response has a 2xx status code

func (*GetAWSAccountsBadRequest) String added in v0.2.27

func (o *GetAWSAccountsBadRequest) String() string

type GetAWSAccountsForbidden

type GetAWSAccountsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewGetAWSAccountsForbidden

func NewGetAWSAccountsForbidden() *GetAWSAccountsForbidden

NewGetAWSAccountsForbidden creates a GetAWSAccountsForbidden with default headers values

func (*GetAWSAccountsForbidden) Code added in v0.2.33

func (o *GetAWSAccountsForbidden) Code() int

Code gets the status code for the get a w s accounts forbidden response

func (*GetAWSAccountsForbidden) Error

func (o *GetAWSAccountsForbidden) Error() string

func (*GetAWSAccountsForbidden) GetPayload

func (*GetAWSAccountsForbidden) IsClientError added in v0.2.27

func (o *GetAWSAccountsForbidden) IsClientError() bool

IsClientError returns true when this get a w s accounts forbidden response has a 4xx status code

func (*GetAWSAccountsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this get a w s accounts forbidden response a status code equal to that given

func (*GetAWSAccountsForbidden) IsRedirect added in v0.2.27

func (o *GetAWSAccountsForbidden) IsRedirect() bool

IsRedirect returns true when this get a w s accounts forbidden response has a 3xx status code

func (*GetAWSAccountsForbidden) IsServerError added in v0.2.27

func (o *GetAWSAccountsForbidden) IsServerError() bool

IsServerError returns true when this get a w s accounts forbidden response has a 5xx status code

func (*GetAWSAccountsForbidden) IsSuccess added in v0.2.27

func (o *GetAWSAccountsForbidden) IsSuccess() bool

IsSuccess returns true when this get a w s accounts forbidden response has a 2xx status code

func (*GetAWSAccountsForbidden) String added in v0.2.27

func (o *GetAWSAccountsForbidden) String() string

type GetAWSAccountsInternalServerError

type GetAWSAccountsInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsAWSAccountsV1
}

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

Internal Server Error

func NewGetAWSAccountsInternalServerError

func NewGetAWSAccountsInternalServerError() *GetAWSAccountsInternalServerError

NewGetAWSAccountsInternalServerError creates a GetAWSAccountsInternalServerError with default headers values

func (*GetAWSAccountsInternalServerError) Code added in v0.2.33

Code gets the status code for the get a w s accounts internal server error response

func (*GetAWSAccountsInternalServerError) Error

func (*GetAWSAccountsInternalServerError) GetPayload

func (*GetAWSAccountsInternalServerError) IsClientError added in v0.2.27

func (o *GetAWSAccountsInternalServerError) IsClientError() bool

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

func (*GetAWSAccountsInternalServerError) IsCode added in v0.2.27

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

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

func (*GetAWSAccountsInternalServerError) IsRedirect added in v0.2.27

func (o *GetAWSAccountsInternalServerError) IsRedirect() bool

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

func (*GetAWSAccountsInternalServerError) IsServerError added in v0.2.27

func (o *GetAWSAccountsInternalServerError) IsServerError() bool

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

func (*GetAWSAccountsInternalServerError) IsSuccess added in v0.2.27

func (o *GetAWSAccountsInternalServerError) IsSuccess() bool

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

func (*GetAWSAccountsInternalServerError) String added in v0.2.27

type GetAWSAccountsNotFound

type GetAWSAccountsNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsAWSAccountsV1
}

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

Not Found

func NewGetAWSAccountsNotFound

func NewGetAWSAccountsNotFound() *GetAWSAccountsNotFound

NewGetAWSAccountsNotFound creates a GetAWSAccountsNotFound with default headers values

func (*GetAWSAccountsNotFound) Code added in v0.2.33

func (o *GetAWSAccountsNotFound) Code() int

Code gets the status code for the get a w s accounts not found response

func (*GetAWSAccountsNotFound) Error

func (o *GetAWSAccountsNotFound) Error() string

func (*GetAWSAccountsNotFound) GetPayload

func (*GetAWSAccountsNotFound) IsClientError added in v0.2.27

func (o *GetAWSAccountsNotFound) IsClientError() bool

IsClientError returns true when this get a w s accounts not found response has a 4xx status code

func (*GetAWSAccountsNotFound) IsCode added in v0.2.27

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

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

func (*GetAWSAccountsNotFound) IsRedirect added in v0.2.27

func (o *GetAWSAccountsNotFound) IsRedirect() bool

IsRedirect returns true when this get a w s accounts not found response has a 3xx status code

func (*GetAWSAccountsNotFound) IsServerError added in v0.2.27

func (o *GetAWSAccountsNotFound) IsServerError() bool

IsServerError returns true when this get a w s accounts not found response has a 5xx status code

func (*GetAWSAccountsNotFound) IsSuccess added in v0.2.27

func (o *GetAWSAccountsNotFound) IsSuccess() bool

IsSuccess returns true when this get a w s accounts not found response has a 2xx status code

func (*GetAWSAccountsNotFound) String added in v0.2.27

func (o *GetAWSAccountsNotFound) String() string

type GetAWSAccountsOK

type GetAWSAccountsOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsAWSAccountsV1
}

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

OK

func NewGetAWSAccountsOK

func NewGetAWSAccountsOK() *GetAWSAccountsOK

NewGetAWSAccountsOK creates a GetAWSAccountsOK with default headers values

func (*GetAWSAccountsOK) Code added in v0.2.33

func (o *GetAWSAccountsOK) Code() int

Code gets the status code for the get a w s accounts o k response

func (*GetAWSAccountsOK) Error

func (o *GetAWSAccountsOK) Error() string

func (*GetAWSAccountsOK) GetPayload

func (o *GetAWSAccountsOK) GetPayload() *models.ModelsAWSAccountsV1

func (*GetAWSAccountsOK) IsClientError added in v0.2.27

func (o *GetAWSAccountsOK) IsClientError() bool

IsClientError returns true when this get a w s accounts o k response has a 4xx status code

func (*GetAWSAccountsOK) IsCode added in v0.2.27

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

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

func (*GetAWSAccountsOK) IsRedirect added in v0.2.27

func (o *GetAWSAccountsOK) IsRedirect() bool

IsRedirect returns true when this get a w s accounts o k response has a 3xx status code

func (*GetAWSAccountsOK) IsServerError added in v0.2.27

func (o *GetAWSAccountsOK) IsServerError() bool

IsServerError returns true when this get a w s accounts o k response has a 5xx status code

func (*GetAWSAccountsOK) IsSuccess added in v0.2.27

func (o *GetAWSAccountsOK) IsSuccess() bool

IsSuccess returns true when this get a w s accounts o k response has a 2xx status code

func (*GetAWSAccountsOK) String added in v0.2.27

func (o *GetAWSAccountsOK) String() string

type GetAWSAccountsParams

type GetAWSAccountsParams struct {

	/* Ids.

	   IDs of accounts to retrieve details
	*/
	Ids []string

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

GetAWSAccountsParams contains all the parameters to send to the API endpoint

for the get a w s accounts operation.

Typically these are written to a http.Request.

func NewGetAWSAccountsParams

func NewGetAWSAccountsParams() *GetAWSAccountsParams

NewGetAWSAccountsParams creates a new GetAWSAccountsParams 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 NewGetAWSAccountsParamsWithContext

func NewGetAWSAccountsParamsWithContext(ctx context.Context) *GetAWSAccountsParams

NewGetAWSAccountsParamsWithContext creates a new GetAWSAccountsParams object with the ability to set a context for a request.

func NewGetAWSAccountsParamsWithHTTPClient

func NewGetAWSAccountsParamsWithHTTPClient(client *http.Client) *GetAWSAccountsParams

NewGetAWSAccountsParamsWithHTTPClient creates a new GetAWSAccountsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAWSAccountsParamsWithTimeout

func NewGetAWSAccountsParamsWithTimeout(timeout time.Duration) *GetAWSAccountsParams

NewGetAWSAccountsParamsWithTimeout creates a new GetAWSAccountsParams object with the ability to set a timeout on a request.

func (*GetAWSAccountsParams) SetContext

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

SetContext adds the context to the get a w s accounts params

func (*GetAWSAccountsParams) SetDefaults

func (o *GetAWSAccountsParams) SetDefaults()

SetDefaults hydrates default values in the get a w s accounts params (not the query body).

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

func (*GetAWSAccountsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get a w s accounts params

func (*GetAWSAccountsParams) SetIds

func (o *GetAWSAccountsParams) SetIds(ids []string)

SetIds adds the ids to the get a w s accounts params

func (*GetAWSAccountsParams) SetTimeout

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

SetTimeout adds the timeout to the get a w s accounts params

func (*GetAWSAccountsParams) WithContext

WithContext adds the context to the get a w s accounts params

func (*GetAWSAccountsParams) WithDefaults

func (o *GetAWSAccountsParams) WithDefaults() *GetAWSAccountsParams

WithDefaults hydrates default values in the get a w s accounts params (not the query body).

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

func (*GetAWSAccountsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get a w s accounts params

func (*GetAWSAccountsParams) WithIds

WithIds adds the ids to the get a w s accounts params

func (*GetAWSAccountsParams) WithTimeout

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

WithTimeout adds the timeout to the get a w s accounts params

func (*GetAWSAccountsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAWSAccountsReader

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

GetAWSAccountsReader is a Reader for the GetAWSAccounts structure.

func (*GetAWSAccountsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAWSAccountsTooManyRequests

type GetAWSAccountsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewGetAWSAccountsTooManyRequests

func NewGetAWSAccountsTooManyRequests() *GetAWSAccountsTooManyRequests

NewGetAWSAccountsTooManyRequests creates a GetAWSAccountsTooManyRequests with default headers values

func (*GetAWSAccountsTooManyRequests) Code added in v0.2.33

Code gets the status code for the get a w s accounts too many requests response

func (*GetAWSAccountsTooManyRequests) Error

func (*GetAWSAccountsTooManyRequests) GetPayload

func (*GetAWSAccountsTooManyRequests) IsClientError added in v0.2.27

func (o *GetAWSAccountsTooManyRequests) IsClientError() bool

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

func (*GetAWSAccountsTooManyRequests) IsCode added in v0.2.27

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

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

func (*GetAWSAccountsTooManyRequests) IsRedirect added in v0.2.27

func (o *GetAWSAccountsTooManyRequests) IsRedirect() bool

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

func (*GetAWSAccountsTooManyRequests) IsServerError added in v0.2.27

func (o *GetAWSAccountsTooManyRequests) IsServerError() bool

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

func (*GetAWSAccountsTooManyRequests) IsSuccess added in v0.2.27

func (o *GetAWSAccountsTooManyRequests) IsSuccess() bool

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

func (*GetAWSAccountsTooManyRequests) String added in v0.2.27

type GetAWSSettingsBadRequest

type GetAWSSettingsBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsCustomerConfigurationsV1
}

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

Bad Request

func NewGetAWSSettingsBadRequest

func NewGetAWSSettingsBadRequest() *GetAWSSettingsBadRequest

NewGetAWSSettingsBadRequest creates a GetAWSSettingsBadRequest with default headers values

func (*GetAWSSettingsBadRequest) Code added in v0.2.33

func (o *GetAWSSettingsBadRequest) Code() int

Code gets the status code for the get a w s settings bad request response

func (*GetAWSSettingsBadRequest) Error

func (o *GetAWSSettingsBadRequest) Error() string

func (*GetAWSSettingsBadRequest) GetPayload

func (*GetAWSSettingsBadRequest) IsClientError added in v0.2.27

func (o *GetAWSSettingsBadRequest) IsClientError() bool

IsClientError returns true when this get a w s settings bad request response has a 4xx status code

func (*GetAWSSettingsBadRequest) IsCode added in v0.2.27

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

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

func (*GetAWSSettingsBadRequest) IsRedirect added in v0.2.27

func (o *GetAWSSettingsBadRequest) IsRedirect() bool

IsRedirect returns true when this get a w s settings bad request response has a 3xx status code

func (*GetAWSSettingsBadRequest) IsServerError added in v0.2.27

func (o *GetAWSSettingsBadRequest) IsServerError() bool

IsServerError returns true when this get a w s settings bad request response has a 5xx status code

func (*GetAWSSettingsBadRequest) IsSuccess added in v0.2.27

func (o *GetAWSSettingsBadRequest) IsSuccess() bool

IsSuccess returns true when this get a w s settings bad request response has a 2xx status code

func (*GetAWSSettingsBadRequest) String added in v0.2.27

func (o *GetAWSSettingsBadRequest) String() string

type GetAWSSettingsForbidden

type GetAWSSettingsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewGetAWSSettingsForbidden

func NewGetAWSSettingsForbidden() *GetAWSSettingsForbidden

NewGetAWSSettingsForbidden creates a GetAWSSettingsForbidden with default headers values

func (*GetAWSSettingsForbidden) Code added in v0.2.33

func (o *GetAWSSettingsForbidden) Code() int

Code gets the status code for the get a w s settings forbidden response

func (*GetAWSSettingsForbidden) Error

func (o *GetAWSSettingsForbidden) Error() string

func (*GetAWSSettingsForbidden) GetPayload

func (*GetAWSSettingsForbidden) IsClientError added in v0.2.27

func (o *GetAWSSettingsForbidden) IsClientError() bool

IsClientError returns true when this get a w s settings forbidden response has a 4xx status code

func (*GetAWSSettingsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this get a w s settings forbidden response a status code equal to that given

func (*GetAWSSettingsForbidden) IsRedirect added in v0.2.27

func (o *GetAWSSettingsForbidden) IsRedirect() bool

IsRedirect returns true when this get a w s settings forbidden response has a 3xx status code

func (*GetAWSSettingsForbidden) IsServerError added in v0.2.27

func (o *GetAWSSettingsForbidden) IsServerError() bool

IsServerError returns true when this get a w s settings forbidden response has a 5xx status code

func (*GetAWSSettingsForbidden) IsSuccess added in v0.2.27

func (o *GetAWSSettingsForbidden) IsSuccess() bool

IsSuccess returns true when this get a w s settings forbidden response has a 2xx status code

func (*GetAWSSettingsForbidden) String added in v0.2.27

func (o *GetAWSSettingsForbidden) String() string

type GetAWSSettingsInternalServerError

type GetAWSSettingsInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsCustomerConfigurationsV1
}

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

Internal Server Error

func NewGetAWSSettingsInternalServerError

func NewGetAWSSettingsInternalServerError() *GetAWSSettingsInternalServerError

NewGetAWSSettingsInternalServerError creates a GetAWSSettingsInternalServerError with default headers values

func (*GetAWSSettingsInternalServerError) Code added in v0.2.33

Code gets the status code for the get a w s settings internal server error response

func (*GetAWSSettingsInternalServerError) Error

func (*GetAWSSettingsInternalServerError) GetPayload

func (*GetAWSSettingsInternalServerError) IsClientError added in v0.2.27

func (o *GetAWSSettingsInternalServerError) IsClientError() bool

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

func (*GetAWSSettingsInternalServerError) IsCode added in v0.2.27

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

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

func (*GetAWSSettingsInternalServerError) IsRedirect added in v0.2.27

func (o *GetAWSSettingsInternalServerError) IsRedirect() bool

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

func (*GetAWSSettingsInternalServerError) IsServerError added in v0.2.27

func (o *GetAWSSettingsInternalServerError) IsServerError() bool

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

func (*GetAWSSettingsInternalServerError) IsSuccess added in v0.2.27

func (o *GetAWSSettingsInternalServerError) IsSuccess() bool

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

func (*GetAWSSettingsInternalServerError) String added in v0.2.27

type GetAWSSettingsOK

type GetAWSSettingsOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsCustomerConfigurationsV1
}

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

OK

func NewGetAWSSettingsOK

func NewGetAWSSettingsOK() *GetAWSSettingsOK

NewGetAWSSettingsOK creates a GetAWSSettingsOK with default headers values

func (*GetAWSSettingsOK) Code added in v0.2.33

func (o *GetAWSSettingsOK) Code() int

Code gets the status code for the get a w s settings o k response

func (*GetAWSSettingsOK) Error

func (o *GetAWSSettingsOK) Error() string

func (*GetAWSSettingsOK) GetPayload

func (*GetAWSSettingsOK) IsClientError added in v0.2.27

func (o *GetAWSSettingsOK) IsClientError() bool

IsClientError returns true when this get a w s settings o k response has a 4xx status code

func (*GetAWSSettingsOK) IsCode added in v0.2.27

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

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

func (*GetAWSSettingsOK) IsRedirect added in v0.2.27

func (o *GetAWSSettingsOK) IsRedirect() bool

IsRedirect returns true when this get a w s settings o k response has a 3xx status code

func (*GetAWSSettingsOK) IsServerError added in v0.2.27

func (o *GetAWSSettingsOK) IsServerError() bool

IsServerError returns true when this get a w s settings o k response has a 5xx status code

func (*GetAWSSettingsOK) IsSuccess added in v0.2.27

func (o *GetAWSSettingsOK) IsSuccess() bool

IsSuccess returns true when this get a w s settings o k response has a 2xx status code

func (*GetAWSSettingsOK) String added in v0.2.27

func (o *GetAWSSettingsOK) String() string

type GetAWSSettingsParams

type GetAWSSettingsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAWSSettingsParams contains all the parameters to send to the API endpoint

for the get a w s settings operation.

Typically these are written to a http.Request.

func NewGetAWSSettingsParams

func NewGetAWSSettingsParams() *GetAWSSettingsParams

NewGetAWSSettingsParams creates a new GetAWSSettingsParams 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 NewGetAWSSettingsParamsWithContext

func NewGetAWSSettingsParamsWithContext(ctx context.Context) *GetAWSSettingsParams

NewGetAWSSettingsParamsWithContext creates a new GetAWSSettingsParams object with the ability to set a context for a request.

func NewGetAWSSettingsParamsWithHTTPClient

func NewGetAWSSettingsParamsWithHTTPClient(client *http.Client) *GetAWSSettingsParams

NewGetAWSSettingsParamsWithHTTPClient creates a new GetAWSSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAWSSettingsParamsWithTimeout

func NewGetAWSSettingsParamsWithTimeout(timeout time.Duration) *GetAWSSettingsParams

NewGetAWSSettingsParamsWithTimeout creates a new GetAWSSettingsParams object with the ability to set a timeout on a request.

func (*GetAWSSettingsParams) SetContext

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

SetContext adds the context to the get a w s settings params

func (*GetAWSSettingsParams) SetDefaults

func (o *GetAWSSettingsParams) SetDefaults()

SetDefaults hydrates default values in the get a w s settings params (not the query body).

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

func (*GetAWSSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get a w s settings params

func (*GetAWSSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the get a w s settings params

func (*GetAWSSettingsParams) WithContext

WithContext adds the context to the get a w s settings params

func (*GetAWSSettingsParams) WithDefaults

func (o *GetAWSSettingsParams) WithDefaults() *GetAWSSettingsParams

WithDefaults hydrates default values in the get a w s settings params (not the query body).

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

func (*GetAWSSettingsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get a w s settings params

func (*GetAWSSettingsParams) WithTimeout

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

WithTimeout adds the timeout to the get a w s settings params

func (*GetAWSSettingsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAWSSettingsReader

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

GetAWSSettingsReader is a Reader for the GetAWSSettings structure.

func (*GetAWSSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAWSSettingsTooManyRequests

type GetAWSSettingsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewGetAWSSettingsTooManyRequests

func NewGetAWSSettingsTooManyRequests() *GetAWSSettingsTooManyRequests

NewGetAWSSettingsTooManyRequests creates a GetAWSSettingsTooManyRequests with default headers values

func (*GetAWSSettingsTooManyRequests) Code added in v0.2.33

Code gets the status code for the get a w s settings too many requests response

func (*GetAWSSettingsTooManyRequests) Error

func (*GetAWSSettingsTooManyRequests) GetPayload

func (*GetAWSSettingsTooManyRequests) IsClientError added in v0.2.27

func (o *GetAWSSettingsTooManyRequests) IsClientError() bool

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

func (*GetAWSSettingsTooManyRequests) IsCode added in v0.2.27

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

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

func (*GetAWSSettingsTooManyRequests) IsRedirect added in v0.2.27

func (o *GetAWSSettingsTooManyRequests) IsRedirect() bool

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

func (*GetAWSSettingsTooManyRequests) IsServerError added in v0.2.27

func (o *GetAWSSettingsTooManyRequests) IsServerError() bool

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

func (*GetAWSSettingsTooManyRequests) IsSuccess added in v0.2.27

func (o *GetAWSSettingsTooManyRequests) IsSuccess() bool

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

func (*GetAWSSettingsTooManyRequests) String added in v0.2.27

type ProvisionAWSAccountsBadRequest

type ProvisionAWSAccountsBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsAWSAccountsV1
}

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

Bad Request

func NewProvisionAWSAccountsBadRequest

func NewProvisionAWSAccountsBadRequest() *ProvisionAWSAccountsBadRequest

NewProvisionAWSAccountsBadRequest creates a ProvisionAWSAccountsBadRequest with default headers values

func (*ProvisionAWSAccountsBadRequest) Code added in v0.2.33

Code gets the status code for the provision a w s accounts bad request response

func (*ProvisionAWSAccountsBadRequest) Error

func (*ProvisionAWSAccountsBadRequest) GetPayload

func (*ProvisionAWSAccountsBadRequest) IsClientError added in v0.2.27

func (o *ProvisionAWSAccountsBadRequest) IsClientError() bool

IsClientError returns true when this provision a w s accounts bad request response has a 4xx status code

func (*ProvisionAWSAccountsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this provision a w s accounts bad request response a status code equal to that given

func (*ProvisionAWSAccountsBadRequest) IsRedirect added in v0.2.27

func (o *ProvisionAWSAccountsBadRequest) IsRedirect() bool

IsRedirect returns true when this provision a w s accounts bad request response has a 3xx status code

func (*ProvisionAWSAccountsBadRequest) IsServerError added in v0.2.27

func (o *ProvisionAWSAccountsBadRequest) IsServerError() bool

IsServerError returns true when this provision a w s accounts bad request response has a 5xx status code

func (*ProvisionAWSAccountsBadRequest) IsSuccess added in v0.2.27

func (o *ProvisionAWSAccountsBadRequest) IsSuccess() bool

IsSuccess returns true when this provision a w s accounts bad request response has a 2xx status code

func (*ProvisionAWSAccountsBadRequest) String added in v0.2.27

type ProvisionAWSAccountsCreated

type ProvisionAWSAccountsCreated struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsAWSAccountsV1
}

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

Created

func NewProvisionAWSAccountsCreated

func NewProvisionAWSAccountsCreated() *ProvisionAWSAccountsCreated

NewProvisionAWSAccountsCreated creates a ProvisionAWSAccountsCreated with default headers values

func (*ProvisionAWSAccountsCreated) Code added in v0.2.33

func (o *ProvisionAWSAccountsCreated) Code() int

Code gets the status code for the provision a w s accounts created response

func (*ProvisionAWSAccountsCreated) Error

func (*ProvisionAWSAccountsCreated) GetPayload

func (*ProvisionAWSAccountsCreated) IsClientError added in v0.2.27

func (o *ProvisionAWSAccountsCreated) IsClientError() bool

IsClientError returns true when this provision a w s accounts created response has a 4xx status code

func (*ProvisionAWSAccountsCreated) IsCode added in v0.2.27

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

IsCode returns true when this provision a w s accounts created response a status code equal to that given

func (*ProvisionAWSAccountsCreated) IsRedirect added in v0.2.27

func (o *ProvisionAWSAccountsCreated) IsRedirect() bool

IsRedirect returns true when this provision a w s accounts created response has a 3xx status code

func (*ProvisionAWSAccountsCreated) IsServerError added in v0.2.27

func (o *ProvisionAWSAccountsCreated) IsServerError() bool

IsServerError returns true when this provision a w s accounts created response has a 5xx status code

func (*ProvisionAWSAccountsCreated) IsSuccess added in v0.2.27

func (o *ProvisionAWSAccountsCreated) IsSuccess() bool

IsSuccess returns true when this provision a w s accounts created response has a 2xx status code

func (*ProvisionAWSAccountsCreated) String added in v0.2.27

func (o *ProvisionAWSAccountsCreated) String() string

type ProvisionAWSAccountsForbidden

type ProvisionAWSAccountsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewProvisionAWSAccountsForbidden

func NewProvisionAWSAccountsForbidden() *ProvisionAWSAccountsForbidden

NewProvisionAWSAccountsForbidden creates a ProvisionAWSAccountsForbidden with default headers values

func (*ProvisionAWSAccountsForbidden) Code added in v0.2.33

Code gets the status code for the provision a w s accounts forbidden response

func (*ProvisionAWSAccountsForbidden) Error

func (*ProvisionAWSAccountsForbidden) GetPayload

func (*ProvisionAWSAccountsForbidden) IsClientError added in v0.2.27

func (o *ProvisionAWSAccountsForbidden) IsClientError() bool

IsClientError returns true when this provision a w s accounts forbidden response has a 4xx status code

func (*ProvisionAWSAccountsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this provision a w s accounts forbidden response a status code equal to that given

func (*ProvisionAWSAccountsForbidden) IsRedirect added in v0.2.27

func (o *ProvisionAWSAccountsForbidden) IsRedirect() bool

IsRedirect returns true when this provision a w s accounts forbidden response has a 3xx status code

func (*ProvisionAWSAccountsForbidden) IsServerError added in v0.2.27

func (o *ProvisionAWSAccountsForbidden) IsServerError() bool

IsServerError returns true when this provision a w s accounts forbidden response has a 5xx status code

func (*ProvisionAWSAccountsForbidden) IsSuccess added in v0.2.27

func (o *ProvisionAWSAccountsForbidden) IsSuccess() bool

IsSuccess returns true when this provision a w s accounts forbidden response has a 2xx status code

func (*ProvisionAWSAccountsForbidden) String added in v0.2.27

type ProvisionAWSAccountsInternalServerError

type ProvisionAWSAccountsInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsAWSAccountsV1
}

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

Internal Server Error

func NewProvisionAWSAccountsInternalServerError

func NewProvisionAWSAccountsInternalServerError() *ProvisionAWSAccountsInternalServerError

NewProvisionAWSAccountsInternalServerError creates a ProvisionAWSAccountsInternalServerError with default headers values

func (*ProvisionAWSAccountsInternalServerError) Code added in v0.2.33

Code gets the status code for the provision a w s accounts internal server error response

func (*ProvisionAWSAccountsInternalServerError) Error

func (*ProvisionAWSAccountsInternalServerError) GetPayload

func (*ProvisionAWSAccountsInternalServerError) IsClientError added in v0.2.27

func (o *ProvisionAWSAccountsInternalServerError) IsClientError() bool

IsClientError returns true when this provision a w s accounts internal server error response has a 4xx status code

func (*ProvisionAWSAccountsInternalServerError) IsCode added in v0.2.27

IsCode returns true when this provision a w s accounts internal server error response a status code equal to that given

func (*ProvisionAWSAccountsInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this provision a w s accounts internal server error response has a 3xx status code

func (*ProvisionAWSAccountsInternalServerError) IsServerError added in v0.2.27

func (o *ProvisionAWSAccountsInternalServerError) IsServerError() bool

IsServerError returns true when this provision a w s accounts internal server error response has a 5xx status code

func (*ProvisionAWSAccountsInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this provision a w s accounts internal server error response has a 2xx status code

func (*ProvisionAWSAccountsInternalServerError) String added in v0.2.27

type ProvisionAWSAccountsParams

type ProvisionAWSAccountsParams struct {

	// Body.
	Body *models.ModelsCreateAWSAccountsV1

	/* Mode.

	   Mode for provisioning. Allowed values are `manual` or `cloudformation`. Defaults to manual if not defined.

	   Default: "manual"
	*/
	Mode *string

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

ProvisionAWSAccountsParams contains all the parameters to send to the API endpoint

for the provision a w s accounts operation.

Typically these are written to a http.Request.

func NewProvisionAWSAccountsParams

func NewProvisionAWSAccountsParams() *ProvisionAWSAccountsParams

NewProvisionAWSAccountsParams creates a new ProvisionAWSAccountsParams 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 NewProvisionAWSAccountsParamsWithContext

func NewProvisionAWSAccountsParamsWithContext(ctx context.Context) *ProvisionAWSAccountsParams

NewProvisionAWSAccountsParamsWithContext creates a new ProvisionAWSAccountsParams object with the ability to set a context for a request.

func NewProvisionAWSAccountsParamsWithHTTPClient

func NewProvisionAWSAccountsParamsWithHTTPClient(client *http.Client) *ProvisionAWSAccountsParams

NewProvisionAWSAccountsParamsWithHTTPClient creates a new ProvisionAWSAccountsParams object with the ability to set a custom HTTPClient for a request.

func NewProvisionAWSAccountsParamsWithTimeout

func NewProvisionAWSAccountsParamsWithTimeout(timeout time.Duration) *ProvisionAWSAccountsParams

NewProvisionAWSAccountsParamsWithTimeout creates a new ProvisionAWSAccountsParams object with the ability to set a timeout on a request.

func (*ProvisionAWSAccountsParams) SetBody

SetBody adds the body to the provision a w s accounts params

func (*ProvisionAWSAccountsParams) SetContext

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

SetContext adds the context to the provision a w s accounts params

func (*ProvisionAWSAccountsParams) SetDefaults

func (o *ProvisionAWSAccountsParams) SetDefaults()

SetDefaults hydrates default values in the provision a w s accounts params (not the query body).

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

func (*ProvisionAWSAccountsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the provision a w s accounts params

func (*ProvisionAWSAccountsParams) SetMode

func (o *ProvisionAWSAccountsParams) SetMode(mode *string)

SetMode adds the mode to the provision a w s accounts params

func (*ProvisionAWSAccountsParams) SetTimeout

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

SetTimeout adds the timeout to the provision a w s accounts params

func (*ProvisionAWSAccountsParams) WithBody

WithBody adds the body to the provision a w s accounts params

func (*ProvisionAWSAccountsParams) WithContext

WithContext adds the context to the provision a w s accounts params

func (*ProvisionAWSAccountsParams) WithDefaults

WithDefaults hydrates default values in the provision a w s accounts params (not the query body).

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

func (*ProvisionAWSAccountsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the provision a w s accounts params

func (*ProvisionAWSAccountsParams) WithMode

WithMode adds the mode to the provision a w s accounts params

func (*ProvisionAWSAccountsParams) WithTimeout

WithTimeout adds the timeout to the provision a w s accounts params

func (*ProvisionAWSAccountsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ProvisionAWSAccountsReader

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

ProvisionAWSAccountsReader is a Reader for the ProvisionAWSAccounts structure.

func (*ProvisionAWSAccountsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ProvisionAWSAccountsTooManyRequests

type ProvisionAWSAccountsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewProvisionAWSAccountsTooManyRequests

func NewProvisionAWSAccountsTooManyRequests() *ProvisionAWSAccountsTooManyRequests

NewProvisionAWSAccountsTooManyRequests creates a ProvisionAWSAccountsTooManyRequests with default headers values

func (*ProvisionAWSAccountsTooManyRequests) Code added in v0.2.33

Code gets the status code for the provision a w s accounts too many requests response

func (*ProvisionAWSAccountsTooManyRequests) Error

func (*ProvisionAWSAccountsTooManyRequests) GetPayload

func (*ProvisionAWSAccountsTooManyRequests) IsClientError added in v0.2.27

func (o *ProvisionAWSAccountsTooManyRequests) IsClientError() bool

IsClientError returns true when this provision a w s accounts too many requests response has a 4xx status code

func (*ProvisionAWSAccountsTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this provision a w s accounts too many requests response a status code equal to that given

func (*ProvisionAWSAccountsTooManyRequests) IsRedirect added in v0.2.27

func (o *ProvisionAWSAccountsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this provision a w s accounts too many requests response has a 3xx status code

func (*ProvisionAWSAccountsTooManyRequests) IsServerError added in v0.2.27

func (o *ProvisionAWSAccountsTooManyRequests) IsServerError() bool

IsServerError returns true when this provision a w s accounts too many requests response has a 5xx status code

func (*ProvisionAWSAccountsTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this provision a w s accounts too many requests response has a 2xx status code

func (*ProvisionAWSAccountsTooManyRequests) String added in v0.2.27

type QueryAWSAccountsBadRequest

type QueryAWSAccountsBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsAWSAccountsV1
}

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

Bad Request

func NewQueryAWSAccountsBadRequest

func NewQueryAWSAccountsBadRequest() *QueryAWSAccountsBadRequest

NewQueryAWSAccountsBadRequest creates a QueryAWSAccountsBadRequest with default headers values

func (*QueryAWSAccountsBadRequest) Code added in v0.2.33

func (o *QueryAWSAccountsBadRequest) Code() int

Code gets the status code for the query a w s accounts bad request response

func (*QueryAWSAccountsBadRequest) Error

func (*QueryAWSAccountsBadRequest) GetPayload

func (*QueryAWSAccountsBadRequest) IsClientError added in v0.2.27

func (o *QueryAWSAccountsBadRequest) IsClientError() bool

IsClientError returns true when this query a w s accounts bad request response has a 4xx status code

func (*QueryAWSAccountsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this query a w s accounts bad request response a status code equal to that given

func (*QueryAWSAccountsBadRequest) IsRedirect added in v0.2.27

func (o *QueryAWSAccountsBadRequest) IsRedirect() bool

IsRedirect returns true when this query a w s accounts bad request response has a 3xx status code

func (*QueryAWSAccountsBadRequest) IsServerError added in v0.2.27

func (o *QueryAWSAccountsBadRequest) IsServerError() bool

IsServerError returns true when this query a w s accounts bad request response has a 5xx status code

func (*QueryAWSAccountsBadRequest) IsSuccess added in v0.2.27

func (o *QueryAWSAccountsBadRequest) IsSuccess() bool

IsSuccess returns true when this query a w s accounts bad request response has a 2xx status code

func (*QueryAWSAccountsBadRequest) String added in v0.2.27

func (o *QueryAWSAccountsBadRequest) String() string

type QueryAWSAccountsForIDsBadRequest

type QueryAWSAccountsForIDsBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

Bad Request

func NewQueryAWSAccountsForIDsBadRequest

func NewQueryAWSAccountsForIDsBadRequest() *QueryAWSAccountsForIDsBadRequest

NewQueryAWSAccountsForIDsBadRequest creates a QueryAWSAccountsForIDsBadRequest with default headers values

func (*QueryAWSAccountsForIDsBadRequest) Code added in v0.2.33

Code gets the status code for the query a w s accounts for i ds bad request response

func (*QueryAWSAccountsForIDsBadRequest) Error

func (*QueryAWSAccountsForIDsBadRequest) GetPayload

func (*QueryAWSAccountsForIDsBadRequest) IsClientError added in v0.2.27

func (o *QueryAWSAccountsForIDsBadRequest) IsClientError() bool

IsClientError returns true when this query a w s accounts for i ds bad request response has a 4xx status code

func (*QueryAWSAccountsForIDsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this query a w s accounts for i ds bad request response a status code equal to that given

func (*QueryAWSAccountsForIDsBadRequest) IsRedirect added in v0.2.27

func (o *QueryAWSAccountsForIDsBadRequest) IsRedirect() bool

IsRedirect returns true when this query a w s accounts for i ds bad request response has a 3xx status code

func (*QueryAWSAccountsForIDsBadRequest) IsServerError added in v0.2.27

func (o *QueryAWSAccountsForIDsBadRequest) IsServerError() bool

IsServerError returns true when this query a w s accounts for i ds bad request response has a 5xx status code

func (*QueryAWSAccountsForIDsBadRequest) IsSuccess added in v0.2.27

func (o *QueryAWSAccountsForIDsBadRequest) IsSuccess() bool

IsSuccess returns true when this query a w s accounts for i ds bad request response has a 2xx status code

func (*QueryAWSAccountsForIDsBadRequest) String added in v0.2.27

type QueryAWSAccountsForIDsForbidden

type QueryAWSAccountsForIDsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewQueryAWSAccountsForIDsForbidden

func NewQueryAWSAccountsForIDsForbidden() *QueryAWSAccountsForIDsForbidden

NewQueryAWSAccountsForIDsForbidden creates a QueryAWSAccountsForIDsForbidden with default headers values

func (*QueryAWSAccountsForIDsForbidden) Code added in v0.2.33

Code gets the status code for the query a w s accounts for i ds forbidden response

func (*QueryAWSAccountsForIDsForbidden) Error

func (*QueryAWSAccountsForIDsForbidden) GetPayload

func (*QueryAWSAccountsForIDsForbidden) IsClientError added in v0.2.27

func (o *QueryAWSAccountsForIDsForbidden) IsClientError() bool

IsClientError returns true when this query a w s accounts for i ds forbidden response has a 4xx status code

func (*QueryAWSAccountsForIDsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this query a w s accounts for i ds forbidden response a status code equal to that given

func (*QueryAWSAccountsForIDsForbidden) IsRedirect added in v0.2.27

func (o *QueryAWSAccountsForIDsForbidden) IsRedirect() bool

IsRedirect returns true when this query a w s accounts for i ds forbidden response has a 3xx status code

func (*QueryAWSAccountsForIDsForbidden) IsServerError added in v0.2.27

func (o *QueryAWSAccountsForIDsForbidden) IsServerError() bool

IsServerError returns true when this query a w s accounts for i ds forbidden response has a 5xx status code

func (*QueryAWSAccountsForIDsForbidden) IsSuccess added in v0.2.27

func (o *QueryAWSAccountsForIDsForbidden) IsSuccess() bool

IsSuccess returns true when this query a w s accounts for i ds forbidden response has a 2xx status code

func (*QueryAWSAccountsForIDsForbidden) String added in v0.2.27

type QueryAWSAccountsForIDsInternalServerError

type QueryAWSAccountsForIDsInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

Internal Server Error

func NewQueryAWSAccountsForIDsInternalServerError

func NewQueryAWSAccountsForIDsInternalServerError() *QueryAWSAccountsForIDsInternalServerError

NewQueryAWSAccountsForIDsInternalServerError creates a QueryAWSAccountsForIDsInternalServerError with default headers values

func (*QueryAWSAccountsForIDsInternalServerError) Code added in v0.2.33

Code gets the status code for the query a w s accounts for i ds internal server error response

func (*QueryAWSAccountsForIDsInternalServerError) Error

func (*QueryAWSAccountsForIDsInternalServerError) GetPayload

func (*QueryAWSAccountsForIDsInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this query a w s accounts for i ds internal server error response has a 4xx status code

func (*QueryAWSAccountsForIDsInternalServerError) IsCode added in v0.2.27

IsCode returns true when this query a w s accounts for i ds internal server error response a status code equal to that given

func (*QueryAWSAccountsForIDsInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this query a w s accounts for i ds internal server error response has a 3xx status code

func (*QueryAWSAccountsForIDsInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this query a w s accounts for i ds internal server error response has a 5xx status code

func (*QueryAWSAccountsForIDsInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this query a w s accounts for i ds internal server error response has a 2xx status code

func (*QueryAWSAccountsForIDsInternalServerError) String added in v0.2.27

type QueryAWSAccountsForIDsOK

type QueryAWSAccountsForIDsOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

OK

func NewQueryAWSAccountsForIDsOK

func NewQueryAWSAccountsForIDsOK() *QueryAWSAccountsForIDsOK

NewQueryAWSAccountsForIDsOK creates a QueryAWSAccountsForIDsOK with default headers values

func (*QueryAWSAccountsForIDsOK) Code added in v0.2.33

func (o *QueryAWSAccountsForIDsOK) Code() int

Code gets the status code for the query a w s accounts for i ds o k response

func (*QueryAWSAccountsForIDsOK) Error

func (o *QueryAWSAccountsForIDsOK) Error() string

func (*QueryAWSAccountsForIDsOK) GetPayload

func (*QueryAWSAccountsForIDsOK) IsClientError added in v0.2.27

func (o *QueryAWSAccountsForIDsOK) IsClientError() bool

IsClientError returns true when this query a w s accounts for i ds o k response has a 4xx status code

func (*QueryAWSAccountsForIDsOK) IsCode added in v0.2.27

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

IsCode returns true when this query a w s accounts for i ds o k response a status code equal to that given

func (*QueryAWSAccountsForIDsOK) IsRedirect added in v0.2.27

func (o *QueryAWSAccountsForIDsOK) IsRedirect() bool

IsRedirect returns true when this query a w s accounts for i ds o k response has a 3xx status code

func (*QueryAWSAccountsForIDsOK) IsServerError added in v0.2.27

func (o *QueryAWSAccountsForIDsOK) IsServerError() bool

IsServerError returns true when this query a w s accounts for i ds o k response has a 5xx status code

func (*QueryAWSAccountsForIDsOK) IsSuccess added in v0.2.27

func (o *QueryAWSAccountsForIDsOK) IsSuccess() bool

IsSuccess returns true when this query a w s accounts for i ds o k response has a 2xx status code

func (*QueryAWSAccountsForIDsOK) String added in v0.2.27

func (o *QueryAWSAccountsForIDsOK) String() string

type QueryAWSAccountsForIDsParams

type QueryAWSAccountsForIDsParams struct {

	/* Filter.

	   The filter expression that should be used to limit the results
	*/
	Filter *string

	/* Limit.

	   The maximum records to return. [1-1000]. Defaults to 100.

	   Default: 100
	*/
	Limit *int64

	/* Offset.

	   The offset to start retrieving records from
	*/
	Offset *int64

	/* Sort.

	   The property to sort by (e.g. alias.desc or state.asc)
	*/
	Sort *string

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

QueryAWSAccountsForIDsParams contains all the parameters to send to the API endpoint

for the query a w s accounts for i ds operation.

Typically these are written to a http.Request.

func NewQueryAWSAccountsForIDsParams

func NewQueryAWSAccountsForIDsParams() *QueryAWSAccountsForIDsParams

NewQueryAWSAccountsForIDsParams creates a new QueryAWSAccountsForIDsParams 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 NewQueryAWSAccountsForIDsParamsWithContext

func NewQueryAWSAccountsForIDsParamsWithContext(ctx context.Context) *QueryAWSAccountsForIDsParams

NewQueryAWSAccountsForIDsParamsWithContext creates a new QueryAWSAccountsForIDsParams object with the ability to set a context for a request.

func NewQueryAWSAccountsForIDsParamsWithHTTPClient

func NewQueryAWSAccountsForIDsParamsWithHTTPClient(client *http.Client) *QueryAWSAccountsForIDsParams

NewQueryAWSAccountsForIDsParamsWithHTTPClient creates a new QueryAWSAccountsForIDsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryAWSAccountsForIDsParamsWithTimeout

func NewQueryAWSAccountsForIDsParamsWithTimeout(timeout time.Duration) *QueryAWSAccountsForIDsParams

NewQueryAWSAccountsForIDsParamsWithTimeout creates a new QueryAWSAccountsForIDsParams object with the ability to set a timeout on a request.

func (*QueryAWSAccountsForIDsParams) SetContext

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

SetContext adds the context to the query a w s accounts for i ds params

func (*QueryAWSAccountsForIDsParams) SetDefaults

func (o *QueryAWSAccountsForIDsParams) SetDefaults()

SetDefaults hydrates default values in the query a w s accounts for i ds params (not the query body).

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

func (*QueryAWSAccountsForIDsParams) SetFilter

func (o *QueryAWSAccountsForIDsParams) SetFilter(filter *string)

SetFilter adds the filter to the query a w s accounts for i ds params

func (*QueryAWSAccountsForIDsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query a w s accounts for i ds params

func (*QueryAWSAccountsForIDsParams) SetLimit

func (o *QueryAWSAccountsForIDsParams) SetLimit(limit *int64)

SetLimit adds the limit to the query a w s accounts for i ds params

func (*QueryAWSAccountsForIDsParams) SetOffset

func (o *QueryAWSAccountsForIDsParams) SetOffset(offset *int64)

SetOffset adds the offset to the query a w s accounts for i ds params

func (*QueryAWSAccountsForIDsParams) SetSort

func (o *QueryAWSAccountsForIDsParams) SetSort(sort *string)

SetSort adds the sort to the query a w s accounts for i ds params

func (*QueryAWSAccountsForIDsParams) SetTimeout

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

SetTimeout adds the timeout to the query a w s accounts for i ds params

func (*QueryAWSAccountsForIDsParams) WithContext

WithContext adds the context to the query a w s accounts for i ds params

func (*QueryAWSAccountsForIDsParams) WithDefaults

WithDefaults hydrates default values in the query a w s accounts for i ds params (not the query body).

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

func (*QueryAWSAccountsForIDsParams) WithFilter

WithFilter adds the filter to the query a w s accounts for i ds params

func (*QueryAWSAccountsForIDsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query a w s accounts for i ds params

func (*QueryAWSAccountsForIDsParams) WithLimit

WithLimit adds the limit to the query a w s accounts for i ds params

func (*QueryAWSAccountsForIDsParams) WithOffset

WithOffset adds the offset to the query a w s accounts for i ds params

func (*QueryAWSAccountsForIDsParams) WithSort

WithSort adds the sort to the query a w s accounts for i ds params

func (*QueryAWSAccountsForIDsParams) WithTimeout

WithTimeout adds the timeout to the query a w s accounts for i ds params

func (*QueryAWSAccountsForIDsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryAWSAccountsForIDsReader

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

QueryAWSAccountsForIDsReader is a Reader for the QueryAWSAccountsForIDs structure.

func (*QueryAWSAccountsForIDsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryAWSAccountsForIDsTooManyRequests

type QueryAWSAccountsForIDsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewQueryAWSAccountsForIDsTooManyRequests

func NewQueryAWSAccountsForIDsTooManyRequests() *QueryAWSAccountsForIDsTooManyRequests

NewQueryAWSAccountsForIDsTooManyRequests creates a QueryAWSAccountsForIDsTooManyRequests with default headers values

func (*QueryAWSAccountsForIDsTooManyRequests) Code added in v0.2.33

Code gets the status code for the query a w s accounts for i ds too many requests response

func (*QueryAWSAccountsForIDsTooManyRequests) Error

func (*QueryAWSAccountsForIDsTooManyRequests) GetPayload

func (*QueryAWSAccountsForIDsTooManyRequests) IsClientError added in v0.2.27

func (o *QueryAWSAccountsForIDsTooManyRequests) IsClientError() bool

IsClientError returns true when this query a w s accounts for i ds too many requests response has a 4xx status code

func (*QueryAWSAccountsForIDsTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this query a w s accounts for i ds too many requests response a status code equal to that given

func (*QueryAWSAccountsForIDsTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this query a w s accounts for i ds too many requests response has a 3xx status code

func (*QueryAWSAccountsForIDsTooManyRequests) IsServerError added in v0.2.27

func (o *QueryAWSAccountsForIDsTooManyRequests) IsServerError() bool

IsServerError returns true when this query a w s accounts for i ds too many requests response has a 5xx status code

func (*QueryAWSAccountsForIDsTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this query a w s accounts for i ds too many requests response has a 2xx status code

func (*QueryAWSAccountsForIDsTooManyRequests) String added in v0.2.27

type QueryAWSAccountsForbidden

type QueryAWSAccountsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewQueryAWSAccountsForbidden

func NewQueryAWSAccountsForbidden() *QueryAWSAccountsForbidden

NewQueryAWSAccountsForbidden creates a QueryAWSAccountsForbidden with default headers values

func (*QueryAWSAccountsForbidden) Code added in v0.2.33

func (o *QueryAWSAccountsForbidden) Code() int

Code gets the status code for the query a w s accounts forbidden response

func (*QueryAWSAccountsForbidden) Error

func (o *QueryAWSAccountsForbidden) Error() string

func (*QueryAWSAccountsForbidden) GetPayload

func (*QueryAWSAccountsForbidden) IsClientError added in v0.2.27

func (o *QueryAWSAccountsForbidden) IsClientError() bool

IsClientError returns true when this query a w s accounts forbidden response has a 4xx status code

func (*QueryAWSAccountsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this query a w s accounts forbidden response a status code equal to that given

func (*QueryAWSAccountsForbidden) IsRedirect added in v0.2.27

func (o *QueryAWSAccountsForbidden) IsRedirect() bool

IsRedirect returns true when this query a w s accounts forbidden response has a 3xx status code

func (*QueryAWSAccountsForbidden) IsServerError added in v0.2.27

func (o *QueryAWSAccountsForbidden) IsServerError() bool

IsServerError returns true when this query a w s accounts forbidden response has a 5xx status code

func (*QueryAWSAccountsForbidden) IsSuccess added in v0.2.27

func (o *QueryAWSAccountsForbidden) IsSuccess() bool

IsSuccess returns true when this query a w s accounts forbidden response has a 2xx status code

func (*QueryAWSAccountsForbidden) String added in v0.2.27

func (o *QueryAWSAccountsForbidden) String() string

type QueryAWSAccountsInternalServerError

type QueryAWSAccountsInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsAWSAccountsV1
}

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

Internal Server Error

func NewQueryAWSAccountsInternalServerError

func NewQueryAWSAccountsInternalServerError() *QueryAWSAccountsInternalServerError

NewQueryAWSAccountsInternalServerError creates a QueryAWSAccountsInternalServerError with default headers values

func (*QueryAWSAccountsInternalServerError) Code added in v0.2.33

Code gets the status code for the query a w s accounts internal server error response

func (*QueryAWSAccountsInternalServerError) Error

func (*QueryAWSAccountsInternalServerError) GetPayload

func (*QueryAWSAccountsInternalServerError) IsClientError added in v0.2.27

func (o *QueryAWSAccountsInternalServerError) IsClientError() bool

IsClientError returns true when this query a w s accounts internal server error response has a 4xx status code

func (*QueryAWSAccountsInternalServerError) IsCode added in v0.2.27

IsCode returns true when this query a w s accounts internal server error response a status code equal to that given

func (*QueryAWSAccountsInternalServerError) IsRedirect added in v0.2.27

func (o *QueryAWSAccountsInternalServerError) IsRedirect() bool

IsRedirect returns true when this query a w s accounts internal server error response has a 3xx status code

func (*QueryAWSAccountsInternalServerError) IsServerError added in v0.2.27

func (o *QueryAWSAccountsInternalServerError) IsServerError() bool

IsServerError returns true when this query a w s accounts internal server error response has a 5xx status code

func (*QueryAWSAccountsInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this query a w s accounts internal server error response has a 2xx status code

func (*QueryAWSAccountsInternalServerError) String added in v0.2.27

type QueryAWSAccountsOK

type QueryAWSAccountsOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsAWSAccountsV1
}

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

OK

func NewQueryAWSAccountsOK

func NewQueryAWSAccountsOK() *QueryAWSAccountsOK

NewQueryAWSAccountsOK creates a QueryAWSAccountsOK with default headers values

func (*QueryAWSAccountsOK) Code added in v0.2.33

func (o *QueryAWSAccountsOK) Code() int

Code gets the status code for the query a w s accounts o k response

func (*QueryAWSAccountsOK) Error

func (o *QueryAWSAccountsOK) Error() string

func (*QueryAWSAccountsOK) GetPayload

func (*QueryAWSAccountsOK) IsClientError added in v0.2.27

func (o *QueryAWSAccountsOK) IsClientError() bool

IsClientError returns true when this query a w s accounts o k response has a 4xx status code

func (*QueryAWSAccountsOK) IsCode added in v0.2.27

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

IsCode returns true when this query a w s accounts o k response a status code equal to that given

func (*QueryAWSAccountsOK) IsRedirect added in v0.2.27

func (o *QueryAWSAccountsOK) IsRedirect() bool

IsRedirect returns true when this query a w s accounts o k response has a 3xx status code

func (*QueryAWSAccountsOK) IsServerError added in v0.2.27

func (o *QueryAWSAccountsOK) IsServerError() bool

IsServerError returns true when this query a w s accounts o k response has a 5xx status code

func (*QueryAWSAccountsOK) IsSuccess added in v0.2.27

func (o *QueryAWSAccountsOK) IsSuccess() bool

IsSuccess returns true when this query a w s accounts o k response has a 2xx status code

func (*QueryAWSAccountsOK) String added in v0.2.27

func (o *QueryAWSAccountsOK) String() string

type QueryAWSAccountsParams

type QueryAWSAccountsParams struct {

	/* Filter.

	   The filter expression that should be used to limit the results
	*/
	Filter *string

	/* Limit.

	   The maximum records to return. [1-1000]. Defaults to 100.

	   Default: 100
	*/
	Limit *int64

	/* Offset.

	   The offset to start retrieving records from
	*/
	Offset *int64

	/* Sort.

	   The property to sort by (e.g. alias.desc or state.asc)
	*/
	Sort *string

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

QueryAWSAccountsParams contains all the parameters to send to the API endpoint

for the query a w s accounts operation.

Typically these are written to a http.Request.

func NewQueryAWSAccountsParams

func NewQueryAWSAccountsParams() *QueryAWSAccountsParams

NewQueryAWSAccountsParams creates a new QueryAWSAccountsParams 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 NewQueryAWSAccountsParamsWithContext

func NewQueryAWSAccountsParamsWithContext(ctx context.Context) *QueryAWSAccountsParams

NewQueryAWSAccountsParamsWithContext creates a new QueryAWSAccountsParams object with the ability to set a context for a request.

func NewQueryAWSAccountsParamsWithHTTPClient

func NewQueryAWSAccountsParamsWithHTTPClient(client *http.Client) *QueryAWSAccountsParams

NewQueryAWSAccountsParamsWithHTTPClient creates a new QueryAWSAccountsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryAWSAccountsParamsWithTimeout

func NewQueryAWSAccountsParamsWithTimeout(timeout time.Duration) *QueryAWSAccountsParams

NewQueryAWSAccountsParamsWithTimeout creates a new QueryAWSAccountsParams object with the ability to set a timeout on a request.

func (*QueryAWSAccountsParams) SetContext

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

SetContext adds the context to the query a w s accounts params

func (*QueryAWSAccountsParams) SetDefaults

func (o *QueryAWSAccountsParams) SetDefaults()

SetDefaults hydrates default values in the query a w s accounts params (not the query body).

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

func (*QueryAWSAccountsParams) SetFilter

func (o *QueryAWSAccountsParams) SetFilter(filter *string)

SetFilter adds the filter to the query a w s accounts params

func (*QueryAWSAccountsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query a w s accounts params

func (*QueryAWSAccountsParams) SetLimit

func (o *QueryAWSAccountsParams) SetLimit(limit *int64)

SetLimit adds the limit to the query a w s accounts params

func (*QueryAWSAccountsParams) SetOffset

func (o *QueryAWSAccountsParams) SetOffset(offset *int64)

SetOffset adds the offset to the query a w s accounts params

func (*QueryAWSAccountsParams) SetSort

func (o *QueryAWSAccountsParams) SetSort(sort *string)

SetSort adds the sort to the query a w s accounts params

func (*QueryAWSAccountsParams) SetTimeout

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

SetTimeout adds the timeout to the query a w s accounts params

func (*QueryAWSAccountsParams) WithContext

WithContext adds the context to the query a w s accounts params

func (*QueryAWSAccountsParams) WithDefaults

WithDefaults hydrates default values in the query a w s accounts params (not the query body).

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

func (*QueryAWSAccountsParams) WithFilter

func (o *QueryAWSAccountsParams) WithFilter(filter *string) *QueryAWSAccountsParams

WithFilter adds the filter to the query a w s accounts params

func (*QueryAWSAccountsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the query a w s accounts params

func (*QueryAWSAccountsParams) WithLimit

func (o *QueryAWSAccountsParams) WithLimit(limit *int64) *QueryAWSAccountsParams

WithLimit adds the limit to the query a w s accounts params

func (*QueryAWSAccountsParams) WithOffset

func (o *QueryAWSAccountsParams) WithOffset(offset *int64) *QueryAWSAccountsParams

WithOffset adds the offset to the query a w s accounts params

func (*QueryAWSAccountsParams) WithSort

WithSort adds the sort to the query a w s accounts params

func (*QueryAWSAccountsParams) WithTimeout

WithTimeout adds the timeout to the query a w s accounts params

func (*QueryAWSAccountsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryAWSAccountsReader

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

QueryAWSAccountsReader is a Reader for the QueryAWSAccounts structure.

func (*QueryAWSAccountsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryAWSAccountsTooManyRequests

type QueryAWSAccountsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewQueryAWSAccountsTooManyRequests

func NewQueryAWSAccountsTooManyRequests() *QueryAWSAccountsTooManyRequests

NewQueryAWSAccountsTooManyRequests creates a QueryAWSAccountsTooManyRequests with default headers values

func (*QueryAWSAccountsTooManyRequests) Code added in v0.2.33

Code gets the status code for the query a w s accounts too many requests response

func (*QueryAWSAccountsTooManyRequests) Error

func (*QueryAWSAccountsTooManyRequests) GetPayload

func (*QueryAWSAccountsTooManyRequests) IsClientError added in v0.2.27

func (o *QueryAWSAccountsTooManyRequests) IsClientError() bool

IsClientError returns true when this query a w s accounts too many requests response has a 4xx status code

func (*QueryAWSAccountsTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this query a w s accounts too many requests response a status code equal to that given

func (*QueryAWSAccountsTooManyRequests) IsRedirect added in v0.2.27

func (o *QueryAWSAccountsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this query a w s accounts too many requests response has a 3xx status code

func (*QueryAWSAccountsTooManyRequests) IsServerError added in v0.2.27

func (o *QueryAWSAccountsTooManyRequests) IsServerError() bool

IsServerError returns true when this query a w s accounts too many requests response has a 5xx status code

func (*QueryAWSAccountsTooManyRequests) IsSuccess added in v0.2.27

func (o *QueryAWSAccountsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this query a w s accounts too many requests response has a 2xx status code

func (*QueryAWSAccountsTooManyRequests) String added in v0.2.27

type UpdateAWSAccountsBadRequest

type UpdateAWSAccountsBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsAWSAccountsV1
}

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

Bad Request

func NewUpdateAWSAccountsBadRequest

func NewUpdateAWSAccountsBadRequest() *UpdateAWSAccountsBadRequest

NewUpdateAWSAccountsBadRequest creates a UpdateAWSAccountsBadRequest with default headers values

func (*UpdateAWSAccountsBadRequest) Code added in v0.2.33

func (o *UpdateAWSAccountsBadRequest) Code() int

Code gets the status code for the update a w s accounts bad request response

func (*UpdateAWSAccountsBadRequest) Error

func (*UpdateAWSAccountsBadRequest) GetPayload

func (*UpdateAWSAccountsBadRequest) IsClientError added in v0.2.27

func (o *UpdateAWSAccountsBadRequest) IsClientError() bool

IsClientError returns true when this update a w s accounts bad request response has a 4xx status code

func (*UpdateAWSAccountsBadRequest) IsCode added in v0.2.27

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

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

func (*UpdateAWSAccountsBadRequest) IsRedirect added in v0.2.27

func (o *UpdateAWSAccountsBadRequest) IsRedirect() bool

IsRedirect returns true when this update a w s accounts bad request response has a 3xx status code

func (*UpdateAWSAccountsBadRequest) IsServerError added in v0.2.27

func (o *UpdateAWSAccountsBadRequest) IsServerError() bool

IsServerError returns true when this update a w s accounts bad request response has a 5xx status code

func (*UpdateAWSAccountsBadRequest) IsSuccess added in v0.2.27

func (o *UpdateAWSAccountsBadRequest) IsSuccess() bool

IsSuccess returns true when this update a w s accounts bad request response has a 2xx status code

func (*UpdateAWSAccountsBadRequest) String added in v0.2.27

func (o *UpdateAWSAccountsBadRequest) String() string

type UpdateAWSAccountsForbidden

type UpdateAWSAccountsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewUpdateAWSAccountsForbidden

func NewUpdateAWSAccountsForbidden() *UpdateAWSAccountsForbidden

NewUpdateAWSAccountsForbidden creates a UpdateAWSAccountsForbidden with default headers values

func (*UpdateAWSAccountsForbidden) Code added in v0.2.33

func (o *UpdateAWSAccountsForbidden) Code() int

Code gets the status code for the update a w s accounts forbidden response

func (*UpdateAWSAccountsForbidden) Error

func (*UpdateAWSAccountsForbidden) GetPayload

func (*UpdateAWSAccountsForbidden) IsClientError added in v0.2.27

func (o *UpdateAWSAccountsForbidden) IsClientError() bool

IsClientError returns true when this update a w s accounts forbidden response has a 4xx status code

func (*UpdateAWSAccountsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this update a w s accounts forbidden response a status code equal to that given

func (*UpdateAWSAccountsForbidden) IsRedirect added in v0.2.27

func (o *UpdateAWSAccountsForbidden) IsRedirect() bool

IsRedirect returns true when this update a w s accounts forbidden response has a 3xx status code

func (*UpdateAWSAccountsForbidden) IsServerError added in v0.2.27

func (o *UpdateAWSAccountsForbidden) IsServerError() bool

IsServerError returns true when this update a w s accounts forbidden response has a 5xx status code

func (*UpdateAWSAccountsForbidden) IsSuccess added in v0.2.27

func (o *UpdateAWSAccountsForbidden) IsSuccess() bool

IsSuccess returns true when this update a w s accounts forbidden response has a 2xx status code

func (*UpdateAWSAccountsForbidden) String added in v0.2.27

func (o *UpdateAWSAccountsForbidden) String() string

type UpdateAWSAccountsInternalServerError

type UpdateAWSAccountsInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsAWSAccountsV1
}

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

Internal Server Error

func NewUpdateAWSAccountsInternalServerError

func NewUpdateAWSAccountsInternalServerError() *UpdateAWSAccountsInternalServerError

NewUpdateAWSAccountsInternalServerError creates a UpdateAWSAccountsInternalServerError with default headers values

func (*UpdateAWSAccountsInternalServerError) Code added in v0.2.33

Code gets the status code for the update a w s accounts internal server error response

func (*UpdateAWSAccountsInternalServerError) Error

func (*UpdateAWSAccountsInternalServerError) GetPayload

func (*UpdateAWSAccountsInternalServerError) IsClientError added in v0.2.27

func (o *UpdateAWSAccountsInternalServerError) IsClientError() bool

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

func (*UpdateAWSAccountsInternalServerError) IsCode added in v0.2.27

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

func (*UpdateAWSAccountsInternalServerError) IsRedirect added in v0.2.27

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

func (*UpdateAWSAccountsInternalServerError) IsServerError added in v0.2.27

func (o *UpdateAWSAccountsInternalServerError) IsServerError() bool

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

func (*UpdateAWSAccountsInternalServerError) IsSuccess added in v0.2.27

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

func (*UpdateAWSAccountsInternalServerError) String added in v0.2.27

type UpdateAWSAccountsNotFound

type UpdateAWSAccountsNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsAWSAccountsV1
}

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

Not Found

func NewUpdateAWSAccountsNotFound

func NewUpdateAWSAccountsNotFound() *UpdateAWSAccountsNotFound

NewUpdateAWSAccountsNotFound creates a UpdateAWSAccountsNotFound with default headers values

func (*UpdateAWSAccountsNotFound) Code added in v0.2.33

func (o *UpdateAWSAccountsNotFound) Code() int

Code gets the status code for the update a w s accounts not found response

func (*UpdateAWSAccountsNotFound) Error

func (o *UpdateAWSAccountsNotFound) Error() string

func (*UpdateAWSAccountsNotFound) GetPayload

func (*UpdateAWSAccountsNotFound) IsClientError added in v0.2.27

func (o *UpdateAWSAccountsNotFound) IsClientError() bool

IsClientError returns true when this update a w s accounts not found response has a 4xx status code

func (*UpdateAWSAccountsNotFound) IsCode added in v0.2.27

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

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

func (*UpdateAWSAccountsNotFound) IsRedirect added in v0.2.27

func (o *UpdateAWSAccountsNotFound) IsRedirect() bool

IsRedirect returns true when this update a w s accounts not found response has a 3xx status code

func (*UpdateAWSAccountsNotFound) IsServerError added in v0.2.27

func (o *UpdateAWSAccountsNotFound) IsServerError() bool

IsServerError returns true when this update a w s accounts not found response has a 5xx status code

func (*UpdateAWSAccountsNotFound) IsSuccess added in v0.2.27

func (o *UpdateAWSAccountsNotFound) IsSuccess() bool

IsSuccess returns true when this update a w s accounts not found response has a 2xx status code

func (*UpdateAWSAccountsNotFound) String added in v0.2.27

func (o *UpdateAWSAccountsNotFound) String() string

type UpdateAWSAccountsOK

type UpdateAWSAccountsOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsAWSAccountsV1
}

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

OK

func NewUpdateAWSAccountsOK

func NewUpdateAWSAccountsOK() *UpdateAWSAccountsOK

NewUpdateAWSAccountsOK creates a UpdateAWSAccountsOK with default headers values

func (*UpdateAWSAccountsOK) Code added in v0.2.33

func (o *UpdateAWSAccountsOK) Code() int

Code gets the status code for the update a w s accounts o k response

func (*UpdateAWSAccountsOK) Error

func (o *UpdateAWSAccountsOK) Error() string

func (*UpdateAWSAccountsOK) GetPayload

func (*UpdateAWSAccountsOK) IsClientError added in v0.2.27

func (o *UpdateAWSAccountsOK) IsClientError() bool

IsClientError returns true when this update a w s accounts o k response has a 4xx status code

func (*UpdateAWSAccountsOK) IsCode added in v0.2.27

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

IsCode returns true when this update a w s accounts o k response a status code equal to that given

func (*UpdateAWSAccountsOK) IsRedirect added in v0.2.27

func (o *UpdateAWSAccountsOK) IsRedirect() bool

IsRedirect returns true when this update a w s accounts o k response has a 3xx status code

func (*UpdateAWSAccountsOK) IsServerError added in v0.2.27

func (o *UpdateAWSAccountsOK) IsServerError() bool

IsServerError returns true when this update a w s accounts o k response has a 5xx status code

func (*UpdateAWSAccountsOK) IsSuccess added in v0.2.27

func (o *UpdateAWSAccountsOK) IsSuccess() bool

IsSuccess returns true when this update a w s accounts o k response has a 2xx status code

func (*UpdateAWSAccountsOK) String added in v0.2.27

func (o *UpdateAWSAccountsOK) String() string

type UpdateAWSAccountsParams

type UpdateAWSAccountsParams struct {

	// Body.
	Body *models.ModelsUpdateAWSAccountsV1

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

UpdateAWSAccountsParams contains all the parameters to send to the API endpoint

for the update a w s accounts operation.

Typically these are written to a http.Request.

func NewUpdateAWSAccountsParams

func NewUpdateAWSAccountsParams() *UpdateAWSAccountsParams

NewUpdateAWSAccountsParams creates a new UpdateAWSAccountsParams 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 NewUpdateAWSAccountsParamsWithContext

func NewUpdateAWSAccountsParamsWithContext(ctx context.Context) *UpdateAWSAccountsParams

NewUpdateAWSAccountsParamsWithContext creates a new UpdateAWSAccountsParams object with the ability to set a context for a request.

func NewUpdateAWSAccountsParamsWithHTTPClient

func NewUpdateAWSAccountsParamsWithHTTPClient(client *http.Client) *UpdateAWSAccountsParams

NewUpdateAWSAccountsParamsWithHTTPClient creates a new UpdateAWSAccountsParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateAWSAccountsParamsWithTimeout

func NewUpdateAWSAccountsParamsWithTimeout(timeout time.Duration) *UpdateAWSAccountsParams

NewUpdateAWSAccountsParamsWithTimeout creates a new UpdateAWSAccountsParams object with the ability to set a timeout on a request.

func (*UpdateAWSAccountsParams) SetBody

SetBody adds the body to the update a w s accounts params

func (*UpdateAWSAccountsParams) SetContext

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

SetContext adds the context to the update a w s accounts params

func (*UpdateAWSAccountsParams) SetDefaults

func (o *UpdateAWSAccountsParams) SetDefaults()

SetDefaults hydrates default values in the update a w s accounts params (not the query body).

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

func (*UpdateAWSAccountsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update a w s accounts params

func (*UpdateAWSAccountsParams) SetTimeout

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

SetTimeout adds the timeout to the update a w s accounts params

func (*UpdateAWSAccountsParams) WithBody

WithBody adds the body to the update a w s accounts params

func (*UpdateAWSAccountsParams) WithContext

WithContext adds the context to the update a w s accounts params

func (*UpdateAWSAccountsParams) WithDefaults

WithDefaults hydrates default values in the update a w s accounts params (not the query body).

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

func (*UpdateAWSAccountsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update a w s accounts params

func (*UpdateAWSAccountsParams) WithTimeout

WithTimeout adds the timeout to the update a w s accounts params

func (*UpdateAWSAccountsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateAWSAccountsReader

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

UpdateAWSAccountsReader is a Reader for the UpdateAWSAccounts structure.

func (*UpdateAWSAccountsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateAWSAccountsTooManyRequests

type UpdateAWSAccountsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewUpdateAWSAccountsTooManyRequests

func NewUpdateAWSAccountsTooManyRequests() *UpdateAWSAccountsTooManyRequests

NewUpdateAWSAccountsTooManyRequests creates a UpdateAWSAccountsTooManyRequests with default headers values

func (*UpdateAWSAccountsTooManyRequests) Code added in v0.2.33

Code gets the status code for the update a w s accounts too many requests response

func (*UpdateAWSAccountsTooManyRequests) Error

func (*UpdateAWSAccountsTooManyRequests) GetPayload

func (*UpdateAWSAccountsTooManyRequests) IsClientError added in v0.2.27

func (o *UpdateAWSAccountsTooManyRequests) IsClientError() bool

IsClientError returns true when this update a w s accounts too many requests response has a 4xx status code

func (*UpdateAWSAccountsTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this update a w s accounts too many requests response a status code equal to that given

func (*UpdateAWSAccountsTooManyRequests) IsRedirect added in v0.2.27

func (o *UpdateAWSAccountsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this update a w s accounts too many requests response has a 3xx status code

func (*UpdateAWSAccountsTooManyRequests) IsServerError added in v0.2.27

func (o *UpdateAWSAccountsTooManyRequests) IsServerError() bool

IsServerError returns true when this update a w s accounts too many requests response has a 5xx status code

func (*UpdateAWSAccountsTooManyRequests) IsSuccess added in v0.2.27

func (o *UpdateAWSAccountsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this update a w s accounts too many requests response has a 2xx status code

func (*UpdateAWSAccountsTooManyRequests) String added in v0.2.27

type VerifyAWSAccountAccessBadRequest

type VerifyAWSAccountAccessBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsVerifyAccessResponseV1
}

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

Bad Request

func NewVerifyAWSAccountAccessBadRequest

func NewVerifyAWSAccountAccessBadRequest() *VerifyAWSAccountAccessBadRequest

NewVerifyAWSAccountAccessBadRequest creates a VerifyAWSAccountAccessBadRequest with default headers values

func (*VerifyAWSAccountAccessBadRequest) Code added in v0.2.33

Code gets the status code for the verify a w s account access bad request response

func (*VerifyAWSAccountAccessBadRequest) Error

func (*VerifyAWSAccountAccessBadRequest) GetPayload

func (*VerifyAWSAccountAccessBadRequest) IsClientError added in v0.2.27

func (o *VerifyAWSAccountAccessBadRequest) IsClientError() bool

IsClientError returns true when this verify a w s account access bad request response has a 4xx status code

func (*VerifyAWSAccountAccessBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this verify a w s account access bad request response a status code equal to that given

func (*VerifyAWSAccountAccessBadRequest) IsRedirect added in v0.2.27

func (o *VerifyAWSAccountAccessBadRequest) IsRedirect() bool

IsRedirect returns true when this verify a w s account access bad request response has a 3xx status code

func (*VerifyAWSAccountAccessBadRequest) IsServerError added in v0.2.27

func (o *VerifyAWSAccountAccessBadRequest) IsServerError() bool

IsServerError returns true when this verify a w s account access bad request response has a 5xx status code

func (*VerifyAWSAccountAccessBadRequest) IsSuccess added in v0.2.27

func (o *VerifyAWSAccountAccessBadRequest) IsSuccess() bool

IsSuccess returns true when this verify a w s account access bad request response has a 2xx status code

func (*VerifyAWSAccountAccessBadRequest) String added in v0.2.27

type VerifyAWSAccountAccessForbidden

type VerifyAWSAccountAccessForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewVerifyAWSAccountAccessForbidden

func NewVerifyAWSAccountAccessForbidden() *VerifyAWSAccountAccessForbidden

NewVerifyAWSAccountAccessForbidden creates a VerifyAWSAccountAccessForbidden with default headers values

func (*VerifyAWSAccountAccessForbidden) Code added in v0.2.33

Code gets the status code for the verify a w s account access forbidden response

func (*VerifyAWSAccountAccessForbidden) Error

func (*VerifyAWSAccountAccessForbidden) GetPayload

func (*VerifyAWSAccountAccessForbidden) IsClientError added in v0.2.27

func (o *VerifyAWSAccountAccessForbidden) IsClientError() bool

IsClientError returns true when this verify a w s account access forbidden response has a 4xx status code

func (*VerifyAWSAccountAccessForbidden) IsCode added in v0.2.27

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

IsCode returns true when this verify a w s account access forbidden response a status code equal to that given

func (*VerifyAWSAccountAccessForbidden) IsRedirect added in v0.2.27

func (o *VerifyAWSAccountAccessForbidden) IsRedirect() bool

IsRedirect returns true when this verify a w s account access forbidden response has a 3xx status code

func (*VerifyAWSAccountAccessForbidden) IsServerError added in v0.2.27

func (o *VerifyAWSAccountAccessForbidden) IsServerError() bool

IsServerError returns true when this verify a w s account access forbidden response has a 5xx status code

func (*VerifyAWSAccountAccessForbidden) IsSuccess added in v0.2.27

func (o *VerifyAWSAccountAccessForbidden) IsSuccess() bool

IsSuccess returns true when this verify a w s account access forbidden response has a 2xx status code

func (*VerifyAWSAccountAccessForbidden) String added in v0.2.27

type VerifyAWSAccountAccessInternalServerError

type VerifyAWSAccountAccessInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsVerifyAccessResponseV1
}

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

Internal Server Error

func NewVerifyAWSAccountAccessInternalServerError

func NewVerifyAWSAccountAccessInternalServerError() *VerifyAWSAccountAccessInternalServerError

NewVerifyAWSAccountAccessInternalServerError creates a VerifyAWSAccountAccessInternalServerError with default headers values

func (*VerifyAWSAccountAccessInternalServerError) Code added in v0.2.33

Code gets the status code for the verify a w s account access internal server error response

func (*VerifyAWSAccountAccessInternalServerError) Error

func (*VerifyAWSAccountAccessInternalServerError) GetPayload

func (*VerifyAWSAccountAccessInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this verify a w s account access internal server error response has a 4xx status code

func (*VerifyAWSAccountAccessInternalServerError) IsCode added in v0.2.27

IsCode returns true when this verify a w s account access internal server error response a status code equal to that given

func (*VerifyAWSAccountAccessInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this verify a w s account access internal server error response has a 3xx status code

func (*VerifyAWSAccountAccessInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this verify a w s account access internal server error response has a 5xx status code

func (*VerifyAWSAccountAccessInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this verify a w s account access internal server error response has a 2xx status code

func (*VerifyAWSAccountAccessInternalServerError) String added in v0.2.27

type VerifyAWSAccountAccessOK

type VerifyAWSAccountAccessOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ModelsVerifyAccessResponseV1
}

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

OK

func NewVerifyAWSAccountAccessOK

func NewVerifyAWSAccountAccessOK() *VerifyAWSAccountAccessOK

NewVerifyAWSAccountAccessOK creates a VerifyAWSAccountAccessOK with default headers values

func (*VerifyAWSAccountAccessOK) Code added in v0.2.33

func (o *VerifyAWSAccountAccessOK) Code() int

Code gets the status code for the verify a w s account access o k response

func (*VerifyAWSAccountAccessOK) Error

func (o *VerifyAWSAccountAccessOK) Error() string

func (*VerifyAWSAccountAccessOK) GetPayload

func (*VerifyAWSAccountAccessOK) IsClientError added in v0.2.27

func (o *VerifyAWSAccountAccessOK) IsClientError() bool

IsClientError returns true when this verify a w s account access o k response has a 4xx status code

func (*VerifyAWSAccountAccessOK) IsCode added in v0.2.27

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

IsCode returns true when this verify a w s account access o k response a status code equal to that given

func (*VerifyAWSAccountAccessOK) IsRedirect added in v0.2.27

func (o *VerifyAWSAccountAccessOK) IsRedirect() bool

IsRedirect returns true when this verify a w s account access o k response has a 3xx status code

func (*VerifyAWSAccountAccessOK) IsServerError added in v0.2.27

func (o *VerifyAWSAccountAccessOK) IsServerError() bool

IsServerError returns true when this verify a w s account access o k response has a 5xx status code

func (*VerifyAWSAccountAccessOK) IsSuccess added in v0.2.27

func (o *VerifyAWSAccountAccessOK) IsSuccess() bool

IsSuccess returns true when this verify a w s account access o k response has a 2xx status code

func (*VerifyAWSAccountAccessOK) String added in v0.2.27

func (o *VerifyAWSAccountAccessOK) String() string

type VerifyAWSAccountAccessParams

type VerifyAWSAccountAccessParams struct {

	/* Ids.

	   IDs of accounts to verify access on
	*/
	Ids []string

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

VerifyAWSAccountAccessParams contains all the parameters to send to the API endpoint

for the verify a w s account access operation.

Typically these are written to a http.Request.

func NewVerifyAWSAccountAccessParams

func NewVerifyAWSAccountAccessParams() *VerifyAWSAccountAccessParams

NewVerifyAWSAccountAccessParams creates a new VerifyAWSAccountAccessParams 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 NewVerifyAWSAccountAccessParamsWithContext

func NewVerifyAWSAccountAccessParamsWithContext(ctx context.Context) *VerifyAWSAccountAccessParams

NewVerifyAWSAccountAccessParamsWithContext creates a new VerifyAWSAccountAccessParams object with the ability to set a context for a request.

func NewVerifyAWSAccountAccessParamsWithHTTPClient

func NewVerifyAWSAccountAccessParamsWithHTTPClient(client *http.Client) *VerifyAWSAccountAccessParams

NewVerifyAWSAccountAccessParamsWithHTTPClient creates a new VerifyAWSAccountAccessParams object with the ability to set a custom HTTPClient for a request.

func NewVerifyAWSAccountAccessParamsWithTimeout

func NewVerifyAWSAccountAccessParamsWithTimeout(timeout time.Duration) *VerifyAWSAccountAccessParams

NewVerifyAWSAccountAccessParamsWithTimeout creates a new VerifyAWSAccountAccessParams object with the ability to set a timeout on a request.

func (*VerifyAWSAccountAccessParams) SetContext

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

SetContext adds the context to the verify a w s account access params

func (*VerifyAWSAccountAccessParams) SetDefaults

func (o *VerifyAWSAccountAccessParams) SetDefaults()

SetDefaults hydrates default values in the verify a w s account access params (not the query body).

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

func (*VerifyAWSAccountAccessParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the verify a w s account access params

func (*VerifyAWSAccountAccessParams) SetIds

func (o *VerifyAWSAccountAccessParams) SetIds(ids []string)

SetIds adds the ids to the verify a w s account access params

func (*VerifyAWSAccountAccessParams) SetTimeout

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

SetTimeout adds the timeout to the verify a w s account access params

func (*VerifyAWSAccountAccessParams) WithContext

WithContext adds the context to the verify a w s account access params

func (*VerifyAWSAccountAccessParams) WithDefaults

WithDefaults hydrates default values in the verify a w s account access params (not the query body).

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

func (*VerifyAWSAccountAccessParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the verify a w s account access params

func (*VerifyAWSAccountAccessParams) WithIds

WithIds adds the ids to the verify a w s account access params

func (*VerifyAWSAccountAccessParams) WithTimeout

WithTimeout adds the timeout to the verify a w s account access params

func (*VerifyAWSAccountAccessParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type VerifyAWSAccountAccessReader

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

VerifyAWSAccountAccessReader is a Reader for the VerifyAWSAccountAccess structure.

func (*VerifyAWSAccountAccessReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type VerifyAWSAccountAccessTooManyRequests

type VerifyAWSAccountAccessTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewVerifyAWSAccountAccessTooManyRequests

func NewVerifyAWSAccountAccessTooManyRequests() *VerifyAWSAccountAccessTooManyRequests

NewVerifyAWSAccountAccessTooManyRequests creates a VerifyAWSAccountAccessTooManyRequests with default headers values

func (*VerifyAWSAccountAccessTooManyRequests) Code added in v0.2.33

Code gets the status code for the verify a w s account access too many requests response

func (*VerifyAWSAccountAccessTooManyRequests) Error

func (*VerifyAWSAccountAccessTooManyRequests) GetPayload

func (*VerifyAWSAccountAccessTooManyRequests) IsClientError added in v0.2.27

func (o *VerifyAWSAccountAccessTooManyRequests) IsClientError() bool

IsClientError returns true when this verify a w s account access too many requests response has a 4xx status code

func (*VerifyAWSAccountAccessTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this verify a w s account access too many requests response a status code equal to that given

func (*VerifyAWSAccountAccessTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this verify a w s account access too many requests response has a 3xx status code

func (*VerifyAWSAccountAccessTooManyRequests) IsServerError added in v0.2.27

func (o *VerifyAWSAccountAccessTooManyRequests) IsServerError() bool

IsServerError returns true when this verify a w s account access too many requests response has a 5xx status code

func (*VerifyAWSAccountAccessTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this verify a w s account access too many requests response has a 2xx status code

func (*VerifyAWSAccountAccessTooManyRequests) String added in v0.2.27

Jump to

Keyboard shortcuts

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