robomaker

package
v1.29.9 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2020 License: Apache-2.0 Imports: 10 Imported by: 23

Documentation

Overview

Package robomaker provides the client and types for making API requests to AWS RoboMaker.

This section provides documentation for the AWS RoboMaker API operations.

See https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29 for more information on this service.

See robomaker package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/robomaker/

Using the Client

To contact AWS RoboMaker with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the AWS RoboMaker client RoboMaker for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/robomaker/#New

Index

Constants

View Source
const (
	// ArchitectureX8664 is a Architecture enum value
	ArchitectureX8664 = "X86_64"

	// ArchitectureArm64 is a Architecture enum value
	ArchitectureArm64 = "ARM64"

	// ArchitectureArmhf is a Architecture enum value
	ArchitectureArmhf = "ARMHF"
)
View Source
const (
	// DeploymentJobErrorCodeResourceNotFound is a DeploymentJobErrorCode enum value
	DeploymentJobErrorCodeResourceNotFound = "ResourceNotFound"

	// DeploymentJobErrorCodeEnvironmentSetupError is a DeploymentJobErrorCode enum value
	DeploymentJobErrorCodeEnvironmentSetupError = "EnvironmentSetupError"

	// DeploymentJobErrorCodeEtagMismatch is a DeploymentJobErrorCode enum value
	DeploymentJobErrorCodeEtagMismatch = "EtagMismatch"

	// DeploymentJobErrorCodeFailureThresholdBreached is a DeploymentJobErrorCode enum value
	DeploymentJobErrorCodeFailureThresholdBreached = "FailureThresholdBreached"

	// DeploymentJobErrorCodeRobotDeploymentAborted is a DeploymentJobErrorCode enum value
	DeploymentJobErrorCodeRobotDeploymentAborted = "RobotDeploymentAborted"

	// DeploymentJobErrorCodeRobotDeploymentNoResponse is a DeploymentJobErrorCode enum value
	DeploymentJobErrorCodeRobotDeploymentNoResponse = "RobotDeploymentNoResponse"

	// DeploymentJobErrorCodeRobotAgentConnectionTimeout is a DeploymentJobErrorCode enum value
	DeploymentJobErrorCodeRobotAgentConnectionTimeout = "RobotAgentConnectionTimeout"

	// DeploymentJobErrorCodeGreengrassDeploymentFailed is a DeploymentJobErrorCode enum value
	DeploymentJobErrorCodeGreengrassDeploymentFailed = "GreengrassDeploymentFailed"

	// DeploymentJobErrorCodeMissingRobotArchitecture is a DeploymentJobErrorCode enum value
	DeploymentJobErrorCodeMissingRobotArchitecture = "MissingRobotArchitecture"

	// DeploymentJobErrorCodeMissingRobotApplicationArchitecture is a DeploymentJobErrorCode enum value
	DeploymentJobErrorCodeMissingRobotApplicationArchitecture = "MissingRobotApplicationArchitecture"

	// DeploymentJobErrorCodeMissingRobotDeploymentResource is a DeploymentJobErrorCode enum value
	DeploymentJobErrorCodeMissingRobotDeploymentResource = "MissingRobotDeploymentResource"

	// DeploymentJobErrorCodeGreengrassGroupVersionDoesNotExist is a DeploymentJobErrorCode enum value
	DeploymentJobErrorCodeGreengrassGroupVersionDoesNotExist = "GreengrassGroupVersionDoesNotExist"

	// DeploymentJobErrorCodeExtractingBundleFailure is a DeploymentJobErrorCode enum value
	DeploymentJobErrorCodeExtractingBundleFailure = "ExtractingBundleFailure"

	// DeploymentJobErrorCodePreLaunchFileFailure is a DeploymentJobErrorCode enum value
	DeploymentJobErrorCodePreLaunchFileFailure = "PreLaunchFileFailure"

	// DeploymentJobErrorCodePostLaunchFileFailure is a DeploymentJobErrorCode enum value
	DeploymentJobErrorCodePostLaunchFileFailure = "PostLaunchFileFailure"

	// DeploymentJobErrorCodeBadPermissionError is a DeploymentJobErrorCode enum value
	DeploymentJobErrorCodeBadPermissionError = "BadPermissionError"

	// DeploymentJobErrorCodeDownloadConditionFailed is a DeploymentJobErrorCode enum value
	DeploymentJobErrorCodeDownloadConditionFailed = "DownloadConditionFailed"

	// DeploymentJobErrorCodeInternalServerError is a DeploymentJobErrorCode enum value
	DeploymentJobErrorCodeInternalServerError = "InternalServerError"
)
View Source
const (
	// DeploymentStatusPending is a DeploymentStatus enum value
	DeploymentStatusPending = "Pending"

	// DeploymentStatusPreparing is a DeploymentStatus enum value
	DeploymentStatusPreparing = "Preparing"

	// DeploymentStatusInProgress is a DeploymentStatus enum value
	DeploymentStatusInProgress = "InProgress"

	// DeploymentStatusFailed is a DeploymentStatus enum value
	DeploymentStatusFailed = "Failed"

	// DeploymentStatusSucceeded is a DeploymentStatus enum value
	DeploymentStatusSucceeded = "Succeeded"

	// DeploymentStatusCanceled is a DeploymentStatus enum value
	DeploymentStatusCanceled = "Canceled"
)
View Source
const (
	// FailureBehaviorFail is a FailureBehavior enum value
	FailureBehaviorFail = "Fail"

	// FailureBehaviorContinue is a FailureBehavior enum value
	FailureBehaviorContinue = "Continue"
)
View Source
const (
	// RobotDeploymentStepValidating is a RobotDeploymentStep enum value
	RobotDeploymentStepValidating = "Validating"

	// RobotDeploymentStepDownloadingExtracting is a RobotDeploymentStep enum value
	RobotDeploymentStepDownloadingExtracting = "DownloadingExtracting"

	// RobotDeploymentStepExecutingDownloadCondition is a RobotDeploymentStep enum value
	RobotDeploymentStepExecutingDownloadCondition = "ExecutingDownloadCondition"

	// RobotDeploymentStepExecutingPreLaunch is a RobotDeploymentStep enum value
	RobotDeploymentStepExecutingPreLaunch = "ExecutingPreLaunch"

	// RobotDeploymentStepLaunching is a RobotDeploymentStep enum value
	RobotDeploymentStepLaunching = "Launching"

	// RobotDeploymentStepExecutingPostLaunch is a RobotDeploymentStep enum value
	RobotDeploymentStepExecutingPostLaunch = "ExecutingPostLaunch"

	// RobotDeploymentStepFinished is a RobotDeploymentStep enum value
	RobotDeploymentStepFinished = "Finished"
)
View Source
const (
	// RobotSoftwareSuiteTypeRos is a RobotSoftwareSuiteType enum value
	RobotSoftwareSuiteTypeRos = "ROS"

	// RobotSoftwareSuiteTypeRos2 is a RobotSoftwareSuiteType enum value
	RobotSoftwareSuiteTypeRos2 = "ROS2"
)
View Source
const (
	// RobotSoftwareSuiteVersionTypeKinetic is a RobotSoftwareSuiteVersionType enum value
	RobotSoftwareSuiteVersionTypeKinetic = "Kinetic"

	// RobotSoftwareSuiteVersionTypeMelodic is a RobotSoftwareSuiteVersionType enum value
	RobotSoftwareSuiteVersionTypeMelodic = "Melodic"

	// RobotSoftwareSuiteVersionTypeDashing is a RobotSoftwareSuiteVersionType enum value
	RobotSoftwareSuiteVersionTypeDashing = "Dashing"
)
View Source
const (
	// RobotStatusAvailable is a RobotStatus enum value
	RobotStatusAvailable = "Available"

	// RobotStatusRegistered is a RobotStatus enum value
	RobotStatusRegistered = "Registered"

	// RobotStatusPendingNewDeployment is a RobotStatus enum value
	RobotStatusPendingNewDeployment = "PendingNewDeployment"

	// RobotStatusDeploying is a RobotStatus enum value
	RobotStatusDeploying = "Deploying"

	// RobotStatusFailed is a RobotStatus enum value
	RobotStatusFailed = "Failed"

	// RobotStatusInSync is a RobotStatus enum value
	RobotStatusInSync = "InSync"

	// RobotStatusNoResponse is a RobotStatus enum value
	RobotStatusNoResponse = "NoResponse"
)
View Source
const (
	// SimulationJobBatchStatusPending is a SimulationJobBatchStatus enum value
	SimulationJobBatchStatusPending = "Pending"

	// SimulationJobBatchStatusInProgress is a SimulationJobBatchStatus enum value
	SimulationJobBatchStatusInProgress = "InProgress"

	// SimulationJobBatchStatusFailed is a SimulationJobBatchStatus enum value
	SimulationJobBatchStatusFailed = "Failed"

	// SimulationJobBatchStatusCompleted is a SimulationJobBatchStatus enum value
	SimulationJobBatchStatusCompleted = "Completed"

	// SimulationJobBatchStatusCanceled is a SimulationJobBatchStatus enum value
	SimulationJobBatchStatusCanceled = "Canceled"

	// SimulationJobBatchStatusCanceling is a SimulationJobBatchStatus enum value
	SimulationJobBatchStatusCanceling = "Canceling"

	// SimulationJobBatchStatusCompleting is a SimulationJobBatchStatus enum value
	SimulationJobBatchStatusCompleting = "Completing"

	// SimulationJobBatchStatusTimingOut is a SimulationJobBatchStatus enum value
	SimulationJobBatchStatusTimingOut = "TimingOut"

	// SimulationJobBatchStatusTimedOut is a SimulationJobBatchStatus enum value
	SimulationJobBatchStatusTimedOut = "TimedOut"
)
View Source
const (
	// SimulationJobErrorCodeInternalServiceError is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeInternalServiceError = "InternalServiceError"

	// SimulationJobErrorCodeRobotApplicationCrash is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeRobotApplicationCrash = "RobotApplicationCrash"

	// SimulationJobErrorCodeSimulationApplicationCrash is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeSimulationApplicationCrash = "SimulationApplicationCrash"

	// SimulationJobErrorCodeBadPermissionsRobotApplication is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeBadPermissionsRobotApplication = "BadPermissionsRobotApplication"

	// SimulationJobErrorCodeBadPermissionsSimulationApplication is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeBadPermissionsSimulationApplication = "BadPermissionsSimulationApplication"

	// SimulationJobErrorCodeBadPermissionsS3object is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeBadPermissionsS3object = "BadPermissionsS3Object"

	// SimulationJobErrorCodeBadPermissionsS3output is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeBadPermissionsS3output = "BadPermissionsS3Output"

	// SimulationJobErrorCodeBadPermissionsCloudwatchLogs is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeBadPermissionsCloudwatchLogs = "BadPermissionsCloudwatchLogs"

	// SimulationJobErrorCodeSubnetIpLimitExceeded is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeSubnetIpLimitExceeded = "SubnetIpLimitExceeded"

	// SimulationJobErrorCodeEnilimitExceeded is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeEnilimitExceeded = "ENILimitExceeded"

	// SimulationJobErrorCodeBadPermissionsUserCredentials is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeBadPermissionsUserCredentials = "BadPermissionsUserCredentials"

	// SimulationJobErrorCodeInvalidBundleRobotApplication is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeInvalidBundleRobotApplication = "InvalidBundleRobotApplication"

	// SimulationJobErrorCodeInvalidBundleSimulationApplication is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeInvalidBundleSimulationApplication = "InvalidBundleSimulationApplication"

	// SimulationJobErrorCodeInvalidS3resource is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeInvalidS3resource = "InvalidS3Resource"

	// SimulationJobErrorCodeLimitExceeded is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeLimitExceeded = "LimitExceeded"

	// SimulationJobErrorCodeMismatchedEtag is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeMismatchedEtag = "MismatchedEtag"

	// SimulationJobErrorCodeRobotApplicationVersionMismatchedEtag is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeRobotApplicationVersionMismatchedEtag = "RobotApplicationVersionMismatchedEtag"

	// SimulationJobErrorCodeSimulationApplicationVersionMismatchedEtag is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeSimulationApplicationVersionMismatchedEtag = "SimulationApplicationVersionMismatchedEtag"

	// SimulationJobErrorCodeResourceNotFound is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeResourceNotFound = "ResourceNotFound"

	// SimulationJobErrorCodeRequestThrottled is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeRequestThrottled = "RequestThrottled"

	// SimulationJobErrorCodeBatchTimedOut is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeBatchTimedOut = "BatchTimedOut"

	// SimulationJobErrorCodeBatchCanceled is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeBatchCanceled = "BatchCanceled"

	// SimulationJobErrorCodeInvalidInput is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeInvalidInput = "InvalidInput"

	// SimulationJobErrorCodeWrongRegionS3bucket is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeWrongRegionS3bucket = "WrongRegionS3Bucket"

	// SimulationJobErrorCodeWrongRegionS3output is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeWrongRegionS3output = "WrongRegionS3Output"

	// SimulationJobErrorCodeWrongRegionRobotApplication is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeWrongRegionRobotApplication = "WrongRegionRobotApplication"

	// SimulationJobErrorCodeWrongRegionSimulationApplication is a SimulationJobErrorCode enum value
	SimulationJobErrorCodeWrongRegionSimulationApplication = "WrongRegionSimulationApplication"
)
View Source
const (
	// SimulationJobStatusPending is a SimulationJobStatus enum value
	SimulationJobStatusPending = "Pending"

	// SimulationJobStatusPreparing is a SimulationJobStatus enum value
	SimulationJobStatusPreparing = "Preparing"

	// SimulationJobStatusRunning is a SimulationJobStatus enum value
	SimulationJobStatusRunning = "Running"

	// SimulationJobStatusRestarting is a SimulationJobStatus enum value
	SimulationJobStatusRestarting = "Restarting"

	// SimulationJobStatusCompleted is a SimulationJobStatus enum value
	SimulationJobStatusCompleted = "Completed"

	// SimulationJobStatusFailed is a SimulationJobStatus enum value
	SimulationJobStatusFailed = "Failed"

	// SimulationJobStatusRunningFailed is a SimulationJobStatus enum value
	SimulationJobStatusRunningFailed = "RunningFailed"

	// SimulationJobStatusTerminating is a SimulationJobStatus enum value
	SimulationJobStatusTerminating = "Terminating"

	// SimulationJobStatusTerminated is a SimulationJobStatus enum value
	SimulationJobStatusTerminated = "Terminated"

	// SimulationJobStatusCanceled is a SimulationJobStatus enum value
	SimulationJobStatusCanceled = "Canceled"
)
View Source
const (
	// SimulationSoftwareSuiteTypeGazebo is a SimulationSoftwareSuiteType enum value
	SimulationSoftwareSuiteTypeGazebo = "Gazebo"

	// SimulationSoftwareSuiteTypeRosbagPlay is a SimulationSoftwareSuiteType enum value
	SimulationSoftwareSuiteTypeRosbagPlay = "RosbagPlay"
)
View Source
const (

	// ErrCodeConcurrentDeploymentException for service response error code
	// "ConcurrentDeploymentException".
	//
	// The failure percentage threshold percentage was met.
	ErrCodeConcurrentDeploymentException = "ConcurrentDeploymentException"

	// ErrCodeIdempotentParameterMismatchException for service response error code
	// "IdempotentParameterMismatchException".
	//
	// The request uses the same client token as a previous, but non-identical request.
	// Do not reuse a client token with different requests, unless the requests
	// are identical.
	ErrCodeIdempotentParameterMismatchException = "IdempotentParameterMismatchException"

	// ErrCodeInternalServerException for service response error code
	// "InternalServerException".
	//
	// AWS RoboMaker experienced a service issue. Try your call again.
	ErrCodeInternalServerException = "InternalServerException"

	// ErrCodeInvalidParameterException for service response error code
	// "InvalidParameterException".
	//
	// A parameter specified in a request is not valid, is unsupported, or cannot
	// be used. The returned message provides an explanation of the error value.
	ErrCodeInvalidParameterException = "InvalidParameterException"

	// ErrCodeLimitExceededException for service response error code
	// "LimitExceededException".
	//
	// The requested resource exceeds the maximum number allowed, or the number
	// of concurrent stream requests exceeds the maximum number allowed.
	ErrCodeLimitExceededException = "LimitExceededException"

	// ErrCodeResourceAlreadyExistsException for service response error code
	// "ResourceAlreadyExistsException".
	//
	// The specified resource already exists.
	ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExistsException"

	// ErrCodeResourceNotFoundException for service response error code
	// "ResourceNotFoundException".
	//
	// The specified resource does not exist.
	ErrCodeResourceNotFoundException = "ResourceNotFoundException"

	// ErrCodeServiceUnavailableException for service response error code
	// "ServiceUnavailableException".
	//
	// The request has failed due to a temporary failure of the server.
	ErrCodeServiceUnavailableException = "ServiceUnavailableException"

	// ErrCodeThrottlingException for service response error code
	// "ThrottlingException".
	//
	// AWS RoboMaker is temporarily unable to process the request. Try your call
	// again.
	ErrCodeThrottlingException = "ThrottlingException"
)
View Source
const (
	ServiceName = "RoboMaker" // Name of service.
	EndpointsID = "robomaker" // ID to lookup a service endpoint with.
	ServiceID   = "RoboMaker" // ServiceID is a unique identifier of a specific service.
)

Service information constants

View Source
const (
	// RenderingEngineTypeOgre is a RenderingEngineType enum value
	RenderingEngineTypeOgre = "OGRE"
)
View Source
const (
	// SimulationJobBatchErrorCodeInternalServiceError is a SimulationJobBatchErrorCode enum value
	SimulationJobBatchErrorCodeInternalServiceError = "InternalServiceError"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchDescribeSimulationJobInput

type BatchDescribeSimulationJobInput struct {

	// A list of Amazon Resource Names (ARNs) of simulation jobs to describe.
	//
	// Jobs is a required field
	Jobs []*string `locationName:"jobs" min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (BatchDescribeSimulationJobInput) GoString

GoString returns the string representation

func (*BatchDescribeSimulationJobInput) SetJobs

SetJobs sets the Jobs field's value.

func (BatchDescribeSimulationJobInput) String

String returns the string representation

func (*BatchDescribeSimulationJobInput) Validate

func (s *BatchDescribeSimulationJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchDescribeSimulationJobOutput

type BatchDescribeSimulationJobOutput struct {

	// A list of simulation jobs.
	Jobs []*SimulationJob `locationName:"jobs" type:"list"`

	// A list of unprocessed simulation job Amazon Resource Names (ARNs).
	UnprocessedJobs []*string `locationName:"unprocessedJobs" min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (BatchDescribeSimulationJobOutput) GoString

GoString returns the string representation

func (*BatchDescribeSimulationJobOutput) SetJobs

SetJobs sets the Jobs field's value.

func (*BatchDescribeSimulationJobOutput) SetUnprocessedJobs

SetUnprocessedJobs sets the UnprocessedJobs field's value.

func (BatchDescribeSimulationJobOutput) String

String returns the string representation

type BatchPolicy added in v1.28.13

type BatchPolicy struct {

	// The number of active simulation jobs create as part of the batch that can
	// be in an active state at the same time.
	//
	// Active states include: Pending,Preparing, Running, Restarting, RunningFailed
	// and Terminating. All other states are terminal states.
	MaxConcurrency *int64 `locationName:"maxConcurrency" type:"integer"`

	// The amount of time, in seconds, to wait for the batch to complete.
	//
	// If a batch times out, and there are pending requests that were failing due
	// to an internal failure (like InternalServiceError), they will be moved to
	// the failed list and the batch status will be Failed. If the pending requests
	// were failing for any other reason, the failed pending requests will be moved
	// to the failed list and the batch status will be TimedOut.
	TimeoutInSeconds *int64 `locationName:"timeoutInSeconds" type:"long"`
	// contains filtered or unexported fields
}

Information about the batch policy.

func (BatchPolicy) GoString added in v1.28.13

func (s BatchPolicy) GoString() string

GoString returns the string representation

func (*BatchPolicy) SetMaxConcurrency added in v1.28.13

func (s *BatchPolicy) SetMaxConcurrency(v int64) *BatchPolicy

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*BatchPolicy) SetTimeoutInSeconds added in v1.28.13

func (s *BatchPolicy) SetTimeoutInSeconds(v int64) *BatchPolicy

SetTimeoutInSeconds sets the TimeoutInSeconds field's value.

func (BatchPolicy) String added in v1.28.13

func (s BatchPolicy) String() string

String returns the string representation

type CancelDeploymentJobInput added in v1.19.39

type CancelDeploymentJobInput struct {

	// The deployment job ARN to cancel.
	//
	// Job is a required field
	Job *string `locationName:"job" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CancelDeploymentJobInput) GoString added in v1.19.39

func (s CancelDeploymentJobInput) GoString() string

GoString returns the string representation

func (*CancelDeploymentJobInput) SetJob added in v1.19.39

SetJob sets the Job field's value.

func (CancelDeploymentJobInput) String added in v1.19.39

func (s CancelDeploymentJobInput) String() string

String returns the string representation

func (*CancelDeploymentJobInput) Validate added in v1.19.39

func (s *CancelDeploymentJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelDeploymentJobOutput added in v1.19.39

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

func (CancelDeploymentJobOutput) GoString added in v1.19.39

func (s CancelDeploymentJobOutput) GoString() string

GoString returns the string representation

func (CancelDeploymentJobOutput) String added in v1.19.39

func (s CancelDeploymentJobOutput) String() string

String returns the string representation

type CancelSimulationJobBatchInput added in v1.28.13

type CancelSimulationJobBatchInput struct {

	// The id of the batch to cancel.
	//
	// Batch is a required field
	Batch *string `locationName:"batch" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CancelSimulationJobBatchInput) GoString added in v1.28.13

GoString returns the string representation

func (*CancelSimulationJobBatchInput) SetBatch added in v1.28.13

SetBatch sets the Batch field's value.

func (CancelSimulationJobBatchInput) String added in v1.28.13

String returns the string representation

func (*CancelSimulationJobBatchInput) Validate added in v1.28.13

func (s *CancelSimulationJobBatchInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelSimulationJobBatchOutput added in v1.28.13

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

func (CancelSimulationJobBatchOutput) GoString added in v1.28.13

GoString returns the string representation

func (CancelSimulationJobBatchOutput) String added in v1.28.13

String returns the string representation

type CancelSimulationJobInput

type CancelSimulationJobInput struct {

	// The simulation job ARN to cancel.
	//
	// Job is a required field
	Job *string `locationName:"job" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CancelSimulationJobInput) GoString

func (s CancelSimulationJobInput) GoString() string

GoString returns the string representation

func (*CancelSimulationJobInput) SetJob

SetJob sets the Job field's value.

func (CancelSimulationJobInput) String

func (s CancelSimulationJobInput) String() string

String returns the string representation

func (*CancelSimulationJobInput) Validate

func (s *CancelSimulationJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelSimulationJobOutput

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

func (CancelSimulationJobOutput) GoString

func (s CancelSimulationJobOutput) GoString() string

GoString returns the string representation

func (CancelSimulationJobOutput) String

func (s CancelSimulationJobOutput) String() string

String returns the string representation

type ConcurrentDeploymentException added in v1.28.0

type ConcurrentDeploymentException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The failure percentage threshold percentage was met.

func (ConcurrentDeploymentException) Code added in v1.28.0

Code returns the exception type name.

func (ConcurrentDeploymentException) Error added in v1.28.0

func (ConcurrentDeploymentException) GoString added in v1.28.0

GoString returns the string representation

func (ConcurrentDeploymentException) Message added in v1.28.0

Message returns the exception's message.

func (ConcurrentDeploymentException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (ConcurrentDeploymentException) RequestID added in v1.28.0

func (s ConcurrentDeploymentException) RequestID() string

RequestID returns the service's response RequestID for request.

func (ConcurrentDeploymentException) StatusCode added in v1.28.0

func (s ConcurrentDeploymentException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConcurrentDeploymentException) String added in v1.28.0

String returns the string representation

type CreateDeploymentJobInput

type CreateDeploymentJobInput struct {

	// Unique, case-sensitive identifier that you provide to ensure the idempotency
	// of the request.
	ClientRequestToken *string `locationName:"clientRequestToken" min:"1" type:"string" idempotencyToken:"true"`

	// The deployment application configuration.
	//
	// DeploymentApplicationConfigs is a required field
	DeploymentApplicationConfigs []*DeploymentApplicationConfig `locationName:"deploymentApplicationConfigs" min:"1" type:"list" required:"true"`

	// The requested deployment configuration.
	DeploymentConfig *DeploymentConfig `locationName:"deploymentConfig" type:"structure"`

	// The Amazon Resource Name (ARN) of the fleet to deploy.
	//
	// Fleet is a required field
	Fleet *string `locationName:"fleet" min:"1" type:"string" required:"true"`

	// A map that contains tag keys and tag values that are attached to the deployment
	// job.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (CreateDeploymentJobInput) GoString

func (s CreateDeploymentJobInput) GoString() string

GoString returns the string representation

func (*CreateDeploymentJobInput) SetClientRequestToken

func (s *CreateDeploymentJobInput) SetClientRequestToken(v string) *CreateDeploymentJobInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*CreateDeploymentJobInput) SetDeploymentApplicationConfigs

func (s *CreateDeploymentJobInput) SetDeploymentApplicationConfigs(v []*DeploymentApplicationConfig) *CreateDeploymentJobInput

SetDeploymentApplicationConfigs sets the DeploymentApplicationConfigs field's value.

func (*CreateDeploymentJobInput) SetDeploymentConfig

SetDeploymentConfig sets the DeploymentConfig field's value.

func (*CreateDeploymentJobInput) SetFleet

SetFleet sets the Fleet field's value.

func (*CreateDeploymentJobInput) SetTags added in v1.16.30

SetTags sets the Tags field's value.

func (CreateDeploymentJobInput) String

func (s CreateDeploymentJobInput) String() string

String returns the string representation

func (*CreateDeploymentJobInput) Validate

func (s *CreateDeploymentJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDeploymentJobOutput

type CreateDeploymentJobOutput struct {

	// The Amazon Resource Name (ARN) of the deployment job.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the fleet was created.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"`

	// The deployment application configuration.
	DeploymentApplicationConfigs []*DeploymentApplicationConfig `locationName:"deploymentApplicationConfigs" min:"1" type:"list"`

	// The deployment configuration.
	DeploymentConfig *DeploymentConfig `locationName:"deploymentConfig" type:"structure"`

	// The failure code of the simulation job if it failed:
	//
	// BadPermissionError
	//
	// AWS Greengrass requires a service-level role permission to access other services.
	// The role must include the AWSGreengrassResourceAccessRolePolicy managed policy
	// (https://console.aws.amazon.com/iam/home?#/policies/arn:aws:iam::aws:policy/service-role/AWSGreengrassResourceAccessRolePolicy$jsonEditor).
	//
	// ExtractingBundleFailure
	//
	// The robot application could not be extracted from the bundle.
	//
	// FailureThresholdBreached
	//
	// The percentage of robots that could not be updated exceeded the percentage
	// set for the deployment.
	//
	// GreengrassDeploymentFailed
	//
	// The robot application could not be deployed to the robot.
	//
	// GreengrassGroupVersionDoesNotExist
	//
	// The AWS Greengrass group or version associated with a robot is missing.
	//
	// InternalServerError
	//
	// An internal error has occurred. Retry your request, but if the problem persists,
	// contact us with details.
	//
	// MissingRobotApplicationArchitecture
	//
	// The robot application does not have a source that matches the architecture
	// of the robot.
	//
	// MissingRobotDeploymentResource
	//
	// One or more of the resources specified for the robot application are missing.
	// For example, does the robot application have the correct launch package and
	// launch file?
	//
	// PostLaunchFileFailure
	//
	// The post-launch script failed.
	//
	// PreLaunchFileFailure
	//
	// The pre-launch script failed.
	//
	// ResourceNotFound
	//
	// One or more deployment resources are missing. For example, do robot application
	// source bundles still exist?
	//
	// RobotDeploymentNoResponse
	//
	// There is no response from the robot. It might not be powered on or connected
	// to the internet.
	FailureCode *string `locationName:"failureCode" type:"string" enum:"DeploymentJobErrorCode"`

	// The failure reason of the deployment job if it failed.
	FailureReason *string `locationName:"failureReason" type:"string"`

	// The target fleet for the deployment job.
	Fleet *string `locationName:"fleet" min:"1" type:"string"`

	// The status of the deployment job.
	Status *string `locationName:"status" type:"string" enum:"DeploymentStatus"`

	// The list of all tags added to the deployment job.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (CreateDeploymentJobOutput) GoString

func (s CreateDeploymentJobOutput) GoString() string

GoString returns the string representation

func (*CreateDeploymentJobOutput) SetArn

SetArn sets the Arn field's value.

func (*CreateDeploymentJobOutput) SetCreatedAt

SetCreatedAt sets the CreatedAt field's value.

func (*CreateDeploymentJobOutput) SetDeploymentApplicationConfigs

func (s *CreateDeploymentJobOutput) SetDeploymentApplicationConfigs(v []*DeploymentApplicationConfig) *CreateDeploymentJobOutput

SetDeploymentApplicationConfigs sets the DeploymentApplicationConfigs field's value.

func (*CreateDeploymentJobOutput) SetDeploymentConfig

SetDeploymentConfig sets the DeploymentConfig field's value.

func (*CreateDeploymentJobOutput) SetFailureCode

SetFailureCode sets the FailureCode field's value.

func (*CreateDeploymentJobOutput) SetFailureReason

SetFailureReason sets the FailureReason field's value.

func (*CreateDeploymentJobOutput) SetFleet

SetFleet sets the Fleet field's value.

func (*CreateDeploymentJobOutput) SetStatus

SetStatus sets the Status field's value.

func (*CreateDeploymentJobOutput) SetTags added in v1.16.30

SetTags sets the Tags field's value.

func (CreateDeploymentJobOutput) String

func (s CreateDeploymentJobOutput) String() string

String returns the string representation

type CreateFleetInput

type CreateFleetInput struct {

	// The name of the fleet.
	//
	// Name is a required field
	Name *string `locationName:"name" min:"1" type:"string" required:"true"`

	// A map that contains tag keys and tag values that are attached to the fleet.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (CreateFleetInput) GoString

func (s CreateFleetInput) GoString() string

GoString returns the string representation

func (*CreateFleetInput) SetName

func (s *CreateFleetInput) SetName(v string) *CreateFleetInput

SetName sets the Name field's value.

func (*CreateFleetInput) SetTags added in v1.16.30

func (s *CreateFleetInput) SetTags(v map[string]*string) *CreateFleetInput

SetTags sets the Tags field's value.

func (CreateFleetInput) String

func (s CreateFleetInput) String() string

String returns the string representation

func (*CreateFleetInput) Validate

func (s *CreateFleetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateFleetOutput

type CreateFleetOutput struct {

	// The Amazon Resource Name (ARN) of the fleet.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the fleet was created.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"`

	// The name of the fleet.
	Name *string `locationName:"name" min:"1" type:"string"`

	// The list of all tags added to the fleet.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (CreateFleetOutput) GoString

func (s CreateFleetOutput) GoString() string

GoString returns the string representation

func (*CreateFleetOutput) SetArn

SetArn sets the Arn field's value.

func (*CreateFleetOutput) SetCreatedAt

func (s *CreateFleetOutput) SetCreatedAt(v time.Time) *CreateFleetOutput

SetCreatedAt sets the CreatedAt field's value.

func (*CreateFleetOutput) SetName

SetName sets the Name field's value.

func (*CreateFleetOutput) SetTags added in v1.16.30

func (s *CreateFleetOutput) SetTags(v map[string]*string) *CreateFleetOutput

SetTags sets the Tags field's value.

func (CreateFleetOutput) String

func (s CreateFleetOutput) String() string

String returns the string representation

type CreateRobotApplicationInput

type CreateRobotApplicationInput struct {

	// The name of the robot application.
	//
	// Name is a required field
	Name *string `locationName:"name" min:"1" type:"string" required:"true"`

	// The robot software suite (ROS distribuition) used by the robot application.
	//
	// RobotSoftwareSuite is a required field
	RobotSoftwareSuite *RobotSoftwareSuite `locationName:"robotSoftwareSuite" type:"structure" required:"true"`

	// The sources of the robot application.
	//
	// Sources is a required field
	Sources []*SourceConfig `locationName:"sources" type:"list" required:"true"`

	// A map that contains tag keys and tag values that are attached to the robot
	// application.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (CreateRobotApplicationInput) GoString

func (s CreateRobotApplicationInput) GoString() string

GoString returns the string representation

func (*CreateRobotApplicationInput) SetName

SetName sets the Name field's value.

func (*CreateRobotApplicationInput) SetRobotSoftwareSuite

SetRobotSoftwareSuite sets the RobotSoftwareSuite field's value.

func (*CreateRobotApplicationInput) SetSources

SetSources sets the Sources field's value.

func (*CreateRobotApplicationInput) SetTags added in v1.16.30

SetTags sets the Tags field's value.

func (CreateRobotApplicationInput) String

String returns the string representation

func (*CreateRobotApplicationInput) Validate

func (s *CreateRobotApplicationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateRobotApplicationOutput

type CreateRobotApplicationOutput struct {

	// The Amazon Resource Name (ARN) of the robot application.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the robot application was
	// last updated.
	LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"`

	// The name of the robot application.
	Name *string `locationName:"name" min:"1" type:"string"`

	// The revision id of the robot application.
	RevisionId *string `locationName:"revisionId" min:"1" type:"string"`

	// The robot software suite (ROS distribution) used by the robot application.
	RobotSoftwareSuite *RobotSoftwareSuite `locationName:"robotSoftwareSuite" type:"structure"`

	// The sources of the robot application.
	Sources []*Source `locationName:"sources" type:"list"`

	// The list of all tags added to the robot application.
	Tags map[string]*string `locationName:"tags" type:"map"`

	// The version of the robot application.
	Version *string `locationName:"version" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (CreateRobotApplicationOutput) GoString

func (s CreateRobotApplicationOutput) GoString() string

GoString returns the string representation

func (*CreateRobotApplicationOutput) SetArn

SetArn sets the Arn field's value.

func (*CreateRobotApplicationOutput) SetLastUpdatedAt

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*CreateRobotApplicationOutput) SetName

SetName sets the Name field's value.

func (*CreateRobotApplicationOutput) SetRevisionId

SetRevisionId sets the RevisionId field's value.

func (*CreateRobotApplicationOutput) SetRobotSoftwareSuite

SetRobotSoftwareSuite sets the RobotSoftwareSuite field's value.

func (*CreateRobotApplicationOutput) SetSources

SetSources sets the Sources field's value.

func (*CreateRobotApplicationOutput) SetTags added in v1.16.30

SetTags sets the Tags field's value.

func (*CreateRobotApplicationOutput) SetVersion

SetVersion sets the Version field's value.

func (CreateRobotApplicationOutput) String

String returns the string representation

type CreateRobotApplicationVersionInput

type CreateRobotApplicationVersionInput struct {

	// The application information for the robot application.
	//
	// Application is a required field
	Application *string `locationName:"application" min:"1" type:"string" required:"true"`

	// The current revision id for the robot application. If you provide a value
	// and it matches the latest revision ID, a new version will be created.
	CurrentRevisionId *string `locationName:"currentRevisionId" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (CreateRobotApplicationVersionInput) GoString

GoString returns the string representation

func (*CreateRobotApplicationVersionInput) SetApplication

SetApplication sets the Application field's value.

func (*CreateRobotApplicationVersionInput) SetCurrentRevisionId

SetCurrentRevisionId sets the CurrentRevisionId field's value.

func (CreateRobotApplicationVersionInput) String

String returns the string representation

func (*CreateRobotApplicationVersionInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateRobotApplicationVersionOutput

type CreateRobotApplicationVersionOutput struct {

	// The Amazon Resource Name (ARN) of the robot application.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the robot application was
	// last updated.
	LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"`

	// The name of the robot application.
	Name *string `locationName:"name" min:"1" type:"string"`

	// The revision id of the robot application.
	RevisionId *string `locationName:"revisionId" min:"1" type:"string"`

	// The robot software suite (ROS distribution) used by the robot application.
	RobotSoftwareSuite *RobotSoftwareSuite `locationName:"robotSoftwareSuite" type:"structure"`

	// The sources of the robot application.
	Sources []*Source `locationName:"sources" type:"list"`

	// The version of the robot application.
	Version *string `locationName:"version" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (CreateRobotApplicationVersionOutput) GoString

GoString returns the string representation

func (*CreateRobotApplicationVersionOutput) SetArn

SetArn sets the Arn field's value.

func (*CreateRobotApplicationVersionOutput) SetLastUpdatedAt

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*CreateRobotApplicationVersionOutput) SetName

SetName sets the Name field's value.

func (*CreateRobotApplicationVersionOutput) SetRevisionId

SetRevisionId sets the RevisionId field's value.

func (*CreateRobotApplicationVersionOutput) SetRobotSoftwareSuite

SetRobotSoftwareSuite sets the RobotSoftwareSuite field's value.

func (*CreateRobotApplicationVersionOutput) SetSources

SetSources sets the Sources field's value.

func (*CreateRobotApplicationVersionOutput) SetVersion

SetVersion sets the Version field's value.

func (CreateRobotApplicationVersionOutput) String

String returns the string representation

type CreateRobotInput

type CreateRobotInput struct {

	// The target architecture of the robot.
	//
	// Architecture is a required field
	Architecture *string `locationName:"architecture" type:"string" required:"true" enum:"Architecture"`

	// The Greengrass group id.
	//
	// GreengrassGroupId is a required field
	GreengrassGroupId *string `locationName:"greengrassGroupId" min:"1" type:"string" required:"true"`

	// The name for the robot.
	//
	// Name is a required field
	Name *string `locationName:"name" min:"1" type:"string" required:"true"`

	// A map that contains tag keys and tag values that are attached to the robot.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (CreateRobotInput) GoString

func (s CreateRobotInput) GoString() string

GoString returns the string representation

func (*CreateRobotInput) SetArchitecture

func (s *CreateRobotInput) SetArchitecture(v string) *CreateRobotInput

SetArchitecture sets the Architecture field's value.

func (*CreateRobotInput) SetGreengrassGroupId

func (s *CreateRobotInput) SetGreengrassGroupId(v string) *CreateRobotInput

SetGreengrassGroupId sets the GreengrassGroupId field's value.

func (*CreateRobotInput) SetName

func (s *CreateRobotInput) SetName(v string) *CreateRobotInput

SetName sets the Name field's value.

func (*CreateRobotInput) SetTags added in v1.16.30

func (s *CreateRobotInput) SetTags(v map[string]*string) *CreateRobotInput

SetTags sets the Tags field's value.

func (CreateRobotInput) String

func (s CreateRobotInput) String() string

String returns the string representation

func (*CreateRobotInput) Validate

func (s *CreateRobotInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateRobotOutput

type CreateRobotOutput struct {

	// The target architecture of the robot.
	Architecture *string `locationName:"architecture" type:"string" enum:"Architecture"`

	// The Amazon Resource Name (ARN) of the robot.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the robot was created.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"`

	// The Amazon Resource Name (ARN) of the Greengrass group associated with the
	// robot.
	GreengrassGroupId *string `locationName:"greengrassGroupId" min:"1" type:"string"`

	// The name of the robot.
	Name *string `locationName:"name" min:"1" type:"string"`

	// The list of all tags added to the robot.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (CreateRobotOutput) GoString

func (s CreateRobotOutput) GoString() string

GoString returns the string representation

func (*CreateRobotOutput) SetArchitecture

func (s *CreateRobotOutput) SetArchitecture(v string) *CreateRobotOutput

SetArchitecture sets the Architecture field's value.

func (*CreateRobotOutput) SetArn

SetArn sets the Arn field's value.

func (*CreateRobotOutput) SetCreatedAt

func (s *CreateRobotOutput) SetCreatedAt(v time.Time) *CreateRobotOutput

SetCreatedAt sets the CreatedAt field's value.

func (*CreateRobotOutput) SetGreengrassGroupId

func (s *CreateRobotOutput) SetGreengrassGroupId(v string) *CreateRobotOutput

SetGreengrassGroupId sets the GreengrassGroupId field's value.

func (*CreateRobotOutput) SetName

SetName sets the Name field's value.

func (*CreateRobotOutput) SetTags added in v1.16.30

func (s *CreateRobotOutput) SetTags(v map[string]*string) *CreateRobotOutput

SetTags sets the Tags field's value.

func (CreateRobotOutput) String

func (s CreateRobotOutput) String() string

String returns the string representation

type CreateSimulationApplicationInput

type CreateSimulationApplicationInput struct {

	// The name of the simulation application.
	//
	// Name is a required field
	Name *string `locationName:"name" min:"1" type:"string" required:"true"`

	// The rendering engine for the simulation application.
	RenderingEngine *RenderingEngine `locationName:"renderingEngine" type:"structure"`

	// The robot software suite (ROS distribution) used by the simulation application.
	//
	// RobotSoftwareSuite is a required field
	RobotSoftwareSuite *RobotSoftwareSuite `locationName:"robotSoftwareSuite" type:"structure" required:"true"`

	// The simulation software suite used by the simulation application.
	//
	// SimulationSoftwareSuite is a required field
	SimulationSoftwareSuite *SimulationSoftwareSuite `locationName:"simulationSoftwareSuite" type:"structure" required:"true"`

	// The sources of the simulation application.
	//
	// Sources is a required field
	Sources []*SourceConfig `locationName:"sources" type:"list" required:"true"`

	// A map that contains tag keys and tag values that are attached to the simulation
	// application.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (CreateSimulationApplicationInput) GoString

GoString returns the string representation

func (*CreateSimulationApplicationInput) SetName

SetName sets the Name field's value.

func (*CreateSimulationApplicationInput) SetRenderingEngine

SetRenderingEngine sets the RenderingEngine field's value.

func (*CreateSimulationApplicationInput) SetRobotSoftwareSuite

SetRobotSoftwareSuite sets the RobotSoftwareSuite field's value.

func (*CreateSimulationApplicationInput) SetSimulationSoftwareSuite

SetSimulationSoftwareSuite sets the SimulationSoftwareSuite field's value.

func (*CreateSimulationApplicationInput) SetSources

SetSources sets the Sources field's value.

func (*CreateSimulationApplicationInput) SetTags added in v1.16.30

SetTags sets the Tags field's value.

func (CreateSimulationApplicationInput) String

String returns the string representation

func (*CreateSimulationApplicationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateSimulationApplicationOutput

type CreateSimulationApplicationOutput struct {

	// The Amazon Resource Name (ARN) of the simulation application.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the simulation application
	// was last updated.
	LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"`

	// The name of the simulation application.
	Name *string `locationName:"name" min:"1" type:"string"`

	// The rendering engine for the simulation application.
	RenderingEngine *RenderingEngine `locationName:"renderingEngine" type:"structure"`

	// The revision id of the simulation application.
	RevisionId *string `locationName:"revisionId" min:"1" type:"string"`

	// Information about the robot software suite (ROS distribution).
	RobotSoftwareSuite *RobotSoftwareSuite `locationName:"robotSoftwareSuite" type:"structure"`

	// The simulation software suite used by the simulation application.
	SimulationSoftwareSuite *SimulationSoftwareSuite `locationName:"simulationSoftwareSuite" type:"structure"`

	// The sources of the simulation application.
	Sources []*Source `locationName:"sources" type:"list"`

	// The list of all tags added to the simulation application.
	Tags map[string]*string `locationName:"tags" type:"map"`

	// The version of the simulation application.
	Version *string `locationName:"version" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (CreateSimulationApplicationOutput) GoString

GoString returns the string representation

func (*CreateSimulationApplicationOutput) SetArn

SetArn sets the Arn field's value.

func (*CreateSimulationApplicationOutput) SetLastUpdatedAt

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*CreateSimulationApplicationOutput) SetName

SetName sets the Name field's value.

func (*CreateSimulationApplicationOutput) SetRenderingEngine

SetRenderingEngine sets the RenderingEngine field's value.

func (*CreateSimulationApplicationOutput) SetRevisionId

SetRevisionId sets the RevisionId field's value.

func (*CreateSimulationApplicationOutput) SetRobotSoftwareSuite

SetRobotSoftwareSuite sets the RobotSoftwareSuite field's value.

func (*CreateSimulationApplicationOutput) SetSimulationSoftwareSuite

SetSimulationSoftwareSuite sets the SimulationSoftwareSuite field's value.

func (*CreateSimulationApplicationOutput) SetSources

SetSources sets the Sources field's value.

func (*CreateSimulationApplicationOutput) SetTags added in v1.16.30

SetTags sets the Tags field's value.

func (*CreateSimulationApplicationOutput) SetVersion

SetVersion sets the Version field's value.

func (CreateSimulationApplicationOutput) String

String returns the string representation

type CreateSimulationApplicationVersionInput

type CreateSimulationApplicationVersionInput struct {

	// The application information for the simulation application.
	//
	// Application is a required field
	Application *string `locationName:"application" min:"1" type:"string" required:"true"`

	// The current revision id for the simulation application. If you provide a
	// value and it matches the latest revision ID, a new version will be created.
	CurrentRevisionId *string `locationName:"currentRevisionId" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (CreateSimulationApplicationVersionInput) GoString

GoString returns the string representation

func (*CreateSimulationApplicationVersionInput) SetApplication

SetApplication sets the Application field's value.

func (*CreateSimulationApplicationVersionInput) SetCurrentRevisionId

SetCurrentRevisionId sets the CurrentRevisionId field's value.

func (CreateSimulationApplicationVersionInput) String

String returns the string representation

func (*CreateSimulationApplicationVersionInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateSimulationApplicationVersionOutput

type CreateSimulationApplicationVersionOutput struct {

	// The Amazon Resource Name (ARN) of the simulation application.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the simulation application
	// was last updated.
	LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"`

	// The name of the simulation application.
	Name *string `locationName:"name" min:"1" type:"string"`

	// The rendering engine for the simulation application.
	RenderingEngine *RenderingEngine `locationName:"renderingEngine" type:"structure"`

	// The revision ID of the simulation application.
	RevisionId *string `locationName:"revisionId" min:"1" type:"string"`

	// Information about the robot software suite (ROS distribution).
	RobotSoftwareSuite *RobotSoftwareSuite `locationName:"robotSoftwareSuite" type:"structure"`

	// The simulation software suite used by the simulation application.
	SimulationSoftwareSuite *SimulationSoftwareSuite `locationName:"simulationSoftwareSuite" type:"structure"`

	// The sources of the simulation application.
	Sources []*Source `locationName:"sources" type:"list"`

	// The version of the simulation application.
	Version *string `locationName:"version" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (CreateSimulationApplicationVersionOutput) GoString

GoString returns the string representation

func (*CreateSimulationApplicationVersionOutput) SetArn

SetArn sets the Arn field's value.

func (*CreateSimulationApplicationVersionOutput) SetLastUpdatedAt

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*CreateSimulationApplicationVersionOutput) SetName

SetName sets the Name field's value.

func (*CreateSimulationApplicationVersionOutput) SetRenderingEngine

SetRenderingEngine sets the RenderingEngine field's value.

func (*CreateSimulationApplicationVersionOutput) SetRevisionId

SetRevisionId sets the RevisionId field's value.

func (*CreateSimulationApplicationVersionOutput) SetRobotSoftwareSuite

SetRobotSoftwareSuite sets the RobotSoftwareSuite field's value.

func (*CreateSimulationApplicationVersionOutput) SetSimulationSoftwareSuite

SetSimulationSoftwareSuite sets the SimulationSoftwareSuite field's value.

func (*CreateSimulationApplicationVersionOutput) SetSources

SetSources sets the Sources field's value.

func (*CreateSimulationApplicationVersionOutput) SetVersion

SetVersion sets the Version field's value.

func (CreateSimulationApplicationVersionOutput) String

String returns the string representation

type CreateSimulationJobInput

type CreateSimulationJobInput struct {

	// Unique, case-sensitive identifier that you provide to ensure the idempotency
	// of the request.
	ClientRequestToken *string `locationName:"clientRequestToken" min:"1" type:"string" idempotencyToken:"true"`

	// Specify data sources to mount read-only files from S3 into your simulation.
	// These files are available under /opt/robomaker/datasources/data_source_name.
	//
	// There is a limit of 100 files and a combined size of 25GB for all DataSourceConfig
	// objects.
	DataSources []*DataSourceConfig `locationName:"dataSources" min:"1" type:"list"`

	// The failure behavior the simulation job.
	//
	// Continue
	//
	// Restart the simulation job in the same host instance.
	//
	// Fail
	//
	// Stop the simulation job and terminate the instance.
	FailureBehavior *string `locationName:"failureBehavior" type:"string" enum:"FailureBehavior"`

	// The IAM role name that allows the simulation instance to call the AWS APIs
	// that are specified in its associated policies on your behalf. This is how
	// credentials are passed in to your simulation job.
	//
	// IamRole is a required field
	IamRole *string `locationName:"iamRole" min:"1" type:"string" required:"true"`

	// The logging configuration.
	LoggingConfig *LoggingConfig `locationName:"loggingConfig" type:"structure"`

	// The maximum simulation job duration in seconds (up to 14 days or 1,209,600
	// seconds. When maxJobDurationInSeconds is reached, the simulation job will
	// status will transition to Completed.
	//
	// MaxJobDurationInSeconds is a required field
	MaxJobDurationInSeconds *int64 `locationName:"maxJobDurationInSeconds" type:"long" required:"true"`

	// Location for output files generated by the simulation job.
	OutputLocation *OutputLocation `locationName:"outputLocation" type:"structure"`

	// The robot application to use in the simulation job.
	RobotApplications []*RobotApplicationConfig `locationName:"robotApplications" min:"1" type:"list"`

	// The simulation application to use in the simulation job.
	SimulationApplications []*SimulationApplicationConfig `locationName:"simulationApplications" min:"1" type:"list"`

	// A map that contains tag keys and tag values that are attached to the simulation
	// job.
	Tags map[string]*string `locationName:"tags" type:"map"`

	// If your simulation job accesses resources in a VPC, you provide this parameter
	// identifying the list of security group IDs and subnet IDs. These must belong
	// to the same VPC. You must provide at least one security group and one subnet
	// ID.
	VpcConfig *VPCConfig `locationName:"vpcConfig" type:"structure"`
	// contains filtered or unexported fields
}

func (CreateSimulationJobInput) GoString

func (s CreateSimulationJobInput) GoString() string

GoString returns the string representation

func (*CreateSimulationJobInput) SetClientRequestToken

func (s *CreateSimulationJobInput) SetClientRequestToken(v string) *CreateSimulationJobInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*CreateSimulationJobInput) SetDataSources added in v1.23.3

SetDataSources sets the DataSources field's value.

func (*CreateSimulationJobInput) SetFailureBehavior

func (s *CreateSimulationJobInput) SetFailureBehavior(v string) *CreateSimulationJobInput

SetFailureBehavior sets the FailureBehavior field's value.

func (*CreateSimulationJobInput) SetIamRole

SetIamRole sets the IamRole field's value.

func (*CreateSimulationJobInput) SetLoggingConfig added in v1.23.3

SetLoggingConfig sets the LoggingConfig field's value.

func (*CreateSimulationJobInput) SetMaxJobDurationInSeconds

func (s *CreateSimulationJobInput) SetMaxJobDurationInSeconds(v int64) *CreateSimulationJobInput

SetMaxJobDurationInSeconds sets the MaxJobDurationInSeconds field's value.

func (*CreateSimulationJobInput) SetOutputLocation

SetOutputLocation sets the OutputLocation field's value.

func (*CreateSimulationJobInput) SetRobotApplications

SetRobotApplications sets the RobotApplications field's value.

func (*CreateSimulationJobInput) SetSimulationApplications

SetSimulationApplications sets the SimulationApplications field's value.

func (*CreateSimulationJobInput) SetTags added in v1.16.30

SetTags sets the Tags field's value.

func (*CreateSimulationJobInput) SetVpcConfig

SetVpcConfig sets the VpcConfig field's value.

func (CreateSimulationJobInput) String

func (s CreateSimulationJobInput) String() string

String returns the string representation

func (*CreateSimulationJobInput) Validate

func (s *CreateSimulationJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateSimulationJobOutput

type CreateSimulationJobOutput struct {

	// The Amazon Resource Name (ARN) of the simulation job.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// Unique, case-sensitive identifier that you provide to ensure the idempotency
	// of the request.
	ClientRequestToken *string `locationName:"clientRequestToken" min:"1" type:"string"`

	// The data sources for the simulation job.
	DataSources []*DataSource `locationName:"dataSources" type:"list"`

	// the failure behavior for the simulation job.
	FailureBehavior *string `locationName:"failureBehavior" type:"string" enum:"FailureBehavior"`

	// The failure code of the simulation job if it failed:
	//
	// InternalServiceError
	//
	// Internal service error.
	//
	// RobotApplicationCrash
	//
	// Robot application exited abnormally.
	//
	// SimulationApplicationCrash
	//
	// Simulation application exited abnormally.
	//
	// BadPermissionsRobotApplication
	//
	// Robot application bundle could not be downloaded.
	//
	// BadPermissionsSimulationApplication
	//
	// Simulation application bundle could not be downloaded.
	//
	// BadPermissionsS3Output
	//
	// Unable to publish outputs to customer-provided S3 bucket.
	//
	// BadPermissionsCloudwatchLogs
	//
	// Unable to publish logs to customer-provided CloudWatch Logs resource.
	//
	// SubnetIpLimitExceeded
	//
	// Subnet IP limit exceeded.
	//
	// ENILimitExceeded
	//
	// ENI limit exceeded.
	//
	// BadPermissionsUserCredentials
	//
	// Unable to use the Role provided.
	//
	// InvalidBundleRobotApplication
	//
	// Robot bundle cannot be extracted (invalid format, bundling error, or other
	// issue).
	//
	// InvalidBundleSimulationApplication
	//
	// Simulation bundle cannot be extracted (invalid format, bundling error, or
	// other issue).
	//
	// RobotApplicationVersionMismatchedEtag
	//
	// Etag for RobotApplication does not match value during version creation.
	//
	// SimulationApplicationVersionMismatchedEtag
	//
	// Etag for SimulationApplication does not match value during version creation.
	FailureCode *string `locationName:"failureCode" type:"string" enum:"SimulationJobErrorCode"`

	// The IAM role that allows the simulation job to call the AWS APIs that are
	// specified in its associated policies on your behalf.
	IamRole *string `locationName:"iamRole" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the simulation job was last
	// started.
	LastStartedAt *time.Time `locationName:"lastStartedAt" type:"timestamp"`

	// The time, in milliseconds since the epoch, when the simulation job was last
	// updated.
	LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"`

	// The logging configuration.
	LoggingConfig *LoggingConfig `locationName:"loggingConfig" type:"structure"`

	// The maximum simulation job duration in seconds.
	MaxJobDurationInSeconds *int64 `locationName:"maxJobDurationInSeconds" type:"long"`

	// Simulation job output files location.
	OutputLocation *OutputLocation `locationName:"outputLocation" type:"structure"`

	// The robot application used by the simulation job.
	RobotApplications []*RobotApplicationConfig `locationName:"robotApplications" min:"1" type:"list"`

	// The simulation application used by the simulation job.
	SimulationApplications []*SimulationApplicationConfig `locationName:"simulationApplications" min:"1" type:"list"`

	// The simulation job execution duration in milliseconds.
	SimulationTimeMillis *int64 `locationName:"simulationTimeMillis" type:"long"`

	// The status of the simulation job.
	Status *string `locationName:"status" type:"string" enum:"SimulationJobStatus"`

	// The list of all tags added to the simulation job.
	Tags map[string]*string `locationName:"tags" type:"map"`

	// Information about the vpc configuration.
	VpcConfig *VPCConfigResponse `locationName:"vpcConfig" type:"structure"`
	// contains filtered or unexported fields
}

func (CreateSimulationJobOutput) GoString

func (s CreateSimulationJobOutput) GoString() string

GoString returns the string representation

func (*CreateSimulationJobOutput) SetArn

SetArn sets the Arn field's value.

func (*CreateSimulationJobOutput) SetClientRequestToken

func (s *CreateSimulationJobOutput) SetClientRequestToken(v string) *CreateSimulationJobOutput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*CreateSimulationJobOutput) SetDataSources added in v1.23.3

SetDataSources sets the DataSources field's value.

func (*CreateSimulationJobOutput) SetFailureBehavior

SetFailureBehavior sets the FailureBehavior field's value.

func (*CreateSimulationJobOutput) SetFailureCode

SetFailureCode sets the FailureCode field's value.

func (*CreateSimulationJobOutput) SetIamRole

SetIamRole sets the IamRole field's value.

func (*CreateSimulationJobOutput) SetLastStartedAt added in v1.19.39

SetLastStartedAt sets the LastStartedAt field's value.

func (*CreateSimulationJobOutput) SetLastUpdatedAt

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*CreateSimulationJobOutput) SetLoggingConfig added in v1.23.3

SetLoggingConfig sets the LoggingConfig field's value.

func (*CreateSimulationJobOutput) SetMaxJobDurationInSeconds

func (s *CreateSimulationJobOutput) SetMaxJobDurationInSeconds(v int64) *CreateSimulationJobOutput

SetMaxJobDurationInSeconds sets the MaxJobDurationInSeconds field's value.

func (*CreateSimulationJobOutput) SetOutputLocation

SetOutputLocation sets the OutputLocation field's value.

func (*CreateSimulationJobOutput) SetRobotApplications

SetRobotApplications sets the RobotApplications field's value.

func (*CreateSimulationJobOutput) SetSimulationApplications

SetSimulationApplications sets the SimulationApplications field's value.

func (*CreateSimulationJobOutput) SetSimulationTimeMillis

func (s *CreateSimulationJobOutput) SetSimulationTimeMillis(v int64) *CreateSimulationJobOutput

SetSimulationTimeMillis sets the SimulationTimeMillis field's value.

func (*CreateSimulationJobOutput) SetStatus

SetStatus sets the Status field's value.

func (*CreateSimulationJobOutput) SetTags added in v1.16.30

SetTags sets the Tags field's value.

func (*CreateSimulationJobOutput) SetVpcConfig

SetVpcConfig sets the VpcConfig field's value.

func (CreateSimulationJobOutput) String

func (s CreateSimulationJobOutput) String() string

String returns the string representation

type DataSource added in v1.23.3

type DataSource struct {

	// The name of the data source.
	Name *string `locationName:"name" min:"1" type:"string"`

	// The S3 bucket where the data files are located.
	S3Bucket *string `locationName:"s3Bucket" min:"3" type:"string"`

	// The list of S3 keys identifying the data source files.
	S3Keys []*S3KeyOutput `locationName:"s3Keys" type:"list"`
	// contains filtered or unexported fields
}

Information about a data source.

func (DataSource) GoString added in v1.23.3

func (s DataSource) GoString() string

GoString returns the string representation

func (*DataSource) SetName added in v1.23.3

func (s *DataSource) SetName(v string) *DataSource

SetName sets the Name field's value.

func (*DataSource) SetS3Bucket added in v1.23.3

func (s *DataSource) SetS3Bucket(v string) *DataSource

SetS3Bucket sets the S3Bucket field's value.

func (*DataSource) SetS3Keys added in v1.23.3

func (s *DataSource) SetS3Keys(v []*S3KeyOutput) *DataSource

SetS3Keys sets the S3Keys field's value.

func (DataSource) String added in v1.23.3

func (s DataSource) String() string

String returns the string representation

type DataSourceConfig added in v1.23.3

type DataSourceConfig struct {

	// The name of the data source.
	//
	// Name is a required field
	Name *string `locationName:"name" min:"1" type:"string" required:"true"`

	// The S3 bucket where the data files are located.
	//
	// S3Bucket is a required field
	S3Bucket *string `locationName:"s3Bucket" min:"3" type:"string" required:"true"`

	// The list of S3 keys identifying the data source files.
	//
	// S3Keys is a required field
	S3Keys []*string `locationName:"s3Keys" min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

Information about a data source.

func (DataSourceConfig) GoString added in v1.23.3

func (s DataSourceConfig) GoString() string

GoString returns the string representation

func (*DataSourceConfig) SetName added in v1.23.3

func (s *DataSourceConfig) SetName(v string) *DataSourceConfig

SetName sets the Name field's value.

func (*DataSourceConfig) SetS3Bucket added in v1.23.3

func (s *DataSourceConfig) SetS3Bucket(v string) *DataSourceConfig

SetS3Bucket sets the S3Bucket field's value.

func (*DataSourceConfig) SetS3Keys added in v1.23.3

func (s *DataSourceConfig) SetS3Keys(v []*string) *DataSourceConfig

SetS3Keys sets the S3Keys field's value.

func (DataSourceConfig) String added in v1.23.3

func (s DataSourceConfig) String() string

String returns the string representation

func (*DataSourceConfig) Validate added in v1.23.3

func (s *DataSourceConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteFleetInput

type DeleteFleetInput struct {

	// The Amazon Resource Name (ARN) of the fleet.
	//
	// Fleet is a required field
	Fleet *string `locationName:"fleet" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteFleetInput) GoString

func (s DeleteFleetInput) GoString() string

GoString returns the string representation

func (*DeleteFleetInput) SetFleet

func (s *DeleteFleetInput) SetFleet(v string) *DeleteFleetInput

SetFleet sets the Fleet field's value.

func (DeleteFleetInput) String

func (s DeleteFleetInput) String() string

String returns the string representation

func (*DeleteFleetInput) Validate

func (s *DeleteFleetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteFleetOutput

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

func (DeleteFleetOutput) GoString

func (s DeleteFleetOutput) GoString() string

GoString returns the string representation

func (DeleteFleetOutput) String

func (s DeleteFleetOutput) String() string

String returns the string representation

type DeleteRobotApplicationInput

type DeleteRobotApplicationInput struct {

	// The Amazon Resource Name (ARN) of the the robot application.
	//
	// Application is a required field
	Application *string `locationName:"application" min:"1" type:"string" required:"true"`

	// The version of the robot application to delete.
	ApplicationVersion *string `locationName:"applicationVersion" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteRobotApplicationInput) GoString

func (s DeleteRobotApplicationInput) GoString() string

GoString returns the string representation

func (*DeleteRobotApplicationInput) SetApplication

SetApplication sets the Application field's value.

func (*DeleteRobotApplicationInput) SetApplicationVersion

func (s *DeleteRobotApplicationInput) SetApplicationVersion(v string) *DeleteRobotApplicationInput

SetApplicationVersion sets the ApplicationVersion field's value.

func (DeleteRobotApplicationInput) String

String returns the string representation

func (*DeleteRobotApplicationInput) Validate

func (s *DeleteRobotApplicationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteRobotApplicationOutput

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

func (DeleteRobotApplicationOutput) GoString

func (s DeleteRobotApplicationOutput) GoString() string

GoString returns the string representation

func (DeleteRobotApplicationOutput) String

String returns the string representation

type DeleteRobotInput

type DeleteRobotInput struct {

	// The Amazon Resource Name (ARN) of the robot.
	//
	// Robot is a required field
	Robot *string `locationName:"robot" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteRobotInput) GoString

func (s DeleteRobotInput) GoString() string

GoString returns the string representation

func (*DeleteRobotInput) SetRobot

func (s *DeleteRobotInput) SetRobot(v string) *DeleteRobotInput

SetRobot sets the Robot field's value.

func (DeleteRobotInput) String

func (s DeleteRobotInput) String() string

String returns the string representation

func (*DeleteRobotInput) Validate

func (s *DeleteRobotInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteRobotOutput

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

func (DeleteRobotOutput) GoString

func (s DeleteRobotOutput) GoString() string

GoString returns the string representation

func (DeleteRobotOutput) String

func (s DeleteRobotOutput) String() string

String returns the string representation

type DeleteSimulationApplicationInput

type DeleteSimulationApplicationInput struct {

	// The application information for the simulation application to delete.
	//
	// Application is a required field
	Application *string `locationName:"application" min:"1" type:"string" required:"true"`

	// The version of the simulation application to delete.
	ApplicationVersion *string `locationName:"applicationVersion" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteSimulationApplicationInput) GoString

GoString returns the string representation

func (*DeleteSimulationApplicationInput) SetApplication

SetApplication sets the Application field's value.

func (*DeleteSimulationApplicationInput) SetApplicationVersion

SetApplicationVersion sets the ApplicationVersion field's value.

func (DeleteSimulationApplicationInput) String

String returns the string representation

func (*DeleteSimulationApplicationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteSimulationApplicationOutput

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

func (DeleteSimulationApplicationOutput) GoString

GoString returns the string representation

func (DeleteSimulationApplicationOutput) String

String returns the string representation

type DeploymentApplicationConfig

type DeploymentApplicationConfig struct {

	// The Amazon Resource Name (ARN) of the robot application.
	//
	// Application is a required field
	Application *string `locationName:"application" min:"1" type:"string" required:"true"`

	// The version of the application.
	//
	// ApplicationVersion is a required field
	ApplicationVersion *string `locationName:"applicationVersion" min:"1" type:"string" required:"true"`

	// The launch configuration.
	//
	// LaunchConfig is a required field
	LaunchConfig *DeploymentLaunchConfig `locationName:"launchConfig" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Information about a deployment application configuration.

func (DeploymentApplicationConfig) GoString

func (s DeploymentApplicationConfig) GoString() string

GoString returns the string representation

func (*DeploymentApplicationConfig) SetApplication

SetApplication sets the Application field's value.

func (*DeploymentApplicationConfig) SetApplicationVersion

func (s *DeploymentApplicationConfig) SetApplicationVersion(v string) *DeploymentApplicationConfig

SetApplicationVersion sets the ApplicationVersion field's value.

func (*DeploymentApplicationConfig) SetLaunchConfig

SetLaunchConfig sets the LaunchConfig field's value.

func (DeploymentApplicationConfig) String

String returns the string representation

func (*DeploymentApplicationConfig) Validate

func (s *DeploymentApplicationConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeploymentConfig

type DeploymentConfig struct {

	// The percentage of robots receiving the deployment at the same time.
	ConcurrentDeploymentPercentage *int64 `locationName:"concurrentDeploymentPercentage" min:"1" type:"integer"`

	// The download condition file.
	DownloadConditionFile *S3Object `locationName:"downloadConditionFile" type:"structure"`

	// The percentage of deployments that need to fail before stopping deployment.
	FailureThresholdPercentage *int64 `locationName:"failureThresholdPercentage" min:"1" type:"integer"`

	// The amount of time, in seconds, to wait for deployment to a single robot
	// to complete. Choose a time between 1 minute and 7 days. The default is 5
	// hours.
	RobotDeploymentTimeoutInSeconds *int64 `locationName:"robotDeploymentTimeoutInSeconds" type:"long"`
	// contains filtered or unexported fields
}

Information about a deployment configuration.

func (DeploymentConfig) GoString

func (s DeploymentConfig) GoString() string

GoString returns the string representation

func (*DeploymentConfig) SetConcurrentDeploymentPercentage

func (s *DeploymentConfig) SetConcurrentDeploymentPercentage(v int64) *DeploymentConfig

SetConcurrentDeploymentPercentage sets the ConcurrentDeploymentPercentage field's value.

func (*DeploymentConfig) SetDownloadConditionFile added in v1.25.26

func (s *DeploymentConfig) SetDownloadConditionFile(v *S3Object) *DeploymentConfig

SetDownloadConditionFile sets the DownloadConditionFile field's value.

func (*DeploymentConfig) SetFailureThresholdPercentage

func (s *DeploymentConfig) SetFailureThresholdPercentage(v int64) *DeploymentConfig

SetFailureThresholdPercentage sets the FailureThresholdPercentage field's value.

func (*DeploymentConfig) SetRobotDeploymentTimeoutInSeconds added in v1.23.3

func (s *DeploymentConfig) SetRobotDeploymentTimeoutInSeconds(v int64) *DeploymentConfig

SetRobotDeploymentTimeoutInSeconds sets the RobotDeploymentTimeoutInSeconds field's value.

func (DeploymentConfig) String

func (s DeploymentConfig) String() string

String returns the string representation

func (*DeploymentConfig) Validate

func (s *DeploymentConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeploymentJob

type DeploymentJob struct {

	// The Amazon Resource Name (ARN) of the deployment job.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the deployment job was created.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"`

	// The deployment application configuration.
	DeploymentApplicationConfigs []*DeploymentApplicationConfig `locationName:"deploymentApplicationConfigs" min:"1" type:"list"`

	// The deployment configuration.
	DeploymentConfig *DeploymentConfig `locationName:"deploymentConfig" type:"structure"`

	// The deployment job failure code.
	FailureCode *string `locationName:"failureCode" type:"string" enum:"DeploymentJobErrorCode"`

	// A short description of the reason why the deployment job failed.
	FailureReason *string `locationName:"failureReason" type:"string"`

	// The Amazon Resource Name (ARN) of the fleet.
	Fleet *string `locationName:"fleet" min:"1" type:"string"`

	// The status of the deployment job.
	Status *string `locationName:"status" type:"string" enum:"DeploymentStatus"`
	// contains filtered or unexported fields
}

Information about a deployment job.

func (DeploymentJob) GoString

func (s DeploymentJob) GoString() string

GoString returns the string representation

func (*DeploymentJob) SetArn

func (s *DeploymentJob) SetArn(v string) *DeploymentJob

SetArn sets the Arn field's value.

func (*DeploymentJob) SetCreatedAt

func (s *DeploymentJob) SetCreatedAt(v time.Time) *DeploymentJob

SetCreatedAt sets the CreatedAt field's value.

func (*DeploymentJob) SetDeploymentApplicationConfigs

func (s *DeploymentJob) SetDeploymentApplicationConfigs(v []*DeploymentApplicationConfig) *DeploymentJob

SetDeploymentApplicationConfigs sets the DeploymentApplicationConfigs field's value.

func (*DeploymentJob) SetDeploymentConfig

func (s *DeploymentJob) SetDeploymentConfig(v *DeploymentConfig) *DeploymentJob

SetDeploymentConfig sets the DeploymentConfig field's value.

func (*DeploymentJob) SetFailureCode

func (s *DeploymentJob) SetFailureCode(v string) *DeploymentJob

SetFailureCode sets the FailureCode field's value.

func (*DeploymentJob) SetFailureReason

func (s *DeploymentJob) SetFailureReason(v string) *DeploymentJob

SetFailureReason sets the FailureReason field's value.

func (*DeploymentJob) SetFleet

func (s *DeploymentJob) SetFleet(v string) *DeploymentJob

SetFleet sets the Fleet field's value.

func (*DeploymentJob) SetStatus

func (s *DeploymentJob) SetStatus(v string) *DeploymentJob

SetStatus sets the Status field's value.

func (DeploymentJob) String

func (s DeploymentJob) String() string

String returns the string representation

type DeploymentLaunchConfig

type DeploymentLaunchConfig struct {

	// An array of key/value pairs specifying environment variables for the robot
	// application
	EnvironmentVariables map[string]*string `locationName:"environmentVariables" type:"map"`

	// The launch file name.
	//
	// LaunchFile is a required field
	LaunchFile *string `locationName:"launchFile" min:"1" type:"string" required:"true"`

	// The package name.
	//
	// PackageName is a required field
	PackageName *string `locationName:"packageName" min:"1" type:"string" required:"true"`

	// The deployment post-launch file. This file will be executed after the launch
	// file.
	PostLaunchFile *string `locationName:"postLaunchFile" min:"1" type:"string"`

	// The deployment pre-launch file. This file will be executed prior to the launch
	// file.
	PreLaunchFile *string `locationName:"preLaunchFile" min:"1" type:"string"`
	// contains filtered or unexported fields
}

Configuration information for a deployment launch.

func (DeploymentLaunchConfig) GoString

func (s DeploymentLaunchConfig) GoString() string

GoString returns the string representation

func (*DeploymentLaunchConfig) SetEnvironmentVariables

func (s *DeploymentLaunchConfig) SetEnvironmentVariables(v map[string]*string) *DeploymentLaunchConfig

SetEnvironmentVariables sets the EnvironmentVariables field's value.

func (*DeploymentLaunchConfig) SetLaunchFile

SetLaunchFile sets the LaunchFile field's value.

func (*DeploymentLaunchConfig) SetPackageName

SetPackageName sets the PackageName field's value.

func (*DeploymentLaunchConfig) SetPostLaunchFile

func (s *DeploymentLaunchConfig) SetPostLaunchFile(v string) *DeploymentLaunchConfig

SetPostLaunchFile sets the PostLaunchFile field's value.

func (*DeploymentLaunchConfig) SetPreLaunchFile

func (s *DeploymentLaunchConfig) SetPreLaunchFile(v string) *DeploymentLaunchConfig

SetPreLaunchFile sets the PreLaunchFile field's value.

func (DeploymentLaunchConfig) String

func (s DeploymentLaunchConfig) String() string

String returns the string representation

func (*DeploymentLaunchConfig) Validate

func (s *DeploymentLaunchConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeregisterRobotInput

type DeregisterRobotInput struct {

	// The Amazon Resource Name (ARN) of the fleet.
	//
	// Fleet is a required field
	Fleet *string `locationName:"fleet" min:"1" type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the robot.
	//
	// Robot is a required field
	Robot *string `locationName:"robot" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeregisterRobotInput) GoString

func (s DeregisterRobotInput) GoString() string

GoString returns the string representation

func (*DeregisterRobotInput) SetFleet

SetFleet sets the Fleet field's value.

func (*DeregisterRobotInput) SetRobot

SetRobot sets the Robot field's value.

func (DeregisterRobotInput) String

func (s DeregisterRobotInput) String() string

String returns the string representation

func (*DeregisterRobotInput) Validate

func (s *DeregisterRobotInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeregisterRobotOutput

type DeregisterRobotOutput struct {

	// The Amazon Resource Name (ARN) of the fleet.
	Fleet *string `locationName:"fleet" min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the robot.
	Robot *string `locationName:"robot" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DeregisterRobotOutput) GoString

func (s DeregisterRobotOutput) GoString() string

GoString returns the string representation

func (*DeregisterRobotOutput) SetFleet

SetFleet sets the Fleet field's value.

func (*DeregisterRobotOutput) SetRobot

SetRobot sets the Robot field's value.

func (DeregisterRobotOutput) String

func (s DeregisterRobotOutput) String() string

String returns the string representation

type DescribeDeploymentJobInput

type DescribeDeploymentJobInput struct {

	// The Amazon Resource Name (ARN) of the deployment job.
	//
	// Job is a required field
	Job *string `locationName:"job" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeDeploymentJobInput) GoString

func (s DescribeDeploymentJobInput) GoString() string

GoString returns the string representation

func (*DescribeDeploymentJobInput) SetJob

SetJob sets the Job field's value.

func (DescribeDeploymentJobInput) String

String returns the string representation

func (*DescribeDeploymentJobInput) Validate

func (s *DescribeDeploymentJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeDeploymentJobOutput

type DescribeDeploymentJobOutput struct {

	// The Amazon Resource Name (ARN) of the deployment job.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the deployment job was created.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"`

	// The deployment application configuration.
	DeploymentApplicationConfigs []*DeploymentApplicationConfig `locationName:"deploymentApplicationConfigs" min:"1" type:"list"`

	// The deployment configuration.
	DeploymentConfig *DeploymentConfig `locationName:"deploymentConfig" type:"structure"`

	// The deployment job failure code.
	FailureCode *string `locationName:"failureCode" type:"string" enum:"DeploymentJobErrorCode"`

	// A short description of the reason why the deployment job failed.
	FailureReason *string `locationName:"failureReason" type:"string"`

	// The Amazon Resource Name (ARN) of the fleet.
	Fleet *string `locationName:"fleet" min:"1" type:"string"`

	// A list of robot deployment summaries.
	RobotDeploymentSummary []*RobotDeployment `locationName:"robotDeploymentSummary" type:"list"`

	// The status of the deployment job.
	Status *string `locationName:"status" type:"string" enum:"DeploymentStatus"`

	// The list of all tags added to the specified deployment job.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (DescribeDeploymentJobOutput) GoString

func (s DescribeDeploymentJobOutput) GoString() string

GoString returns the string representation

func (*DescribeDeploymentJobOutput) SetArn

SetArn sets the Arn field's value.

func (*DescribeDeploymentJobOutput) SetCreatedAt

SetCreatedAt sets the CreatedAt field's value.

func (*DescribeDeploymentJobOutput) SetDeploymentApplicationConfigs

SetDeploymentApplicationConfigs sets the DeploymentApplicationConfigs field's value.

func (*DescribeDeploymentJobOutput) SetDeploymentConfig

SetDeploymentConfig sets the DeploymentConfig field's value.

func (*DescribeDeploymentJobOutput) SetFailureCode

SetFailureCode sets the FailureCode field's value.

func (*DescribeDeploymentJobOutput) SetFailureReason

SetFailureReason sets the FailureReason field's value.

func (*DescribeDeploymentJobOutput) SetFleet

SetFleet sets the Fleet field's value.

func (*DescribeDeploymentJobOutput) SetRobotDeploymentSummary

func (s *DescribeDeploymentJobOutput) SetRobotDeploymentSummary(v []*RobotDeployment) *DescribeDeploymentJobOutput

SetRobotDeploymentSummary sets the RobotDeploymentSummary field's value.

func (*DescribeDeploymentJobOutput) SetStatus

SetStatus sets the Status field's value.

func (*DescribeDeploymentJobOutput) SetTags added in v1.16.30

SetTags sets the Tags field's value.

func (DescribeDeploymentJobOutput) String

String returns the string representation

type DescribeFleetInput

type DescribeFleetInput struct {

	// The Amazon Resource Name (ARN) of the fleet.
	//
	// Fleet is a required field
	Fleet *string `locationName:"fleet" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeFleetInput) GoString

func (s DescribeFleetInput) GoString() string

GoString returns the string representation

func (*DescribeFleetInput) SetFleet

SetFleet sets the Fleet field's value.

func (DescribeFleetInput) String

func (s DescribeFleetInput) String() string

String returns the string representation

func (*DescribeFleetInput) Validate

func (s *DescribeFleetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeFleetOutput

type DescribeFleetOutput struct {

	// The Amazon Resource Name (ARN) of the fleet.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the fleet was created.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"`

	// The Amazon Resource Name (ARN) of the last deployment job.
	LastDeploymentJob *string `locationName:"lastDeploymentJob" min:"1" type:"string"`

	// The status of the last deployment.
	LastDeploymentStatus *string `locationName:"lastDeploymentStatus" type:"string" enum:"DeploymentStatus"`

	// The time of the last deployment.
	LastDeploymentTime *time.Time `locationName:"lastDeploymentTime" type:"timestamp"`

	// The name of the fleet.
	Name *string `locationName:"name" min:"1" type:"string"`

	// A list of robots.
	Robots []*Robot `locationName:"robots" type:"list"`

	// The list of all tags added to the specified fleet.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (DescribeFleetOutput) GoString

func (s DescribeFleetOutput) GoString() string

GoString returns the string representation

func (*DescribeFleetOutput) SetArn

SetArn sets the Arn field's value.

func (*DescribeFleetOutput) SetCreatedAt

func (s *DescribeFleetOutput) SetCreatedAt(v time.Time) *DescribeFleetOutput

SetCreatedAt sets the CreatedAt field's value.

func (*DescribeFleetOutput) SetLastDeploymentJob

func (s *DescribeFleetOutput) SetLastDeploymentJob(v string) *DescribeFleetOutput

SetLastDeploymentJob sets the LastDeploymentJob field's value.

func (*DescribeFleetOutput) SetLastDeploymentStatus

func (s *DescribeFleetOutput) SetLastDeploymentStatus(v string) *DescribeFleetOutput

SetLastDeploymentStatus sets the LastDeploymentStatus field's value.

func (*DescribeFleetOutput) SetLastDeploymentTime

func (s *DescribeFleetOutput) SetLastDeploymentTime(v time.Time) *DescribeFleetOutput

SetLastDeploymentTime sets the LastDeploymentTime field's value.

func (*DescribeFleetOutput) SetName

SetName sets the Name field's value.

func (*DescribeFleetOutput) SetRobots

func (s *DescribeFleetOutput) SetRobots(v []*Robot) *DescribeFleetOutput

SetRobots sets the Robots field's value.

func (*DescribeFleetOutput) SetTags added in v1.16.30

SetTags sets the Tags field's value.

func (DescribeFleetOutput) String

func (s DescribeFleetOutput) String() string

String returns the string representation

type DescribeRobotApplicationInput

type DescribeRobotApplicationInput struct {

	// The Amazon Resource Name (ARN) of the robot application.
	//
	// Application is a required field
	Application *string `locationName:"application" min:"1" type:"string" required:"true"`

	// The version of the robot application to describe.
	ApplicationVersion *string `locationName:"applicationVersion" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeRobotApplicationInput) GoString

GoString returns the string representation

func (*DescribeRobotApplicationInput) SetApplication

SetApplication sets the Application field's value.

func (*DescribeRobotApplicationInput) SetApplicationVersion

SetApplicationVersion sets the ApplicationVersion field's value.

func (DescribeRobotApplicationInput) String

String returns the string representation

func (*DescribeRobotApplicationInput) Validate

func (s *DescribeRobotApplicationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeRobotApplicationOutput

type DescribeRobotApplicationOutput struct {

	// The Amazon Resource Name (ARN) of the robot application.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the robot application was
	// last updated.
	LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"`

	// The name of the robot application.
	Name *string `locationName:"name" min:"1" type:"string"`

	// The revision id of the robot application.
	RevisionId *string `locationName:"revisionId" min:"1" type:"string"`

	// The robot software suite (ROS distribution) used by the robot application.
	RobotSoftwareSuite *RobotSoftwareSuite `locationName:"robotSoftwareSuite" type:"structure"`

	// The sources of the robot application.
	Sources []*Source `locationName:"sources" type:"list"`

	// The list of all tags added to the specified robot application.
	Tags map[string]*string `locationName:"tags" type:"map"`

	// The version of the robot application.
	Version *string `locationName:"version" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeRobotApplicationOutput) GoString

GoString returns the string representation

func (*DescribeRobotApplicationOutput) SetArn

SetArn sets the Arn field's value.

func (*DescribeRobotApplicationOutput) SetLastUpdatedAt

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*DescribeRobotApplicationOutput) SetName

SetName sets the Name field's value.

func (*DescribeRobotApplicationOutput) SetRevisionId

SetRevisionId sets the RevisionId field's value.

func (*DescribeRobotApplicationOutput) SetRobotSoftwareSuite

SetRobotSoftwareSuite sets the RobotSoftwareSuite field's value.

func (*DescribeRobotApplicationOutput) SetSources

SetSources sets the Sources field's value.

func (*DescribeRobotApplicationOutput) SetTags added in v1.16.30

SetTags sets the Tags field's value.

func (*DescribeRobotApplicationOutput) SetVersion

SetVersion sets the Version field's value.

func (DescribeRobotApplicationOutput) String

String returns the string representation

type DescribeRobotInput

type DescribeRobotInput struct {

	// The Amazon Resource Name (ARN) of the robot to be described.
	//
	// Robot is a required field
	Robot *string `locationName:"robot" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeRobotInput) GoString

func (s DescribeRobotInput) GoString() string

GoString returns the string representation

func (*DescribeRobotInput) SetRobot

SetRobot sets the Robot field's value.

func (DescribeRobotInput) String

func (s DescribeRobotInput) String() string

String returns the string representation

func (*DescribeRobotInput) Validate

func (s *DescribeRobotInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeRobotOutput

type DescribeRobotOutput struct {

	// The target architecture of the robot application.
	Architecture *string `locationName:"architecture" type:"string" enum:"Architecture"`

	// The Amazon Resource Name (ARN) of the robot.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the robot was created.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"`

	// The Amazon Resource Name (ARN) of the fleet.
	FleetArn *string `locationName:"fleetArn" min:"1" type:"string"`

	// The Greengrass group id.
	GreengrassGroupId *string `locationName:"greengrassGroupId" min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the last deployment job.
	LastDeploymentJob *string `locationName:"lastDeploymentJob" min:"1" type:"string"`

	// The time of the last deployment job.
	LastDeploymentTime *time.Time `locationName:"lastDeploymentTime" type:"timestamp"`

	// The name of the robot.
	Name *string `locationName:"name" min:"1" type:"string"`

	// The status of the fleet.
	Status *string `locationName:"status" type:"string" enum:"RobotStatus"`

	// The list of all tags added to the specified robot.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (DescribeRobotOutput) GoString

func (s DescribeRobotOutput) GoString() string

GoString returns the string representation

func (*DescribeRobotOutput) SetArchitecture

func (s *DescribeRobotOutput) SetArchitecture(v string) *DescribeRobotOutput

SetArchitecture sets the Architecture field's value.

func (*DescribeRobotOutput) SetArn

SetArn sets the Arn field's value.

func (*DescribeRobotOutput) SetCreatedAt

func (s *DescribeRobotOutput) SetCreatedAt(v time.Time) *DescribeRobotOutput

SetCreatedAt sets the CreatedAt field's value.

func (*DescribeRobotOutput) SetFleetArn

func (s *DescribeRobotOutput) SetFleetArn(v string) *DescribeRobotOutput

SetFleetArn sets the FleetArn field's value.

func (*DescribeRobotOutput) SetGreengrassGroupId

func (s *DescribeRobotOutput) SetGreengrassGroupId(v string) *DescribeRobotOutput

SetGreengrassGroupId sets the GreengrassGroupId field's value.

func (*DescribeRobotOutput) SetLastDeploymentJob

func (s *DescribeRobotOutput) SetLastDeploymentJob(v string) *DescribeRobotOutput

SetLastDeploymentJob sets the LastDeploymentJob field's value.

func (*DescribeRobotOutput) SetLastDeploymentTime

func (s *DescribeRobotOutput) SetLastDeploymentTime(v time.Time) *DescribeRobotOutput

SetLastDeploymentTime sets the LastDeploymentTime field's value.

func (*DescribeRobotOutput) SetName

SetName sets the Name field's value.

func (*DescribeRobotOutput) SetStatus

SetStatus sets the Status field's value.

func (*DescribeRobotOutput) SetTags added in v1.16.30

SetTags sets the Tags field's value.

func (DescribeRobotOutput) String

func (s DescribeRobotOutput) String() string

String returns the string representation

type DescribeSimulationApplicationInput

type DescribeSimulationApplicationInput struct {

	// The application information for the simulation application.
	//
	// Application is a required field
	Application *string `locationName:"application" min:"1" type:"string" required:"true"`

	// The version of the simulation application to describe.
	ApplicationVersion *string `locationName:"applicationVersion" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeSimulationApplicationInput) GoString

GoString returns the string representation

func (*DescribeSimulationApplicationInput) SetApplication

SetApplication sets the Application field's value.

func (*DescribeSimulationApplicationInput) SetApplicationVersion

SetApplicationVersion sets the ApplicationVersion field's value.

func (DescribeSimulationApplicationInput) String

String returns the string representation

func (*DescribeSimulationApplicationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeSimulationApplicationOutput

type DescribeSimulationApplicationOutput struct {

	// The Amazon Resource Name (ARN) of the robot simulation application.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the simulation application
	// was last updated.
	LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"`

	// The name of the simulation application.
	Name *string `locationName:"name" min:"1" type:"string"`

	// The rendering engine for the simulation application.
	RenderingEngine *RenderingEngine `locationName:"renderingEngine" type:"structure"`

	// The revision id of the simulation application.
	RevisionId *string `locationName:"revisionId" min:"1" type:"string"`

	// Information about the robot software suite (ROS distribution).
	RobotSoftwareSuite *RobotSoftwareSuite `locationName:"robotSoftwareSuite" type:"structure"`

	// The simulation software suite used by the simulation application.
	SimulationSoftwareSuite *SimulationSoftwareSuite `locationName:"simulationSoftwareSuite" type:"structure"`

	// The sources of the simulation application.
	Sources []*Source `locationName:"sources" type:"list"`

	// The list of all tags added to the specified simulation application.
	Tags map[string]*string `locationName:"tags" type:"map"`

	// The version of the simulation application.
	Version *string `locationName:"version" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeSimulationApplicationOutput) GoString

GoString returns the string representation

func (*DescribeSimulationApplicationOutput) SetArn

SetArn sets the Arn field's value.

func (*DescribeSimulationApplicationOutput) SetLastUpdatedAt

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*DescribeSimulationApplicationOutput) SetName

SetName sets the Name field's value.

func (*DescribeSimulationApplicationOutput) SetRenderingEngine

SetRenderingEngine sets the RenderingEngine field's value.

func (*DescribeSimulationApplicationOutput) SetRevisionId

SetRevisionId sets the RevisionId field's value.

func (*DescribeSimulationApplicationOutput) SetRobotSoftwareSuite

SetRobotSoftwareSuite sets the RobotSoftwareSuite field's value.

func (*DescribeSimulationApplicationOutput) SetSimulationSoftwareSuite

SetSimulationSoftwareSuite sets the SimulationSoftwareSuite field's value.

func (*DescribeSimulationApplicationOutput) SetSources

SetSources sets the Sources field's value.

func (*DescribeSimulationApplicationOutput) SetTags added in v1.16.30

SetTags sets the Tags field's value.

func (*DescribeSimulationApplicationOutput) SetVersion

SetVersion sets the Version field's value.

func (DescribeSimulationApplicationOutput) String

String returns the string representation

type DescribeSimulationJobBatchInput added in v1.28.13

type DescribeSimulationJobBatchInput struct {

	// The id of the batch to describe.
	//
	// Batch is a required field
	Batch *string `locationName:"batch" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeSimulationJobBatchInput) GoString added in v1.28.13

GoString returns the string representation

func (*DescribeSimulationJobBatchInput) SetBatch added in v1.28.13

SetBatch sets the Batch field's value.

func (DescribeSimulationJobBatchInput) String added in v1.28.13

String returns the string representation

func (*DescribeSimulationJobBatchInput) Validate added in v1.28.13

func (s *DescribeSimulationJobBatchInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeSimulationJobBatchOutput added in v1.28.13

type DescribeSimulationJobBatchOutput struct {

	// The Amazon Resource Name (ARN) of the batch.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The batch policy.
	BatchPolicy *BatchPolicy `locationName:"batchPolicy" type:"structure"`

	// Unique, case-sensitive identifier that you provide to ensure the idempotency
	// of the request.
	ClientRequestToken *string `locationName:"clientRequestToken" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the simulation job batch
	// was created.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"`

	// A list of created simulation job summaries.
	CreatedRequests []*SimulationJobSummary `locationName:"createdRequests" type:"list"`

	// A list of failed create simulation job requests. The request failed to be
	// created into a simulation job. Failed requests do not have a simulation job
	// ID.
	FailedRequests []*FailedCreateSimulationJobRequest `locationName:"failedRequests" type:"list"`

	// The failure code of the simulation job batch.
	FailureCode *string `locationName:"failureCode" type:"string" enum:"SimulationJobBatchErrorCode"`

	// The reason the simulation job batch failed.
	FailureReason *string `locationName:"failureReason" type:"string"`

	// The time, in milliseconds since the epoch, when the simulation job batch
	// was last updated.
	LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"`

	// A list of pending simulation job requests. These requests have not yet been
	// created into simulation jobs.
	PendingRequests []*SimulationJobRequest `locationName:"pendingRequests" min:"1" type:"list"`

	// The status of the batch.
	//
	// Pending
	//
	// The simulation job batch request is pending.
	//
	// InProgress
	//
	// The simulation job batch is in progress.
	//
	// Failed
	//
	// The simulation job batch failed. One or more simulation job requests could
	// not be completed due to an internal failure (like InternalServiceError).
	// See failureCode and failureReason for more information.
	//
	// Completed
	//
	// The simulation batch job completed. A batch is complete when (1) there are
	// no pending simulation job requests in the batch and none of the failed simulation
	// job requests are due to InternalServiceError and (2) when all created simulation
	// jobs have reached a terminal state (for example, Completed or Failed).
	//
	// Canceled
	//
	// The simulation batch job was cancelled.
	//
	// Canceling
	//
	// The simulation batch job is being cancelled.
	//
	// Completing
	//
	// The simulation batch job is completing.
	//
	// TimingOut
	//
	// The simulation job batch is timing out.
	//
	// If a batch timing out, and there are pending requests that were failing due
	// to an internal failure (like InternalServiceError), the batch status will
	// be Failed. If there are no such failing request, the batch status will be
	// TimedOut.
	//
	// TimedOut
	//
	// The simulation batch job timed out.
	Status *string `locationName:"status" type:"string" enum:"SimulationJobBatchStatus"`

	// A map that contains tag keys and tag values that are attached to the simulation
	// job batch.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (DescribeSimulationJobBatchOutput) GoString added in v1.28.13

GoString returns the string representation

func (*DescribeSimulationJobBatchOutput) SetArn added in v1.28.13

SetArn sets the Arn field's value.

func (*DescribeSimulationJobBatchOutput) SetBatchPolicy added in v1.28.13

SetBatchPolicy sets the BatchPolicy field's value.

func (*DescribeSimulationJobBatchOutput) SetClientRequestToken added in v1.28.13

SetClientRequestToken sets the ClientRequestToken field's value.

func (*DescribeSimulationJobBatchOutput) SetCreatedAt added in v1.28.13

SetCreatedAt sets the CreatedAt field's value.

func (*DescribeSimulationJobBatchOutput) SetCreatedRequests added in v1.28.13

SetCreatedRequests sets the CreatedRequests field's value.

func (*DescribeSimulationJobBatchOutput) SetFailedRequests added in v1.28.13

SetFailedRequests sets the FailedRequests field's value.

func (*DescribeSimulationJobBatchOutput) SetFailureCode added in v1.28.13

SetFailureCode sets the FailureCode field's value.

func (*DescribeSimulationJobBatchOutput) SetFailureReason added in v1.28.13

SetFailureReason sets the FailureReason field's value.

func (*DescribeSimulationJobBatchOutput) SetLastUpdatedAt added in v1.28.13

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*DescribeSimulationJobBatchOutput) SetPendingRequests added in v1.28.13

SetPendingRequests sets the PendingRequests field's value.

func (*DescribeSimulationJobBatchOutput) SetStatus added in v1.28.13

SetStatus sets the Status field's value.

func (*DescribeSimulationJobBatchOutput) SetTags added in v1.28.13

SetTags sets the Tags field's value.

func (DescribeSimulationJobBatchOutput) String added in v1.28.13

String returns the string representation

type DescribeSimulationJobInput

type DescribeSimulationJobInput struct {

	// The Amazon Resource Name (ARN) of the simulation job to be described.
	//
	// Job is a required field
	Job *string `locationName:"job" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeSimulationJobInput) GoString

func (s DescribeSimulationJobInput) GoString() string

GoString returns the string representation

func (*DescribeSimulationJobInput) SetJob

SetJob sets the Job field's value.

func (DescribeSimulationJobInput) String

String returns the string representation

func (*DescribeSimulationJobInput) Validate

func (s *DescribeSimulationJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeSimulationJobOutput

type DescribeSimulationJobOutput struct {

	// The Amazon Resource Name (ARN) of the simulation job.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// Unique, case-sensitive identifier that you provide to ensure the idempotency
	// of the request.
	ClientRequestToken *string `locationName:"clientRequestToken" min:"1" type:"string"`

	// The data sources for the simulation job.
	DataSources []*DataSource `locationName:"dataSources" type:"list"`

	// The failure behavior for the simulation job.
	FailureBehavior *string `locationName:"failureBehavior" type:"string" enum:"FailureBehavior"`

	// The failure code of the simulation job if it failed:
	//
	// InternalServiceError
	//
	// Internal service error.
	//
	// RobotApplicationCrash
	//
	// Robot application exited abnormally.
	//
	// SimulationApplicationCrash
	//
	// Simulation application exited abnormally.
	//
	// BadPermissionsRobotApplication
	//
	// Robot application bundle could not be downloaded.
	//
	// BadPermissionsSimulationApplication
	//
	// Simulation application bundle could not be downloaded.
	//
	// BadPermissionsS3Output
	//
	// Unable to publish outputs to customer-provided S3 bucket.
	//
	// BadPermissionsCloudwatchLogs
	//
	// Unable to publish logs to customer-provided CloudWatch Logs resource.
	//
	// SubnetIpLimitExceeded
	//
	// Subnet IP limit exceeded.
	//
	// ENILimitExceeded
	//
	// ENI limit exceeded.
	//
	// BadPermissionsUserCredentials
	//
	// Unable to use the Role provided.
	//
	// InvalidBundleRobotApplication
	//
	// Robot bundle cannot be extracted (invalid format, bundling error, or other
	// issue).
	//
	// InvalidBundleSimulationApplication
	//
	// Simulation bundle cannot be extracted (invalid format, bundling error, or
	// other issue).
	//
	// RobotApplicationVersionMismatchedEtag
	//
	// Etag for RobotApplication does not match value during version creation.
	//
	// SimulationApplicationVersionMismatchedEtag
	//
	// Etag for SimulationApplication does not match value during version creation.
	FailureCode *string `locationName:"failureCode" type:"string" enum:"SimulationJobErrorCode"`

	// Details about why the simulation job failed. For more information about troubleshooting,
	// see Troubleshooting (https://docs.aws.amazon.com/robomaker/latest/dg/troubleshooting.html).
	FailureReason *string `locationName:"failureReason" type:"string"`

	// The IAM role that allows the simulation instance to call the AWS APIs that
	// are specified in its associated policies on your behalf.
	IamRole *string `locationName:"iamRole" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the simulation job was last
	// started.
	LastStartedAt *time.Time `locationName:"lastStartedAt" type:"timestamp"`

	// The time, in milliseconds since the epoch, when the simulation job was last
	// updated.
	LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"`

	// The logging configuration.
	LoggingConfig *LoggingConfig `locationName:"loggingConfig" type:"structure"`

	// The maximum job duration in seconds. The value must be 8 days (691,200 seconds)
	// or less.
	MaxJobDurationInSeconds *int64 `locationName:"maxJobDurationInSeconds" type:"long"`

	// The name of the simulation job.
	Name *string `locationName:"name" min:"1" type:"string"`

	// The network interface information for the simulation job.
	NetworkInterface *NetworkInterface `locationName:"networkInterface" type:"structure"`

	// Location for output files generated by the simulation job.
	OutputLocation *OutputLocation `locationName:"outputLocation" type:"structure"`

	// A list of robot applications.
	RobotApplications []*RobotApplicationConfig `locationName:"robotApplications" min:"1" type:"list"`

	// A list of simulation applications.
	SimulationApplications []*SimulationApplicationConfig `locationName:"simulationApplications" min:"1" type:"list"`

	// The simulation job execution duration in milliseconds.
	SimulationTimeMillis *int64 `locationName:"simulationTimeMillis" type:"long"`

	// The status of the simulation job.
	Status *string `locationName:"status" type:"string" enum:"SimulationJobStatus"`

	// The list of all tags added to the specified simulation job.
	Tags map[string]*string `locationName:"tags" type:"map"`

	// The VPC configuration.
	VpcConfig *VPCConfigResponse `locationName:"vpcConfig" type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeSimulationJobOutput) GoString

func (s DescribeSimulationJobOutput) GoString() string

GoString returns the string representation

func (*DescribeSimulationJobOutput) SetArn

SetArn sets the Arn field's value.

func (*DescribeSimulationJobOutput) SetClientRequestToken

func (s *DescribeSimulationJobOutput) SetClientRequestToken(v string) *DescribeSimulationJobOutput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*DescribeSimulationJobOutput) SetDataSources added in v1.23.3

SetDataSources sets the DataSources field's value.

func (*DescribeSimulationJobOutput) SetFailureBehavior

SetFailureBehavior sets the FailureBehavior field's value.

func (*DescribeSimulationJobOutput) SetFailureCode

SetFailureCode sets the FailureCode field's value.

func (*DescribeSimulationJobOutput) SetFailureReason added in v1.16.30

SetFailureReason sets the FailureReason field's value.

func (*DescribeSimulationJobOutput) SetIamRole

SetIamRole sets the IamRole field's value.

func (*DescribeSimulationJobOutput) SetLastStartedAt added in v1.19.39

SetLastStartedAt sets the LastStartedAt field's value.

func (*DescribeSimulationJobOutput) SetLastUpdatedAt

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*DescribeSimulationJobOutput) SetLoggingConfig added in v1.23.3

SetLoggingConfig sets the LoggingConfig field's value.

func (*DescribeSimulationJobOutput) SetMaxJobDurationInSeconds

func (s *DescribeSimulationJobOutput) SetMaxJobDurationInSeconds(v int64) *DescribeSimulationJobOutput

SetMaxJobDurationInSeconds sets the MaxJobDurationInSeconds field's value.

func (*DescribeSimulationJobOutput) SetName

SetName sets the Name field's value.

func (*DescribeSimulationJobOutput) SetNetworkInterface added in v1.23.18

SetNetworkInterface sets the NetworkInterface field's value.

func (*DescribeSimulationJobOutput) SetOutputLocation

SetOutputLocation sets the OutputLocation field's value.

func (*DescribeSimulationJobOutput) SetRobotApplications

SetRobotApplications sets the RobotApplications field's value.

func (*DescribeSimulationJobOutput) SetSimulationApplications

SetSimulationApplications sets the SimulationApplications field's value.

func (*DescribeSimulationJobOutput) SetSimulationTimeMillis

func (s *DescribeSimulationJobOutput) SetSimulationTimeMillis(v int64) *DescribeSimulationJobOutput

SetSimulationTimeMillis sets the SimulationTimeMillis field's value.

func (*DescribeSimulationJobOutput) SetStatus

SetStatus sets the Status field's value.

func (*DescribeSimulationJobOutput) SetTags added in v1.16.30

SetTags sets the Tags field's value.

func (*DescribeSimulationJobOutput) SetVpcConfig

SetVpcConfig sets the VpcConfig field's value.

func (DescribeSimulationJobOutput) String

String returns the string representation

type FailedCreateSimulationJobRequest added in v1.28.13

type FailedCreateSimulationJobRequest struct {

	// The time, in milliseconds since the epoch, when the simulation job batch
	// failed.
	FailedAt *time.Time `locationName:"failedAt" type:"timestamp"`

	// The failure code.
	FailureCode *string `locationName:"failureCode" type:"string" enum:"SimulationJobErrorCode"`

	// The failure reason of the simulation job request.
	FailureReason *string `locationName:"failureReason" type:"string"`

	// The simulation job request.
	Request *SimulationJobRequest `locationName:"request" type:"structure"`
	// contains filtered or unexported fields
}

Information about a failed create simulation job request.

func (FailedCreateSimulationJobRequest) GoString added in v1.28.13

GoString returns the string representation

func (*FailedCreateSimulationJobRequest) SetFailedAt added in v1.28.13

SetFailedAt sets the FailedAt field's value.

func (*FailedCreateSimulationJobRequest) SetFailureCode added in v1.28.13

SetFailureCode sets the FailureCode field's value.

func (*FailedCreateSimulationJobRequest) SetFailureReason added in v1.28.13

SetFailureReason sets the FailureReason field's value.

func (*FailedCreateSimulationJobRequest) SetRequest added in v1.28.13

SetRequest sets the Request field's value.

func (FailedCreateSimulationJobRequest) String added in v1.28.13

String returns the string representation

type Filter

type Filter struct {

	// The name of the filter.
	Name *string `locationName:"name" min:"1" type:"string"`

	// A list of values.
	Values []*string `locationName:"values" min:"1" type:"list"`
	// contains filtered or unexported fields
}

Information about a filter.

func (Filter) GoString

func (s Filter) GoString() string

GoString returns the string representation

func (*Filter) SetName

func (s *Filter) SetName(v string) *Filter

SetName sets the Name field's value.

func (*Filter) SetValues

func (s *Filter) SetValues(v []*string) *Filter

SetValues sets the Values field's value.

func (Filter) String

func (s Filter) String() string

String returns the string representation

func (*Filter) Validate

func (s *Filter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Fleet

type Fleet struct {

	// The Amazon Resource Name (ARN) of the fleet.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the fleet was created.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"`

	// The Amazon Resource Name (ARN) of the last deployment job.
	LastDeploymentJob *string `locationName:"lastDeploymentJob" min:"1" type:"string"`

	// The status of the last fleet deployment.
	LastDeploymentStatus *string `locationName:"lastDeploymentStatus" type:"string" enum:"DeploymentStatus"`

	// The time of the last deployment.
	LastDeploymentTime *time.Time `locationName:"lastDeploymentTime" type:"timestamp"`

	// The name of the fleet.
	Name *string `locationName:"name" min:"1" type:"string"`
	// contains filtered or unexported fields
}

Information about a fleet.

func (Fleet) GoString

func (s Fleet) GoString() string

GoString returns the string representation

func (*Fleet) SetArn

func (s *Fleet) SetArn(v string) *Fleet

SetArn sets the Arn field's value.

func (*Fleet) SetCreatedAt

func (s *Fleet) SetCreatedAt(v time.Time) *Fleet

SetCreatedAt sets the CreatedAt field's value.

func (*Fleet) SetLastDeploymentJob

func (s *Fleet) SetLastDeploymentJob(v string) *Fleet

SetLastDeploymentJob sets the LastDeploymentJob field's value.

func (*Fleet) SetLastDeploymentStatus

func (s *Fleet) SetLastDeploymentStatus(v string) *Fleet

SetLastDeploymentStatus sets the LastDeploymentStatus field's value.

func (*Fleet) SetLastDeploymentTime

func (s *Fleet) SetLastDeploymentTime(v time.Time) *Fleet

SetLastDeploymentTime sets the LastDeploymentTime field's value.

func (*Fleet) SetName

func (s *Fleet) SetName(v string) *Fleet

SetName sets the Name field's value.

func (Fleet) String

func (s Fleet) String() string

String returns the string representation

type IdempotentParameterMismatchException added in v1.28.0

type IdempotentParameterMismatchException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.

func (IdempotentParameterMismatchException) Code added in v1.28.0

Code returns the exception type name.

func (IdempotentParameterMismatchException) Error added in v1.28.0

func (IdempotentParameterMismatchException) GoString added in v1.28.0

GoString returns the string representation

func (IdempotentParameterMismatchException) Message added in v1.28.0

Message returns the exception's message.

func (IdempotentParameterMismatchException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (IdempotentParameterMismatchException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (IdempotentParameterMismatchException) StatusCode added in v1.28.0

Status code returns the HTTP status code for the request's response error.

func (IdempotentParameterMismatchException) String added in v1.28.0

String returns the string representation

type InternalServerException added in v1.28.0

type InternalServerException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

AWS RoboMaker experienced a service issue. Try your call again.

func (InternalServerException) Code added in v1.28.0

Code returns the exception type name.

func (InternalServerException) Error added in v1.28.0

func (s InternalServerException) Error() string

func (InternalServerException) GoString added in v1.28.0

func (s InternalServerException) GoString() string

GoString returns the string representation

func (InternalServerException) Message added in v1.28.0

func (s InternalServerException) Message() string

Message returns the exception's message.

func (InternalServerException) OrigErr added in v1.28.0

func (s InternalServerException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (InternalServerException) RequestID added in v1.28.0

func (s InternalServerException) RequestID() string

RequestID returns the service's response RequestID for request.

func (InternalServerException) StatusCode added in v1.28.0

func (s InternalServerException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InternalServerException) String added in v1.28.0

func (s InternalServerException) String() string

String returns the string representation

type InvalidParameterException added in v1.28.0

type InvalidParameterException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

func (InvalidParameterException) Code added in v1.28.0

Code returns the exception type name.

func (InvalidParameterException) Error added in v1.28.0

func (InvalidParameterException) GoString added in v1.28.0

func (s InvalidParameterException) GoString() string

GoString returns the string representation

func (InvalidParameterException) Message added in v1.28.0

func (s InvalidParameterException) Message() string

Message returns the exception's message.

func (InvalidParameterException) OrigErr added in v1.28.0

func (s InvalidParameterException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (InvalidParameterException) RequestID added in v1.28.0

func (s InvalidParameterException) RequestID() string

RequestID returns the service's response RequestID for request.

func (InvalidParameterException) StatusCode added in v1.28.0

func (s InvalidParameterException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidParameterException) String added in v1.28.0

func (s InvalidParameterException) String() string

String returns the string representation

type LaunchConfig

type LaunchConfig struct {

	// The environment variables for the application launch.
	EnvironmentVariables map[string]*string `locationName:"environmentVariables" type:"map"`

	// The launch file name.
	//
	// LaunchFile is a required field
	LaunchFile *string `locationName:"launchFile" min:"1" type:"string" required:"true"`

	// The package name.
	//
	// PackageName is a required field
	PackageName *string `locationName:"packageName" min:"1" type:"string" required:"true"`

	// The port forwarding configuration.
	PortForwardingConfig *PortForwardingConfig `locationName:"portForwardingConfig" type:"structure"`
	// contains filtered or unexported fields
}

Information about a launch configuration.

func (LaunchConfig) GoString

func (s LaunchConfig) GoString() string

GoString returns the string representation

func (*LaunchConfig) SetEnvironmentVariables

func (s *LaunchConfig) SetEnvironmentVariables(v map[string]*string) *LaunchConfig

SetEnvironmentVariables sets the EnvironmentVariables field's value.

func (*LaunchConfig) SetLaunchFile

func (s *LaunchConfig) SetLaunchFile(v string) *LaunchConfig

SetLaunchFile sets the LaunchFile field's value.

func (*LaunchConfig) SetPackageName

func (s *LaunchConfig) SetPackageName(v string) *LaunchConfig

SetPackageName sets the PackageName field's value.

func (*LaunchConfig) SetPortForwardingConfig added in v1.23.18

func (s *LaunchConfig) SetPortForwardingConfig(v *PortForwardingConfig) *LaunchConfig

SetPortForwardingConfig sets the PortForwardingConfig field's value.

func (LaunchConfig) String

func (s LaunchConfig) String() string

String returns the string representation

func (*LaunchConfig) Validate

func (s *LaunchConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LimitExceededException added in v1.28.0

type LimitExceededException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

func (LimitExceededException) Code added in v1.28.0

func (s LimitExceededException) Code() string

Code returns the exception type name.

func (LimitExceededException) Error added in v1.28.0

func (s LimitExceededException) Error() string

func (LimitExceededException) GoString added in v1.28.0

func (s LimitExceededException) GoString() string

GoString returns the string representation

func (LimitExceededException) Message added in v1.28.0

func (s LimitExceededException) Message() string

Message returns the exception's message.

func (LimitExceededException) OrigErr added in v1.28.0

func (s LimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (LimitExceededException) RequestID added in v1.28.0

func (s LimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (LimitExceededException) StatusCode added in v1.28.0

func (s LimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (LimitExceededException) String added in v1.28.0

func (s LimitExceededException) String() string

String returns the string representation

type ListDeploymentJobsInput

type ListDeploymentJobsInput struct {

	// Optional filters to limit results.
	//
	// The filter names status and fleetName are supported. When filtering, you
	// must use the complete value of the filtered item. You can use up to three
	// filters, but they must be for the same named item. For example, if you are
	// looking for items with the status InProgress or the status Pending.
	Filters []*Filter `locationName:"filters" min:"1" type:"list"`

	// When this parameter is used, ListDeploymentJobs only returns maxResults results
	// in a single page along with a nextToken response element. The remaining results
	// of the initial request can be seen by sending another ListDeploymentJobs
	// request with the returned nextToken value. This value can be between 1 and
	// 200. If this parameter is not used, then ListDeploymentJobs returns up to
	// 200 results and a nextToken value if applicable.
	MaxResults *int64 `locationName:"maxResults" type:"integer"`

	// The nextToken value returned from a previous paginated ListDeploymentJobs
	// request where maxResults was used and the results exceeded the value of that
	// parameter. Pagination continues from the end of the previous results that
	// returned the nextToken value.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListDeploymentJobsInput) GoString

func (s ListDeploymentJobsInput) GoString() string

GoString returns the string representation

func (*ListDeploymentJobsInput) SetFilters

SetFilters sets the Filters field's value.

func (*ListDeploymentJobsInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListDeploymentJobsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListDeploymentJobsInput) String

func (s ListDeploymentJobsInput) String() string

String returns the string representation

func (*ListDeploymentJobsInput) Validate

func (s *ListDeploymentJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListDeploymentJobsOutput

type ListDeploymentJobsOutput struct {

	// A list of deployment jobs that meet the criteria of the request.
	DeploymentJobs []*DeploymentJob `locationName:"deploymentJobs" type:"list"`

	// The nextToken value to include in a future ListDeploymentJobs request. When
	// the results of a ListDeploymentJobs request exceed maxResults, this value
	// can be used to retrieve the next page of results. This value is null when
	// there are no more results to return.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListDeploymentJobsOutput) GoString

func (s ListDeploymentJobsOutput) GoString() string

GoString returns the string representation

func (*ListDeploymentJobsOutput) SetDeploymentJobs

SetDeploymentJobs sets the DeploymentJobs field's value.

func (*ListDeploymentJobsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListDeploymentJobsOutput) String

func (s ListDeploymentJobsOutput) String() string

String returns the string representation

type ListFleetsInput

type ListFleetsInput struct {

	// Optional filters to limit results.
	//
	// The filter name name is supported. When filtering, you must use the complete
	// value of the filtered item. You can use up to three filters.
	Filters []*Filter `locationName:"filters" min:"1" type:"list"`

	// When this parameter is used, ListFleets only returns maxResults results in
	// a single page along with a nextToken response element. The remaining results
	// of the initial request can be seen by sending another ListFleets request
	// with the returned nextToken value. This value can be between 1 and 200. If
	// this parameter is not used, then ListFleets returns up to 200 results and
	// a nextToken value if applicable.
	MaxResults *int64 `locationName:"maxResults" type:"integer"`

	// The nextToken value returned from a previous paginated ListFleets request
	// where maxResults was used and the results exceeded the value of that parameter.
	// Pagination continues from the end of the previous results that returned the
	// nextToken value.
	//
	// This token should be treated as an opaque identifier that is only used to
	// retrieve the next items in a list and not for other programmatic purposes.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListFleetsInput) GoString

func (s ListFleetsInput) GoString() string

GoString returns the string representation

func (*ListFleetsInput) SetFilters

func (s *ListFleetsInput) SetFilters(v []*Filter) *ListFleetsInput

SetFilters sets the Filters field's value.

func (*ListFleetsInput) SetMaxResults

func (s *ListFleetsInput) SetMaxResults(v int64) *ListFleetsInput

SetMaxResults sets the MaxResults field's value.

func (*ListFleetsInput) SetNextToken

func (s *ListFleetsInput) SetNextToken(v string) *ListFleetsInput

SetNextToken sets the NextToken field's value.

func (ListFleetsInput) String

func (s ListFleetsInput) String() string

String returns the string representation

func (*ListFleetsInput) Validate

func (s *ListFleetsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListFleetsOutput

type ListFleetsOutput struct {

	// A list of fleet details meeting the request criteria.
	FleetDetails []*Fleet `locationName:"fleetDetails" type:"list"`

	// The nextToken value to include in a future ListDeploymentJobs request. When
	// the results of a ListFleets request exceed maxResults, this value can be
	// used to retrieve the next page of results. This value is null when there
	// are no more results to return.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListFleetsOutput) GoString

func (s ListFleetsOutput) GoString() string

GoString returns the string representation

func (*ListFleetsOutput) SetFleetDetails

func (s *ListFleetsOutput) SetFleetDetails(v []*Fleet) *ListFleetsOutput

SetFleetDetails sets the FleetDetails field's value.

func (*ListFleetsOutput) SetNextToken

func (s *ListFleetsOutput) SetNextToken(v string) *ListFleetsOutput

SetNextToken sets the NextToken field's value.

func (ListFleetsOutput) String

func (s ListFleetsOutput) String() string

String returns the string representation

type ListRobotApplicationsInput

type ListRobotApplicationsInput struct {

	// Optional filters to limit results.
	//
	// The filter name name is supported. When filtering, you must use the complete
	// value of the filtered item. You can use up to three filters.
	Filters []*Filter `locationName:"filters" min:"1" type:"list"`

	// When this parameter is used, ListRobotApplications only returns maxResults
	// results in a single page along with a nextToken response element. The remaining
	// results of the initial request can be seen by sending another ListRobotApplications
	// request with the returned nextToken value. This value can be between 1 and
	// 100. If this parameter is not used, then ListRobotApplications returns up
	// to 100 results and a nextToken value if applicable.
	MaxResults *int64 `locationName:"maxResults" type:"integer"`

	// The nextToken value returned from a previous paginated ListRobotApplications
	// request where maxResults was used and the results exceeded the value of that
	// parameter. Pagination continues from the end of the previous results that
	// returned the nextToken value.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`

	// The version qualifier of the robot application.
	VersionQualifier *string `locationName:"versionQualifier" type:"string"`
	// contains filtered or unexported fields
}

func (ListRobotApplicationsInput) GoString

func (s ListRobotApplicationsInput) GoString() string

GoString returns the string representation

func (*ListRobotApplicationsInput) SetFilters

SetFilters sets the Filters field's value.

func (*ListRobotApplicationsInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListRobotApplicationsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListRobotApplicationsInput) SetVersionQualifier

SetVersionQualifier sets the VersionQualifier field's value.

func (ListRobotApplicationsInput) String

String returns the string representation

func (*ListRobotApplicationsInput) Validate

func (s *ListRobotApplicationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListRobotApplicationsOutput

type ListRobotApplicationsOutput struct {

	// The nextToken value to include in a future ListRobotApplications request.
	// When the results of a ListRobotApplications request exceed maxResults, this
	// value can be used to retrieve the next page of results. This value is null
	// when there are no more results to return.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`

	// A list of robot application summaries that meet the criteria of the request.
	RobotApplicationSummaries []*RobotApplicationSummary `locationName:"robotApplicationSummaries" type:"list"`
	// contains filtered or unexported fields
}

func (ListRobotApplicationsOutput) GoString

func (s ListRobotApplicationsOutput) GoString() string

GoString returns the string representation

func (*ListRobotApplicationsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListRobotApplicationsOutput) SetRobotApplicationSummaries

SetRobotApplicationSummaries sets the RobotApplicationSummaries field's value.

func (ListRobotApplicationsOutput) String

String returns the string representation

type ListRobotsInput

type ListRobotsInput struct {

	// Optional filters to limit results.
	//
	// The filter names status and fleetName are supported. When filtering, you
	// must use the complete value of the filtered item. You can use up to three
	// filters, but they must be for the same named item. For example, if you are
	// looking for items with the status Registered or the status Available.
	Filters []*Filter `locationName:"filters" min:"1" type:"list"`

	// When this parameter is used, ListRobots only returns maxResults results in
	// a single page along with a nextToken response element. The remaining results
	// of the initial request can be seen by sending another ListRobots request
	// with the returned nextToken value. This value can be between 1 and 200. If
	// this parameter is not used, then ListRobots returns up to 200 results and
	// a nextToken value if applicable.
	MaxResults *int64 `locationName:"maxResults" type:"integer"`

	// The nextToken value returned from a previous paginated ListRobots request
	// where maxResults was used and the results exceeded the value of that parameter.
	// Pagination continues from the end of the previous results that returned the
	// nextToken value.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListRobotsInput) GoString

func (s ListRobotsInput) GoString() string

GoString returns the string representation

func (*ListRobotsInput) SetFilters

func (s *ListRobotsInput) SetFilters(v []*Filter) *ListRobotsInput

SetFilters sets the Filters field's value.

func (*ListRobotsInput) SetMaxResults

func (s *ListRobotsInput) SetMaxResults(v int64) *ListRobotsInput

SetMaxResults sets the MaxResults field's value.

func (*ListRobotsInput) SetNextToken

func (s *ListRobotsInput) SetNextToken(v string) *ListRobotsInput

SetNextToken sets the NextToken field's value.

func (ListRobotsInput) String

func (s ListRobotsInput) String() string

String returns the string representation

func (*ListRobotsInput) Validate

func (s *ListRobotsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListRobotsOutput

type ListRobotsOutput struct {

	// The nextToken value to include in a future ListRobots request. When the results
	// of a ListRobot request exceed maxResults, this value can be used to retrieve
	// the next page of results. This value is null when there are no more results
	// to return.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`

	// A list of robots that meet the criteria of the request.
	Robots []*Robot `locationName:"robots" type:"list"`
	// contains filtered or unexported fields
}

func (ListRobotsOutput) GoString

func (s ListRobotsOutput) GoString() string

GoString returns the string representation

func (*ListRobotsOutput) SetNextToken

func (s *ListRobotsOutput) SetNextToken(v string) *ListRobotsOutput

SetNextToken sets the NextToken field's value.

func (*ListRobotsOutput) SetRobots

func (s *ListRobotsOutput) SetRobots(v []*Robot) *ListRobotsOutput

SetRobots sets the Robots field's value.

func (ListRobotsOutput) String

func (s ListRobotsOutput) String() string

String returns the string representation

type ListSimulationApplicationsInput

type ListSimulationApplicationsInput struct {

	// Optional list of filters to limit results.
	//
	// The filter name name is supported. When filtering, you must use the complete
	// value of the filtered item. You can use up to three filters.
	Filters []*Filter `locationName:"filters" min:"1" type:"list"`

	// When this parameter is used, ListSimulationApplications only returns maxResults
	// results in a single page along with a nextToken response element. The remaining
	// results of the initial request can be seen by sending another ListSimulationApplications
	// request with the returned nextToken value. This value can be between 1 and
	// 100. If this parameter is not used, then ListSimulationApplications returns
	// up to 100 results and a nextToken value if applicable.
	MaxResults *int64 `locationName:"maxResults" type:"integer"`

	// The nextToken value returned from a previous paginated ListSimulationApplications
	// request where maxResults was used and the results exceeded the value of that
	// parameter. Pagination continues from the end of the previous results that
	// returned the nextToken value.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`

	// The version qualifier of the simulation application.
	VersionQualifier *string `locationName:"versionQualifier" type:"string"`
	// contains filtered or unexported fields
}

func (ListSimulationApplicationsInput) GoString

GoString returns the string representation

func (*ListSimulationApplicationsInput) SetFilters

SetFilters sets the Filters field's value.

func (*ListSimulationApplicationsInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListSimulationApplicationsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListSimulationApplicationsInput) SetVersionQualifier

SetVersionQualifier sets the VersionQualifier field's value.

func (ListSimulationApplicationsInput) String

String returns the string representation

func (*ListSimulationApplicationsInput) Validate

func (s *ListSimulationApplicationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListSimulationApplicationsOutput

type ListSimulationApplicationsOutput struct {

	// The nextToken value to include in a future ListSimulationApplications request.
	// When the results of a ListRobot request exceed maxResults, this value can
	// be used to retrieve the next page of results. This value is null when there
	// are no more results to return.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`

	// A list of simulation application summaries that meet the criteria of the
	// request.
	SimulationApplicationSummaries []*SimulationApplicationSummary `locationName:"simulationApplicationSummaries" type:"list"`
	// contains filtered or unexported fields
}

func (ListSimulationApplicationsOutput) GoString

GoString returns the string representation

func (*ListSimulationApplicationsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListSimulationApplicationsOutput) SetSimulationApplicationSummaries

SetSimulationApplicationSummaries sets the SimulationApplicationSummaries field's value.

func (ListSimulationApplicationsOutput) String

String returns the string representation

type ListSimulationJobBatchesInput added in v1.28.13

type ListSimulationJobBatchesInput struct {

	// Optional filters to limit results.
	Filters []*Filter `locationName:"filters" min:"1" type:"list"`

	// When this parameter is used, ListSimulationJobBatches only returns maxResults
	// results in a single page along with a nextToken response element. The remaining
	// results of the initial request can be seen by sending another ListSimulationJobBatches
	// request with the returned nextToken value.
	MaxResults *int64 `locationName:"maxResults" type:"integer"`

	// The nextToken value returned from a previous paginated ListSimulationJobBatches
	// request where maxResults was used and the results exceeded the value of that
	// parameter. Pagination continues from the end of the previous results that
	// returned the nextToken value.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListSimulationJobBatchesInput) GoString added in v1.28.13

GoString returns the string representation

func (*ListSimulationJobBatchesInput) SetFilters added in v1.28.13

SetFilters sets the Filters field's value.

func (*ListSimulationJobBatchesInput) SetMaxResults added in v1.28.13

SetMaxResults sets the MaxResults field's value.

func (*ListSimulationJobBatchesInput) SetNextToken added in v1.28.13

SetNextToken sets the NextToken field's value.

func (ListSimulationJobBatchesInput) String added in v1.28.13

String returns the string representation

func (*ListSimulationJobBatchesInput) Validate added in v1.28.13

func (s *ListSimulationJobBatchesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListSimulationJobBatchesOutput added in v1.28.13

type ListSimulationJobBatchesOutput struct {

	// The nextToken value to include in a future ListSimulationJobBatches request.
	// When the results of a ListSimulationJobBatches request exceed maxResults,
	// this value can be used to retrieve the next page of results. This value is
	// null when there are no more results to return.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`

	// A list of simulation job batch summaries.
	SimulationJobBatchSummaries []*SimulationJobBatchSummary `locationName:"simulationJobBatchSummaries" type:"list"`
	// contains filtered or unexported fields
}

func (ListSimulationJobBatchesOutput) GoString added in v1.28.13

GoString returns the string representation

func (*ListSimulationJobBatchesOutput) SetNextToken added in v1.28.13

SetNextToken sets the NextToken field's value.

func (*ListSimulationJobBatchesOutput) SetSimulationJobBatchSummaries added in v1.28.13

SetSimulationJobBatchSummaries sets the SimulationJobBatchSummaries field's value.

func (ListSimulationJobBatchesOutput) String added in v1.28.13

String returns the string representation

type ListSimulationJobsInput

type ListSimulationJobsInput struct {

	// Optional filters to limit results.
	//
	// The filter names status and simulationApplicationName and robotApplicationName
	// are supported. When filtering, you must use the complete value of the filtered
	// item. You can use up to three filters, but they must be for the same named
	// item. For example, if you are looking for items with the status Preparing
	// or the status Running.
	Filters []*Filter `locationName:"filters" min:"1" type:"list"`

	// When this parameter is used, ListSimulationJobs only returns maxResults results
	// in a single page along with a nextToken response element. The remaining results
	// of the initial request can be seen by sending another ListSimulationJobs
	// request with the returned nextToken value. This value can be between 1 and
	// 1000. If this parameter is not used, then ListSimulationJobs returns up to
	// 1000 results and a nextToken value if applicable.
	MaxResults *int64 `locationName:"maxResults" type:"integer"`

	// The nextToken value returned from a previous paginated ListSimulationJobs
	// request where maxResults was used and the results exceeded the value of that
	// parameter. Pagination continues from the end of the previous results that
	// returned the nextToken value.
	//
	// This token should be treated as an opaque identifier that is only used to
	// retrieve the next items in a list and not for other programmatic purposes.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListSimulationJobsInput) GoString

func (s ListSimulationJobsInput) GoString() string

GoString returns the string representation

func (*ListSimulationJobsInput) SetFilters

SetFilters sets the Filters field's value.

func (*ListSimulationJobsInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListSimulationJobsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListSimulationJobsInput) String

func (s ListSimulationJobsInput) String() string

String returns the string representation

func (*ListSimulationJobsInput) Validate

func (s *ListSimulationJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListSimulationJobsOutput

type ListSimulationJobsOutput struct {

	// The nextToken value to include in a future ListSimulationJobs request. When
	// the results of a ListRobot request exceed maxResults, this value can be used
	// to retrieve the next page of results. This value is null when there are no
	// more results to return.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`

	// A list of simulation job summaries that meet the criteria of the request.
	//
	// SimulationJobSummaries is a required field
	SimulationJobSummaries []*SimulationJobSummary `locationName:"simulationJobSummaries" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (ListSimulationJobsOutput) GoString

func (s ListSimulationJobsOutput) GoString() string

GoString returns the string representation

func (*ListSimulationJobsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListSimulationJobsOutput) SetSimulationJobSummaries

func (s *ListSimulationJobsOutput) SetSimulationJobSummaries(v []*SimulationJobSummary) *ListSimulationJobsOutput

SetSimulationJobSummaries sets the SimulationJobSummaries field's value.

func (ListSimulationJobsOutput) String

func (s ListSimulationJobsOutput) String() string

String returns the string representation

type ListTagsForResourceInput added in v1.16.30

type ListTagsForResourceInput struct {

	// The AWS RoboMaker Amazon Resource Name (ARN) with tags to be listed.
	//
	// ResourceArn is a required field
	ResourceArn *string `location:"uri" locationName:"resourceArn" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListTagsForResourceInput) GoString added in v1.16.30

func (s ListTagsForResourceInput) GoString() string

GoString returns the string representation

func (*ListTagsForResourceInput) SetResourceArn added in v1.16.30

SetResourceArn sets the ResourceArn field's value.

func (ListTagsForResourceInput) String added in v1.16.30

func (s ListTagsForResourceInput) String() string

String returns the string representation

func (*ListTagsForResourceInput) Validate added in v1.16.30

func (s *ListTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourceOutput added in v1.16.30

type ListTagsForResourceOutput struct {

	// The list of all tags added to the specified resource.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (ListTagsForResourceOutput) GoString added in v1.16.30

func (s ListTagsForResourceOutput) GoString() string

GoString returns the string representation

func (*ListTagsForResourceOutput) SetTags added in v1.16.30

SetTags sets the Tags field's value.

func (ListTagsForResourceOutput) String added in v1.16.30

func (s ListTagsForResourceOutput) String() string

String returns the string representation

type LoggingConfig added in v1.23.3

type LoggingConfig struct {

	// A boolean indicating whether to record all ROS topics.
	//
	// RecordAllRosTopics is a required field
	RecordAllRosTopics *bool `locationName:"recordAllRosTopics" type:"boolean" required:"true"`
	// contains filtered or unexported fields
}

The logging configuration.

func (LoggingConfig) GoString added in v1.23.3

func (s LoggingConfig) GoString() string

GoString returns the string representation

func (*LoggingConfig) SetRecordAllRosTopics added in v1.23.3

func (s *LoggingConfig) SetRecordAllRosTopics(v bool) *LoggingConfig

SetRecordAllRosTopics sets the RecordAllRosTopics field's value.

func (LoggingConfig) String added in v1.23.3

func (s LoggingConfig) String() string

String returns the string representation

func (*LoggingConfig) Validate added in v1.23.3

func (s *LoggingConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type NetworkInterface added in v1.23.18

type NetworkInterface struct {

	// The ID of the network interface.
	NetworkInterfaceId *string `locationName:"networkInterfaceId" type:"string"`

	// The IPv4 address of the network interface within the subnet.
	PrivateIpAddress *string `locationName:"privateIpAddress" type:"string"`

	// The IPv4 public address of the network interface.
	PublicIpAddress *string `locationName:"publicIpAddress" type:"string"`
	// contains filtered or unexported fields
}

Describes a network interface.

func (NetworkInterface) GoString added in v1.23.18

func (s NetworkInterface) GoString() string

GoString returns the string representation

func (*NetworkInterface) SetNetworkInterfaceId added in v1.23.18

func (s *NetworkInterface) SetNetworkInterfaceId(v string) *NetworkInterface

SetNetworkInterfaceId sets the NetworkInterfaceId field's value.

func (*NetworkInterface) SetPrivateIpAddress added in v1.23.18

func (s *NetworkInterface) SetPrivateIpAddress(v string) *NetworkInterface

SetPrivateIpAddress sets the PrivateIpAddress field's value.

func (*NetworkInterface) SetPublicIpAddress added in v1.23.18

func (s *NetworkInterface) SetPublicIpAddress(v string) *NetworkInterface

SetPublicIpAddress sets the PublicIpAddress field's value.

func (NetworkInterface) String added in v1.23.18

func (s NetworkInterface) String() string

String returns the string representation

type OutputLocation

type OutputLocation struct {

	// The S3 bucket for output.
	S3Bucket *string `locationName:"s3Bucket" min:"3" type:"string"`

	// The S3 folder in the s3Bucket where output files will be placed.
	S3Prefix *string `locationName:"s3Prefix" min:"1" type:"string"`
	// contains filtered or unexported fields
}

The output location.

func (OutputLocation) GoString

func (s OutputLocation) GoString() string

GoString returns the string representation

func (*OutputLocation) SetS3Bucket

func (s *OutputLocation) SetS3Bucket(v string) *OutputLocation

SetS3Bucket sets the S3Bucket field's value.

func (*OutputLocation) SetS3Prefix

func (s *OutputLocation) SetS3Prefix(v string) *OutputLocation

SetS3Prefix sets the S3Prefix field's value.

func (OutputLocation) String

func (s OutputLocation) String() string

String returns the string representation

func (*OutputLocation) Validate

func (s *OutputLocation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PortForwardingConfig added in v1.23.18

type PortForwardingConfig struct {

	// The port mappings for the configuration.
	PortMappings []*PortMapping `locationName:"portMappings" type:"list"`
	// contains filtered or unexported fields
}

Configuration information for port forwarding.

func (PortForwardingConfig) GoString added in v1.23.18

func (s PortForwardingConfig) GoString() string

GoString returns the string representation

func (*PortForwardingConfig) SetPortMappings added in v1.23.18

func (s *PortForwardingConfig) SetPortMappings(v []*PortMapping) *PortForwardingConfig

SetPortMappings sets the PortMappings field's value.

func (PortForwardingConfig) String added in v1.23.18

func (s PortForwardingConfig) String() string

String returns the string representation

func (*PortForwardingConfig) Validate added in v1.23.18

func (s *PortForwardingConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PortMapping added in v1.23.18

type PortMapping struct {

	// The port number on the application.
	//
	// ApplicationPort is a required field
	ApplicationPort *int64 `locationName:"applicationPort" min:"1024" type:"integer" required:"true"`

	// A Boolean indicating whether to enable this port mapping on public IP.
	EnableOnPublicIp *bool `locationName:"enableOnPublicIp" type:"boolean"`

	// The port number on the simulation job instance to use as a remote connection
	// point.
	//
	// JobPort is a required field
	JobPort *int64 `locationName:"jobPort" min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

An object representing a port mapping.

func (PortMapping) GoString added in v1.23.18

func (s PortMapping) GoString() string

GoString returns the string representation

func (*PortMapping) SetApplicationPort added in v1.23.18

func (s *PortMapping) SetApplicationPort(v int64) *PortMapping

SetApplicationPort sets the ApplicationPort field's value.

func (*PortMapping) SetEnableOnPublicIp added in v1.23.18

func (s *PortMapping) SetEnableOnPublicIp(v bool) *PortMapping

SetEnableOnPublicIp sets the EnableOnPublicIp field's value.

func (*PortMapping) SetJobPort added in v1.23.18

func (s *PortMapping) SetJobPort(v int64) *PortMapping

SetJobPort sets the JobPort field's value.

func (PortMapping) String added in v1.23.18

func (s PortMapping) String() string

String returns the string representation

func (*PortMapping) Validate added in v1.23.18

func (s *PortMapping) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProgressDetail

type ProgressDetail struct {

	// The current progress status.
	//
	// Validating
	//
	// Validating the deployment.
	//
	// DownloadingExtracting
	//
	// Downloading and extracting the bundle on the robot.
	//
	// ExecutingPreLaunch
	//
	// Executing pre-launch script(s) if provided.
	//
	// Launching
	//
	// Launching the robot application.
	//
	// ExecutingPostLaunch
	//
	// Executing post-launch script(s) if provided.
	//
	// Finished
	//
	// Deployment is complete.
	CurrentProgress *string `locationName:"currentProgress" type:"string" enum:"RobotDeploymentStep"`

	// Estimated amount of time in seconds remaining in the step. This currently
	// only applies to the Downloading/Extracting step of the deployment. It is
	// empty for other steps.
	EstimatedTimeRemainingSeconds *int64 `locationName:"estimatedTimeRemainingSeconds" type:"integer"`

	// Precentage of the step that is done. This currently only applies to the Downloading/Extracting
	// step of the deployment. It is empty for other steps.
	PercentDone *float64 `locationName:"percentDone" type:"float"`

	// The Amazon Resource Name (ARN) of the deployment job.
	TargetResource *string `locationName:"targetResource" type:"string"`
	// contains filtered or unexported fields
}

Information about the progress of a deployment job.

func (ProgressDetail) GoString

func (s ProgressDetail) GoString() string

GoString returns the string representation

func (*ProgressDetail) SetCurrentProgress

func (s *ProgressDetail) SetCurrentProgress(v string) *ProgressDetail

SetCurrentProgress sets the CurrentProgress field's value.

func (*ProgressDetail) SetEstimatedTimeRemainingSeconds added in v1.19.4

func (s *ProgressDetail) SetEstimatedTimeRemainingSeconds(v int64) *ProgressDetail

SetEstimatedTimeRemainingSeconds sets the EstimatedTimeRemainingSeconds field's value.

func (*ProgressDetail) SetPercentDone added in v1.19.4

func (s *ProgressDetail) SetPercentDone(v float64) *ProgressDetail

SetPercentDone sets the PercentDone field's value.

func (*ProgressDetail) SetTargetResource

func (s *ProgressDetail) SetTargetResource(v string) *ProgressDetail

SetTargetResource sets the TargetResource field's value.

func (ProgressDetail) String

func (s ProgressDetail) String() string

String returns the string representation

type RegisterRobotInput

type RegisterRobotInput struct {

	// The Amazon Resource Name (ARN) of the fleet.
	//
	// Fleet is a required field
	Fleet *string `locationName:"fleet" min:"1" type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the robot.
	//
	// Robot is a required field
	Robot *string `locationName:"robot" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (RegisterRobotInput) GoString

func (s RegisterRobotInput) GoString() string

GoString returns the string representation

func (*RegisterRobotInput) SetFleet

SetFleet sets the Fleet field's value.

func (*RegisterRobotInput) SetRobot

SetRobot sets the Robot field's value.

func (RegisterRobotInput) String

func (s RegisterRobotInput) String() string

String returns the string representation

func (*RegisterRobotInput) Validate

func (s *RegisterRobotInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RegisterRobotOutput

type RegisterRobotOutput struct {

	// The Amazon Resource Name (ARN) of the fleet that the robot will join.
	Fleet *string `locationName:"fleet" min:"1" type:"string"`

	// Information about the robot registration.
	Robot *string `locationName:"robot" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (RegisterRobotOutput) GoString

func (s RegisterRobotOutput) GoString() string

GoString returns the string representation

func (*RegisterRobotOutput) SetFleet

SetFleet sets the Fleet field's value.

func (*RegisterRobotOutput) SetRobot

SetRobot sets the Robot field's value.

func (RegisterRobotOutput) String

func (s RegisterRobotOutput) String() string

String returns the string representation

type RenderingEngine

type RenderingEngine struct {

	// The name of the rendering engine.
	Name *string `locationName:"name" type:"string" enum:"RenderingEngineType"`

	// The version of the rendering engine.
	Version *string `locationName:"version" type:"string"`
	// contains filtered or unexported fields
}

Information about a rendering engine.

func (RenderingEngine) GoString

func (s RenderingEngine) GoString() string

GoString returns the string representation

func (*RenderingEngine) SetName

func (s *RenderingEngine) SetName(v string) *RenderingEngine

SetName sets the Name field's value.

func (*RenderingEngine) SetVersion

func (s *RenderingEngine) SetVersion(v string) *RenderingEngine

SetVersion sets the Version field's value.

func (RenderingEngine) String

func (s RenderingEngine) String() string

String returns the string representation

type ResourceAlreadyExistsException added in v1.28.0

type ResourceAlreadyExistsException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The specified resource already exists.

func (ResourceAlreadyExistsException) Code added in v1.28.0

Code returns the exception type name.

func (ResourceAlreadyExistsException) Error added in v1.28.0

func (ResourceAlreadyExistsException) GoString added in v1.28.0

GoString returns the string representation

func (ResourceAlreadyExistsException) Message added in v1.28.0

Message returns the exception's message.

func (ResourceAlreadyExistsException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (ResourceAlreadyExistsException) RequestID added in v1.28.0

func (s ResourceAlreadyExistsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (ResourceAlreadyExistsException) StatusCode added in v1.28.0

func (s ResourceAlreadyExistsException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceAlreadyExistsException) String added in v1.28.0

String returns the string representation

type ResourceNotFoundException added in v1.28.0

type ResourceNotFoundException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The specified resource does not exist.

func (ResourceNotFoundException) Code added in v1.28.0

Code returns the exception type name.

func (ResourceNotFoundException) Error added in v1.28.0

func (ResourceNotFoundException) GoString added in v1.28.0

func (s ResourceNotFoundException) GoString() string

GoString returns the string representation

func (ResourceNotFoundException) Message added in v1.28.0

func (s ResourceNotFoundException) Message() string

Message returns the exception's message.

func (ResourceNotFoundException) OrigErr added in v1.28.0

func (s ResourceNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (ResourceNotFoundException) RequestID added in v1.28.0

func (s ResourceNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (ResourceNotFoundException) StatusCode added in v1.28.0

func (s ResourceNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceNotFoundException) String added in v1.28.0

func (s ResourceNotFoundException) String() string

String returns the string representation

type RestartSimulationJobInput

type RestartSimulationJobInput struct {

	// The Amazon Resource Name (ARN) of the simulation job.
	//
	// Job is a required field
	Job *string `locationName:"job" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (RestartSimulationJobInput) GoString

func (s RestartSimulationJobInput) GoString() string

GoString returns the string representation

func (*RestartSimulationJobInput) SetJob

SetJob sets the Job field's value.

func (RestartSimulationJobInput) String

func (s RestartSimulationJobInput) String() string

String returns the string representation

func (*RestartSimulationJobInput) Validate

func (s *RestartSimulationJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RestartSimulationJobOutput

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

func (RestartSimulationJobOutput) GoString

func (s RestartSimulationJobOutput) GoString() string

GoString returns the string representation

func (RestartSimulationJobOutput) String

String returns the string representation

type RoboMaker

type RoboMaker struct {
	*client.Client
}

RoboMaker provides the API operation methods for making requests to AWS RoboMaker. See this package's package overview docs for details on the service.

RoboMaker methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *RoboMaker

New creates a new instance of the RoboMaker client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a RoboMaker client from just a session.
svc := robomaker.New(mySession)

// Create a RoboMaker client with additional configuration
svc := robomaker.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*RoboMaker) BatchDescribeSimulationJob

func (c *RoboMaker) BatchDescribeSimulationJob(input *BatchDescribeSimulationJobInput) (*BatchDescribeSimulationJobOutput, error)

BatchDescribeSimulationJob API operation for AWS RoboMaker.

Describes one or more simulation jobs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation BatchDescribeSimulationJob for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource does not exist.

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/BatchDescribeSimulationJob

func (*RoboMaker) BatchDescribeSimulationJobRequest

func (c *RoboMaker) BatchDescribeSimulationJobRequest(input *BatchDescribeSimulationJobInput) (req *request.Request, output *BatchDescribeSimulationJobOutput)

BatchDescribeSimulationJobRequest generates a "aws/request.Request" representing the client's request for the BatchDescribeSimulationJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See BatchDescribeSimulationJob for more information on using the BatchDescribeSimulationJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the BatchDescribeSimulationJobRequest method.
req, resp := client.BatchDescribeSimulationJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/BatchDescribeSimulationJob

func (*RoboMaker) BatchDescribeSimulationJobWithContext

func (c *RoboMaker) BatchDescribeSimulationJobWithContext(ctx aws.Context, input *BatchDescribeSimulationJobInput, opts ...request.Option) (*BatchDescribeSimulationJobOutput, error)

BatchDescribeSimulationJobWithContext is the same as BatchDescribeSimulationJob with the addition of the ability to pass a context and additional request options.

See BatchDescribeSimulationJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) CancelDeploymentJob added in v1.19.39

func (c *RoboMaker) CancelDeploymentJob(input *CancelDeploymentJobInput) (*CancelDeploymentJobOutput, error)

CancelDeploymentJob API operation for AWS RoboMaker.

Cancels the specified deployment job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation CancelDeploymentJob for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource does not exist.

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CancelDeploymentJob

func (*RoboMaker) CancelDeploymentJobRequest added in v1.19.39

func (c *RoboMaker) CancelDeploymentJobRequest(input *CancelDeploymentJobInput) (req *request.Request, output *CancelDeploymentJobOutput)

CancelDeploymentJobRequest generates a "aws/request.Request" representing the client's request for the CancelDeploymentJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CancelDeploymentJob for more information on using the CancelDeploymentJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CancelDeploymentJobRequest method.
req, resp := client.CancelDeploymentJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CancelDeploymentJob

func (*RoboMaker) CancelDeploymentJobWithContext added in v1.19.39

func (c *RoboMaker) CancelDeploymentJobWithContext(ctx aws.Context, input *CancelDeploymentJobInput, opts ...request.Option) (*CancelDeploymentJobOutput, error)

CancelDeploymentJobWithContext is the same as CancelDeploymentJob with the addition of the ability to pass a context and additional request options.

See CancelDeploymentJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) CancelSimulationJob

func (c *RoboMaker) CancelSimulationJob(input *CancelSimulationJobInput) (*CancelSimulationJobOutput, error)

CancelSimulationJob API operation for AWS RoboMaker.

Cancels the specified simulation job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation CancelSimulationJob for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource does not exist.

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CancelSimulationJob

func (*RoboMaker) CancelSimulationJobBatch added in v1.28.13

func (c *RoboMaker) CancelSimulationJobBatch(input *CancelSimulationJobBatchInput) (*CancelSimulationJobBatchOutput, error)

CancelSimulationJobBatch API operation for AWS RoboMaker.

Cancels a simulation job batch. When you cancel a simulation job batch, you are also cancelling all of the active simulation jobs created as part of the batch.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation CancelSimulationJobBatch for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource does not exist.

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CancelSimulationJobBatch

func (*RoboMaker) CancelSimulationJobBatchRequest added in v1.28.13

func (c *RoboMaker) CancelSimulationJobBatchRequest(input *CancelSimulationJobBatchInput) (req *request.Request, output *CancelSimulationJobBatchOutput)

CancelSimulationJobBatchRequest generates a "aws/request.Request" representing the client's request for the CancelSimulationJobBatch operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CancelSimulationJobBatch for more information on using the CancelSimulationJobBatch API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CancelSimulationJobBatchRequest method.
req, resp := client.CancelSimulationJobBatchRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CancelSimulationJobBatch

func (*RoboMaker) CancelSimulationJobBatchWithContext added in v1.28.13

func (c *RoboMaker) CancelSimulationJobBatchWithContext(ctx aws.Context, input *CancelSimulationJobBatchInput, opts ...request.Option) (*CancelSimulationJobBatchOutput, error)

CancelSimulationJobBatchWithContext is the same as CancelSimulationJobBatch with the addition of the ability to pass a context and additional request options.

See CancelSimulationJobBatch for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) CancelSimulationJobRequest

func (c *RoboMaker) CancelSimulationJobRequest(input *CancelSimulationJobInput) (req *request.Request, output *CancelSimulationJobOutput)

CancelSimulationJobRequest generates a "aws/request.Request" representing the client's request for the CancelSimulationJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CancelSimulationJob for more information on using the CancelSimulationJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CancelSimulationJobRequest method.
req, resp := client.CancelSimulationJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CancelSimulationJob

func (*RoboMaker) CancelSimulationJobWithContext

func (c *RoboMaker) CancelSimulationJobWithContext(ctx aws.Context, input *CancelSimulationJobInput, opts ...request.Option) (*CancelSimulationJobOutput, error)

CancelSimulationJobWithContext is the same as CancelSimulationJob with the addition of the ability to pass a context and additional request options.

See CancelSimulationJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) CreateDeploymentJob

func (c *RoboMaker) CreateDeploymentJob(input *CreateDeploymentJobInput) (*CreateDeploymentJobOutput, error)

CreateDeploymentJob API operation for AWS RoboMaker.

Deploys a specific version of a robot application to robots in a fleet.

The robot application must have a numbered applicationVersion for consistency reasons. To create a new version, use CreateRobotApplicationVersion or see Creating a Robot Application Version (https://docs.aws.amazon.com/robomaker/latest/dg/create-robot-application-version.html).

After 90 days, deployment jobs expire and will be deleted. They will no longer be accessible.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation CreateDeploymentJob for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource does not exist.

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

  • LimitExceededException The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

  • ConcurrentDeploymentException The failure percentage threshold percentage was met.

  • IdempotentParameterMismatchException The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateDeploymentJob

func (*RoboMaker) CreateDeploymentJobRequest

func (c *RoboMaker) CreateDeploymentJobRequest(input *CreateDeploymentJobInput) (req *request.Request, output *CreateDeploymentJobOutput)

CreateDeploymentJobRequest generates a "aws/request.Request" representing the client's request for the CreateDeploymentJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateDeploymentJob for more information on using the CreateDeploymentJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateDeploymentJobRequest method.
req, resp := client.CreateDeploymentJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateDeploymentJob

func (*RoboMaker) CreateDeploymentJobWithContext

func (c *RoboMaker) CreateDeploymentJobWithContext(ctx aws.Context, input *CreateDeploymentJobInput, opts ...request.Option) (*CreateDeploymentJobOutput, error)

CreateDeploymentJobWithContext is the same as CreateDeploymentJob with the addition of the ability to pass a context and additional request options.

See CreateDeploymentJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) CreateFleet

func (c *RoboMaker) CreateFleet(input *CreateFleetInput) (*CreateFleetOutput, error)

CreateFleet API operation for AWS RoboMaker.

Creates a fleet, a logical group of robots running the same robot application.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation CreateFleet for usage and error information.

Returned Error Types:

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

  • LimitExceededException The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateFleet

func (*RoboMaker) CreateFleetRequest

func (c *RoboMaker) CreateFleetRequest(input *CreateFleetInput) (req *request.Request, output *CreateFleetOutput)

CreateFleetRequest generates a "aws/request.Request" representing the client's request for the CreateFleet operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateFleet for more information on using the CreateFleet API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateFleetRequest method.
req, resp := client.CreateFleetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateFleet

func (*RoboMaker) CreateFleetWithContext

func (c *RoboMaker) CreateFleetWithContext(ctx aws.Context, input *CreateFleetInput, opts ...request.Option) (*CreateFleetOutput, error)

CreateFleetWithContext is the same as CreateFleet with the addition of the ability to pass a context and additional request options.

See CreateFleet for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) CreateRobot

func (c *RoboMaker) CreateRobot(input *CreateRobotInput) (*CreateRobotOutput, error)

CreateRobot API operation for AWS RoboMaker.

Creates a robot.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation CreateRobot for usage and error information.

Returned Error Types:

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

  • LimitExceededException The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

  • ResourceAlreadyExistsException The specified resource already exists.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateRobot

func (*RoboMaker) CreateRobotApplication

func (c *RoboMaker) CreateRobotApplication(input *CreateRobotApplicationInput) (*CreateRobotApplicationOutput, error)

CreateRobotApplication API operation for AWS RoboMaker.

Creates a robot application.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation CreateRobotApplication for usage and error information.

Returned Error Types:

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • ResourceAlreadyExistsException The specified resource already exists.

  • LimitExceededException The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • IdempotentParameterMismatchException The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateRobotApplication

func (*RoboMaker) CreateRobotApplicationRequest

func (c *RoboMaker) CreateRobotApplicationRequest(input *CreateRobotApplicationInput) (req *request.Request, output *CreateRobotApplicationOutput)

CreateRobotApplicationRequest generates a "aws/request.Request" representing the client's request for the CreateRobotApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateRobotApplication for more information on using the CreateRobotApplication API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateRobotApplicationRequest method.
req, resp := client.CreateRobotApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateRobotApplication

func (*RoboMaker) CreateRobotApplicationVersion

func (c *RoboMaker) CreateRobotApplicationVersion(input *CreateRobotApplicationVersionInput) (*CreateRobotApplicationVersionOutput, error)

CreateRobotApplicationVersion API operation for AWS RoboMaker.

Creates a version of a robot application.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation CreateRobotApplicationVersion for usage and error information.

Returned Error Types:

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • IdempotentParameterMismatchException The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.

  • LimitExceededException The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateRobotApplicationVersion

func (*RoboMaker) CreateRobotApplicationVersionRequest

func (c *RoboMaker) CreateRobotApplicationVersionRequest(input *CreateRobotApplicationVersionInput) (req *request.Request, output *CreateRobotApplicationVersionOutput)

CreateRobotApplicationVersionRequest generates a "aws/request.Request" representing the client's request for the CreateRobotApplicationVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateRobotApplicationVersion for more information on using the CreateRobotApplicationVersion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateRobotApplicationVersionRequest method.
req, resp := client.CreateRobotApplicationVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateRobotApplicationVersion

func (*RoboMaker) CreateRobotApplicationVersionWithContext

func (c *RoboMaker) CreateRobotApplicationVersionWithContext(ctx aws.Context, input *CreateRobotApplicationVersionInput, opts ...request.Option) (*CreateRobotApplicationVersionOutput, error)

CreateRobotApplicationVersionWithContext is the same as CreateRobotApplicationVersion with the addition of the ability to pass a context and additional request options.

See CreateRobotApplicationVersion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) CreateRobotApplicationWithContext

func (c *RoboMaker) CreateRobotApplicationWithContext(ctx aws.Context, input *CreateRobotApplicationInput, opts ...request.Option) (*CreateRobotApplicationOutput, error)

CreateRobotApplicationWithContext is the same as CreateRobotApplication with the addition of the ability to pass a context and additional request options.

See CreateRobotApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) CreateRobotRequest

func (c *RoboMaker) CreateRobotRequest(input *CreateRobotInput) (req *request.Request, output *CreateRobotOutput)

CreateRobotRequest generates a "aws/request.Request" representing the client's request for the CreateRobot operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateRobot for more information on using the CreateRobot API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateRobotRequest method.
req, resp := client.CreateRobotRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateRobot

func (*RoboMaker) CreateRobotWithContext

func (c *RoboMaker) CreateRobotWithContext(ctx aws.Context, input *CreateRobotInput, opts ...request.Option) (*CreateRobotOutput, error)

CreateRobotWithContext is the same as CreateRobot with the addition of the ability to pass a context and additional request options.

See CreateRobot for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) CreateSimulationApplication

func (c *RoboMaker) CreateSimulationApplication(input *CreateSimulationApplicationInput) (*CreateSimulationApplicationOutput, error)

CreateSimulationApplication API operation for AWS RoboMaker.

Creates a simulation application.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation CreateSimulationApplication for usage and error information.

Returned Error Types:

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • ResourceAlreadyExistsException The specified resource already exists.

  • LimitExceededException The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • IdempotentParameterMismatchException The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateSimulationApplication

func (*RoboMaker) CreateSimulationApplicationRequest

func (c *RoboMaker) CreateSimulationApplicationRequest(input *CreateSimulationApplicationInput) (req *request.Request, output *CreateSimulationApplicationOutput)

CreateSimulationApplicationRequest generates a "aws/request.Request" representing the client's request for the CreateSimulationApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateSimulationApplication for more information on using the CreateSimulationApplication API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateSimulationApplicationRequest method.
req, resp := client.CreateSimulationApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateSimulationApplication

func (*RoboMaker) CreateSimulationApplicationVersion

func (c *RoboMaker) CreateSimulationApplicationVersion(input *CreateSimulationApplicationVersionInput) (*CreateSimulationApplicationVersionOutput, error)

CreateSimulationApplicationVersion API operation for AWS RoboMaker.

Creates a simulation application with a specific revision id.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation CreateSimulationApplicationVersion for usage and error information.

Returned Error Types:

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • IdempotentParameterMismatchException The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.

  • LimitExceededException The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateSimulationApplicationVersion

func (*RoboMaker) CreateSimulationApplicationVersionRequest

func (c *RoboMaker) CreateSimulationApplicationVersionRequest(input *CreateSimulationApplicationVersionInput) (req *request.Request, output *CreateSimulationApplicationVersionOutput)

CreateSimulationApplicationVersionRequest generates a "aws/request.Request" representing the client's request for the CreateSimulationApplicationVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateSimulationApplicationVersion for more information on using the CreateSimulationApplicationVersion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateSimulationApplicationVersionRequest method.
req, resp := client.CreateSimulationApplicationVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateSimulationApplicationVersion

func (*RoboMaker) CreateSimulationApplicationVersionWithContext

func (c *RoboMaker) CreateSimulationApplicationVersionWithContext(ctx aws.Context, input *CreateSimulationApplicationVersionInput, opts ...request.Option) (*CreateSimulationApplicationVersionOutput, error)

CreateSimulationApplicationVersionWithContext is the same as CreateSimulationApplicationVersion with the addition of the ability to pass a context and additional request options.

See CreateSimulationApplicationVersion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) CreateSimulationApplicationWithContext

func (c *RoboMaker) CreateSimulationApplicationWithContext(ctx aws.Context, input *CreateSimulationApplicationInput, opts ...request.Option) (*CreateSimulationApplicationOutput, error)

CreateSimulationApplicationWithContext is the same as CreateSimulationApplication with the addition of the ability to pass a context and additional request options.

See CreateSimulationApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) CreateSimulationJob

func (c *RoboMaker) CreateSimulationJob(input *CreateSimulationJobInput) (*CreateSimulationJobOutput, error)

CreateSimulationJob API operation for AWS RoboMaker.

Creates a simulation job.

After 90 days, simulation jobs expire and will be deleted. They will no longer be accessible.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation CreateSimulationJob for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource does not exist.

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

  • LimitExceededException The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

  • IdempotentParameterMismatchException The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.

  • ServiceUnavailableException The request has failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateSimulationJob

func (*RoboMaker) CreateSimulationJobRequest

func (c *RoboMaker) CreateSimulationJobRequest(input *CreateSimulationJobInput) (req *request.Request, output *CreateSimulationJobOutput)

CreateSimulationJobRequest generates a "aws/request.Request" representing the client's request for the CreateSimulationJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateSimulationJob for more information on using the CreateSimulationJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateSimulationJobRequest method.
req, resp := client.CreateSimulationJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateSimulationJob

func (*RoboMaker) CreateSimulationJobWithContext

func (c *RoboMaker) CreateSimulationJobWithContext(ctx aws.Context, input *CreateSimulationJobInput, opts ...request.Option) (*CreateSimulationJobOutput, error)

CreateSimulationJobWithContext is the same as CreateSimulationJob with the addition of the ability to pass a context and additional request options.

See CreateSimulationJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) DeleteFleet

func (c *RoboMaker) DeleteFleet(input *DeleteFleetInput) (*DeleteFleetOutput, error)

DeleteFleet API operation for AWS RoboMaker.

Deletes a fleet.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation DeleteFleet for usage and error information.

Returned Error Types:

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DeleteFleet

func (*RoboMaker) DeleteFleetRequest

func (c *RoboMaker) DeleteFleetRequest(input *DeleteFleetInput) (req *request.Request, output *DeleteFleetOutput)

DeleteFleetRequest generates a "aws/request.Request" representing the client's request for the DeleteFleet operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteFleet for more information on using the DeleteFleet API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteFleetRequest method.
req, resp := client.DeleteFleetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DeleteFleet

func (*RoboMaker) DeleteFleetWithContext

func (c *RoboMaker) DeleteFleetWithContext(ctx aws.Context, input *DeleteFleetInput, opts ...request.Option) (*DeleteFleetOutput, error)

DeleteFleetWithContext is the same as DeleteFleet with the addition of the ability to pass a context and additional request options.

See DeleteFleet for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) DeleteRobot

func (c *RoboMaker) DeleteRobot(input *DeleteRobotInput) (*DeleteRobotOutput, error)

DeleteRobot API operation for AWS RoboMaker.

Deletes a robot.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation DeleteRobot for usage and error information.

Returned Error Types:

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DeleteRobot

func (*RoboMaker) DeleteRobotApplication

func (c *RoboMaker) DeleteRobotApplication(input *DeleteRobotApplicationInput) (*DeleteRobotApplicationOutput, error)

DeleteRobotApplication API operation for AWS RoboMaker.

Deletes a robot application.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation DeleteRobotApplication for usage and error information.

Returned Error Types:

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DeleteRobotApplication

func (*RoboMaker) DeleteRobotApplicationRequest

func (c *RoboMaker) DeleteRobotApplicationRequest(input *DeleteRobotApplicationInput) (req *request.Request, output *DeleteRobotApplicationOutput)

DeleteRobotApplicationRequest generates a "aws/request.Request" representing the client's request for the DeleteRobotApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteRobotApplication for more information on using the DeleteRobotApplication API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteRobotApplicationRequest method.
req, resp := client.DeleteRobotApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DeleteRobotApplication

func (*RoboMaker) DeleteRobotApplicationWithContext

func (c *RoboMaker) DeleteRobotApplicationWithContext(ctx aws.Context, input *DeleteRobotApplicationInput, opts ...request.Option) (*DeleteRobotApplicationOutput, error)

DeleteRobotApplicationWithContext is the same as DeleteRobotApplication with the addition of the ability to pass a context and additional request options.

See DeleteRobotApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) DeleteRobotRequest

func (c *RoboMaker) DeleteRobotRequest(input *DeleteRobotInput) (req *request.Request, output *DeleteRobotOutput)

DeleteRobotRequest generates a "aws/request.Request" representing the client's request for the DeleteRobot operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteRobot for more information on using the DeleteRobot API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteRobotRequest method.
req, resp := client.DeleteRobotRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DeleteRobot

func (*RoboMaker) DeleteRobotWithContext

func (c *RoboMaker) DeleteRobotWithContext(ctx aws.Context, input *DeleteRobotInput, opts ...request.Option) (*DeleteRobotOutput, error)

DeleteRobotWithContext is the same as DeleteRobot with the addition of the ability to pass a context and additional request options.

See DeleteRobot for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) DeleteSimulationApplication

func (c *RoboMaker) DeleteSimulationApplication(input *DeleteSimulationApplicationInput) (*DeleteSimulationApplicationOutput, error)

DeleteSimulationApplication API operation for AWS RoboMaker.

Deletes a simulation application.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation DeleteSimulationApplication for usage and error information.

Returned Error Types:

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DeleteSimulationApplication

func (*RoboMaker) DeleteSimulationApplicationRequest

func (c *RoboMaker) DeleteSimulationApplicationRequest(input *DeleteSimulationApplicationInput) (req *request.Request, output *DeleteSimulationApplicationOutput)

DeleteSimulationApplicationRequest generates a "aws/request.Request" representing the client's request for the DeleteSimulationApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteSimulationApplication for more information on using the DeleteSimulationApplication API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteSimulationApplicationRequest method.
req, resp := client.DeleteSimulationApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DeleteSimulationApplication

func (*RoboMaker) DeleteSimulationApplicationWithContext

func (c *RoboMaker) DeleteSimulationApplicationWithContext(ctx aws.Context, input *DeleteSimulationApplicationInput, opts ...request.Option) (*DeleteSimulationApplicationOutput, error)

DeleteSimulationApplicationWithContext is the same as DeleteSimulationApplication with the addition of the ability to pass a context and additional request options.

See DeleteSimulationApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) DeregisterRobot

func (c *RoboMaker) DeregisterRobot(input *DeregisterRobotInput) (*DeregisterRobotOutput, error)

DeregisterRobot API operation for AWS RoboMaker.

Deregisters a robot.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation DeregisterRobot for usage and error information.

Returned Error Types:

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DeregisterRobot

func (*RoboMaker) DeregisterRobotRequest

func (c *RoboMaker) DeregisterRobotRequest(input *DeregisterRobotInput) (req *request.Request, output *DeregisterRobotOutput)

DeregisterRobotRequest generates a "aws/request.Request" representing the client's request for the DeregisterRobot operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeregisterRobot for more information on using the DeregisterRobot API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeregisterRobotRequest method.
req, resp := client.DeregisterRobotRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DeregisterRobot

func (*RoboMaker) DeregisterRobotWithContext

func (c *RoboMaker) DeregisterRobotWithContext(ctx aws.Context, input *DeregisterRobotInput, opts ...request.Option) (*DeregisterRobotOutput, error)

DeregisterRobotWithContext is the same as DeregisterRobot with the addition of the ability to pass a context and additional request options.

See DeregisterRobot for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) DescribeDeploymentJob

func (c *RoboMaker) DescribeDeploymentJob(input *DescribeDeploymentJobInput) (*DescribeDeploymentJobOutput, error)

DescribeDeploymentJob API operation for AWS RoboMaker.

Describes a deployment job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation DescribeDeploymentJob for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource does not exist.

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeDeploymentJob

func (*RoboMaker) DescribeDeploymentJobRequest

func (c *RoboMaker) DescribeDeploymentJobRequest(input *DescribeDeploymentJobInput) (req *request.Request, output *DescribeDeploymentJobOutput)

DescribeDeploymentJobRequest generates a "aws/request.Request" representing the client's request for the DescribeDeploymentJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDeploymentJob for more information on using the DescribeDeploymentJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDeploymentJobRequest method.
req, resp := client.DescribeDeploymentJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeDeploymentJob

func (*RoboMaker) DescribeDeploymentJobWithContext

func (c *RoboMaker) DescribeDeploymentJobWithContext(ctx aws.Context, input *DescribeDeploymentJobInput, opts ...request.Option) (*DescribeDeploymentJobOutput, error)

DescribeDeploymentJobWithContext is the same as DescribeDeploymentJob with the addition of the ability to pass a context and additional request options.

See DescribeDeploymentJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) DescribeFleet

func (c *RoboMaker) DescribeFleet(input *DescribeFleetInput) (*DescribeFleetOutput, error)

DescribeFleet API operation for AWS RoboMaker.

Describes a fleet.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation DescribeFleet for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource does not exist.

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeFleet

func (*RoboMaker) DescribeFleetRequest

func (c *RoboMaker) DescribeFleetRequest(input *DescribeFleetInput) (req *request.Request, output *DescribeFleetOutput)

DescribeFleetRequest generates a "aws/request.Request" representing the client's request for the DescribeFleet operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeFleet for more information on using the DescribeFleet API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeFleetRequest method.
req, resp := client.DescribeFleetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeFleet

func (*RoboMaker) DescribeFleetWithContext

func (c *RoboMaker) DescribeFleetWithContext(ctx aws.Context, input *DescribeFleetInput, opts ...request.Option) (*DescribeFleetOutput, error)

DescribeFleetWithContext is the same as DescribeFleet with the addition of the ability to pass a context and additional request options.

See DescribeFleet for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) DescribeRobot

func (c *RoboMaker) DescribeRobot(input *DescribeRobotInput) (*DescribeRobotOutput, error)

DescribeRobot API operation for AWS RoboMaker.

Describes a robot.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation DescribeRobot for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource does not exist.

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeRobot

func (*RoboMaker) DescribeRobotApplication

func (c *RoboMaker) DescribeRobotApplication(input *DescribeRobotApplicationInput) (*DescribeRobotApplicationOutput, error)

DescribeRobotApplication API operation for AWS RoboMaker.

Describes a robot application.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation DescribeRobotApplication for usage and error information.

Returned Error Types:

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • ResourceNotFoundException The specified resource does not exist.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeRobotApplication

func (*RoboMaker) DescribeRobotApplicationRequest

func (c *RoboMaker) DescribeRobotApplicationRequest(input *DescribeRobotApplicationInput) (req *request.Request, output *DescribeRobotApplicationOutput)

DescribeRobotApplicationRequest generates a "aws/request.Request" representing the client's request for the DescribeRobotApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeRobotApplication for more information on using the DescribeRobotApplication API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeRobotApplicationRequest method.
req, resp := client.DescribeRobotApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeRobotApplication

func (*RoboMaker) DescribeRobotApplicationWithContext

func (c *RoboMaker) DescribeRobotApplicationWithContext(ctx aws.Context, input *DescribeRobotApplicationInput, opts ...request.Option) (*DescribeRobotApplicationOutput, error)

DescribeRobotApplicationWithContext is the same as DescribeRobotApplication with the addition of the ability to pass a context and additional request options.

See DescribeRobotApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) DescribeRobotRequest

func (c *RoboMaker) DescribeRobotRequest(input *DescribeRobotInput) (req *request.Request, output *DescribeRobotOutput)

DescribeRobotRequest generates a "aws/request.Request" representing the client's request for the DescribeRobot operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeRobot for more information on using the DescribeRobot API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeRobotRequest method.
req, resp := client.DescribeRobotRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeRobot

func (*RoboMaker) DescribeRobotWithContext

func (c *RoboMaker) DescribeRobotWithContext(ctx aws.Context, input *DescribeRobotInput, opts ...request.Option) (*DescribeRobotOutput, error)

DescribeRobotWithContext is the same as DescribeRobot with the addition of the ability to pass a context and additional request options.

See DescribeRobot for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) DescribeSimulationApplication

func (c *RoboMaker) DescribeSimulationApplication(input *DescribeSimulationApplicationInput) (*DescribeSimulationApplicationOutput, error)

DescribeSimulationApplication API operation for AWS RoboMaker.

Describes a simulation application.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation DescribeSimulationApplication for usage and error information.

Returned Error Types:

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • ResourceNotFoundException The specified resource does not exist.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeSimulationApplication

func (*RoboMaker) DescribeSimulationApplicationRequest

func (c *RoboMaker) DescribeSimulationApplicationRequest(input *DescribeSimulationApplicationInput) (req *request.Request, output *DescribeSimulationApplicationOutput)

DescribeSimulationApplicationRequest generates a "aws/request.Request" representing the client's request for the DescribeSimulationApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeSimulationApplication for more information on using the DescribeSimulationApplication API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeSimulationApplicationRequest method.
req, resp := client.DescribeSimulationApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeSimulationApplication

func (*RoboMaker) DescribeSimulationApplicationWithContext

func (c *RoboMaker) DescribeSimulationApplicationWithContext(ctx aws.Context, input *DescribeSimulationApplicationInput, opts ...request.Option) (*DescribeSimulationApplicationOutput, error)

DescribeSimulationApplicationWithContext is the same as DescribeSimulationApplication with the addition of the ability to pass a context and additional request options.

See DescribeSimulationApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) DescribeSimulationJob

func (c *RoboMaker) DescribeSimulationJob(input *DescribeSimulationJobInput) (*DescribeSimulationJobOutput, error)

DescribeSimulationJob API operation for AWS RoboMaker.

Describes a simulation job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation DescribeSimulationJob for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource does not exist.

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeSimulationJob

func (*RoboMaker) DescribeSimulationJobBatch added in v1.28.13

func (c *RoboMaker) DescribeSimulationJobBatch(input *DescribeSimulationJobBatchInput) (*DescribeSimulationJobBatchOutput, error)

DescribeSimulationJobBatch API operation for AWS RoboMaker.

Describes a simulation job batch.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation DescribeSimulationJobBatch for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource does not exist.

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeSimulationJobBatch

func (*RoboMaker) DescribeSimulationJobBatchRequest added in v1.28.13

func (c *RoboMaker) DescribeSimulationJobBatchRequest(input *DescribeSimulationJobBatchInput) (req *request.Request, output *DescribeSimulationJobBatchOutput)

DescribeSimulationJobBatchRequest generates a "aws/request.Request" representing the client's request for the DescribeSimulationJobBatch operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeSimulationJobBatch for more information on using the DescribeSimulationJobBatch API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeSimulationJobBatchRequest method.
req, resp := client.DescribeSimulationJobBatchRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeSimulationJobBatch

func (*RoboMaker) DescribeSimulationJobBatchWithContext added in v1.28.13

func (c *RoboMaker) DescribeSimulationJobBatchWithContext(ctx aws.Context, input *DescribeSimulationJobBatchInput, opts ...request.Option) (*DescribeSimulationJobBatchOutput, error)

DescribeSimulationJobBatchWithContext is the same as DescribeSimulationJobBatch with the addition of the ability to pass a context and additional request options.

See DescribeSimulationJobBatch for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) DescribeSimulationJobRequest

func (c *RoboMaker) DescribeSimulationJobRequest(input *DescribeSimulationJobInput) (req *request.Request, output *DescribeSimulationJobOutput)

DescribeSimulationJobRequest generates a "aws/request.Request" representing the client's request for the DescribeSimulationJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeSimulationJob for more information on using the DescribeSimulationJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeSimulationJobRequest method.
req, resp := client.DescribeSimulationJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeSimulationJob

func (*RoboMaker) DescribeSimulationJobWithContext

func (c *RoboMaker) DescribeSimulationJobWithContext(ctx aws.Context, input *DescribeSimulationJobInput, opts ...request.Option) (*DescribeSimulationJobOutput, error)

DescribeSimulationJobWithContext is the same as DescribeSimulationJob with the addition of the ability to pass a context and additional request options.

See DescribeSimulationJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) ListDeploymentJobs

func (c *RoboMaker) ListDeploymentJobs(input *ListDeploymentJobsInput) (*ListDeploymentJobsOutput, error)

ListDeploymentJobs API operation for AWS RoboMaker.

Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation ListDeploymentJobs for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource does not exist.

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListDeploymentJobs

func (*RoboMaker) ListDeploymentJobsPages added in v1.19.4

func (c *RoboMaker) ListDeploymentJobsPages(input *ListDeploymentJobsInput, fn func(*ListDeploymentJobsOutput, bool) bool) error

ListDeploymentJobsPages iterates over the pages of a ListDeploymentJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListDeploymentJobs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListDeploymentJobs operation.
pageNum := 0
err := client.ListDeploymentJobsPages(params,
    func(page *robomaker.ListDeploymentJobsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*RoboMaker) ListDeploymentJobsPagesWithContext added in v1.19.4

func (c *RoboMaker) ListDeploymentJobsPagesWithContext(ctx aws.Context, input *ListDeploymentJobsInput, fn func(*ListDeploymentJobsOutput, bool) bool, opts ...request.Option) error

ListDeploymentJobsPagesWithContext same as ListDeploymentJobsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) ListDeploymentJobsRequest

func (c *RoboMaker) ListDeploymentJobsRequest(input *ListDeploymentJobsInput) (req *request.Request, output *ListDeploymentJobsOutput)

ListDeploymentJobsRequest generates a "aws/request.Request" representing the client's request for the ListDeploymentJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDeploymentJobs for more information on using the ListDeploymentJobs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDeploymentJobsRequest method.
req, resp := client.ListDeploymentJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListDeploymentJobs

func (*RoboMaker) ListDeploymentJobsWithContext

func (c *RoboMaker) ListDeploymentJobsWithContext(ctx aws.Context, input *ListDeploymentJobsInput, opts ...request.Option) (*ListDeploymentJobsOutput, error)

ListDeploymentJobsWithContext is the same as ListDeploymentJobs with the addition of the ability to pass a context and additional request options.

See ListDeploymentJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) ListFleets

func (c *RoboMaker) ListFleets(input *ListFleetsInput) (*ListFleetsOutput, error)

ListFleets API operation for AWS RoboMaker.

Returns a list of fleets. You can optionally provide filters to retrieve specific fleets.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation ListFleets for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource does not exist.

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListFleets

func (*RoboMaker) ListFleetsPages added in v1.19.4

func (c *RoboMaker) ListFleetsPages(input *ListFleetsInput, fn func(*ListFleetsOutput, bool) bool) error

ListFleetsPages iterates over the pages of a ListFleets operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListFleets method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListFleets operation.
pageNum := 0
err := client.ListFleetsPages(params,
    func(page *robomaker.ListFleetsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*RoboMaker) ListFleetsPagesWithContext added in v1.19.4

func (c *RoboMaker) ListFleetsPagesWithContext(ctx aws.Context, input *ListFleetsInput, fn func(*ListFleetsOutput, bool) bool, opts ...request.Option) error

ListFleetsPagesWithContext same as ListFleetsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) ListFleetsRequest

func (c *RoboMaker) ListFleetsRequest(input *ListFleetsInput) (req *request.Request, output *ListFleetsOutput)

ListFleetsRequest generates a "aws/request.Request" representing the client's request for the ListFleets operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListFleets for more information on using the ListFleets API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListFleetsRequest method.
req, resp := client.ListFleetsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListFleets

func (*RoboMaker) ListFleetsWithContext

func (c *RoboMaker) ListFleetsWithContext(ctx aws.Context, input *ListFleetsInput, opts ...request.Option) (*ListFleetsOutput, error)

ListFleetsWithContext is the same as ListFleets with the addition of the ability to pass a context and additional request options.

See ListFleets for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) ListRobotApplications

func (c *RoboMaker) ListRobotApplications(input *ListRobotApplicationsInput) (*ListRobotApplicationsOutput, error)

ListRobotApplications API operation for AWS RoboMaker.

Returns a list of robot application. You can optionally provide filters to retrieve specific robot applications.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation ListRobotApplications for usage and error information.

Returned Error Types:

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListRobotApplications

func (*RoboMaker) ListRobotApplicationsPages added in v1.19.4

func (c *RoboMaker) ListRobotApplicationsPages(input *ListRobotApplicationsInput, fn func(*ListRobotApplicationsOutput, bool) bool) error

ListRobotApplicationsPages iterates over the pages of a ListRobotApplications operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListRobotApplications method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListRobotApplications operation.
pageNum := 0
err := client.ListRobotApplicationsPages(params,
    func(page *robomaker.ListRobotApplicationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*RoboMaker) ListRobotApplicationsPagesWithContext added in v1.19.4

func (c *RoboMaker) ListRobotApplicationsPagesWithContext(ctx aws.Context, input *ListRobotApplicationsInput, fn func(*ListRobotApplicationsOutput, bool) bool, opts ...request.Option) error

ListRobotApplicationsPagesWithContext same as ListRobotApplicationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) ListRobotApplicationsRequest

func (c *RoboMaker) ListRobotApplicationsRequest(input *ListRobotApplicationsInput) (req *request.Request, output *ListRobotApplicationsOutput)

ListRobotApplicationsRequest generates a "aws/request.Request" representing the client's request for the ListRobotApplications operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListRobotApplications for more information on using the ListRobotApplications API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListRobotApplicationsRequest method.
req, resp := client.ListRobotApplicationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListRobotApplications

func (*RoboMaker) ListRobotApplicationsWithContext

func (c *RoboMaker) ListRobotApplicationsWithContext(ctx aws.Context, input *ListRobotApplicationsInput, opts ...request.Option) (*ListRobotApplicationsOutput, error)

ListRobotApplicationsWithContext is the same as ListRobotApplications with the addition of the ability to pass a context and additional request options.

See ListRobotApplications for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) ListRobots

func (c *RoboMaker) ListRobots(input *ListRobotsInput) (*ListRobotsOutput, error)

ListRobots API operation for AWS RoboMaker.

Returns a list of robots. You can optionally provide filters to retrieve specific robots.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation ListRobots for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource does not exist.

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListRobots

func (*RoboMaker) ListRobotsPages added in v1.19.4

func (c *RoboMaker) ListRobotsPages(input *ListRobotsInput, fn func(*ListRobotsOutput, bool) bool) error

ListRobotsPages iterates over the pages of a ListRobots operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListRobots method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListRobots operation.
pageNum := 0
err := client.ListRobotsPages(params,
    func(page *robomaker.ListRobotsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*RoboMaker) ListRobotsPagesWithContext added in v1.19.4

func (c *RoboMaker) ListRobotsPagesWithContext(ctx aws.Context, input *ListRobotsInput, fn func(*ListRobotsOutput, bool) bool, opts ...request.Option) error

ListRobotsPagesWithContext same as ListRobotsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) ListRobotsRequest

func (c *RoboMaker) ListRobotsRequest(input *ListRobotsInput) (req *request.Request, output *ListRobotsOutput)

ListRobotsRequest generates a "aws/request.Request" representing the client's request for the ListRobots operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListRobots for more information on using the ListRobots API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListRobotsRequest method.
req, resp := client.ListRobotsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListRobots

func (*RoboMaker) ListRobotsWithContext

func (c *RoboMaker) ListRobotsWithContext(ctx aws.Context, input *ListRobotsInput, opts ...request.Option) (*ListRobotsOutput, error)

ListRobotsWithContext is the same as ListRobots with the addition of the ability to pass a context and additional request options.

See ListRobots for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) ListSimulationApplications

func (c *RoboMaker) ListSimulationApplications(input *ListSimulationApplicationsInput) (*ListSimulationApplicationsOutput, error)

ListSimulationApplications API operation for AWS RoboMaker.

Returns a list of simulation applications. You can optionally provide filters to retrieve specific simulation applications.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation ListSimulationApplications for usage and error information.

Returned Error Types:

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListSimulationApplications

func (*RoboMaker) ListSimulationApplicationsPages added in v1.19.4

func (c *RoboMaker) ListSimulationApplicationsPages(input *ListSimulationApplicationsInput, fn func(*ListSimulationApplicationsOutput, bool) bool) error

ListSimulationApplicationsPages iterates over the pages of a ListSimulationApplications operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListSimulationApplications method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListSimulationApplications operation.
pageNum := 0
err := client.ListSimulationApplicationsPages(params,
    func(page *robomaker.ListSimulationApplicationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*RoboMaker) ListSimulationApplicationsPagesWithContext added in v1.19.4

func (c *RoboMaker) ListSimulationApplicationsPagesWithContext(ctx aws.Context, input *ListSimulationApplicationsInput, fn func(*ListSimulationApplicationsOutput, bool) bool, opts ...request.Option) error

ListSimulationApplicationsPagesWithContext same as ListSimulationApplicationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) ListSimulationApplicationsRequest

func (c *RoboMaker) ListSimulationApplicationsRequest(input *ListSimulationApplicationsInput) (req *request.Request, output *ListSimulationApplicationsOutput)

ListSimulationApplicationsRequest generates a "aws/request.Request" representing the client's request for the ListSimulationApplications operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListSimulationApplications for more information on using the ListSimulationApplications API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListSimulationApplicationsRequest method.
req, resp := client.ListSimulationApplicationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListSimulationApplications

func (*RoboMaker) ListSimulationApplicationsWithContext

func (c *RoboMaker) ListSimulationApplicationsWithContext(ctx aws.Context, input *ListSimulationApplicationsInput, opts ...request.Option) (*ListSimulationApplicationsOutput, error)

ListSimulationApplicationsWithContext is the same as ListSimulationApplications with the addition of the ability to pass a context and additional request options.

See ListSimulationApplications for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) ListSimulationJobBatches added in v1.28.13

func (c *RoboMaker) ListSimulationJobBatches(input *ListSimulationJobBatchesInput) (*ListSimulationJobBatchesOutput, error)

ListSimulationJobBatches API operation for AWS RoboMaker.

Returns a list simulation job batches. You can optionally provide filters to retrieve specific simulation batch jobs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation ListSimulationJobBatches for usage and error information.

Returned Error Types:

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListSimulationJobBatches

func (*RoboMaker) ListSimulationJobBatchesPages added in v1.28.13

func (c *RoboMaker) ListSimulationJobBatchesPages(input *ListSimulationJobBatchesInput, fn func(*ListSimulationJobBatchesOutput, bool) bool) error

ListSimulationJobBatchesPages iterates over the pages of a ListSimulationJobBatches operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListSimulationJobBatches method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListSimulationJobBatches operation.
pageNum := 0
err := client.ListSimulationJobBatchesPages(params,
    func(page *robomaker.ListSimulationJobBatchesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*RoboMaker) ListSimulationJobBatchesPagesWithContext added in v1.28.13

func (c *RoboMaker) ListSimulationJobBatchesPagesWithContext(ctx aws.Context, input *ListSimulationJobBatchesInput, fn func(*ListSimulationJobBatchesOutput, bool) bool, opts ...request.Option) error

ListSimulationJobBatchesPagesWithContext same as ListSimulationJobBatchesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) ListSimulationJobBatchesRequest added in v1.28.13

func (c *RoboMaker) ListSimulationJobBatchesRequest(input *ListSimulationJobBatchesInput) (req *request.Request, output *ListSimulationJobBatchesOutput)

ListSimulationJobBatchesRequest generates a "aws/request.Request" representing the client's request for the ListSimulationJobBatches operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListSimulationJobBatches for more information on using the ListSimulationJobBatches API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListSimulationJobBatchesRequest method.
req, resp := client.ListSimulationJobBatchesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListSimulationJobBatches

func (*RoboMaker) ListSimulationJobBatchesWithContext added in v1.28.13

func (c *RoboMaker) ListSimulationJobBatchesWithContext(ctx aws.Context, input *ListSimulationJobBatchesInput, opts ...request.Option) (*ListSimulationJobBatchesOutput, error)

ListSimulationJobBatchesWithContext is the same as ListSimulationJobBatches with the addition of the ability to pass a context and additional request options.

See ListSimulationJobBatches for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) ListSimulationJobs

func (c *RoboMaker) ListSimulationJobs(input *ListSimulationJobsInput) (*ListSimulationJobsOutput, error)

ListSimulationJobs API operation for AWS RoboMaker.

Returns a list of simulation jobs. You can optionally provide filters to retrieve specific simulation jobs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation ListSimulationJobs for usage and error information.

Returned Error Types:

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListSimulationJobs

func (*RoboMaker) ListSimulationJobsPages added in v1.19.4

func (c *RoboMaker) ListSimulationJobsPages(input *ListSimulationJobsInput, fn func(*ListSimulationJobsOutput, bool) bool) error

ListSimulationJobsPages iterates over the pages of a ListSimulationJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListSimulationJobs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListSimulationJobs operation.
pageNum := 0
err := client.ListSimulationJobsPages(params,
    func(page *robomaker.ListSimulationJobsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*RoboMaker) ListSimulationJobsPagesWithContext added in v1.19.4

func (c *RoboMaker) ListSimulationJobsPagesWithContext(ctx aws.Context, input *ListSimulationJobsInput, fn func(*ListSimulationJobsOutput, bool) bool, opts ...request.Option) error

ListSimulationJobsPagesWithContext same as ListSimulationJobsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) ListSimulationJobsRequest

func (c *RoboMaker) ListSimulationJobsRequest(input *ListSimulationJobsInput) (req *request.Request, output *ListSimulationJobsOutput)

ListSimulationJobsRequest generates a "aws/request.Request" representing the client's request for the ListSimulationJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListSimulationJobs for more information on using the ListSimulationJobs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListSimulationJobsRequest method.
req, resp := client.ListSimulationJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListSimulationJobs

func (*RoboMaker) ListSimulationJobsWithContext

func (c *RoboMaker) ListSimulationJobsWithContext(ctx aws.Context, input *ListSimulationJobsInput, opts ...request.Option) (*ListSimulationJobsOutput, error)

ListSimulationJobsWithContext is the same as ListSimulationJobs with the addition of the ability to pass a context and additional request options.

See ListSimulationJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) ListTagsForResource added in v1.16.30

func (c *RoboMaker) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)

ListTagsForResource API operation for AWS RoboMaker.

Lists all tags on a AWS RoboMaker resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation ListTagsForResource for usage and error information.

Returned Error Types:

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ResourceNotFoundException The specified resource does not exist.

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListTagsForResource

func (*RoboMaker) ListTagsForResourceRequest added in v1.16.30

func (c *RoboMaker) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)

ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTagsForResourceRequest method.
req, resp := client.ListTagsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListTagsForResource

func (*RoboMaker) ListTagsForResourceWithContext added in v1.16.30

func (c *RoboMaker) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)

ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.

See ListTagsForResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) RegisterRobot

func (c *RoboMaker) RegisterRobot(input *RegisterRobotInput) (*RegisterRobotOutput, error)

RegisterRobot API operation for AWS RoboMaker.

Registers a robot with a fleet.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation RegisterRobot for usage and error information.

Returned Error Types:

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

  • LimitExceededException The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

  • ResourceNotFoundException The specified resource does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/RegisterRobot

func (*RoboMaker) RegisterRobotRequest

func (c *RoboMaker) RegisterRobotRequest(input *RegisterRobotInput) (req *request.Request, output *RegisterRobotOutput)

RegisterRobotRequest generates a "aws/request.Request" representing the client's request for the RegisterRobot operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RegisterRobot for more information on using the RegisterRobot API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RegisterRobotRequest method.
req, resp := client.RegisterRobotRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/RegisterRobot

func (*RoboMaker) RegisterRobotWithContext

func (c *RoboMaker) RegisterRobotWithContext(ctx aws.Context, input *RegisterRobotInput, opts ...request.Option) (*RegisterRobotOutput, error)

RegisterRobotWithContext is the same as RegisterRobot with the addition of the ability to pass a context and additional request options.

See RegisterRobot for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) RestartSimulationJob

func (c *RoboMaker) RestartSimulationJob(input *RestartSimulationJobInput) (*RestartSimulationJobOutput, error)

RestartSimulationJob API operation for AWS RoboMaker.

Restarts a running simulation job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation RestartSimulationJob for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource does not exist.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

  • LimitExceededException The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/RestartSimulationJob

func (*RoboMaker) RestartSimulationJobRequest

func (c *RoboMaker) RestartSimulationJobRequest(input *RestartSimulationJobInput) (req *request.Request, output *RestartSimulationJobOutput)

RestartSimulationJobRequest generates a "aws/request.Request" representing the client's request for the RestartSimulationJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RestartSimulationJob for more information on using the RestartSimulationJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RestartSimulationJobRequest method.
req, resp := client.RestartSimulationJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/RestartSimulationJob

func (*RoboMaker) RestartSimulationJobWithContext

func (c *RoboMaker) RestartSimulationJobWithContext(ctx aws.Context, input *RestartSimulationJobInput, opts ...request.Option) (*RestartSimulationJobOutput, error)

RestartSimulationJobWithContext is the same as RestartSimulationJob with the addition of the ability to pass a context and additional request options.

See RestartSimulationJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) StartSimulationJobBatch added in v1.28.13

func (c *RoboMaker) StartSimulationJobBatch(input *StartSimulationJobBatchInput) (*StartSimulationJobBatchOutput, error)

StartSimulationJobBatch API operation for AWS RoboMaker.

Starts a new simulation job batch. The batch is defined using one or more SimulationJobRequest objects.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation StartSimulationJobBatch for usage and error information.

Returned Error Types:

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • LimitExceededException The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

  • IdempotentParameterMismatchException The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/StartSimulationJobBatch

func (*RoboMaker) StartSimulationJobBatchRequest added in v1.28.13

func (c *RoboMaker) StartSimulationJobBatchRequest(input *StartSimulationJobBatchInput) (req *request.Request, output *StartSimulationJobBatchOutput)

StartSimulationJobBatchRequest generates a "aws/request.Request" representing the client's request for the StartSimulationJobBatch operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartSimulationJobBatch for more information on using the StartSimulationJobBatch API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartSimulationJobBatchRequest method.
req, resp := client.StartSimulationJobBatchRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/StartSimulationJobBatch

func (*RoboMaker) StartSimulationJobBatchWithContext added in v1.28.13

func (c *RoboMaker) StartSimulationJobBatchWithContext(ctx aws.Context, input *StartSimulationJobBatchInput, opts ...request.Option) (*StartSimulationJobBatchOutput, error)

StartSimulationJobBatchWithContext is the same as StartSimulationJobBatch with the addition of the ability to pass a context and additional request options.

See StartSimulationJobBatch for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) SyncDeploymentJob

func (c *RoboMaker) SyncDeploymentJob(input *SyncDeploymentJobInput) (*SyncDeploymentJobOutput, error)

SyncDeploymentJob API operation for AWS RoboMaker.

Syncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were added after a deployment.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation SyncDeploymentJob for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource does not exist.

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

  • LimitExceededException The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

  • ConcurrentDeploymentException The failure percentage threshold percentage was met.

  • IdempotentParameterMismatchException The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/SyncDeploymentJob

func (*RoboMaker) SyncDeploymentJobRequest

func (c *RoboMaker) SyncDeploymentJobRequest(input *SyncDeploymentJobInput) (req *request.Request, output *SyncDeploymentJobOutput)

SyncDeploymentJobRequest generates a "aws/request.Request" representing the client's request for the SyncDeploymentJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SyncDeploymentJob for more information on using the SyncDeploymentJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SyncDeploymentJobRequest method.
req, resp := client.SyncDeploymentJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/SyncDeploymentJob

func (*RoboMaker) SyncDeploymentJobWithContext

func (c *RoboMaker) SyncDeploymentJobWithContext(ctx aws.Context, input *SyncDeploymentJobInput, opts ...request.Option) (*SyncDeploymentJobOutput, error)

SyncDeploymentJobWithContext is the same as SyncDeploymentJob with the addition of the ability to pass a context and additional request options.

See SyncDeploymentJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) TagResource added in v1.16.30

func (c *RoboMaker) TagResource(input *TagResourceInput) (*TagResourceOutput, error)

TagResource API operation for AWS RoboMaker.

Adds or edits tags for a AWS RoboMaker resource.

Each tag consists of a tag key and a tag value. Tag keys and tag values are both required, but tag values can be empty strings.

For information about the rules that apply to tag keys and tag values, see User-Defined Tag Restrictions (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html) in the AWS Billing and Cost Management User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation TagResource for usage and error information.

Returned Error Types:

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ResourceNotFoundException The specified resource does not exist.

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/TagResource

func (*RoboMaker) TagResourceRequest added in v1.16.30

func (c *RoboMaker) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)

TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See TagResource for more information on using the TagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the TagResourceRequest method.
req, resp := client.TagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/TagResource

func (*RoboMaker) TagResourceWithContext added in v1.16.30

func (c *RoboMaker) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)

TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.

See TagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) UntagResource added in v1.16.30

func (c *RoboMaker) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)

UntagResource API operation for AWS RoboMaker.

Removes the specified tags from the specified AWS RoboMaker resource.

To remove a tag, specify the tag key. To change the tag value of an existing tag key, use TagResource (https://docs.aws.amazon.com/robomaker/latest/dg/API_TagResource.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation UntagResource for usage and error information.

Returned Error Types:

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

  • ResourceNotFoundException The specified resource does not exist.

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/UntagResource

func (*RoboMaker) UntagResourceRequest added in v1.16.30

func (c *RoboMaker) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)

UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UntagResource for more information on using the UntagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UntagResourceRequest method.
req, resp := client.UntagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/UntagResource

func (*RoboMaker) UntagResourceWithContext added in v1.16.30

func (c *RoboMaker) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)

UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.

See UntagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) UpdateRobotApplication

func (c *RoboMaker) UpdateRobotApplication(input *UpdateRobotApplicationInput) (*UpdateRobotApplicationOutput, error)

UpdateRobotApplication API operation for AWS RoboMaker.

Updates a robot application.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation UpdateRobotApplication for usage and error information.

Returned Error Types:

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • ResourceNotFoundException The specified resource does not exist.

  • LimitExceededException The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/UpdateRobotApplication

func (*RoboMaker) UpdateRobotApplicationRequest

func (c *RoboMaker) UpdateRobotApplicationRequest(input *UpdateRobotApplicationInput) (req *request.Request, output *UpdateRobotApplicationOutput)

UpdateRobotApplicationRequest generates a "aws/request.Request" representing the client's request for the UpdateRobotApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateRobotApplication for more information on using the UpdateRobotApplication API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateRobotApplicationRequest method.
req, resp := client.UpdateRobotApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/UpdateRobotApplication

func (*RoboMaker) UpdateRobotApplicationWithContext

func (c *RoboMaker) UpdateRobotApplicationWithContext(ctx aws.Context, input *UpdateRobotApplicationInput, opts ...request.Option) (*UpdateRobotApplicationOutput, error)

UpdateRobotApplicationWithContext is the same as UpdateRobotApplication with the addition of the ability to pass a context and additional request options.

See UpdateRobotApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*RoboMaker) UpdateSimulationApplication

func (c *RoboMaker) UpdateSimulationApplication(input *UpdateSimulationApplicationInput) (*UpdateSimulationApplicationOutput, error)

UpdateSimulationApplication API operation for AWS RoboMaker.

Updates a simulation application.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS RoboMaker's API operation UpdateSimulationApplication for usage and error information.

Returned Error Types:

  • InvalidParameterException A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

  • ResourceNotFoundException The specified resource does not exist.

  • LimitExceededException The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

  • ThrottlingException AWS RoboMaker is temporarily unable to process the request. Try your call again.

  • InternalServerException AWS RoboMaker experienced a service issue. Try your call again.

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/UpdateSimulationApplication

func (*RoboMaker) UpdateSimulationApplicationRequest

func (c *RoboMaker) UpdateSimulationApplicationRequest(input *UpdateSimulationApplicationInput) (req *request.Request, output *UpdateSimulationApplicationOutput)

UpdateSimulationApplicationRequest generates a "aws/request.Request" representing the client's request for the UpdateSimulationApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateSimulationApplication for more information on using the UpdateSimulationApplication API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateSimulationApplicationRequest method.
req, resp := client.UpdateSimulationApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/UpdateSimulationApplication

func (*RoboMaker) UpdateSimulationApplicationWithContext

func (c *RoboMaker) UpdateSimulationApplicationWithContext(ctx aws.Context, input *UpdateSimulationApplicationInput, opts ...request.Option) (*UpdateSimulationApplicationOutput, error)

UpdateSimulationApplicationWithContext is the same as UpdateSimulationApplication with the addition of the ability to pass a context and additional request options.

See UpdateSimulationApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type Robot

type Robot struct {

	// The architecture of the robot.
	Architecture *string `locationName:"architecture" type:"string" enum:"Architecture"`

	// The Amazon Resource Name (ARN) of the robot.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the robot was created.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"`

	// The Amazon Resource Name (ARN) of the fleet.
	FleetArn *string `locationName:"fleetArn" min:"1" type:"string"`

	// The Greengrass group associated with the robot.
	GreenGrassGroupId *string `locationName:"greenGrassGroupId" min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the last deployment job.
	LastDeploymentJob *string `locationName:"lastDeploymentJob" min:"1" type:"string"`

	// The time of the last deployment.
	LastDeploymentTime *time.Time `locationName:"lastDeploymentTime" type:"timestamp"`

	// The name of the robot.
	Name *string `locationName:"name" min:"1" type:"string"`

	// The status of the robot.
	Status *string `locationName:"status" type:"string" enum:"RobotStatus"`
	// contains filtered or unexported fields
}

Information about a robot.

func (Robot) GoString

func (s Robot) GoString() string

GoString returns the string representation

func (*Robot) SetArchitecture

func (s *Robot) SetArchitecture(v string) *Robot

SetArchitecture sets the Architecture field's value.

func (*Robot) SetArn

func (s *Robot) SetArn(v string) *Robot

SetArn sets the Arn field's value.

func (*Robot) SetCreatedAt

func (s *Robot) SetCreatedAt(v time.Time) *Robot

SetCreatedAt sets the CreatedAt field's value.

func (*Robot) SetFleetArn

func (s *Robot) SetFleetArn(v string) *Robot

SetFleetArn sets the FleetArn field's value.

func (*Robot) SetGreenGrassGroupId

func (s *Robot) SetGreenGrassGroupId(v string) *Robot

SetGreenGrassGroupId sets the GreenGrassGroupId field's value.

func (*Robot) SetLastDeploymentJob

func (s *Robot) SetLastDeploymentJob(v string) *Robot

SetLastDeploymentJob sets the LastDeploymentJob field's value.

func (*Robot) SetLastDeploymentTime

func (s *Robot) SetLastDeploymentTime(v time.Time) *Robot

SetLastDeploymentTime sets the LastDeploymentTime field's value.

func (*Robot) SetName

func (s *Robot) SetName(v string) *Robot

SetName sets the Name field's value.

func (*Robot) SetStatus

func (s *Robot) SetStatus(v string) *Robot

SetStatus sets the Status field's value.

func (Robot) String

func (s Robot) String() string

String returns the string representation

type RobotApplicationConfig

type RobotApplicationConfig struct {

	// The application information for the robot application.
	//
	// Application is a required field
	Application *string `locationName:"application" min:"1" type:"string" required:"true"`

	// The version of the robot application.
	ApplicationVersion *string `locationName:"applicationVersion" min:"1" type:"string"`

	// The launch configuration for the robot application.
	//
	// LaunchConfig is a required field
	LaunchConfig *LaunchConfig `locationName:"launchConfig" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Application configuration information for a robot.

func (RobotApplicationConfig) GoString

func (s RobotApplicationConfig) GoString() string

GoString returns the string representation

func (*RobotApplicationConfig) SetApplication

SetApplication sets the Application field's value.

func (*RobotApplicationConfig) SetApplicationVersion

func (s *RobotApplicationConfig) SetApplicationVersion(v string) *RobotApplicationConfig

SetApplicationVersion sets the ApplicationVersion field's value.

func (*RobotApplicationConfig) SetLaunchConfig

SetLaunchConfig sets the LaunchConfig field's value.

func (RobotApplicationConfig) String

func (s RobotApplicationConfig) String() string

String returns the string representation

func (*RobotApplicationConfig) Validate

func (s *RobotApplicationConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RobotApplicationSummary

type RobotApplicationSummary struct {

	// The Amazon Resource Name (ARN) of the robot.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the robot application was
	// last updated.
	LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"`

	// The name of the robot application.
	Name *string `locationName:"name" min:"1" type:"string"`

	// Information about a robot software suite (ROS distribution).
	RobotSoftwareSuite *RobotSoftwareSuite `locationName:"robotSoftwareSuite" type:"structure"`

	// The version of the robot application.
	Version *string `locationName:"version" min:"1" type:"string"`
	// contains filtered or unexported fields
}

Summary information for a robot application.

func (RobotApplicationSummary) GoString

func (s RobotApplicationSummary) GoString() string

GoString returns the string representation

func (*RobotApplicationSummary) SetArn

SetArn sets the Arn field's value.

func (*RobotApplicationSummary) SetLastUpdatedAt

func (s *RobotApplicationSummary) SetLastUpdatedAt(v time.Time) *RobotApplicationSummary

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*RobotApplicationSummary) SetName

SetName sets the Name field's value.

func (*RobotApplicationSummary) SetRobotSoftwareSuite added in v1.19.39

SetRobotSoftwareSuite sets the RobotSoftwareSuite field's value.

func (*RobotApplicationSummary) SetVersion

SetVersion sets the Version field's value.

func (RobotApplicationSummary) String

func (s RobotApplicationSummary) String() string

String returns the string representation

type RobotDeployment

type RobotDeployment struct {

	// The robot deployment Amazon Resource Name (ARN).
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the deployment finished.
	DeploymentFinishTime *time.Time `locationName:"deploymentFinishTime" type:"timestamp"`

	// The time, in milliseconds since the epoch, when the deployment was started.
	DeploymentStartTime *time.Time `locationName:"deploymentStartTime" type:"timestamp"`

	// The robot deployment failure code.
	FailureCode *string `locationName:"failureCode" type:"string" enum:"DeploymentJobErrorCode"`

	// A short description of the reason why the robot deployment failed.
	FailureReason *string `locationName:"failureReason" type:"string"`

	// Information about how the deployment is progressing.
	ProgressDetail *ProgressDetail `locationName:"progressDetail" type:"structure"`

	// The status of the robot deployment.
	Status *string `locationName:"status" type:"string" enum:"RobotStatus"`
	// contains filtered or unexported fields
}

Information about a robot deployment.

func (RobotDeployment) GoString

func (s RobotDeployment) GoString() string

GoString returns the string representation

func (*RobotDeployment) SetArn

func (s *RobotDeployment) SetArn(v string) *RobotDeployment

SetArn sets the Arn field's value.

func (*RobotDeployment) SetDeploymentFinishTime

func (s *RobotDeployment) SetDeploymentFinishTime(v time.Time) *RobotDeployment

SetDeploymentFinishTime sets the DeploymentFinishTime field's value.

func (*RobotDeployment) SetDeploymentStartTime

func (s *RobotDeployment) SetDeploymentStartTime(v time.Time) *RobotDeployment

SetDeploymentStartTime sets the DeploymentStartTime field's value.

func (*RobotDeployment) SetFailureCode

func (s *RobotDeployment) SetFailureCode(v string) *RobotDeployment

SetFailureCode sets the FailureCode field's value.

func (*RobotDeployment) SetFailureReason

func (s *RobotDeployment) SetFailureReason(v string) *RobotDeployment

SetFailureReason sets the FailureReason field's value.

func (*RobotDeployment) SetProgressDetail

func (s *RobotDeployment) SetProgressDetail(v *ProgressDetail) *RobotDeployment

SetProgressDetail sets the ProgressDetail field's value.

func (*RobotDeployment) SetStatus

func (s *RobotDeployment) SetStatus(v string) *RobotDeployment

SetStatus sets the Status field's value.

func (RobotDeployment) String

func (s RobotDeployment) String() string

String returns the string representation

type RobotSoftwareSuite

type RobotSoftwareSuite struct {

	// The name of the robot software suite (ROS distribution).
	Name *string `locationName:"name" type:"string" enum:"RobotSoftwareSuiteType"`

	// The version of the robot software suite (ROS distribution).
	Version *string `locationName:"version" type:"string" enum:"RobotSoftwareSuiteVersionType"`
	// contains filtered or unexported fields
}

Information about a robot software suite (ROS distribution).

func (RobotSoftwareSuite) GoString

func (s RobotSoftwareSuite) GoString() string

GoString returns the string representation

func (*RobotSoftwareSuite) SetName

SetName sets the Name field's value.

func (*RobotSoftwareSuite) SetVersion

func (s *RobotSoftwareSuite) SetVersion(v string) *RobotSoftwareSuite

SetVersion sets the Version field's value.

func (RobotSoftwareSuite) String

func (s RobotSoftwareSuite) String() string

String returns the string representation

type S3KeyOutput added in v1.23.3

type S3KeyOutput struct {

	// The etag for the object.
	Etag *string `locationName:"etag" type:"string"`

	// The S3 key.
	S3Key *string `locationName:"s3Key" min:"1" type:"string"`
	// contains filtered or unexported fields
}

Information about S3 keys.

func (S3KeyOutput) GoString added in v1.23.3

func (s S3KeyOutput) GoString() string

GoString returns the string representation

func (*S3KeyOutput) SetEtag added in v1.23.3

func (s *S3KeyOutput) SetEtag(v string) *S3KeyOutput

SetEtag sets the Etag field's value.

func (*S3KeyOutput) SetS3Key added in v1.23.3

func (s *S3KeyOutput) SetS3Key(v string) *S3KeyOutput

SetS3Key sets the S3Key field's value.

func (S3KeyOutput) String added in v1.23.3

func (s S3KeyOutput) String() string

String returns the string representation

type S3Object added in v1.25.26

type S3Object struct {

	// The bucket containing the object.
	//
	// Bucket is a required field
	Bucket *string `locationName:"bucket" min:"3" type:"string" required:"true"`

	// The etag of the object.
	Etag *string `locationName:"etag" type:"string"`

	// The key of the object.
	//
	// Key is a required field
	Key *string `locationName:"key" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Information about an S3 object.

func (S3Object) GoString added in v1.25.26

func (s S3Object) GoString() string

GoString returns the string representation

func (*S3Object) SetBucket added in v1.25.26

func (s *S3Object) SetBucket(v string) *S3Object

SetBucket sets the Bucket field's value.

func (*S3Object) SetEtag added in v1.25.26

func (s *S3Object) SetEtag(v string) *S3Object

SetEtag sets the Etag field's value.

func (*S3Object) SetKey added in v1.25.26

func (s *S3Object) SetKey(v string) *S3Object

SetKey sets the Key field's value.

func (S3Object) String added in v1.25.26

func (s S3Object) String() string

String returns the string representation

func (*S3Object) Validate added in v1.25.26

func (s *S3Object) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ServiceUnavailableException added in v1.28.0

type ServiceUnavailableException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The request has failed due to a temporary failure of the server.

func (ServiceUnavailableException) Code added in v1.28.0

Code returns the exception type name.

func (ServiceUnavailableException) Error added in v1.28.0

func (ServiceUnavailableException) GoString added in v1.28.0

func (s ServiceUnavailableException) GoString() string

GoString returns the string representation

func (ServiceUnavailableException) Message added in v1.28.0

func (s ServiceUnavailableException) Message() string

Message returns the exception's message.

func (ServiceUnavailableException) OrigErr added in v1.28.0

func (s ServiceUnavailableException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (ServiceUnavailableException) RequestID added in v1.28.0

func (s ServiceUnavailableException) RequestID() string

RequestID returns the service's response RequestID for request.

func (ServiceUnavailableException) StatusCode added in v1.28.0

func (s ServiceUnavailableException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ServiceUnavailableException) String added in v1.28.0

String returns the string representation

type SimulationApplicationConfig

type SimulationApplicationConfig struct {

	// The application information for the simulation application.
	//
	// Application is a required field
	Application *string `locationName:"application" min:"1" type:"string" required:"true"`

	// The version of the simulation application.
	ApplicationVersion *string `locationName:"applicationVersion" min:"1" type:"string"`

	// The launch configuration for the simulation application.
	//
	// LaunchConfig is a required field
	LaunchConfig *LaunchConfig `locationName:"launchConfig" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Information about a simulation application configuration.

func (SimulationApplicationConfig) GoString

func (s SimulationApplicationConfig) GoString() string

GoString returns the string representation

func (*SimulationApplicationConfig) SetApplication

SetApplication sets the Application field's value.

func (*SimulationApplicationConfig) SetApplicationVersion

func (s *SimulationApplicationConfig) SetApplicationVersion(v string) *SimulationApplicationConfig

SetApplicationVersion sets the ApplicationVersion field's value.

func (*SimulationApplicationConfig) SetLaunchConfig

SetLaunchConfig sets the LaunchConfig field's value.

func (SimulationApplicationConfig) String

String returns the string representation

func (*SimulationApplicationConfig) Validate

func (s *SimulationApplicationConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SimulationApplicationSummary

type SimulationApplicationSummary struct {

	// The Amazon Resource Name (ARN) of the simulation application.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the simulation application
	// was last updated.
	LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"`

	// The name of the simulation application.
	Name *string `locationName:"name" min:"1" type:"string"`

	// Information about a robot software suite (ROS distribution).
	RobotSoftwareSuite *RobotSoftwareSuite `locationName:"robotSoftwareSuite" type:"structure"`

	// Information about a simulation software suite.
	SimulationSoftwareSuite *SimulationSoftwareSuite `locationName:"simulationSoftwareSuite" type:"structure"`

	// The version of the simulation application.
	Version *string `locationName:"version" min:"1" type:"string"`
	// contains filtered or unexported fields
}

Summary information for a simulation application.

func (SimulationApplicationSummary) GoString

func (s SimulationApplicationSummary) GoString() string

GoString returns the string representation

func (*SimulationApplicationSummary) SetArn

SetArn sets the Arn field's value.

func (*SimulationApplicationSummary) SetLastUpdatedAt

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*SimulationApplicationSummary) SetName

SetName sets the Name field's value.

func (*SimulationApplicationSummary) SetRobotSoftwareSuite added in v1.19.39

SetRobotSoftwareSuite sets the RobotSoftwareSuite field's value.

func (*SimulationApplicationSummary) SetSimulationSoftwareSuite added in v1.19.39

SetSimulationSoftwareSuite sets the SimulationSoftwareSuite field's value.

func (*SimulationApplicationSummary) SetVersion

SetVersion sets the Version field's value.

func (SimulationApplicationSummary) String

String returns the string representation

type SimulationJob

type SimulationJob struct {

	// The Amazon Resource Name (ARN) of the simulation job.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// A unique identifier for this SimulationJob request.
	ClientRequestToken *string `locationName:"clientRequestToken" min:"1" type:"string"`

	// The data sources for the simulation job.
	DataSources []*DataSource `locationName:"dataSources" type:"list"`

	// The failure behavior the simulation job.
	//
	// Continue
	//
	// Restart the simulation job in the same host instance.
	//
	// Fail
	//
	// Stop the simulation job and terminate the instance.
	FailureBehavior *string `locationName:"failureBehavior" type:"string" enum:"FailureBehavior"`

	// The failure code of the simulation job if it failed.
	FailureCode *string `locationName:"failureCode" type:"string" enum:"SimulationJobErrorCode"`

	// The reason why the simulation job failed.
	FailureReason *string `locationName:"failureReason" type:"string"`

	// The IAM role that allows the simulation instance to call the AWS APIs that
	// are specified in its associated policies on your behalf. This is how credentials
	// are passed in to your simulation job.
	IamRole *string `locationName:"iamRole" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the simulation job was last
	// started.
	LastStartedAt *time.Time `locationName:"lastStartedAt" type:"timestamp"`

	// The time, in milliseconds since the epoch, when the simulation job was last
	// updated.
	LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"`

	// The logging configuration.
	LoggingConfig *LoggingConfig `locationName:"loggingConfig" type:"structure"`

	// The maximum simulation job duration in seconds. The value must be 8 days
	// (691,200 seconds) or less.
	MaxJobDurationInSeconds *int64 `locationName:"maxJobDurationInSeconds" type:"long"`

	// The name of the simulation job.
	Name *string `locationName:"name" min:"1" type:"string"`

	// Information about a network interface.
	NetworkInterface *NetworkInterface `locationName:"networkInterface" type:"structure"`

	// Location for output files generated by the simulation job.
	OutputLocation *OutputLocation `locationName:"outputLocation" type:"structure"`

	// A list of robot applications.
	RobotApplications []*RobotApplicationConfig `locationName:"robotApplications" min:"1" type:"list"`

	// A list of simulation applications.
	SimulationApplications []*SimulationApplicationConfig `locationName:"simulationApplications" min:"1" type:"list"`

	// The simulation job execution duration in milliseconds.
	SimulationTimeMillis *int64 `locationName:"simulationTimeMillis" type:"long"`

	// Status of the simulation job.
	Status *string `locationName:"status" type:"string" enum:"SimulationJobStatus"`

	// A map that contains tag keys and tag values that are attached to the simulation
	// job.
	Tags map[string]*string `locationName:"tags" type:"map"`

	// VPC configuration information.
	VpcConfig *VPCConfigResponse `locationName:"vpcConfig" type:"structure"`
	// contains filtered or unexported fields
}

Information about a simulation job.

func (SimulationJob) GoString

func (s SimulationJob) GoString() string

GoString returns the string representation

func (*SimulationJob) SetArn

func (s *SimulationJob) SetArn(v string) *SimulationJob

SetArn sets the Arn field's value.

func (*SimulationJob) SetClientRequestToken

func (s *SimulationJob) SetClientRequestToken(v string) *SimulationJob

SetClientRequestToken sets the ClientRequestToken field's value.

func (*SimulationJob) SetDataSources added in v1.23.3

func (s *SimulationJob) SetDataSources(v []*DataSource) *SimulationJob

SetDataSources sets the DataSources field's value.

func (*SimulationJob) SetFailureBehavior

func (s *SimulationJob) SetFailureBehavior(v string) *SimulationJob

SetFailureBehavior sets the FailureBehavior field's value.

func (*SimulationJob) SetFailureCode

func (s *SimulationJob) SetFailureCode(v string) *SimulationJob

SetFailureCode sets the FailureCode field's value.

func (*SimulationJob) SetFailureReason added in v1.16.30

func (s *SimulationJob) SetFailureReason(v string) *SimulationJob

SetFailureReason sets the FailureReason field's value.

func (*SimulationJob) SetIamRole

func (s *SimulationJob) SetIamRole(v string) *SimulationJob

SetIamRole sets the IamRole field's value.

func (*SimulationJob) SetLastStartedAt added in v1.19.39

func (s *SimulationJob) SetLastStartedAt(v time.Time) *SimulationJob

SetLastStartedAt sets the LastStartedAt field's value.

func (*SimulationJob) SetLastUpdatedAt

func (s *SimulationJob) SetLastUpdatedAt(v time.Time) *SimulationJob

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*SimulationJob) SetLoggingConfig added in v1.23.3

func (s *SimulationJob) SetLoggingConfig(v *LoggingConfig) *SimulationJob

SetLoggingConfig sets the LoggingConfig field's value.

func (*SimulationJob) SetMaxJobDurationInSeconds

func (s *SimulationJob) SetMaxJobDurationInSeconds(v int64) *SimulationJob

SetMaxJobDurationInSeconds sets the MaxJobDurationInSeconds field's value.

func (*SimulationJob) SetName

func (s *SimulationJob) SetName(v string) *SimulationJob

SetName sets the Name field's value.

func (*SimulationJob) SetNetworkInterface added in v1.23.18

func (s *SimulationJob) SetNetworkInterface(v *NetworkInterface) *SimulationJob

SetNetworkInterface sets the NetworkInterface field's value.

func (*SimulationJob) SetOutputLocation

func (s *SimulationJob) SetOutputLocation(v *OutputLocation) *SimulationJob

SetOutputLocation sets the OutputLocation field's value.

func (*SimulationJob) SetRobotApplications

func (s *SimulationJob) SetRobotApplications(v []*RobotApplicationConfig) *SimulationJob

SetRobotApplications sets the RobotApplications field's value.

func (*SimulationJob) SetSimulationApplications

func (s *SimulationJob) SetSimulationApplications(v []*SimulationApplicationConfig) *SimulationJob

SetSimulationApplications sets the SimulationApplications field's value.

func (*SimulationJob) SetSimulationTimeMillis

func (s *SimulationJob) SetSimulationTimeMillis(v int64) *SimulationJob

SetSimulationTimeMillis sets the SimulationTimeMillis field's value.

func (*SimulationJob) SetStatus

func (s *SimulationJob) SetStatus(v string) *SimulationJob

SetStatus sets the Status field's value.

func (*SimulationJob) SetTags added in v1.16.30

func (s *SimulationJob) SetTags(v map[string]*string) *SimulationJob

SetTags sets the Tags field's value.

func (*SimulationJob) SetVpcConfig

func (s *SimulationJob) SetVpcConfig(v *VPCConfigResponse) *SimulationJob

SetVpcConfig sets the VpcConfig field's value.

func (SimulationJob) String

func (s SimulationJob) String() string

String returns the string representation

type SimulationJobBatchSummary added in v1.28.13

type SimulationJobBatchSummary struct {

	// The Amazon Resource Name (ARN) of the batch.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the simulation job batch
	// was created.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"`

	// The number of created simulation job requests.
	CreatedRequestCount *int64 `locationName:"createdRequestCount" type:"integer"`

	// The number of failed simulation job requests.
	FailedRequestCount *int64 `locationName:"failedRequestCount" type:"integer"`

	// The time, in milliseconds since the epoch, when the simulation job batch
	// was last updated.
	LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"`

	// The number of pending simulation job requests.
	PendingRequestCount *int64 `locationName:"pendingRequestCount" type:"integer"`

	// The status of the simulation job batch.
	//
	// Pending
	//
	// The simulation job batch request is pending.
	//
	// InProgress
	//
	// The simulation job batch is in progress.
	//
	// Failed
	//
	// The simulation job batch failed. One or more simulation job requests could
	// not be completed due to an internal failure (like InternalServiceError).
	// See failureCode and failureReason for more information.
	//
	// Completed
	//
	// The simulation batch job completed. A batch is complete when (1) there are
	// no pending simulation job requests in the batch and none of the failed simulation
	// job requests are due to InternalServiceError and (2) when all created simulation
	// jobs have reached a terminal state (for example, Completed or Failed).
	//
	// Canceled
	//
	// The simulation batch job was cancelled.
	//
	// Canceling
	//
	// The simulation batch job is being cancelled.
	//
	// Completing
	//
	// The simulation batch job is completing.
	//
	// TimingOut
	//
	// The simulation job batch is timing out.
	//
	// If a batch timing out, and there are pending requests that were failing due
	// to an internal failure (like InternalServiceError), the batch status will
	// be Failed. If there are no such failing request, the batch status will be
	// TimedOut.
	//
	// TimedOut
	//
	// The simulation batch job timed out.
	Status *string `locationName:"status" type:"string" enum:"SimulationJobBatchStatus"`
	// contains filtered or unexported fields
}

Information about a simulation job batch.

func (SimulationJobBatchSummary) GoString added in v1.28.13

func (s SimulationJobBatchSummary) GoString() string

GoString returns the string representation

func (*SimulationJobBatchSummary) SetArn added in v1.28.13

SetArn sets the Arn field's value.

func (*SimulationJobBatchSummary) SetCreatedAt added in v1.28.13

SetCreatedAt sets the CreatedAt field's value.

func (*SimulationJobBatchSummary) SetCreatedRequestCount added in v1.28.13

func (s *SimulationJobBatchSummary) SetCreatedRequestCount(v int64) *SimulationJobBatchSummary

SetCreatedRequestCount sets the CreatedRequestCount field's value.

func (*SimulationJobBatchSummary) SetFailedRequestCount added in v1.28.13

func (s *SimulationJobBatchSummary) SetFailedRequestCount(v int64) *SimulationJobBatchSummary

SetFailedRequestCount sets the FailedRequestCount field's value.

func (*SimulationJobBatchSummary) SetLastUpdatedAt added in v1.28.13

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*SimulationJobBatchSummary) SetPendingRequestCount added in v1.28.13

func (s *SimulationJobBatchSummary) SetPendingRequestCount(v int64) *SimulationJobBatchSummary

SetPendingRequestCount sets the PendingRequestCount field's value.

func (*SimulationJobBatchSummary) SetStatus added in v1.28.13

SetStatus sets the Status field's value.

func (SimulationJobBatchSummary) String added in v1.28.13

func (s SimulationJobBatchSummary) String() string

String returns the string representation

type SimulationJobRequest added in v1.28.13

type SimulationJobRequest struct {

	// Specify data sources to mount read-only files from S3 into your simulation.
	// These files are available under /opt/robomaker/datasources/data_source_name.
	//
	// There is a limit of 100 files and a combined size of 25GB for all DataSourceConfig
	// objects.
	DataSources []*DataSourceConfig `locationName:"dataSources" min:"1" type:"list"`

	// The failure behavior the simulation job.
	//
	// Continue
	//
	// Restart the simulation job in the same host instance.
	//
	// Fail
	//
	// Stop the simulation job and terminate the instance.
	FailureBehavior *string `locationName:"failureBehavior" type:"string" enum:"FailureBehavior"`

	// The IAM role name that allows the simulation instance to call the AWS APIs
	// that are specified in its associated policies on your behalf. This is how
	// credentials are passed in to your simulation job.
	IamRole *string `locationName:"iamRole" min:"1" type:"string"`

	// The logging configuration.
	LoggingConfig *LoggingConfig `locationName:"loggingConfig" type:"structure"`

	// The maximum simulation job duration in seconds. The value must be 8 days
	// (691,200 seconds) or less.
	//
	// MaxJobDurationInSeconds is a required field
	MaxJobDurationInSeconds *int64 `locationName:"maxJobDurationInSeconds" type:"long" required:"true"`

	// The output location.
	OutputLocation *OutputLocation `locationName:"outputLocation" type:"structure"`

	// The robot applications to use in the simulation job.
	RobotApplications []*RobotApplicationConfig `locationName:"robotApplications" min:"1" type:"list"`

	// The simulation applications to use in the simulation job.
	SimulationApplications []*SimulationApplicationConfig `locationName:"simulationApplications" min:"1" type:"list"`

	// A map that contains tag keys and tag values that are attached to the simulation
	// job request.
	Tags map[string]*string `locationName:"tags" type:"map"`

	// Boolean indicating whether to use default simulation tool applications.
	UseDefaultApplications *bool `locationName:"useDefaultApplications" type:"boolean"`

	// If your simulation job accesses resources in a VPC, you provide this parameter
	// identifying the list of security group IDs and subnet IDs. These must belong
	// to the same VPC. You must provide at least one security group and two subnet
	// IDs.
	VpcConfig *VPCConfig `locationName:"vpcConfig" type:"structure"`
	// contains filtered or unexported fields
}

Information about a simulation job request.

func (SimulationJobRequest) GoString added in v1.28.13

func (s SimulationJobRequest) GoString() string

GoString returns the string representation

func (*SimulationJobRequest) SetDataSources added in v1.28.13

SetDataSources sets the DataSources field's value.

func (*SimulationJobRequest) SetFailureBehavior added in v1.28.13

func (s *SimulationJobRequest) SetFailureBehavior(v string) *SimulationJobRequest

SetFailureBehavior sets the FailureBehavior field's value.

func (*SimulationJobRequest) SetIamRole added in v1.28.13

SetIamRole sets the IamRole field's value.

func (*SimulationJobRequest) SetLoggingConfig added in v1.28.13

func (s *SimulationJobRequest) SetLoggingConfig(v *LoggingConfig) *SimulationJobRequest

SetLoggingConfig sets the LoggingConfig field's value.

func (*SimulationJobRequest) SetMaxJobDurationInSeconds added in v1.28.13

func (s *SimulationJobRequest) SetMaxJobDurationInSeconds(v int64) *SimulationJobRequest

SetMaxJobDurationInSeconds sets the MaxJobDurationInSeconds field's value.

func (*SimulationJobRequest) SetOutputLocation added in v1.28.13

func (s *SimulationJobRequest) SetOutputLocation(v *OutputLocation) *SimulationJobRequest

SetOutputLocation sets the OutputLocation field's value.

func (*SimulationJobRequest) SetRobotApplications added in v1.28.13

func (s *SimulationJobRequest) SetRobotApplications(v []*RobotApplicationConfig) *SimulationJobRequest

SetRobotApplications sets the RobotApplications field's value.

func (*SimulationJobRequest) SetSimulationApplications added in v1.28.13

func (s *SimulationJobRequest) SetSimulationApplications(v []*SimulationApplicationConfig) *SimulationJobRequest

SetSimulationApplications sets the SimulationApplications field's value.

func (*SimulationJobRequest) SetTags added in v1.28.13

SetTags sets the Tags field's value.

func (*SimulationJobRequest) SetUseDefaultApplications added in v1.28.13

func (s *SimulationJobRequest) SetUseDefaultApplications(v bool) *SimulationJobRequest

SetUseDefaultApplications sets the UseDefaultApplications field's value.

func (*SimulationJobRequest) SetVpcConfig added in v1.28.13

SetVpcConfig sets the VpcConfig field's value.

func (SimulationJobRequest) String added in v1.28.13

func (s SimulationJobRequest) String() string

String returns the string representation

func (*SimulationJobRequest) Validate added in v1.28.13

func (s *SimulationJobRequest) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SimulationJobSummary

type SimulationJobSummary struct {

	// The Amazon Resource Name (ARN) of the simulation job.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The names of the data sources.
	DataSourceNames []*string `locationName:"dataSourceNames" type:"list"`

	// The time, in milliseconds since the epoch, when the simulation job was last
	// updated.
	LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"`

	// The name of the simulation job.
	Name *string `locationName:"name" min:"1" type:"string"`

	// A list of simulation job robot application names.
	RobotApplicationNames []*string `locationName:"robotApplicationNames" type:"list"`

	// A list of simulation job simulation application names.
	SimulationApplicationNames []*string `locationName:"simulationApplicationNames" type:"list"`

	// The status of the simulation job.
	Status *string `locationName:"status" type:"string" enum:"SimulationJobStatus"`
	// contains filtered or unexported fields
}

Summary information for a simulation job.

func (SimulationJobSummary) GoString

func (s SimulationJobSummary) GoString() string

GoString returns the string representation

func (*SimulationJobSummary) SetArn

SetArn sets the Arn field's value.

func (*SimulationJobSummary) SetDataSourceNames added in v1.23.3

func (s *SimulationJobSummary) SetDataSourceNames(v []*string) *SimulationJobSummary

SetDataSourceNames sets the DataSourceNames field's value.

func (*SimulationJobSummary) SetLastUpdatedAt

func (s *SimulationJobSummary) SetLastUpdatedAt(v time.Time) *SimulationJobSummary

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*SimulationJobSummary) SetName

SetName sets the Name field's value.

func (*SimulationJobSummary) SetRobotApplicationNames

func (s *SimulationJobSummary) SetRobotApplicationNames(v []*string) *SimulationJobSummary

SetRobotApplicationNames sets the RobotApplicationNames field's value.

func (*SimulationJobSummary) SetSimulationApplicationNames

func (s *SimulationJobSummary) SetSimulationApplicationNames(v []*string) *SimulationJobSummary

SetSimulationApplicationNames sets the SimulationApplicationNames field's value.

func (*SimulationJobSummary) SetStatus

SetStatus sets the Status field's value.

func (SimulationJobSummary) String

func (s SimulationJobSummary) String() string

String returns the string representation

type SimulationSoftwareSuite

type SimulationSoftwareSuite struct {

	// The name of the simulation software suite.
	Name *string `locationName:"name" type:"string" enum:"SimulationSoftwareSuiteType"`

	// The version of the simulation software suite.
	Version *string `locationName:"version" type:"string"`
	// contains filtered or unexported fields
}

Information about a simulation software suite.

func (SimulationSoftwareSuite) GoString

func (s SimulationSoftwareSuite) GoString() string

GoString returns the string representation

func (*SimulationSoftwareSuite) SetName

SetName sets the Name field's value.

func (*SimulationSoftwareSuite) SetVersion

SetVersion sets the Version field's value.

func (SimulationSoftwareSuite) String

func (s SimulationSoftwareSuite) String() string

String returns the string representation

type Source

type Source struct {

	// The taget processor architecture for the application.
	Architecture *string `locationName:"architecture" type:"string" enum:"Architecture"`

	// A hash of the object specified by s3Bucket and s3Key.
	Etag *string `locationName:"etag" type:"string"`

	// The s3 bucket name.
	S3Bucket *string `locationName:"s3Bucket" min:"3" type:"string"`

	// The s3 object key.
	S3Key *string `locationName:"s3Key" min:"1" type:"string"`
	// contains filtered or unexported fields
}

Information about a source.

func (Source) GoString

func (s Source) GoString() string

GoString returns the string representation

func (*Source) SetArchitecture

func (s *Source) SetArchitecture(v string) *Source

SetArchitecture sets the Architecture field's value.

func (*Source) SetEtag

func (s *Source) SetEtag(v string) *Source

SetEtag sets the Etag field's value.

func (*Source) SetS3Bucket

func (s *Source) SetS3Bucket(v string) *Source

SetS3Bucket sets the S3Bucket field's value.

func (*Source) SetS3Key

func (s *Source) SetS3Key(v string) *Source

SetS3Key sets the S3Key field's value.

func (Source) String

func (s Source) String() string

String returns the string representation

type SourceConfig

type SourceConfig struct {

	// The target processor architecture for the application.
	Architecture *string `locationName:"architecture" type:"string" enum:"Architecture"`

	// The Amazon S3 bucket name.
	S3Bucket *string `locationName:"s3Bucket" min:"3" type:"string"`

	// The s3 object key.
	S3Key *string `locationName:"s3Key" min:"1" type:"string"`
	// contains filtered or unexported fields
}

Information about a source configuration.

func (SourceConfig) GoString

func (s SourceConfig) GoString() string

GoString returns the string representation

func (*SourceConfig) SetArchitecture

func (s *SourceConfig) SetArchitecture(v string) *SourceConfig

SetArchitecture sets the Architecture field's value.

func (*SourceConfig) SetS3Bucket

func (s *SourceConfig) SetS3Bucket(v string) *SourceConfig

SetS3Bucket sets the S3Bucket field's value.

func (*SourceConfig) SetS3Key

func (s *SourceConfig) SetS3Key(v string) *SourceConfig

SetS3Key sets the S3Key field's value.

func (SourceConfig) String

func (s SourceConfig) String() string

String returns the string representation

func (*SourceConfig) Validate

func (s *SourceConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartSimulationJobBatchInput added in v1.28.13

type StartSimulationJobBatchInput struct {

	// The batch policy.
	BatchPolicy *BatchPolicy `locationName:"batchPolicy" type:"structure"`

	// Unique, case-sensitive identifier that you provide to ensure the idempotency
	// of the request.
	ClientRequestToken *string `locationName:"clientRequestToken" min:"1" type:"string"`

	// A list of simulation job requests to create in the batch.
	//
	// CreateSimulationJobRequests is a required field
	CreateSimulationJobRequests []*SimulationJobRequest `locationName:"createSimulationJobRequests" min:"1" type:"list" required:"true"`

	// A map that contains tag keys and tag values that are attached to the deployment
	// job batch.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (StartSimulationJobBatchInput) GoString added in v1.28.13

func (s StartSimulationJobBatchInput) GoString() string

GoString returns the string representation

func (*StartSimulationJobBatchInput) SetBatchPolicy added in v1.28.13

SetBatchPolicy sets the BatchPolicy field's value.

func (*StartSimulationJobBatchInput) SetClientRequestToken added in v1.28.13

SetClientRequestToken sets the ClientRequestToken field's value.

func (*StartSimulationJobBatchInput) SetCreateSimulationJobRequests added in v1.28.13

func (s *StartSimulationJobBatchInput) SetCreateSimulationJobRequests(v []*SimulationJobRequest) *StartSimulationJobBatchInput

SetCreateSimulationJobRequests sets the CreateSimulationJobRequests field's value.

func (*StartSimulationJobBatchInput) SetTags added in v1.28.13

SetTags sets the Tags field's value.

func (StartSimulationJobBatchInput) String added in v1.28.13

String returns the string representation

func (*StartSimulationJobBatchInput) Validate added in v1.28.13

func (s *StartSimulationJobBatchInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartSimulationJobBatchOutput added in v1.28.13

type StartSimulationJobBatchOutput struct {

	// The Amazon Resource Name (arn) of the batch.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The batch policy.
	BatchPolicy *BatchPolicy `locationName:"batchPolicy" type:"structure"`

	// Unique, case-sensitive identifier that you provide to ensure the idempotency
	// of the request.
	ClientRequestToken *string `locationName:"clientRequestToken" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the simulation job batch
	// was created.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"`

	// A list of created simulation job request summaries.
	CreatedRequests []*SimulationJobSummary `locationName:"createdRequests" type:"list"`

	// A list of failed simulation job requests. The request failed to be created
	// into a simulation job. Failed requests do not have a simulation job ID.
	FailedRequests []*FailedCreateSimulationJobRequest `locationName:"failedRequests" type:"list"`

	// The failure code if the simulation job batch failed.
	FailureCode *string `locationName:"failureCode" type:"string" enum:"SimulationJobBatchErrorCode"`

	// The reason the simulation job batch failed.
	FailureReason *string `locationName:"failureReason" type:"string"`

	// A list of pending simulation job requests. These requests have not yet been
	// created into simulation jobs.
	PendingRequests []*SimulationJobRequest `locationName:"pendingRequests" min:"1" type:"list"`

	// The status of the simulation job batch.
	//
	// Pending
	//
	// The simulation job batch request is pending.
	//
	// InProgress
	//
	// The simulation job batch is in progress.
	//
	// Failed
	//
	// The simulation job batch failed. One or more simulation job requests could
	// not be completed due to an internal failure (like InternalServiceError).
	// See failureCode and failureReason for more information.
	//
	// Completed
	//
	// The simulation batch job completed. A batch is complete when (1) there are
	// no pending simulation job requests in the batch and none of the failed simulation
	// job requests are due to InternalServiceError and (2) when all created simulation
	// jobs have reached a terminal state (for example, Completed or Failed).
	//
	// Canceled
	//
	// The simulation batch job was cancelled.
	//
	// Canceling
	//
	// The simulation batch job is being cancelled.
	//
	// Completing
	//
	// The simulation batch job is completing.
	//
	// TimingOut
	//
	// The simulation job batch is timing out.
	//
	// If a batch timing out, and there are pending requests that were failing due
	// to an internal failure (like InternalServiceError), the batch status will
	// be Failed. If there are no such failing request, the batch status will be
	// TimedOut.
	//
	// TimedOut
	//
	// The simulation batch job timed out.
	Status *string `locationName:"status" type:"string" enum:"SimulationJobBatchStatus"`

	// A map that contains tag keys and tag values that are attached to the deployment
	// job batch.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (StartSimulationJobBatchOutput) GoString added in v1.28.13

GoString returns the string representation

func (*StartSimulationJobBatchOutput) SetArn added in v1.28.13

SetArn sets the Arn field's value.

func (*StartSimulationJobBatchOutput) SetBatchPolicy added in v1.28.13

SetBatchPolicy sets the BatchPolicy field's value.

func (*StartSimulationJobBatchOutput) SetClientRequestToken added in v1.28.13

SetClientRequestToken sets the ClientRequestToken field's value.

func (*StartSimulationJobBatchOutput) SetCreatedAt added in v1.28.13

SetCreatedAt sets the CreatedAt field's value.

func (*StartSimulationJobBatchOutput) SetCreatedRequests added in v1.28.13

SetCreatedRequests sets the CreatedRequests field's value.

func (*StartSimulationJobBatchOutput) SetFailedRequests added in v1.28.13

SetFailedRequests sets the FailedRequests field's value.

func (*StartSimulationJobBatchOutput) SetFailureCode added in v1.28.13

SetFailureCode sets the FailureCode field's value.

func (*StartSimulationJobBatchOutput) SetFailureReason added in v1.28.13

SetFailureReason sets the FailureReason field's value.

func (*StartSimulationJobBatchOutput) SetPendingRequests added in v1.28.13

SetPendingRequests sets the PendingRequests field's value.

func (*StartSimulationJobBatchOutput) SetStatus added in v1.28.13

SetStatus sets the Status field's value.

func (*StartSimulationJobBatchOutput) SetTags added in v1.28.13

SetTags sets the Tags field's value.

func (StartSimulationJobBatchOutput) String added in v1.28.13

String returns the string representation

type SyncDeploymentJobInput

type SyncDeploymentJobInput struct {

	// Unique, case-sensitive identifier that you provide to ensure the idempotency
	// of the request.
	ClientRequestToken *string `locationName:"clientRequestToken" min:"1" type:"string" idempotencyToken:"true"`

	// The target fleet for the synchronization.
	//
	// Fleet is a required field
	Fleet *string `locationName:"fleet" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (SyncDeploymentJobInput) GoString

func (s SyncDeploymentJobInput) GoString() string

GoString returns the string representation

func (*SyncDeploymentJobInput) SetClientRequestToken

func (s *SyncDeploymentJobInput) SetClientRequestToken(v string) *SyncDeploymentJobInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*SyncDeploymentJobInput) SetFleet

SetFleet sets the Fleet field's value.

func (SyncDeploymentJobInput) String

func (s SyncDeploymentJobInput) String() string

String returns the string representation

func (*SyncDeploymentJobInput) Validate

func (s *SyncDeploymentJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SyncDeploymentJobOutput

type SyncDeploymentJobOutput struct {

	// The Amazon Resource Name (ARN) of the synchronization request.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the fleet was created.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"`

	// Information about the deployment application configurations.
	DeploymentApplicationConfigs []*DeploymentApplicationConfig `locationName:"deploymentApplicationConfigs" min:"1" type:"list"`

	// Information about the deployment configuration.
	DeploymentConfig *DeploymentConfig `locationName:"deploymentConfig" type:"structure"`

	// The failure code if the job fails:
	//
	// InternalServiceError
	//
	// Internal service error.
	//
	// RobotApplicationCrash
	//
	// Robot application exited abnormally.
	//
	// SimulationApplicationCrash
	//
	// Simulation application exited abnormally.
	//
	// BadPermissionsRobotApplication
	//
	// Robot application bundle could not be downloaded.
	//
	// BadPermissionsSimulationApplication
	//
	// Simulation application bundle could not be downloaded.
	//
	// BadPermissionsS3Output
	//
	// Unable to publish outputs to customer-provided S3 bucket.
	//
	// BadPermissionsCloudwatchLogs
	//
	// Unable to publish logs to customer-provided CloudWatch Logs resource.
	//
	// SubnetIpLimitExceeded
	//
	// Subnet IP limit exceeded.
	//
	// ENILimitExceeded
	//
	// ENI limit exceeded.
	//
	// BadPermissionsUserCredentials
	//
	// Unable to use the Role provided.
	//
	// InvalidBundleRobotApplication
	//
	// Robot bundle cannot be extracted (invalid format, bundling error, or other
	// issue).
	//
	// InvalidBundleSimulationApplication
	//
	// Simulation bundle cannot be extracted (invalid format, bundling error, or
	// other issue).
	//
	// RobotApplicationVersionMismatchedEtag
	//
	// Etag for RobotApplication does not match value during version creation.
	//
	// SimulationApplicationVersionMismatchedEtag
	//
	// Etag for SimulationApplication does not match value during version creation.
	FailureCode *string `locationName:"failureCode" type:"string" enum:"DeploymentJobErrorCode"`

	// The failure reason if the job fails.
	FailureReason *string `locationName:"failureReason" type:"string"`

	// The Amazon Resource Name (ARN) of the fleet.
	Fleet *string `locationName:"fleet" min:"1" type:"string"`

	// The status of the synchronization job.
	Status *string `locationName:"status" type:"string" enum:"DeploymentStatus"`
	// contains filtered or unexported fields
}

func (SyncDeploymentJobOutput) GoString

func (s SyncDeploymentJobOutput) GoString() string

GoString returns the string representation

func (*SyncDeploymentJobOutput) SetArn

SetArn sets the Arn field's value.

func (*SyncDeploymentJobOutput) SetCreatedAt

SetCreatedAt sets the CreatedAt field's value.

func (*SyncDeploymentJobOutput) SetDeploymentApplicationConfigs

func (s *SyncDeploymentJobOutput) SetDeploymentApplicationConfigs(v []*DeploymentApplicationConfig) *SyncDeploymentJobOutput

SetDeploymentApplicationConfigs sets the DeploymentApplicationConfigs field's value.

func (*SyncDeploymentJobOutput) SetDeploymentConfig

SetDeploymentConfig sets the DeploymentConfig field's value.

func (*SyncDeploymentJobOutput) SetFailureCode

SetFailureCode sets the FailureCode field's value.

func (*SyncDeploymentJobOutput) SetFailureReason

func (s *SyncDeploymentJobOutput) SetFailureReason(v string) *SyncDeploymentJobOutput

SetFailureReason sets the FailureReason field's value.

func (*SyncDeploymentJobOutput) SetFleet

SetFleet sets the Fleet field's value.

func (*SyncDeploymentJobOutput) SetStatus

SetStatus sets the Status field's value.

func (SyncDeploymentJobOutput) String

func (s SyncDeploymentJobOutput) String() string

String returns the string representation

type TagResourceInput added in v1.16.30

type TagResourceInput struct {

	// The Amazon Resource Name (ARN) of the AWS RoboMaker resource you are tagging.
	//
	// ResourceArn is a required field
	ResourceArn *string `location:"uri" locationName:"resourceArn" min:"1" type:"string" required:"true"`

	// A map that contains tag keys and tag values that are attached to the resource.
	//
	// Tags is a required field
	Tags map[string]*string `locationName:"tags" type:"map" required:"true"`
	// contains filtered or unexported fields
}

func (TagResourceInput) GoString added in v1.16.30

func (s TagResourceInput) GoString() string

GoString returns the string representation

func (*TagResourceInput) SetResourceArn added in v1.16.30

func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*TagResourceInput) SetTags added in v1.16.30

func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput

SetTags sets the Tags field's value.

func (TagResourceInput) String added in v1.16.30

func (s TagResourceInput) String() string

String returns the string representation

func (*TagResourceInput) Validate added in v1.16.30

func (s *TagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceOutput added in v1.16.30

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

func (TagResourceOutput) GoString added in v1.16.30

func (s TagResourceOutput) GoString() string

GoString returns the string representation

func (TagResourceOutput) String added in v1.16.30

func (s TagResourceOutput) String() string

String returns the string representation

type ThrottlingException added in v1.28.0

type ThrottlingException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

AWS RoboMaker is temporarily unable to process the request. Try your call again.

func (ThrottlingException) Code added in v1.28.0

func (s ThrottlingException) Code() string

Code returns the exception type name.

func (ThrottlingException) Error added in v1.28.0

func (s ThrottlingException) Error() string

func (ThrottlingException) GoString added in v1.28.0

func (s ThrottlingException) GoString() string

GoString returns the string representation

func (ThrottlingException) Message added in v1.28.0

func (s ThrottlingException) Message() string

Message returns the exception's message.

func (ThrottlingException) OrigErr added in v1.28.0

func (s ThrottlingException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (ThrottlingException) RequestID added in v1.28.0

func (s ThrottlingException) RequestID() string

RequestID returns the service's response RequestID for request.

func (ThrottlingException) StatusCode added in v1.28.0

func (s ThrottlingException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ThrottlingException) String added in v1.28.0

func (s ThrottlingException) String() string

String returns the string representation

type UntagResourceInput added in v1.16.30

type UntagResourceInput struct {

	// The Amazon Resource Name (ARN) of the AWS RoboMaker resource you are removing
	// tags.
	//
	// ResourceArn is a required field
	ResourceArn *string `location:"uri" locationName:"resourceArn" min:"1" type:"string" required:"true"`

	// A map that contains tag keys and tag values that will be unattached from
	// the resource.
	//
	// TagKeys is a required field
	TagKeys []*string `location:"querystring" locationName:"tagKeys" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (UntagResourceInput) GoString added in v1.16.30

func (s UntagResourceInput) GoString() string

GoString returns the string representation

func (*UntagResourceInput) SetResourceArn added in v1.16.30

func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*UntagResourceInput) SetTagKeys added in v1.16.30

func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput

SetTagKeys sets the TagKeys field's value.

func (UntagResourceInput) String added in v1.16.30

func (s UntagResourceInput) String() string

String returns the string representation

func (*UntagResourceInput) Validate added in v1.16.30

func (s *UntagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourceOutput added in v1.16.30

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

func (UntagResourceOutput) GoString added in v1.16.30

func (s UntagResourceOutput) GoString() string

GoString returns the string representation

func (UntagResourceOutput) String added in v1.16.30

func (s UntagResourceOutput) String() string

String returns the string representation

type UpdateRobotApplicationInput

type UpdateRobotApplicationInput struct {

	// The application information for the robot application.
	//
	// Application is a required field
	Application *string `locationName:"application" min:"1" type:"string" required:"true"`

	// The revision id for the robot application.
	CurrentRevisionId *string `locationName:"currentRevisionId" min:"1" type:"string"`

	// The robot software suite (ROS distribution) used by the robot application.
	//
	// RobotSoftwareSuite is a required field
	RobotSoftwareSuite *RobotSoftwareSuite `locationName:"robotSoftwareSuite" type:"structure" required:"true"`

	// The sources of the robot application.
	//
	// Sources is a required field
	Sources []*SourceConfig `locationName:"sources" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateRobotApplicationInput) GoString

func (s UpdateRobotApplicationInput) GoString() string

GoString returns the string representation

func (*UpdateRobotApplicationInput) SetApplication

SetApplication sets the Application field's value.

func (*UpdateRobotApplicationInput) SetCurrentRevisionId

SetCurrentRevisionId sets the CurrentRevisionId field's value.

func (*UpdateRobotApplicationInput) SetRobotSoftwareSuite

SetRobotSoftwareSuite sets the RobotSoftwareSuite field's value.

func (*UpdateRobotApplicationInput) SetSources

SetSources sets the Sources field's value.

func (UpdateRobotApplicationInput) String

String returns the string representation

func (*UpdateRobotApplicationInput) Validate

func (s *UpdateRobotApplicationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateRobotApplicationOutput

type UpdateRobotApplicationOutput struct {

	// The Amazon Resource Name (ARN) of the updated robot application.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the robot application was
	// last updated.
	LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"`

	// The name of the robot application.
	Name *string `locationName:"name" min:"1" type:"string"`

	// The revision id of the robot application.
	RevisionId *string `locationName:"revisionId" min:"1" type:"string"`

	// The robot software suite (ROS distribution) used by the robot application.
	RobotSoftwareSuite *RobotSoftwareSuite `locationName:"robotSoftwareSuite" type:"structure"`

	// The sources of the robot application.
	Sources []*Source `locationName:"sources" type:"list"`

	// The version of the robot application.
	Version *string `locationName:"version" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateRobotApplicationOutput) GoString

func (s UpdateRobotApplicationOutput) GoString() string

GoString returns the string representation

func (*UpdateRobotApplicationOutput) SetArn

SetArn sets the Arn field's value.

func (*UpdateRobotApplicationOutput) SetLastUpdatedAt

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*UpdateRobotApplicationOutput) SetName

SetName sets the Name field's value.

func (*UpdateRobotApplicationOutput) SetRevisionId

SetRevisionId sets the RevisionId field's value.

func (*UpdateRobotApplicationOutput) SetRobotSoftwareSuite

SetRobotSoftwareSuite sets the RobotSoftwareSuite field's value.

func (*UpdateRobotApplicationOutput) SetSources

SetSources sets the Sources field's value.

func (*UpdateRobotApplicationOutput) SetVersion

SetVersion sets the Version field's value.

func (UpdateRobotApplicationOutput) String

String returns the string representation

type UpdateSimulationApplicationInput

type UpdateSimulationApplicationInput struct {

	// The application information for the simulation application.
	//
	// Application is a required field
	Application *string `locationName:"application" min:"1" type:"string" required:"true"`

	// The revision id for the robot application.
	CurrentRevisionId *string `locationName:"currentRevisionId" min:"1" type:"string"`

	// The rendering engine for the simulation application.
	RenderingEngine *RenderingEngine `locationName:"renderingEngine" type:"structure"`

	// Information about the robot software suite (ROS distribution).
	//
	// RobotSoftwareSuite is a required field
	RobotSoftwareSuite *RobotSoftwareSuite `locationName:"robotSoftwareSuite" type:"structure" required:"true"`

	// The simulation software suite used by the simulation application.
	//
	// SimulationSoftwareSuite is a required field
	SimulationSoftwareSuite *SimulationSoftwareSuite `locationName:"simulationSoftwareSuite" type:"structure" required:"true"`

	// The sources of the simulation application.
	//
	// Sources is a required field
	Sources []*SourceConfig `locationName:"sources" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateSimulationApplicationInput) GoString

GoString returns the string representation

func (*UpdateSimulationApplicationInput) SetApplication

SetApplication sets the Application field's value.

func (*UpdateSimulationApplicationInput) SetCurrentRevisionId

SetCurrentRevisionId sets the CurrentRevisionId field's value.

func (*UpdateSimulationApplicationInput) SetRenderingEngine

SetRenderingEngine sets the RenderingEngine field's value.

func (*UpdateSimulationApplicationInput) SetRobotSoftwareSuite

SetRobotSoftwareSuite sets the RobotSoftwareSuite field's value.

func (*UpdateSimulationApplicationInput) SetSimulationSoftwareSuite

SetSimulationSoftwareSuite sets the SimulationSoftwareSuite field's value.

func (*UpdateSimulationApplicationInput) SetSources

SetSources sets the Sources field's value.

func (UpdateSimulationApplicationInput) String

String returns the string representation

func (*UpdateSimulationApplicationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type UpdateSimulationApplicationOutput

type UpdateSimulationApplicationOutput struct {

	// The Amazon Resource Name (ARN) of the updated simulation application.
	Arn *string `locationName:"arn" min:"1" type:"string"`

	// The time, in milliseconds since the epoch, when the simulation application
	// was last updated.
	LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"`

	// The name of the simulation application.
	Name *string `locationName:"name" min:"1" type:"string"`

	// The rendering engine for the simulation application.
	RenderingEngine *RenderingEngine `locationName:"renderingEngine" type:"structure"`

	// The revision id of the simulation application.
	RevisionId *string `locationName:"revisionId" min:"1" type:"string"`

	// Information about the robot software suite (ROS distribution).
	RobotSoftwareSuite *RobotSoftwareSuite `locationName:"robotSoftwareSuite" type:"structure"`

	// The simulation software suite used by the simulation application.
	SimulationSoftwareSuite *SimulationSoftwareSuite `locationName:"simulationSoftwareSuite" type:"structure"`

	// The sources of the simulation application.
	Sources []*Source `locationName:"sources" type:"list"`

	// The version of the robot application.
	Version *string `locationName:"version" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateSimulationApplicationOutput) GoString

GoString returns the string representation

func (*UpdateSimulationApplicationOutput) SetArn

SetArn sets the Arn field's value.

func (*UpdateSimulationApplicationOutput) SetLastUpdatedAt

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*UpdateSimulationApplicationOutput) SetName

SetName sets the Name field's value.

func (*UpdateSimulationApplicationOutput) SetRenderingEngine

SetRenderingEngine sets the RenderingEngine field's value.

func (*UpdateSimulationApplicationOutput) SetRevisionId

SetRevisionId sets the RevisionId field's value.

func (*UpdateSimulationApplicationOutput) SetRobotSoftwareSuite

SetRobotSoftwareSuite sets the RobotSoftwareSuite field's value.

func (*UpdateSimulationApplicationOutput) SetSimulationSoftwareSuite

SetSimulationSoftwareSuite sets the SimulationSoftwareSuite field's value.

func (*UpdateSimulationApplicationOutput) SetSources

SetSources sets the Sources field's value.

func (*UpdateSimulationApplicationOutput) SetVersion

SetVersion sets the Version field's value.

func (UpdateSimulationApplicationOutput) String

String returns the string representation

type VPCConfig

type VPCConfig struct {

	// A boolean indicating whether to assign a public IP address.
	AssignPublicIp *bool `locationName:"assignPublicIp" type:"boolean"`

	// A list of one or more security groups IDs in your VPC.
	SecurityGroups []*string `locationName:"securityGroups" min:"1" type:"list"`

	// A list of one or more subnet IDs in your VPC.
	//
	// Subnets is a required field
	Subnets []*string `locationName:"subnets" min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

If your simulation job accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and two subnet IDs.

func (VPCConfig) GoString

func (s VPCConfig) GoString() string

GoString returns the string representation

func (*VPCConfig) SetAssignPublicIp

func (s *VPCConfig) SetAssignPublicIp(v bool) *VPCConfig

SetAssignPublicIp sets the AssignPublicIp field's value.

func (*VPCConfig) SetSecurityGroups

func (s *VPCConfig) SetSecurityGroups(v []*string) *VPCConfig

SetSecurityGroups sets the SecurityGroups field's value.

func (*VPCConfig) SetSubnets

func (s *VPCConfig) SetSubnets(v []*string) *VPCConfig

SetSubnets sets the Subnets field's value.

func (VPCConfig) String

func (s VPCConfig) String() string

String returns the string representation

func (*VPCConfig) Validate

func (s *VPCConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VPCConfigResponse

type VPCConfigResponse struct {

	// A boolean indicating if a public IP was assigned.
	AssignPublicIp *bool `locationName:"assignPublicIp" type:"boolean"`

	// A list of security group IDs associated with the simulation job.
	SecurityGroups []*string `locationName:"securityGroups" min:"1" type:"list"`

	// A list of subnet IDs associated with the simulation job.
	Subnets []*string `locationName:"subnets" min:"1" type:"list"`

	// The VPC ID associated with your simulation job.
	VpcId *string `locationName:"vpcId" type:"string"`
	// contains filtered or unexported fields
}

VPC configuration associated with your simulation job.

func (VPCConfigResponse) GoString

func (s VPCConfigResponse) GoString() string

GoString returns the string representation

func (*VPCConfigResponse) SetAssignPublicIp

func (s *VPCConfigResponse) SetAssignPublicIp(v bool) *VPCConfigResponse

SetAssignPublicIp sets the AssignPublicIp field's value.

func (*VPCConfigResponse) SetSecurityGroups

func (s *VPCConfigResponse) SetSecurityGroups(v []*string) *VPCConfigResponse

SetSecurityGroups sets the SecurityGroups field's value.

func (*VPCConfigResponse) SetSubnets

func (s *VPCConfigResponse) SetSubnets(v []*string) *VPCConfigResponse

SetSubnets sets the Subnets field's value.

func (*VPCConfigResponse) SetVpcId

func (s *VPCConfigResponse) SetVpcId(v string) *VPCConfigResponse

SetVpcId sets the VpcId field's value.

func (VPCConfigResponse) String

func (s VPCConfigResponse) String() string

String returns the string representation

Directories

Path Synopsis
Package robomakeriface provides an interface to enable mocking the AWS RoboMaker service client for testing your code.
Package robomakeriface provides an interface to enable mocking the AWS RoboMaker service client for testing your code.

Jump to

Keyboard shortcuts

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