Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const DestinationStateDecommissioned + const DestinationStateDisabled + const DestinationStateEnabled + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeThrottlingException + const ErrCodeValidationException + const ServiceID + const ServiceName + func DestinationState_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type CartesianCoordinates struct + X *float64 + Y *float64 + Z *float64 + func (s *CartesianCoordinates) SetX(v float64) *CartesianCoordinates + func (s *CartesianCoordinates) SetY(v float64) *CartesianCoordinates + func (s *CartesianCoordinates) SetZ(v float64) *CartesianCoordinates + func (s *CartesianCoordinates) Validate() error + func (s CartesianCoordinates) GoString() string + func (s CartesianCoordinates) String() string + type ConflictException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type CreateDestinationInput struct + AdditionalFixedProperties *string + ClientToken *string + Name *string + Site *string + State *string + func (s *CreateDestinationInput) SetAdditionalFixedProperties(v string) *CreateDestinationInput + func (s *CreateDestinationInput) SetClientToken(v string) *CreateDestinationInput + func (s *CreateDestinationInput) SetName(v string) *CreateDestinationInput + func (s *CreateDestinationInput) SetSite(v string) *CreateDestinationInput + func (s *CreateDestinationInput) SetState(v string) *CreateDestinationInput + func (s *CreateDestinationInput) Validate() error + func (s CreateDestinationInput) GoString() string + func (s CreateDestinationInput) String() string + type CreateDestinationOutput struct + Arn *string + CreatedAt *time.Time + Id *string + State *string + UpdatedAt *time.Time + func (s *CreateDestinationOutput) SetArn(v string) *CreateDestinationOutput + func (s *CreateDestinationOutput) SetCreatedAt(v time.Time) *CreateDestinationOutput + func (s *CreateDestinationOutput) SetId(v string) *CreateDestinationOutput + func (s *CreateDestinationOutput) SetState(v string) *CreateDestinationOutput + func (s *CreateDestinationOutput) SetUpdatedAt(v time.Time) *CreateDestinationOutput + func (s CreateDestinationOutput) GoString() string + func (s CreateDestinationOutput) String() string + type CreateSiteInput struct + ClientToken *string + CountryCode *string + Description *string + Name *string + func (s *CreateSiteInput) SetClientToken(v string) *CreateSiteInput + func (s *CreateSiteInput) SetCountryCode(v string) *CreateSiteInput + func (s *CreateSiteInput) SetDescription(v string) *CreateSiteInput + func (s *CreateSiteInput) SetName(v string) *CreateSiteInput + func (s *CreateSiteInput) Validate() error + func (s CreateSiteInput) GoString() string + func (s CreateSiteInput) String() string + type CreateSiteOutput struct + Arn *string + CreatedAt *time.Time + Id *string + UpdatedAt *time.Time + func (s *CreateSiteOutput) SetArn(v string) *CreateSiteOutput + func (s *CreateSiteOutput) SetCreatedAt(v time.Time) *CreateSiteOutput + func (s *CreateSiteOutput) SetId(v string) *CreateSiteOutput + func (s *CreateSiteOutput) SetUpdatedAt(v time.Time) *CreateSiteOutput + func (s CreateSiteOutput) GoString() string + func (s CreateSiteOutput) String() string + type CreateWorkerFleetInput struct + AdditionalFixedProperties *string + ClientToken *string + Name *string + Site *string + func (s *CreateWorkerFleetInput) SetAdditionalFixedProperties(v string) *CreateWorkerFleetInput + func (s *CreateWorkerFleetInput) SetClientToken(v string) *CreateWorkerFleetInput + func (s *CreateWorkerFleetInput) SetName(v string) *CreateWorkerFleetInput + func (s *CreateWorkerFleetInput) SetSite(v string) *CreateWorkerFleetInput + func (s *CreateWorkerFleetInput) Validate() error + func (s CreateWorkerFleetInput) GoString() string + func (s CreateWorkerFleetInput) String() string + type CreateWorkerFleetOutput struct + Arn *string + CreatedAt *time.Time + Id *string + UpdatedAt *time.Time + func (s *CreateWorkerFleetOutput) SetArn(v string) *CreateWorkerFleetOutput + func (s *CreateWorkerFleetOutput) SetCreatedAt(v time.Time) *CreateWorkerFleetOutput + func (s *CreateWorkerFleetOutput) SetId(v string) *CreateWorkerFleetOutput + func (s *CreateWorkerFleetOutput) SetUpdatedAt(v time.Time) *CreateWorkerFleetOutput + func (s CreateWorkerFleetOutput) GoString() string + func (s CreateWorkerFleetOutput) String() string + type CreateWorkerInput struct + AdditionalFixedProperties *string + AdditionalTransientProperties *string + ClientToken *string + Fleet *string + Name *string + Orientation *Orientation + Position *PositionCoordinates + VendorProperties *VendorProperties + func (s *CreateWorkerInput) SetAdditionalFixedProperties(v string) *CreateWorkerInput + func (s *CreateWorkerInput) SetAdditionalTransientProperties(v string) *CreateWorkerInput + func (s *CreateWorkerInput) SetClientToken(v string) *CreateWorkerInput + func (s *CreateWorkerInput) SetFleet(v string) *CreateWorkerInput + func (s *CreateWorkerInput) SetName(v string) *CreateWorkerInput + func (s *CreateWorkerInput) SetOrientation(v *Orientation) *CreateWorkerInput + func (s *CreateWorkerInput) SetPosition(v *PositionCoordinates) *CreateWorkerInput + func (s *CreateWorkerInput) SetVendorProperties(v *VendorProperties) *CreateWorkerInput + func (s *CreateWorkerInput) Validate() error + func (s CreateWorkerInput) GoString() string + func (s CreateWorkerInput) String() string + type CreateWorkerOutput struct + Arn *string + CreatedAt *time.Time + Id *string + Site *string + UpdatedAt *time.Time + func (s *CreateWorkerOutput) SetArn(v string) *CreateWorkerOutput + func (s *CreateWorkerOutput) SetCreatedAt(v time.Time) *CreateWorkerOutput + func (s *CreateWorkerOutput) SetId(v string) *CreateWorkerOutput + func (s *CreateWorkerOutput) SetSite(v string) *CreateWorkerOutput + func (s *CreateWorkerOutput) SetUpdatedAt(v time.Time) *CreateWorkerOutput + func (s CreateWorkerOutput) GoString() string + func (s CreateWorkerOutput) String() string + type DeleteDestinationInput struct + Id *string + func (s *DeleteDestinationInput) SetId(v string) *DeleteDestinationInput + func (s *DeleteDestinationInput) Validate() error + func (s DeleteDestinationInput) GoString() string + func (s DeleteDestinationInput) String() string + type DeleteDestinationOutput struct + func (s DeleteDestinationOutput) GoString() string + func (s DeleteDestinationOutput) String() string + type DeleteSiteInput struct + Id *string + func (s *DeleteSiteInput) SetId(v string) *DeleteSiteInput + func (s *DeleteSiteInput) Validate() error + func (s DeleteSiteInput) GoString() string + func (s DeleteSiteInput) String() string + type DeleteSiteOutput struct + func (s DeleteSiteOutput) GoString() string + func (s DeleteSiteOutput) String() string + type DeleteWorkerFleetInput struct + Id *string + func (s *DeleteWorkerFleetInput) SetId(v string) *DeleteWorkerFleetInput + func (s *DeleteWorkerFleetInput) Validate() error + func (s DeleteWorkerFleetInput) GoString() string + func (s DeleteWorkerFleetInput) String() string + type DeleteWorkerFleetOutput struct + func (s DeleteWorkerFleetOutput) GoString() string + func (s DeleteWorkerFleetOutput) String() string + type DeleteWorkerInput struct + Id *string + func (s *DeleteWorkerInput) SetId(v string) *DeleteWorkerInput + func (s *DeleteWorkerInput) Validate() error + func (s DeleteWorkerInput) GoString() string + func (s DeleteWorkerInput) String() string + type DeleteWorkerOutput struct + func (s DeleteWorkerOutput) GoString() string + func (s DeleteWorkerOutput) String() string + type Destination struct + AdditionalFixedProperties *string + Arn *string + CreatedAt *time.Time + Id *string + Name *string + Site *string + State *string + UpdatedAt *time.Time + func (s *Destination) SetAdditionalFixedProperties(v string) *Destination + func (s *Destination) SetArn(v string) *Destination + func (s *Destination) SetCreatedAt(v time.Time) *Destination + func (s *Destination) SetId(v string) *Destination + func (s *Destination) SetName(v string) *Destination + func (s *Destination) SetSite(v string) *Destination + func (s *Destination) SetState(v string) *Destination + func (s *Destination) SetUpdatedAt(v time.Time) *Destination + func (s Destination) GoString() string + func (s Destination) String() string + type GetDestinationInput struct + Id *string + func (s *GetDestinationInput) SetId(v string) *GetDestinationInput + func (s *GetDestinationInput) Validate() error + func (s GetDestinationInput) GoString() string + func (s GetDestinationInput) String() string + type GetDestinationOutput struct + AdditionalFixedProperties *string + Arn *string + CreatedAt *time.Time + Id *string + Name *string + Site *string + State *string + UpdatedAt *time.Time + func (s *GetDestinationOutput) SetAdditionalFixedProperties(v string) *GetDestinationOutput + func (s *GetDestinationOutput) SetArn(v string) *GetDestinationOutput + func (s *GetDestinationOutput) SetCreatedAt(v time.Time) *GetDestinationOutput + func (s *GetDestinationOutput) SetId(v string) *GetDestinationOutput + func (s *GetDestinationOutput) SetName(v string) *GetDestinationOutput + func (s *GetDestinationOutput) SetSite(v string) *GetDestinationOutput + func (s *GetDestinationOutput) SetState(v string) *GetDestinationOutput + func (s *GetDestinationOutput) SetUpdatedAt(v time.Time) *GetDestinationOutput + func (s GetDestinationOutput) GoString() string + func (s GetDestinationOutput) String() string + type GetSiteInput struct + Id *string + func (s *GetSiteInput) SetId(v string) *GetSiteInput + func (s *GetSiteInput) Validate() error + func (s GetSiteInput) GoString() string + func (s GetSiteInput) String() string + type GetSiteOutput struct + Arn *string + CountryCode *string + CreatedAt *time.Time + Description *string + Id *string + Name *string + UpdatedAt *time.Time + func (s *GetSiteOutput) SetArn(v string) *GetSiteOutput + func (s *GetSiteOutput) SetCountryCode(v string) *GetSiteOutput + func (s *GetSiteOutput) SetCreatedAt(v time.Time) *GetSiteOutput + func (s *GetSiteOutput) SetDescription(v string) *GetSiteOutput + func (s *GetSiteOutput) SetId(v string) *GetSiteOutput + func (s *GetSiteOutput) SetName(v string) *GetSiteOutput + func (s *GetSiteOutput) SetUpdatedAt(v time.Time) *GetSiteOutput + func (s GetSiteOutput) GoString() string + func (s GetSiteOutput) String() string + type GetWorkerFleetInput struct + Id *string + func (s *GetWorkerFleetInput) SetId(v string) *GetWorkerFleetInput + func (s *GetWorkerFleetInput) Validate() error + func (s GetWorkerFleetInput) GoString() string + func (s GetWorkerFleetInput) String() string + type GetWorkerFleetOutput struct + AdditionalFixedProperties *string + Arn *string + CreatedAt *time.Time + Id *string + Name *string + Site *string + UpdatedAt *time.Time + func (s *GetWorkerFleetOutput) SetAdditionalFixedProperties(v string) *GetWorkerFleetOutput + func (s *GetWorkerFleetOutput) SetArn(v string) *GetWorkerFleetOutput + func (s *GetWorkerFleetOutput) SetCreatedAt(v time.Time) *GetWorkerFleetOutput + func (s *GetWorkerFleetOutput) SetId(v string) *GetWorkerFleetOutput + func (s *GetWorkerFleetOutput) SetName(v string) *GetWorkerFleetOutput + func (s *GetWorkerFleetOutput) SetSite(v string) *GetWorkerFleetOutput + func (s *GetWorkerFleetOutput) SetUpdatedAt(v time.Time) *GetWorkerFleetOutput + func (s GetWorkerFleetOutput) GoString() string + func (s GetWorkerFleetOutput) String() string + type GetWorkerInput struct + Id *string + func (s *GetWorkerInput) SetId(v string) *GetWorkerInput + func (s *GetWorkerInput) Validate() error + func (s GetWorkerInput) GoString() string + func (s GetWorkerInput) String() string + type GetWorkerOutput struct + AdditionalFixedProperties *string + AdditionalTransientProperties *string + Arn *string + CreatedAt *time.Time + Fleet *string + Id *string + Name *string + Orientation *Orientation + Position *PositionCoordinates + Site *string + UpdatedAt *time.Time + VendorProperties *VendorProperties + func (s *GetWorkerOutput) SetAdditionalFixedProperties(v string) *GetWorkerOutput + func (s *GetWorkerOutput) SetAdditionalTransientProperties(v string) *GetWorkerOutput + func (s *GetWorkerOutput) SetArn(v string) *GetWorkerOutput + func (s *GetWorkerOutput) SetCreatedAt(v time.Time) *GetWorkerOutput + func (s *GetWorkerOutput) SetFleet(v string) *GetWorkerOutput + func (s *GetWorkerOutput) SetId(v string) *GetWorkerOutput + func (s *GetWorkerOutput) SetName(v string) *GetWorkerOutput + func (s *GetWorkerOutput) SetOrientation(v *Orientation) *GetWorkerOutput + func (s *GetWorkerOutput) SetPosition(v *PositionCoordinates) *GetWorkerOutput + func (s *GetWorkerOutput) SetSite(v string) *GetWorkerOutput + func (s *GetWorkerOutput) SetUpdatedAt(v time.Time) *GetWorkerOutput + func (s *GetWorkerOutput) SetVendorProperties(v *VendorProperties) *GetWorkerOutput + func (s GetWorkerOutput) GoString() string + func (s GetWorkerOutput) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type IoTRoboRunner struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *IoTRoboRunner + func (c *IoTRoboRunner) CreateDestination(input *CreateDestinationInput) (*CreateDestinationOutput, error) + func (c *IoTRoboRunner) CreateDestinationRequest(input *CreateDestinationInput) (req *request.Request, output *CreateDestinationOutput) + func (c *IoTRoboRunner) CreateDestinationWithContext(ctx aws.Context, input *CreateDestinationInput, opts ...request.Option) (*CreateDestinationOutput, error) + func (c *IoTRoboRunner) CreateSite(input *CreateSiteInput) (*CreateSiteOutput, error) + func (c *IoTRoboRunner) CreateSiteRequest(input *CreateSiteInput) (req *request.Request, output *CreateSiteOutput) + func (c *IoTRoboRunner) CreateSiteWithContext(ctx aws.Context, input *CreateSiteInput, opts ...request.Option) (*CreateSiteOutput, error) + func (c *IoTRoboRunner) CreateWorker(input *CreateWorkerInput) (*CreateWorkerOutput, error) + func (c *IoTRoboRunner) CreateWorkerFleet(input *CreateWorkerFleetInput) (*CreateWorkerFleetOutput, error) + func (c *IoTRoboRunner) CreateWorkerFleetRequest(input *CreateWorkerFleetInput) (req *request.Request, output *CreateWorkerFleetOutput) + func (c *IoTRoboRunner) CreateWorkerFleetWithContext(ctx aws.Context, input *CreateWorkerFleetInput, opts ...request.Option) (*CreateWorkerFleetOutput, error) + func (c *IoTRoboRunner) CreateWorkerRequest(input *CreateWorkerInput) (req *request.Request, output *CreateWorkerOutput) + func (c *IoTRoboRunner) CreateWorkerWithContext(ctx aws.Context, input *CreateWorkerInput, opts ...request.Option) (*CreateWorkerOutput, error) + func (c *IoTRoboRunner) DeleteDestination(input *DeleteDestinationInput) (*DeleteDestinationOutput, error) + func (c *IoTRoboRunner) DeleteDestinationRequest(input *DeleteDestinationInput) (req *request.Request, output *DeleteDestinationOutput) + func (c *IoTRoboRunner) DeleteDestinationWithContext(ctx aws.Context, input *DeleteDestinationInput, opts ...request.Option) (*DeleteDestinationOutput, error) + func (c *IoTRoboRunner) DeleteSite(input *DeleteSiteInput) (*DeleteSiteOutput, error) + func (c *IoTRoboRunner) DeleteSiteRequest(input *DeleteSiteInput) (req *request.Request, output *DeleteSiteOutput) + func (c *IoTRoboRunner) DeleteSiteWithContext(ctx aws.Context, input *DeleteSiteInput, opts ...request.Option) (*DeleteSiteOutput, error) + func (c *IoTRoboRunner) DeleteWorker(input *DeleteWorkerInput) (*DeleteWorkerOutput, error) + func (c *IoTRoboRunner) DeleteWorkerFleet(input *DeleteWorkerFleetInput) (*DeleteWorkerFleetOutput, error) + func (c *IoTRoboRunner) DeleteWorkerFleetRequest(input *DeleteWorkerFleetInput) (req *request.Request, output *DeleteWorkerFleetOutput) + func (c *IoTRoboRunner) DeleteWorkerFleetWithContext(ctx aws.Context, input *DeleteWorkerFleetInput, opts ...request.Option) (*DeleteWorkerFleetOutput, error) + func (c *IoTRoboRunner) DeleteWorkerRequest(input *DeleteWorkerInput) (req *request.Request, output *DeleteWorkerOutput) + func (c *IoTRoboRunner) DeleteWorkerWithContext(ctx aws.Context, input *DeleteWorkerInput, opts ...request.Option) (*DeleteWorkerOutput, error) + func (c *IoTRoboRunner) GetDestination(input *GetDestinationInput) (*GetDestinationOutput, error) + func (c *IoTRoboRunner) GetDestinationRequest(input *GetDestinationInput) (req *request.Request, output *GetDestinationOutput) + func (c *IoTRoboRunner) GetDestinationWithContext(ctx aws.Context, input *GetDestinationInput, opts ...request.Option) (*GetDestinationOutput, error) + func (c *IoTRoboRunner) GetSite(input *GetSiteInput) (*GetSiteOutput, error) + func (c *IoTRoboRunner) GetSiteRequest(input *GetSiteInput) (req *request.Request, output *GetSiteOutput) + func (c *IoTRoboRunner) GetSiteWithContext(ctx aws.Context, input *GetSiteInput, opts ...request.Option) (*GetSiteOutput, error) + func (c *IoTRoboRunner) GetWorker(input *GetWorkerInput) (*GetWorkerOutput, error) + func (c *IoTRoboRunner) GetWorkerFleet(input *GetWorkerFleetInput) (*GetWorkerFleetOutput, error) + func (c *IoTRoboRunner) GetWorkerFleetRequest(input *GetWorkerFleetInput) (req *request.Request, output *GetWorkerFleetOutput) + func (c *IoTRoboRunner) GetWorkerFleetWithContext(ctx aws.Context, input *GetWorkerFleetInput, opts ...request.Option) (*GetWorkerFleetOutput, error) + func (c *IoTRoboRunner) GetWorkerRequest(input *GetWorkerInput) (req *request.Request, output *GetWorkerOutput) + func (c *IoTRoboRunner) GetWorkerWithContext(ctx aws.Context, input *GetWorkerInput, opts ...request.Option) (*GetWorkerOutput, error) + func (c *IoTRoboRunner) ListDestinations(input *ListDestinationsInput) (*ListDestinationsOutput, error) + func (c *IoTRoboRunner) ListDestinationsPages(input *ListDestinationsInput, fn func(*ListDestinationsOutput, bool) bool) error + func (c *IoTRoboRunner) ListDestinationsPagesWithContext(ctx aws.Context, input *ListDestinationsInput, ...) error + func (c *IoTRoboRunner) ListDestinationsRequest(input *ListDestinationsInput) (req *request.Request, output *ListDestinationsOutput) + func (c *IoTRoboRunner) ListDestinationsWithContext(ctx aws.Context, input *ListDestinationsInput, opts ...request.Option) (*ListDestinationsOutput, error) + func (c *IoTRoboRunner) ListSites(input *ListSitesInput) (*ListSitesOutput, error) + func (c *IoTRoboRunner) ListSitesPages(input *ListSitesInput, fn func(*ListSitesOutput, bool) bool) error + func (c *IoTRoboRunner) ListSitesPagesWithContext(ctx aws.Context, input *ListSitesInput, fn func(*ListSitesOutput, bool) bool, ...) error + func (c *IoTRoboRunner) ListSitesRequest(input *ListSitesInput) (req *request.Request, output *ListSitesOutput) + func (c *IoTRoboRunner) ListSitesWithContext(ctx aws.Context, input *ListSitesInput, opts ...request.Option) (*ListSitesOutput, error) + func (c *IoTRoboRunner) ListWorkerFleets(input *ListWorkerFleetsInput) (*ListWorkerFleetsOutput, error) + func (c *IoTRoboRunner) ListWorkerFleetsPages(input *ListWorkerFleetsInput, fn func(*ListWorkerFleetsOutput, bool) bool) error + func (c *IoTRoboRunner) ListWorkerFleetsPagesWithContext(ctx aws.Context, input *ListWorkerFleetsInput, ...) error + func (c *IoTRoboRunner) ListWorkerFleetsRequest(input *ListWorkerFleetsInput) (req *request.Request, output *ListWorkerFleetsOutput) + func (c *IoTRoboRunner) ListWorkerFleetsWithContext(ctx aws.Context, input *ListWorkerFleetsInput, opts ...request.Option) (*ListWorkerFleetsOutput, error) + func (c *IoTRoboRunner) ListWorkers(input *ListWorkersInput) (*ListWorkersOutput, error) + func (c *IoTRoboRunner) ListWorkersPages(input *ListWorkersInput, fn func(*ListWorkersOutput, bool) bool) error + func (c *IoTRoboRunner) ListWorkersPagesWithContext(ctx aws.Context, input *ListWorkersInput, ...) error + func (c *IoTRoboRunner) ListWorkersRequest(input *ListWorkersInput) (req *request.Request, output *ListWorkersOutput) + func (c *IoTRoboRunner) ListWorkersWithContext(ctx aws.Context, input *ListWorkersInput, opts ...request.Option) (*ListWorkersOutput, error) + func (c *IoTRoboRunner) UpdateDestination(input *UpdateDestinationInput) (*UpdateDestinationOutput, error) + func (c *IoTRoboRunner) UpdateDestinationRequest(input *UpdateDestinationInput) (req *request.Request, output *UpdateDestinationOutput) + func (c *IoTRoboRunner) UpdateDestinationWithContext(ctx aws.Context, input *UpdateDestinationInput, opts ...request.Option) (*UpdateDestinationOutput, error) + func (c *IoTRoboRunner) UpdateSite(input *UpdateSiteInput) (*UpdateSiteOutput, error) + func (c *IoTRoboRunner) UpdateSiteRequest(input *UpdateSiteInput) (req *request.Request, output *UpdateSiteOutput) + func (c *IoTRoboRunner) UpdateSiteWithContext(ctx aws.Context, input *UpdateSiteInput, opts ...request.Option) (*UpdateSiteOutput, error) + func (c *IoTRoboRunner) UpdateWorker(input *UpdateWorkerInput) (*UpdateWorkerOutput, error) + func (c *IoTRoboRunner) UpdateWorkerFleet(input *UpdateWorkerFleetInput) (*UpdateWorkerFleetOutput, error) + func (c *IoTRoboRunner) UpdateWorkerFleetRequest(input *UpdateWorkerFleetInput) (req *request.Request, output *UpdateWorkerFleetOutput) + func (c *IoTRoboRunner) UpdateWorkerFleetWithContext(ctx aws.Context, input *UpdateWorkerFleetInput, opts ...request.Option) (*UpdateWorkerFleetOutput, error) + func (c *IoTRoboRunner) UpdateWorkerRequest(input *UpdateWorkerInput) (req *request.Request, output *UpdateWorkerOutput) + func (c *IoTRoboRunner) UpdateWorkerWithContext(ctx aws.Context, input *UpdateWorkerInput, opts ...request.Option) (*UpdateWorkerOutput, error) + type ListDestinationsInput struct + MaxResults *int64 + NextToken *string + Site *string + State *string + func (s *ListDestinationsInput) SetMaxResults(v int64) *ListDestinationsInput + func (s *ListDestinationsInput) SetNextToken(v string) *ListDestinationsInput + func (s *ListDestinationsInput) SetSite(v string) *ListDestinationsInput + func (s *ListDestinationsInput) SetState(v string) *ListDestinationsInput + func (s *ListDestinationsInput) Validate() error + func (s ListDestinationsInput) GoString() string + func (s ListDestinationsInput) String() string + type ListDestinationsOutput struct + Destinations []*Destination + NextToken *string + func (s *ListDestinationsOutput) SetDestinations(v []*Destination) *ListDestinationsOutput + func (s *ListDestinationsOutput) SetNextToken(v string) *ListDestinationsOutput + func (s ListDestinationsOutput) GoString() string + func (s ListDestinationsOutput) String() string + type ListSitesInput struct + MaxResults *int64 + NextToken *string + func (s *ListSitesInput) SetMaxResults(v int64) *ListSitesInput + func (s *ListSitesInput) SetNextToken(v string) *ListSitesInput + func (s *ListSitesInput) Validate() error + func (s ListSitesInput) GoString() string + func (s ListSitesInput) String() string + type ListSitesOutput struct + NextToken *string + Sites []*Site + func (s *ListSitesOutput) SetNextToken(v string) *ListSitesOutput + func (s *ListSitesOutput) SetSites(v []*Site) *ListSitesOutput + func (s ListSitesOutput) GoString() string + func (s ListSitesOutput) String() string + type ListWorkerFleetsInput struct + MaxResults *int64 + NextToken *string + Site *string + func (s *ListWorkerFleetsInput) SetMaxResults(v int64) *ListWorkerFleetsInput + func (s *ListWorkerFleetsInput) SetNextToken(v string) *ListWorkerFleetsInput + func (s *ListWorkerFleetsInput) SetSite(v string) *ListWorkerFleetsInput + func (s *ListWorkerFleetsInput) Validate() error + func (s ListWorkerFleetsInput) GoString() string + func (s ListWorkerFleetsInput) String() string + type ListWorkerFleetsOutput struct + NextToken *string + WorkerFleets []*WorkerFleet + func (s *ListWorkerFleetsOutput) SetNextToken(v string) *ListWorkerFleetsOutput + func (s *ListWorkerFleetsOutput) SetWorkerFleets(v []*WorkerFleet) *ListWorkerFleetsOutput + func (s ListWorkerFleetsOutput) GoString() string + func (s ListWorkerFleetsOutput) String() string + type ListWorkersInput struct + Fleet *string + MaxResults *int64 + NextToken *string + Site *string + func (s *ListWorkersInput) SetFleet(v string) *ListWorkersInput + func (s *ListWorkersInput) SetMaxResults(v int64) *ListWorkersInput + func (s *ListWorkersInput) SetNextToken(v string) *ListWorkersInput + func (s *ListWorkersInput) SetSite(v string) *ListWorkersInput + func (s *ListWorkersInput) Validate() error + func (s ListWorkersInput) GoString() string + func (s ListWorkersInput) String() string + type ListWorkersOutput struct + NextToken *string + Workers []*Worker + func (s *ListWorkersOutput) SetNextToken(v string) *ListWorkersOutput + func (s *ListWorkersOutput) SetWorkers(v []*Worker) *ListWorkersOutput + func (s ListWorkersOutput) GoString() string + func (s ListWorkersOutput) String() string + type Orientation struct + Degrees *float64 + func (s *Orientation) SetDegrees(v float64) *Orientation + func (s Orientation) GoString() string + func (s Orientation) String() string + type PositionCoordinates struct + CartesianCoordinates *CartesianCoordinates + func (s *PositionCoordinates) SetCartesianCoordinates(v *CartesianCoordinates) *PositionCoordinates + func (s *PositionCoordinates) Validate() error + func (s PositionCoordinates) GoString() string + func (s PositionCoordinates) String() string + type ResourceNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type ServiceQuotaExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceQuotaExceededException) Code() string + func (s *ServiceQuotaExceededException) Error() string + func (s *ServiceQuotaExceededException) Message() string + func (s *ServiceQuotaExceededException) OrigErr() error + func (s *ServiceQuotaExceededException) RequestID() string + func (s *ServiceQuotaExceededException) StatusCode() int + func (s ServiceQuotaExceededException) GoString() string + func (s ServiceQuotaExceededException) String() string + type Site struct + Arn *string + CountryCode *string + CreatedAt *time.Time + Name *string + func (s *Site) SetArn(v string) *Site + func (s *Site) SetCountryCode(v string) *Site + func (s *Site) SetCreatedAt(v time.Time) *Site + func (s *Site) SetName(v string) *Site + func (s Site) GoString() string + func (s Site) String() string + type ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type UpdateDestinationInput struct + AdditionalFixedProperties *string + Id *string + Name *string + State *string + func (s *UpdateDestinationInput) SetAdditionalFixedProperties(v string) *UpdateDestinationInput + func (s *UpdateDestinationInput) SetId(v string) *UpdateDestinationInput + func (s *UpdateDestinationInput) SetName(v string) *UpdateDestinationInput + func (s *UpdateDestinationInput) SetState(v string) *UpdateDestinationInput + func (s *UpdateDestinationInput) Validate() error + func (s UpdateDestinationInput) GoString() string + func (s UpdateDestinationInput) String() string + type UpdateDestinationOutput struct + AdditionalFixedProperties *string + Arn *string + Id *string + Name *string + State *string + UpdatedAt *time.Time + func (s *UpdateDestinationOutput) SetAdditionalFixedProperties(v string) *UpdateDestinationOutput + func (s *UpdateDestinationOutput) SetArn(v string) *UpdateDestinationOutput + func (s *UpdateDestinationOutput) SetId(v string) *UpdateDestinationOutput + func (s *UpdateDestinationOutput) SetName(v string) *UpdateDestinationOutput + func (s *UpdateDestinationOutput) SetState(v string) *UpdateDestinationOutput + func (s *UpdateDestinationOutput) SetUpdatedAt(v time.Time) *UpdateDestinationOutput + func (s UpdateDestinationOutput) GoString() string + func (s UpdateDestinationOutput) String() string + type UpdateSiteInput struct + CountryCode *string + Description *string + Id *string + Name *string + func (s *UpdateSiteInput) SetCountryCode(v string) *UpdateSiteInput + func (s *UpdateSiteInput) SetDescription(v string) *UpdateSiteInput + func (s *UpdateSiteInput) SetId(v string) *UpdateSiteInput + func (s *UpdateSiteInput) SetName(v string) *UpdateSiteInput + func (s *UpdateSiteInput) Validate() error + func (s UpdateSiteInput) GoString() string + func (s UpdateSiteInput) String() string + type UpdateSiteOutput struct + Arn *string + CountryCode *string + Description *string + Id *string + Name *string + UpdatedAt *time.Time + func (s *UpdateSiteOutput) SetArn(v string) *UpdateSiteOutput + func (s *UpdateSiteOutput) SetCountryCode(v string) *UpdateSiteOutput + func (s *UpdateSiteOutput) SetDescription(v string) *UpdateSiteOutput + func (s *UpdateSiteOutput) SetId(v string) *UpdateSiteOutput + func (s *UpdateSiteOutput) SetName(v string) *UpdateSiteOutput + func (s *UpdateSiteOutput) SetUpdatedAt(v time.Time) *UpdateSiteOutput + func (s UpdateSiteOutput) GoString() string + func (s UpdateSiteOutput) String() string + type UpdateWorkerFleetInput struct + AdditionalFixedProperties *string + Id *string + Name *string + func (s *UpdateWorkerFleetInput) SetAdditionalFixedProperties(v string) *UpdateWorkerFleetInput + func (s *UpdateWorkerFleetInput) SetId(v string) *UpdateWorkerFleetInput + func (s *UpdateWorkerFleetInput) SetName(v string) *UpdateWorkerFleetInput + func (s *UpdateWorkerFleetInput) Validate() error + func (s UpdateWorkerFleetInput) GoString() string + func (s UpdateWorkerFleetInput) String() string + type UpdateWorkerFleetOutput struct + AdditionalFixedProperties *string + Arn *string + Id *string + Name *string + UpdatedAt *time.Time + func (s *UpdateWorkerFleetOutput) SetAdditionalFixedProperties(v string) *UpdateWorkerFleetOutput + func (s *UpdateWorkerFleetOutput) SetArn(v string) *UpdateWorkerFleetOutput + func (s *UpdateWorkerFleetOutput) SetId(v string) *UpdateWorkerFleetOutput + func (s *UpdateWorkerFleetOutput) SetName(v string) *UpdateWorkerFleetOutput + func (s *UpdateWorkerFleetOutput) SetUpdatedAt(v time.Time) *UpdateWorkerFleetOutput + func (s UpdateWorkerFleetOutput) GoString() string + func (s UpdateWorkerFleetOutput) String() string + type UpdateWorkerInput struct + AdditionalFixedProperties *string + AdditionalTransientProperties *string + Id *string + Name *string + Orientation *Orientation + Position *PositionCoordinates + VendorProperties *VendorProperties + func (s *UpdateWorkerInput) SetAdditionalFixedProperties(v string) *UpdateWorkerInput + func (s *UpdateWorkerInput) SetAdditionalTransientProperties(v string) *UpdateWorkerInput + func (s *UpdateWorkerInput) SetId(v string) *UpdateWorkerInput + func (s *UpdateWorkerInput) SetName(v string) *UpdateWorkerInput + func (s *UpdateWorkerInput) SetOrientation(v *Orientation) *UpdateWorkerInput + func (s *UpdateWorkerInput) SetPosition(v *PositionCoordinates) *UpdateWorkerInput + func (s *UpdateWorkerInput) SetVendorProperties(v *VendorProperties) *UpdateWorkerInput + func (s *UpdateWorkerInput) Validate() error + func (s UpdateWorkerInput) GoString() string + func (s UpdateWorkerInput) String() string + type UpdateWorkerOutput struct + AdditionalFixedProperties *string + AdditionalTransientProperties *string + Arn *string + Fleet *string + Id *string + Name *string + Orientation *Orientation + Position *PositionCoordinates + UpdatedAt *time.Time + VendorProperties *VendorProperties + func (s *UpdateWorkerOutput) SetAdditionalFixedProperties(v string) *UpdateWorkerOutput + func (s *UpdateWorkerOutput) SetAdditionalTransientProperties(v string) *UpdateWorkerOutput + func (s *UpdateWorkerOutput) SetArn(v string) *UpdateWorkerOutput + func (s *UpdateWorkerOutput) SetFleet(v string) *UpdateWorkerOutput + func (s *UpdateWorkerOutput) SetId(v string) *UpdateWorkerOutput + func (s *UpdateWorkerOutput) SetName(v string) *UpdateWorkerOutput + func (s *UpdateWorkerOutput) SetOrientation(v *Orientation) *UpdateWorkerOutput + func (s *UpdateWorkerOutput) SetPosition(v *PositionCoordinates) *UpdateWorkerOutput + func (s *UpdateWorkerOutput) SetUpdatedAt(v time.Time) *UpdateWorkerOutput + func (s *UpdateWorkerOutput) SetVendorProperties(v *VendorProperties) *UpdateWorkerOutput + func (s UpdateWorkerOutput) GoString() string + func (s UpdateWorkerOutput) String() string + type ValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string + type VendorProperties struct + VendorAdditionalFixedProperties *string + VendorAdditionalTransientProperties *string + VendorWorkerId *string + VendorWorkerIpAddress *string + func (s *VendorProperties) SetVendorAdditionalFixedProperties(v string) *VendorProperties + func (s *VendorProperties) SetVendorAdditionalTransientProperties(v string) *VendorProperties + func (s *VendorProperties) SetVendorWorkerId(v string) *VendorProperties + func (s *VendorProperties) SetVendorWorkerIpAddress(v string) *VendorProperties + func (s *VendorProperties) Validate() error + func (s VendorProperties) GoString() string + func (s VendorProperties) String() string + type Worker struct + AdditionalFixedProperties *string + AdditionalTransientProperties *string + Arn *string + CreatedAt *time.Time + Fleet *string + Id *string + Name *string + Orientation *Orientation + Position *PositionCoordinates + Site *string + UpdatedAt *time.Time + VendorProperties *VendorProperties + func (s *Worker) SetAdditionalFixedProperties(v string) *Worker + func (s *Worker) SetAdditionalTransientProperties(v string) *Worker + func (s *Worker) SetArn(v string) *Worker + func (s *Worker) SetCreatedAt(v time.Time) *Worker + func (s *Worker) SetFleet(v string) *Worker + func (s *Worker) SetId(v string) *Worker + func (s *Worker) SetName(v string) *Worker + func (s *Worker) SetOrientation(v *Orientation) *Worker + func (s *Worker) SetPosition(v *PositionCoordinates) *Worker + func (s *Worker) SetSite(v string) *Worker + func (s *Worker) SetUpdatedAt(v time.Time) *Worker + func (s *Worker) SetVendorProperties(v *VendorProperties) *Worker + func (s Worker) GoString() string + func (s Worker) String() string + type WorkerFleet struct + AdditionalFixedProperties *string + Arn *string + CreatedAt *time.Time + Id *string + Name *string + Site *string + UpdatedAt *time.Time + func (s *WorkerFleet) SetAdditionalFixedProperties(v string) *WorkerFleet + func (s *WorkerFleet) SetArn(v string) *WorkerFleet + func (s *WorkerFleet) SetCreatedAt(v time.Time) *WorkerFleet + func (s *WorkerFleet) SetId(v string) *WorkerFleet + func (s *WorkerFleet) SetName(v string) *WorkerFleet + func (s *WorkerFleet) SetSite(v string) *WorkerFleet + func (s *WorkerFleet) SetUpdatedAt(v time.Time) *WorkerFleet + func (s WorkerFleet) GoString() string + func (s WorkerFleet) String() string