Versions in this module Expand all Collapse all v1 v1.99.1 Feb 10, 2020 v1.99.0 Feb 10, 2020 Changes in this version + const ArchitectureArm64 + const ArchitectureArmhf + const ArchitectureX8664 + const DeploymentJobErrorCodeBadPermissionError + const DeploymentJobErrorCodeEnvironmentSetupError + const DeploymentJobErrorCodeEtagMismatch + const DeploymentJobErrorCodeExtractingBundleFailure + const DeploymentJobErrorCodeFailureThresholdBreached + const DeploymentJobErrorCodeGreengrassDeploymentFailed + const DeploymentJobErrorCodeGreengrassGroupVersionDoesNotExist + const DeploymentJobErrorCodeInternalServerError + const DeploymentJobErrorCodeMissingRobotApplicationArchitecture + const DeploymentJobErrorCodeMissingRobotArchitecture + const DeploymentJobErrorCodeMissingRobotDeploymentResource + const DeploymentJobErrorCodePostLaunchFileFailure + const DeploymentJobErrorCodePreLaunchFileFailure + const DeploymentJobErrorCodeResourceNotFound + const DeploymentJobErrorCodeRobotAgentConnectionTimeout + const DeploymentJobErrorCodeRobotDeploymentAborted + const DeploymentJobErrorCodeRobotDeploymentNoResponse + const DeploymentStatusCanceled + const DeploymentStatusFailed + const DeploymentStatusInProgress + const DeploymentStatusPending + const DeploymentStatusPreparing + const DeploymentStatusSucceeded + const EndpointsID + const ErrCodeConcurrentDeploymentException + const ErrCodeIdempotentParameterMismatchException + const ErrCodeInternalServerException + const ErrCodeInvalidParameterException + const ErrCodeLimitExceededException + const ErrCodeResourceAlreadyExistsException + const ErrCodeResourceNotFoundException + const ErrCodeServiceUnavailableException + const ErrCodeThrottlingException + const FailureBehaviorContinue + const FailureBehaviorFail + const RenderingEngineTypeOgre + const RobotDeploymentStepDownloadingExtracting + const RobotDeploymentStepExecutingPostLaunch + const RobotDeploymentStepExecutingPreLaunch + const RobotDeploymentStepFinished + const RobotDeploymentStepLaunching + const RobotDeploymentStepValidating + const RobotSoftwareSuiteTypeRos + const RobotSoftwareSuiteVersionTypeKinetic + const RobotSoftwareSuiteVersionTypeMelodic + const RobotStatusAvailable + const RobotStatusDeploying + const RobotStatusFailed + const RobotStatusInSync + const RobotStatusNoResponse + const RobotStatusPendingNewDeployment + const RobotStatusRegistered + const ServiceID + const ServiceName + const SimulationJobErrorCodeBadPermissionsCloudwatchLogs + const SimulationJobErrorCodeBadPermissionsRobotApplication + const SimulationJobErrorCodeBadPermissionsS3output + const SimulationJobErrorCodeBadPermissionsSimulationApplication + const SimulationJobErrorCodeBadPermissionsUserCredentials + const SimulationJobErrorCodeEnilimitExceeded + const SimulationJobErrorCodeInternalServiceError + const SimulationJobErrorCodeInvalidBundleRobotApplication + const SimulationJobErrorCodeInvalidBundleSimulationApplication + const SimulationJobErrorCodeRobotApplicationCrash + const SimulationJobErrorCodeRobotApplicationVersionMismatchedEtag + const SimulationJobErrorCodeSimulationApplicationCrash + const SimulationJobErrorCodeSimulationApplicationVersionMismatchedEtag + const SimulationJobErrorCodeSubnetIpLimitExceeded + const SimulationJobErrorCodeWrongRegionRobotApplication + const SimulationJobErrorCodeWrongRegionS3output + const SimulationJobErrorCodeWrongRegionSimulationApplication + const SimulationJobStatusCanceled + const SimulationJobStatusCompleted + const SimulationJobStatusFailed + const SimulationJobStatusPending + const SimulationJobStatusPreparing + const SimulationJobStatusRestarting + const SimulationJobStatusRunning + const SimulationJobStatusRunningFailed + const SimulationJobStatusTerminated + const SimulationJobStatusTerminating + const SimulationSoftwareSuiteTypeGazebo + type BatchDescribeSimulationJobInput struct + Jobs []*string + func (s *BatchDescribeSimulationJobInput) SetJobs(v []*string) *BatchDescribeSimulationJobInput + func (s *BatchDescribeSimulationJobInput) Validate() error + func (s BatchDescribeSimulationJobInput) GoString() string + func (s BatchDescribeSimulationJobInput) String() string + type BatchDescribeSimulationJobOutput struct + Jobs []*SimulationJob + UnprocessedJobs []*string + func (s *BatchDescribeSimulationJobOutput) SetJobs(v []*SimulationJob) *BatchDescribeSimulationJobOutput + func (s *BatchDescribeSimulationJobOutput) SetUnprocessedJobs(v []*string) *BatchDescribeSimulationJobOutput + func (s BatchDescribeSimulationJobOutput) GoString() string + func (s BatchDescribeSimulationJobOutput) String() string + type CancelDeploymentJobInput struct + Job *string + func (s *CancelDeploymentJobInput) SetJob(v string) *CancelDeploymentJobInput + func (s *CancelDeploymentJobInput) Validate() error + func (s CancelDeploymentJobInput) GoString() string + func (s CancelDeploymentJobInput) String() string + type CancelDeploymentJobOutput struct + func (s CancelDeploymentJobOutput) GoString() string + func (s CancelDeploymentJobOutput) String() string + type CancelSimulationJobInput struct + Job *string + func (s *CancelSimulationJobInput) SetJob(v string) *CancelSimulationJobInput + func (s *CancelSimulationJobInput) Validate() error + func (s CancelSimulationJobInput) GoString() string + func (s CancelSimulationJobInput) String() string + type CancelSimulationJobOutput struct + func (s CancelSimulationJobOutput) GoString() string + func (s CancelSimulationJobOutput) String() string + type CreateDeploymentJobInput struct + ClientRequestToken *string + DeploymentApplicationConfigs []*DeploymentApplicationConfig + DeploymentConfig *DeploymentConfig + Fleet *string + Tags map[string]*string + func (s *CreateDeploymentJobInput) SetClientRequestToken(v string) *CreateDeploymentJobInput + func (s *CreateDeploymentJobInput) SetDeploymentApplicationConfigs(v []*DeploymentApplicationConfig) *CreateDeploymentJobInput + func (s *CreateDeploymentJobInput) SetDeploymentConfig(v *DeploymentConfig) *CreateDeploymentJobInput + func (s *CreateDeploymentJobInput) SetFleet(v string) *CreateDeploymentJobInput + func (s *CreateDeploymentJobInput) SetTags(v map[string]*string) *CreateDeploymentJobInput + func (s *CreateDeploymentJobInput) Validate() error + func (s CreateDeploymentJobInput) GoString() string + func (s CreateDeploymentJobInput) String() string + type CreateDeploymentJobOutput struct + Arn *string + CreatedAt *time.Time + DeploymentApplicationConfigs []*DeploymentApplicationConfig + DeploymentConfig *DeploymentConfig + FailureCode *string + FailureReason *string + Fleet *string + Status *string + Tags map[string]*string + func (s *CreateDeploymentJobOutput) SetArn(v string) *CreateDeploymentJobOutput + func (s *CreateDeploymentJobOutput) SetCreatedAt(v time.Time) *CreateDeploymentJobOutput + func (s *CreateDeploymentJobOutput) SetDeploymentApplicationConfigs(v []*DeploymentApplicationConfig) *CreateDeploymentJobOutput + func (s *CreateDeploymentJobOutput) SetDeploymentConfig(v *DeploymentConfig) *CreateDeploymentJobOutput + func (s *CreateDeploymentJobOutput) SetFailureCode(v string) *CreateDeploymentJobOutput + func (s *CreateDeploymentJobOutput) SetFailureReason(v string) *CreateDeploymentJobOutput + func (s *CreateDeploymentJobOutput) SetFleet(v string) *CreateDeploymentJobOutput + func (s *CreateDeploymentJobOutput) SetStatus(v string) *CreateDeploymentJobOutput + func (s *CreateDeploymentJobOutput) SetTags(v map[string]*string) *CreateDeploymentJobOutput + func (s CreateDeploymentJobOutput) GoString() string + func (s CreateDeploymentJobOutput) String() string + type CreateFleetInput struct + Name *string + Tags map[string]*string + func (s *CreateFleetInput) SetName(v string) *CreateFleetInput + func (s *CreateFleetInput) SetTags(v map[string]*string) *CreateFleetInput + func (s *CreateFleetInput) Validate() error + func (s CreateFleetInput) GoString() string + func (s CreateFleetInput) String() string + type CreateFleetOutput struct + Arn *string + CreatedAt *time.Time + Name *string + Tags map[string]*string + func (s *CreateFleetOutput) SetArn(v string) *CreateFleetOutput + func (s *CreateFleetOutput) SetCreatedAt(v time.Time) *CreateFleetOutput + func (s *CreateFleetOutput) SetName(v string) *CreateFleetOutput + func (s *CreateFleetOutput) SetTags(v map[string]*string) *CreateFleetOutput + func (s CreateFleetOutput) GoString() string + func (s CreateFleetOutput) String() string + type CreateRobotApplicationInput struct + Name *string + RobotSoftwareSuite *RobotSoftwareSuite + Sources []*SourceConfig + Tags map[string]*string + func (s *CreateRobotApplicationInput) SetName(v string) *CreateRobotApplicationInput + func (s *CreateRobotApplicationInput) SetRobotSoftwareSuite(v *RobotSoftwareSuite) *CreateRobotApplicationInput + func (s *CreateRobotApplicationInput) SetSources(v []*SourceConfig) *CreateRobotApplicationInput + func (s *CreateRobotApplicationInput) SetTags(v map[string]*string) *CreateRobotApplicationInput + func (s *CreateRobotApplicationInput) Validate() error + func (s CreateRobotApplicationInput) GoString() string + func (s CreateRobotApplicationInput) String() string + type CreateRobotApplicationOutput struct + Arn *string + LastUpdatedAt *time.Time + Name *string + RevisionId *string + RobotSoftwareSuite *RobotSoftwareSuite + Sources []*Source + Tags map[string]*string + Version *string + func (s *CreateRobotApplicationOutput) SetArn(v string) *CreateRobotApplicationOutput + func (s *CreateRobotApplicationOutput) SetLastUpdatedAt(v time.Time) *CreateRobotApplicationOutput + func (s *CreateRobotApplicationOutput) SetName(v string) *CreateRobotApplicationOutput + func (s *CreateRobotApplicationOutput) SetRevisionId(v string) *CreateRobotApplicationOutput + func (s *CreateRobotApplicationOutput) SetRobotSoftwareSuite(v *RobotSoftwareSuite) *CreateRobotApplicationOutput + func (s *CreateRobotApplicationOutput) SetSources(v []*Source) *CreateRobotApplicationOutput + func (s *CreateRobotApplicationOutput) SetTags(v map[string]*string) *CreateRobotApplicationOutput + func (s *CreateRobotApplicationOutput) SetVersion(v string) *CreateRobotApplicationOutput + func (s CreateRobotApplicationOutput) GoString() string + func (s CreateRobotApplicationOutput) String() string + type CreateRobotApplicationVersionInput struct + Application *string + CurrentRevisionId *string + func (s *CreateRobotApplicationVersionInput) SetApplication(v string) *CreateRobotApplicationVersionInput + func (s *CreateRobotApplicationVersionInput) SetCurrentRevisionId(v string) *CreateRobotApplicationVersionInput + func (s *CreateRobotApplicationVersionInput) Validate() error + func (s CreateRobotApplicationVersionInput) GoString() string + func (s CreateRobotApplicationVersionInput) String() string + type CreateRobotApplicationVersionOutput struct + Arn *string + LastUpdatedAt *time.Time + Name *string + RevisionId *string + RobotSoftwareSuite *RobotSoftwareSuite + Sources []*Source + Version *string + func (s *CreateRobotApplicationVersionOutput) SetArn(v string) *CreateRobotApplicationVersionOutput + func (s *CreateRobotApplicationVersionOutput) SetLastUpdatedAt(v time.Time) *CreateRobotApplicationVersionOutput + func (s *CreateRobotApplicationVersionOutput) SetName(v string) *CreateRobotApplicationVersionOutput + func (s *CreateRobotApplicationVersionOutput) SetRevisionId(v string) *CreateRobotApplicationVersionOutput + func (s *CreateRobotApplicationVersionOutput) SetRobotSoftwareSuite(v *RobotSoftwareSuite) *CreateRobotApplicationVersionOutput + func (s *CreateRobotApplicationVersionOutput) SetSources(v []*Source) *CreateRobotApplicationVersionOutput + func (s *CreateRobotApplicationVersionOutput) SetVersion(v string) *CreateRobotApplicationVersionOutput + func (s CreateRobotApplicationVersionOutput) GoString() string + func (s CreateRobotApplicationVersionOutput) String() string + type CreateRobotInput struct + Architecture *string + GreengrassGroupId *string + Name *string + Tags map[string]*string + func (s *CreateRobotInput) SetArchitecture(v string) *CreateRobotInput + func (s *CreateRobotInput) SetGreengrassGroupId(v string) *CreateRobotInput + func (s *CreateRobotInput) SetName(v string) *CreateRobotInput + func (s *CreateRobotInput) SetTags(v map[string]*string) *CreateRobotInput + func (s *CreateRobotInput) Validate() error + func (s CreateRobotInput) GoString() string + func (s CreateRobotInput) String() string + type CreateRobotOutput struct + Architecture *string + Arn *string + CreatedAt *time.Time + GreengrassGroupId *string + Name *string + Tags map[string]*string + func (s *CreateRobotOutput) SetArchitecture(v string) *CreateRobotOutput + func (s *CreateRobotOutput) SetArn(v string) *CreateRobotOutput + func (s *CreateRobotOutput) SetCreatedAt(v time.Time) *CreateRobotOutput + func (s *CreateRobotOutput) SetGreengrassGroupId(v string) *CreateRobotOutput + func (s *CreateRobotOutput) SetName(v string) *CreateRobotOutput + func (s *CreateRobotOutput) SetTags(v map[string]*string) *CreateRobotOutput + func (s CreateRobotOutput) GoString() string + func (s CreateRobotOutput) String() string + type CreateSimulationApplicationInput struct + Name *string + RenderingEngine *RenderingEngine + RobotSoftwareSuite *RobotSoftwareSuite + SimulationSoftwareSuite *SimulationSoftwareSuite + Sources []*SourceConfig + Tags map[string]*string + func (s *CreateSimulationApplicationInput) SetName(v string) *CreateSimulationApplicationInput + func (s *CreateSimulationApplicationInput) SetRenderingEngine(v *RenderingEngine) *CreateSimulationApplicationInput + func (s *CreateSimulationApplicationInput) SetRobotSoftwareSuite(v *RobotSoftwareSuite) *CreateSimulationApplicationInput + func (s *CreateSimulationApplicationInput) SetSimulationSoftwareSuite(v *SimulationSoftwareSuite) *CreateSimulationApplicationInput + func (s *CreateSimulationApplicationInput) SetSources(v []*SourceConfig) *CreateSimulationApplicationInput + func (s *CreateSimulationApplicationInput) SetTags(v map[string]*string) *CreateSimulationApplicationInput + func (s *CreateSimulationApplicationInput) Validate() error + func (s CreateSimulationApplicationInput) GoString() string + func (s CreateSimulationApplicationInput) String() string + type CreateSimulationApplicationOutput struct + Arn *string + LastUpdatedAt *time.Time + Name *string + RenderingEngine *RenderingEngine + RevisionId *string + RobotSoftwareSuite *RobotSoftwareSuite + SimulationSoftwareSuite *SimulationSoftwareSuite + Sources []*Source + Tags map[string]*string + Version *string + func (s *CreateSimulationApplicationOutput) SetArn(v string) *CreateSimulationApplicationOutput + func (s *CreateSimulationApplicationOutput) SetLastUpdatedAt(v time.Time) *CreateSimulationApplicationOutput + func (s *CreateSimulationApplicationOutput) SetName(v string) *CreateSimulationApplicationOutput + func (s *CreateSimulationApplicationOutput) SetRenderingEngine(v *RenderingEngine) *CreateSimulationApplicationOutput + func (s *CreateSimulationApplicationOutput) SetRevisionId(v string) *CreateSimulationApplicationOutput + func (s *CreateSimulationApplicationOutput) SetRobotSoftwareSuite(v *RobotSoftwareSuite) *CreateSimulationApplicationOutput + func (s *CreateSimulationApplicationOutput) SetSimulationSoftwareSuite(v *SimulationSoftwareSuite) *CreateSimulationApplicationOutput + func (s *CreateSimulationApplicationOutput) SetSources(v []*Source) *CreateSimulationApplicationOutput + func (s *CreateSimulationApplicationOutput) SetTags(v map[string]*string) *CreateSimulationApplicationOutput + func (s *CreateSimulationApplicationOutput) SetVersion(v string) *CreateSimulationApplicationOutput + func (s CreateSimulationApplicationOutput) GoString() string + func (s CreateSimulationApplicationOutput) String() string + type CreateSimulationApplicationVersionInput struct + Application *string + CurrentRevisionId *string + func (s *CreateSimulationApplicationVersionInput) SetApplication(v string) *CreateSimulationApplicationVersionInput + func (s *CreateSimulationApplicationVersionInput) SetCurrentRevisionId(v string) *CreateSimulationApplicationVersionInput + func (s *CreateSimulationApplicationVersionInput) Validate() error + func (s CreateSimulationApplicationVersionInput) GoString() string + func (s CreateSimulationApplicationVersionInput) String() string + type CreateSimulationApplicationVersionOutput struct + Arn *string + LastUpdatedAt *time.Time + Name *string + RenderingEngine *RenderingEngine + RevisionId *string + RobotSoftwareSuite *RobotSoftwareSuite + SimulationSoftwareSuite *SimulationSoftwareSuite + Sources []*Source + Version *string + func (s *CreateSimulationApplicationVersionOutput) SetArn(v string) *CreateSimulationApplicationVersionOutput + func (s *CreateSimulationApplicationVersionOutput) SetLastUpdatedAt(v time.Time) *CreateSimulationApplicationVersionOutput + func (s *CreateSimulationApplicationVersionOutput) SetName(v string) *CreateSimulationApplicationVersionOutput + func (s *CreateSimulationApplicationVersionOutput) SetRenderingEngine(v *RenderingEngine) *CreateSimulationApplicationVersionOutput + func (s *CreateSimulationApplicationVersionOutput) SetRevisionId(v string) *CreateSimulationApplicationVersionOutput + func (s *CreateSimulationApplicationVersionOutput) SetRobotSoftwareSuite(v *RobotSoftwareSuite) *CreateSimulationApplicationVersionOutput + func (s *CreateSimulationApplicationVersionOutput) SetSimulationSoftwareSuite(v *SimulationSoftwareSuite) *CreateSimulationApplicationVersionOutput + func (s *CreateSimulationApplicationVersionOutput) SetSources(v []*Source) *CreateSimulationApplicationVersionOutput + func (s *CreateSimulationApplicationVersionOutput) SetVersion(v string) *CreateSimulationApplicationVersionOutput + func (s CreateSimulationApplicationVersionOutput) GoString() string + func (s CreateSimulationApplicationVersionOutput) String() string + type CreateSimulationJobInput struct + ClientRequestToken *string + FailureBehavior *string + IamRole *string + MaxJobDurationInSeconds *int64 + OutputLocation *OutputLocation + RobotApplications []*RobotApplicationConfig + SimulationApplications []*SimulationApplicationConfig + Tags map[string]*string + VpcConfig *VPCConfig + func (s *CreateSimulationJobInput) SetClientRequestToken(v string) *CreateSimulationJobInput + func (s *CreateSimulationJobInput) SetFailureBehavior(v string) *CreateSimulationJobInput + func (s *CreateSimulationJobInput) SetIamRole(v string) *CreateSimulationJobInput + func (s *CreateSimulationJobInput) SetMaxJobDurationInSeconds(v int64) *CreateSimulationJobInput + func (s *CreateSimulationJobInput) SetOutputLocation(v *OutputLocation) *CreateSimulationJobInput + func (s *CreateSimulationJobInput) SetRobotApplications(v []*RobotApplicationConfig) *CreateSimulationJobInput + func (s *CreateSimulationJobInput) SetSimulationApplications(v []*SimulationApplicationConfig) *CreateSimulationJobInput + func (s *CreateSimulationJobInput) SetTags(v map[string]*string) *CreateSimulationJobInput + func (s *CreateSimulationJobInput) SetVpcConfig(v *VPCConfig) *CreateSimulationJobInput + func (s *CreateSimulationJobInput) Validate() error + func (s CreateSimulationJobInput) GoString() string + func (s CreateSimulationJobInput) String() string + type CreateSimulationJobOutput struct + Arn *string + ClientRequestToken *string + FailureBehavior *string + FailureCode *string + IamRole *string + LastStartedAt *time.Time + LastUpdatedAt *time.Time + MaxJobDurationInSeconds *int64 + OutputLocation *OutputLocation + RobotApplications []*RobotApplicationConfig + SimulationApplications []*SimulationApplicationConfig + SimulationTimeMillis *int64 + Status *string + Tags map[string]*string + VpcConfig *VPCConfigResponse + func (s *CreateSimulationJobOutput) SetArn(v string) *CreateSimulationJobOutput + func (s *CreateSimulationJobOutput) SetClientRequestToken(v string) *CreateSimulationJobOutput + func (s *CreateSimulationJobOutput) SetFailureBehavior(v string) *CreateSimulationJobOutput + func (s *CreateSimulationJobOutput) SetFailureCode(v string) *CreateSimulationJobOutput + func (s *CreateSimulationJobOutput) SetIamRole(v string) *CreateSimulationJobOutput + func (s *CreateSimulationJobOutput) SetLastStartedAt(v time.Time) *CreateSimulationJobOutput + func (s *CreateSimulationJobOutput) SetLastUpdatedAt(v time.Time) *CreateSimulationJobOutput + func (s *CreateSimulationJobOutput) SetMaxJobDurationInSeconds(v int64) *CreateSimulationJobOutput + func (s *CreateSimulationJobOutput) SetOutputLocation(v *OutputLocation) *CreateSimulationJobOutput + func (s *CreateSimulationJobOutput) SetRobotApplications(v []*RobotApplicationConfig) *CreateSimulationJobOutput + func (s *CreateSimulationJobOutput) SetSimulationApplications(v []*SimulationApplicationConfig) *CreateSimulationJobOutput + func (s *CreateSimulationJobOutput) SetSimulationTimeMillis(v int64) *CreateSimulationJobOutput + func (s *CreateSimulationJobOutput) SetStatus(v string) *CreateSimulationJobOutput + func (s *CreateSimulationJobOutput) SetTags(v map[string]*string) *CreateSimulationJobOutput + func (s *CreateSimulationJobOutput) SetVpcConfig(v *VPCConfigResponse) *CreateSimulationJobOutput + func (s CreateSimulationJobOutput) GoString() string + func (s CreateSimulationJobOutput) String() string + type DeleteFleetInput struct + Fleet *string + func (s *DeleteFleetInput) SetFleet(v string) *DeleteFleetInput + func (s *DeleteFleetInput) Validate() error + func (s DeleteFleetInput) GoString() string + func (s DeleteFleetInput) String() string + type DeleteFleetOutput struct + func (s DeleteFleetOutput) GoString() string + func (s DeleteFleetOutput) String() string + type DeleteRobotApplicationInput struct + Application *string + ApplicationVersion *string + func (s *DeleteRobotApplicationInput) SetApplication(v string) *DeleteRobotApplicationInput + func (s *DeleteRobotApplicationInput) SetApplicationVersion(v string) *DeleteRobotApplicationInput + func (s *DeleteRobotApplicationInput) Validate() error + func (s DeleteRobotApplicationInput) GoString() string + func (s DeleteRobotApplicationInput) String() string + type DeleteRobotApplicationOutput struct + func (s DeleteRobotApplicationOutput) GoString() string + func (s DeleteRobotApplicationOutput) String() string + type DeleteRobotInput struct + Robot *string + func (s *DeleteRobotInput) SetRobot(v string) *DeleteRobotInput + func (s *DeleteRobotInput) Validate() error + func (s DeleteRobotInput) GoString() string + func (s DeleteRobotInput) String() string + type DeleteRobotOutput struct + func (s DeleteRobotOutput) GoString() string + func (s DeleteRobotOutput) String() string + type DeleteSimulationApplicationInput struct + Application *string + ApplicationVersion *string + func (s *DeleteSimulationApplicationInput) SetApplication(v string) *DeleteSimulationApplicationInput + func (s *DeleteSimulationApplicationInput) SetApplicationVersion(v string) *DeleteSimulationApplicationInput + func (s *DeleteSimulationApplicationInput) Validate() error + func (s DeleteSimulationApplicationInput) GoString() string + func (s DeleteSimulationApplicationInput) String() string + type DeleteSimulationApplicationOutput struct + func (s DeleteSimulationApplicationOutput) GoString() string + func (s DeleteSimulationApplicationOutput) String() string + type DeploymentApplicationConfig struct + Application *string + ApplicationVersion *string + LaunchConfig *DeploymentLaunchConfig + func (s *DeploymentApplicationConfig) SetApplication(v string) *DeploymentApplicationConfig + func (s *DeploymentApplicationConfig) SetApplicationVersion(v string) *DeploymentApplicationConfig + func (s *DeploymentApplicationConfig) SetLaunchConfig(v *DeploymentLaunchConfig) *DeploymentApplicationConfig + func (s *DeploymentApplicationConfig) Validate() error + func (s DeploymentApplicationConfig) GoString() string + func (s DeploymentApplicationConfig) String() string + type DeploymentConfig struct + ConcurrentDeploymentPercentage *int64 + FailureThresholdPercentage *int64 + func (s *DeploymentConfig) SetConcurrentDeploymentPercentage(v int64) *DeploymentConfig + func (s *DeploymentConfig) SetFailureThresholdPercentage(v int64) *DeploymentConfig + func (s *DeploymentConfig) Validate() error + func (s DeploymentConfig) GoString() string + func (s DeploymentConfig) String() string + type DeploymentJob struct + Arn *string + CreatedAt *time.Time + DeploymentApplicationConfigs []*DeploymentApplicationConfig + DeploymentConfig *DeploymentConfig + FailureCode *string + FailureReason *string + Fleet *string + Status *string + func (s *DeploymentJob) SetArn(v string) *DeploymentJob + func (s *DeploymentJob) SetCreatedAt(v time.Time) *DeploymentJob + func (s *DeploymentJob) SetDeploymentApplicationConfigs(v []*DeploymentApplicationConfig) *DeploymentJob + func (s *DeploymentJob) SetDeploymentConfig(v *DeploymentConfig) *DeploymentJob + func (s *DeploymentJob) SetFailureCode(v string) *DeploymentJob + func (s *DeploymentJob) SetFailureReason(v string) *DeploymentJob + func (s *DeploymentJob) SetFleet(v string) *DeploymentJob + func (s *DeploymentJob) SetStatus(v string) *DeploymentJob + func (s DeploymentJob) GoString() string + func (s DeploymentJob) String() string + type DeploymentLaunchConfig struct + EnvironmentVariables map[string]*string + LaunchFile *string + PackageName *string + PostLaunchFile *string + PreLaunchFile *string + func (s *DeploymentLaunchConfig) SetEnvironmentVariables(v map[string]*string) *DeploymentLaunchConfig + func (s *DeploymentLaunchConfig) SetLaunchFile(v string) *DeploymentLaunchConfig + func (s *DeploymentLaunchConfig) SetPackageName(v string) *DeploymentLaunchConfig + func (s *DeploymentLaunchConfig) SetPostLaunchFile(v string) *DeploymentLaunchConfig + func (s *DeploymentLaunchConfig) SetPreLaunchFile(v string) *DeploymentLaunchConfig + func (s *DeploymentLaunchConfig) Validate() error + func (s DeploymentLaunchConfig) GoString() string + func (s DeploymentLaunchConfig) String() string + type DeregisterRobotInput struct + Fleet *string + Robot *string + func (s *DeregisterRobotInput) SetFleet(v string) *DeregisterRobotInput + func (s *DeregisterRobotInput) SetRobot(v string) *DeregisterRobotInput + func (s *DeregisterRobotInput) Validate() error + func (s DeregisterRobotInput) GoString() string + func (s DeregisterRobotInput) String() string + type DeregisterRobotOutput struct + Fleet *string + Robot *string + func (s *DeregisterRobotOutput) SetFleet(v string) *DeregisterRobotOutput + func (s *DeregisterRobotOutput) SetRobot(v string) *DeregisterRobotOutput + func (s DeregisterRobotOutput) GoString() string + func (s DeregisterRobotOutput) String() string + type DescribeDeploymentJobInput struct + Job *string + func (s *DescribeDeploymentJobInput) SetJob(v string) *DescribeDeploymentJobInput + func (s *DescribeDeploymentJobInput) Validate() error + func (s DescribeDeploymentJobInput) GoString() string + func (s DescribeDeploymentJobInput) String() string + type DescribeDeploymentJobOutput struct + Arn *string + CreatedAt *time.Time + DeploymentApplicationConfigs []*DeploymentApplicationConfig + DeploymentConfig *DeploymentConfig + FailureCode *string + FailureReason *string + Fleet *string + RobotDeploymentSummary []*RobotDeployment + Status *string + Tags map[string]*string + func (s *DescribeDeploymentJobOutput) SetArn(v string) *DescribeDeploymentJobOutput + func (s *DescribeDeploymentJobOutput) SetCreatedAt(v time.Time) *DescribeDeploymentJobOutput + func (s *DescribeDeploymentJobOutput) SetDeploymentApplicationConfigs(v []*DeploymentApplicationConfig) *DescribeDeploymentJobOutput + func (s *DescribeDeploymentJobOutput) SetDeploymentConfig(v *DeploymentConfig) *DescribeDeploymentJobOutput + func (s *DescribeDeploymentJobOutput) SetFailureCode(v string) *DescribeDeploymentJobOutput + func (s *DescribeDeploymentJobOutput) SetFailureReason(v string) *DescribeDeploymentJobOutput + func (s *DescribeDeploymentJobOutput) SetFleet(v string) *DescribeDeploymentJobOutput + func (s *DescribeDeploymentJobOutput) SetRobotDeploymentSummary(v []*RobotDeployment) *DescribeDeploymentJobOutput + func (s *DescribeDeploymentJobOutput) SetStatus(v string) *DescribeDeploymentJobOutput + func (s *DescribeDeploymentJobOutput) SetTags(v map[string]*string) *DescribeDeploymentJobOutput + func (s DescribeDeploymentJobOutput) GoString() string + func (s DescribeDeploymentJobOutput) String() string + type DescribeFleetInput struct + Fleet *string + func (s *DescribeFleetInput) SetFleet(v string) *DescribeFleetInput + func (s *DescribeFleetInput) Validate() error + func (s DescribeFleetInput) GoString() string + func (s DescribeFleetInput) String() string + type DescribeFleetOutput struct + Arn *string + CreatedAt *time.Time + LastDeploymentJob *string + LastDeploymentStatus *string + LastDeploymentTime *time.Time + Name *string + Robots []*Robot + Tags map[string]*string + func (s *DescribeFleetOutput) SetArn(v string) *DescribeFleetOutput + func (s *DescribeFleetOutput) SetCreatedAt(v time.Time) *DescribeFleetOutput + func (s *DescribeFleetOutput) SetLastDeploymentJob(v string) *DescribeFleetOutput + func (s *DescribeFleetOutput) SetLastDeploymentStatus(v string) *DescribeFleetOutput + func (s *DescribeFleetOutput) SetLastDeploymentTime(v time.Time) *DescribeFleetOutput + func (s *DescribeFleetOutput) SetName(v string) *DescribeFleetOutput + func (s *DescribeFleetOutput) SetRobots(v []*Robot) *DescribeFleetOutput + func (s *DescribeFleetOutput) SetTags(v map[string]*string) *DescribeFleetOutput + func (s DescribeFleetOutput) GoString() string + func (s DescribeFleetOutput) String() string + type DescribeRobotApplicationInput struct + Application *string + ApplicationVersion *string + func (s *DescribeRobotApplicationInput) SetApplication(v string) *DescribeRobotApplicationInput + func (s *DescribeRobotApplicationInput) SetApplicationVersion(v string) *DescribeRobotApplicationInput + func (s *DescribeRobotApplicationInput) Validate() error + func (s DescribeRobotApplicationInput) GoString() string + func (s DescribeRobotApplicationInput) String() string + type DescribeRobotApplicationOutput struct + Arn *string + LastUpdatedAt *time.Time + Name *string + RevisionId *string + RobotSoftwareSuite *RobotSoftwareSuite + Sources []*Source + Tags map[string]*string + Version *string + func (s *DescribeRobotApplicationOutput) SetArn(v string) *DescribeRobotApplicationOutput + func (s *DescribeRobotApplicationOutput) SetLastUpdatedAt(v time.Time) *DescribeRobotApplicationOutput + func (s *DescribeRobotApplicationOutput) SetName(v string) *DescribeRobotApplicationOutput + func (s *DescribeRobotApplicationOutput) SetRevisionId(v string) *DescribeRobotApplicationOutput + func (s *DescribeRobotApplicationOutput) SetRobotSoftwareSuite(v *RobotSoftwareSuite) *DescribeRobotApplicationOutput + func (s *DescribeRobotApplicationOutput) SetSources(v []*Source) *DescribeRobotApplicationOutput + func (s *DescribeRobotApplicationOutput) SetTags(v map[string]*string) *DescribeRobotApplicationOutput + func (s *DescribeRobotApplicationOutput) SetVersion(v string) *DescribeRobotApplicationOutput + func (s DescribeRobotApplicationOutput) GoString() string + func (s DescribeRobotApplicationOutput) String() string + type DescribeRobotInput struct + Robot *string + func (s *DescribeRobotInput) SetRobot(v string) *DescribeRobotInput + func (s *DescribeRobotInput) Validate() error + func (s DescribeRobotInput) GoString() string + func (s DescribeRobotInput) String() string + type DescribeRobotOutput struct + Architecture *string + Arn *string + CreatedAt *time.Time + FleetArn *string + GreengrassGroupId *string + LastDeploymentJob *string + LastDeploymentTime *time.Time + Name *string + Status *string + Tags map[string]*string + func (s *DescribeRobotOutput) SetArchitecture(v string) *DescribeRobotOutput + func (s *DescribeRobotOutput) SetArn(v string) *DescribeRobotOutput + func (s *DescribeRobotOutput) SetCreatedAt(v time.Time) *DescribeRobotOutput + func (s *DescribeRobotOutput) SetFleetArn(v string) *DescribeRobotOutput + func (s *DescribeRobotOutput) SetGreengrassGroupId(v string) *DescribeRobotOutput + func (s *DescribeRobotOutput) SetLastDeploymentJob(v string) *DescribeRobotOutput + func (s *DescribeRobotOutput) SetLastDeploymentTime(v time.Time) *DescribeRobotOutput + func (s *DescribeRobotOutput) SetName(v string) *DescribeRobotOutput + func (s *DescribeRobotOutput) SetStatus(v string) *DescribeRobotOutput + func (s *DescribeRobotOutput) SetTags(v map[string]*string) *DescribeRobotOutput + func (s DescribeRobotOutput) GoString() string + func (s DescribeRobotOutput) String() string + type DescribeSimulationApplicationInput struct + Application *string + ApplicationVersion *string + func (s *DescribeSimulationApplicationInput) SetApplication(v string) *DescribeSimulationApplicationInput + func (s *DescribeSimulationApplicationInput) SetApplicationVersion(v string) *DescribeSimulationApplicationInput + func (s *DescribeSimulationApplicationInput) Validate() error + func (s DescribeSimulationApplicationInput) GoString() string + func (s DescribeSimulationApplicationInput) String() string + type DescribeSimulationApplicationOutput struct + Arn *string + LastUpdatedAt *time.Time + Name *string + RenderingEngine *RenderingEngine + RevisionId *string + RobotSoftwareSuite *RobotSoftwareSuite + SimulationSoftwareSuite *SimulationSoftwareSuite + Sources []*Source + Tags map[string]*string + Version *string + func (s *DescribeSimulationApplicationOutput) SetArn(v string) *DescribeSimulationApplicationOutput + func (s *DescribeSimulationApplicationOutput) SetLastUpdatedAt(v time.Time) *DescribeSimulationApplicationOutput + func (s *DescribeSimulationApplicationOutput) SetName(v string) *DescribeSimulationApplicationOutput + func (s *DescribeSimulationApplicationOutput) SetRenderingEngine(v *RenderingEngine) *DescribeSimulationApplicationOutput + func (s *DescribeSimulationApplicationOutput) SetRevisionId(v string) *DescribeSimulationApplicationOutput + func (s *DescribeSimulationApplicationOutput) SetRobotSoftwareSuite(v *RobotSoftwareSuite) *DescribeSimulationApplicationOutput + func (s *DescribeSimulationApplicationOutput) SetSimulationSoftwareSuite(v *SimulationSoftwareSuite) *DescribeSimulationApplicationOutput + func (s *DescribeSimulationApplicationOutput) SetSources(v []*Source) *DescribeSimulationApplicationOutput + func (s *DescribeSimulationApplicationOutput) SetTags(v map[string]*string) *DescribeSimulationApplicationOutput + func (s *DescribeSimulationApplicationOutput) SetVersion(v string) *DescribeSimulationApplicationOutput + func (s DescribeSimulationApplicationOutput) GoString() string + func (s DescribeSimulationApplicationOutput) String() string + type DescribeSimulationJobInput struct + Job *string + func (s *DescribeSimulationJobInput) SetJob(v string) *DescribeSimulationJobInput + func (s *DescribeSimulationJobInput) Validate() error + func (s DescribeSimulationJobInput) GoString() string + func (s DescribeSimulationJobInput) String() string + type DescribeSimulationJobOutput struct + Arn *string + ClientRequestToken *string + FailureBehavior *string + FailureCode *string + FailureReason *string + IamRole *string + LastStartedAt *time.Time + LastUpdatedAt *time.Time + MaxJobDurationInSeconds *int64 + Name *string + OutputLocation *OutputLocation + RobotApplications []*RobotApplicationConfig + SimulationApplications []*SimulationApplicationConfig + SimulationTimeMillis *int64 + Status *string + Tags map[string]*string + VpcConfig *VPCConfigResponse + func (s *DescribeSimulationJobOutput) SetArn(v string) *DescribeSimulationJobOutput + func (s *DescribeSimulationJobOutput) SetClientRequestToken(v string) *DescribeSimulationJobOutput + func (s *DescribeSimulationJobOutput) SetFailureBehavior(v string) *DescribeSimulationJobOutput + func (s *DescribeSimulationJobOutput) SetFailureCode(v string) *DescribeSimulationJobOutput + func (s *DescribeSimulationJobOutput) SetFailureReason(v string) *DescribeSimulationJobOutput + func (s *DescribeSimulationJobOutput) SetIamRole(v string) *DescribeSimulationJobOutput + func (s *DescribeSimulationJobOutput) SetLastStartedAt(v time.Time) *DescribeSimulationJobOutput + func (s *DescribeSimulationJobOutput) SetLastUpdatedAt(v time.Time) *DescribeSimulationJobOutput + func (s *DescribeSimulationJobOutput) SetMaxJobDurationInSeconds(v int64) *DescribeSimulationJobOutput + func (s *DescribeSimulationJobOutput) SetName(v string) *DescribeSimulationJobOutput + func (s *DescribeSimulationJobOutput) SetOutputLocation(v *OutputLocation) *DescribeSimulationJobOutput + func (s *DescribeSimulationJobOutput) SetRobotApplications(v []*RobotApplicationConfig) *DescribeSimulationJobOutput + func (s *DescribeSimulationJobOutput) SetSimulationApplications(v []*SimulationApplicationConfig) *DescribeSimulationJobOutput + func (s *DescribeSimulationJobOutput) SetSimulationTimeMillis(v int64) *DescribeSimulationJobOutput + func (s *DescribeSimulationJobOutput) SetStatus(v string) *DescribeSimulationJobOutput + func (s *DescribeSimulationJobOutput) SetTags(v map[string]*string) *DescribeSimulationJobOutput + func (s *DescribeSimulationJobOutput) SetVpcConfig(v *VPCConfigResponse) *DescribeSimulationJobOutput + func (s DescribeSimulationJobOutput) GoString() string + func (s DescribeSimulationJobOutput) String() string + type Filter struct + Name *string + Values []*string + func (s *Filter) SetName(v string) *Filter + func (s *Filter) SetValues(v []*string) *Filter + func (s *Filter) Validate() error + func (s Filter) GoString() string + func (s Filter) String() string + type Fleet struct + Arn *string + CreatedAt *time.Time + LastDeploymentJob *string + LastDeploymentStatus *string + LastDeploymentTime *time.Time + Name *string + func (s *Fleet) SetArn(v string) *Fleet + func (s *Fleet) SetCreatedAt(v time.Time) *Fleet + func (s *Fleet) SetLastDeploymentJob(v string) *Fleet + func (s *Fleet) SetLastDeploymentStatus(v string) *Fleet + func (s *Fleet) SetLastDeploymentTime(v time.Time) *Fleet + func (s *Fleet) SetName(v string) *Fleet + func (s Fleet) GoString() string + func (s Fleet) String() string + type LaunchConfig struct + EnvironmentVariables map[string]*string + LaunchFile *string + PackageName *string + func (s *LaunchConfig) SetEnvironmentVariables(v map[string]*string) *LaunchConfig + func (s *LaunchConfig) SetLaunchFile(v string) *LaunchConfig + func (s *LaunchConfig) SetPackageName(v string) *LaunchConfig + func (s *LaunchConfig) Validate() error + func (s LaunchConfig) GoString() string + func (s LaunchConfig) String() string + type ListDeploymentJobsInput struct + Filters []*Filter + MaxResults *int64 + NextToken *string + func (s *ListDeploymentJobsInput) SetFilters(v []*Filter) *ListDeploymentJobsInput + func (s *ListDeploymentJobsInput) SetMaxResults(v int64) *ListDeploymentJobsInput + func (s *ListDeploymentJobsInput) SetNextToken(v string) *ListDeploymentJobsInput + func (s *ListDeploymentJobsInput) Validate() error + func (s ListDeploymentJobsInput) GoString() string + func (s ListDeploymentJobsInput) String() string + type ListDeploymentJobsOutput struct + DeploymentJobs []*DeploymentJob + NextToken *string + func (s *ListDeploymentJobsOutput) SetDeploymentJobs(v []*DeploymentJob) *ListDeploymentJobsOutput + func (s *ListDeploymentJobsOutput) SetNextToken(v string) *ListDeploymentJobsOutput + func (s ListDeploymentJobsOutput) GoString() string + func (s ListDeploymentJobsOutput) String() string + type ListFleetsInput struct + Filters []*Filter + MaxResults *int64 + NextToken *string + func (s *ListFleetsInput) SetFilters(v []*Filter) *ListFleetsInput + func (s *ListFleetsInput) SetMaxResults(v int64) *ListFleetsInput + func (s *ListFleetsInput) SetNextToken(v string) *ListFleetsInput + func (s *ListFleetsInput) Validate() error + func (s ListFleetsInput) GoString() string + func (s ListFleetsInput) String() string + type ListFleetsOutput struct + FleetDetails []*Fleet + NextToken *string + func (s *ListFleetsOutput) SetFleetDetails(v []*Fleet) *ListFleetsOutput + func (s *ListFleetsOutput) SetNextToken(v string) *ListFleetsOutput + func (s ListFleetsOutput) GoString() string + func (s ListFleetsOutput) String() string + type ListRobotApplicationsInput struct + Filters []*Filter + MaxResults *int64 + NextToken *string + VersionQualifier *string + func (s *ListRobotApplicationsInput) SetFilters(v []*Filter) *ListRobotApplicationsInput + func (s *ListRobotApplicationsInput) SetMaxResults(v int64) *ListRobotApplicationsInput + func (s *ListRobotApplicationsInput) SetNextToken(v string) *ListRobotApplicationsInput + func (s *ListRobotApplicationsInput) SetVersionQualifier(v string) *ListRobotApplicationsInput + func (s *ListRobotApplicationsInput) Validate() error + func (s ListRobotApplicationsInput) GoString() string + func (s ListRobotApplicationsInput) String() string + type ListRobotApplicationsOutput struct + NextToken *string + RobotApplicationSummaries []*RobotApplicationSummary + func (s *ListRobotApplicationsOutput) SetNextToken(v string) *ListRobotApplicationsOutput + func (s *ListRobotApplicationsOutput) SetRobotApplicationSummaries(v []*RobotApplicationSummary) *ListRobotApplicationsOutput + func (s ListRobotApplicationsOutput) GoString() string + func (s ListRobotApplicationsOutput) String() string + type ListRobotsInput struct + Filters []*Filter + MaxResults *int64 + NextToken *string + func (s *ListRobotsInput) SetFilters(v []*Filter) *ListRobotsInput + func (s *ListRobotsInput) SetMaxResults(v int64) *ListRobotsInput + func (s *ListRobotsInput) SetNextToken(v string) *ListRobotsInput + func (s *ListRobotsInput) Validate() error + func (s ListRobotsInput) GoString() string + func (s ListRobotsInput) String() string + type ListRobotsOutput struct + NextToken *string + Robots []*Robot + func (s *ListRobotsOutput) SetNextToken(v string) *ListRobotsOutput + func (s *ListRobotsOutput) SetRobots(v []*Robot) *ListRobotsOutput + func (s ListRobotsOutput) GoString() string + func (s ListRobotsOutput) String() string + type ListSimulationApplicationsInput struct + Filters []*Filter + MaxResults *int64 + NextToken *string + VersionQualifier *string + func (s *ListSimulationApplicationsInput) SetFilters(v []*Filter) *ListSimulationApplicationsInput + func (s *ListSimulationApplicationsInput) SetMaxResults(v int64) *ListSimulationApplicationsInput + func (s *ListSimulationApplicationsInput) SetNextToken(v string) *ListSimulationApplicationsInput + func (s *ListSimulationApplicationsInput) SetVersionQualifier(v string) *ListSimulationApplicationsInput + func (s *ListSimulationApplicationsInput) Validate() error + func (s ListSimulationApplicationsInput) GoString() string + func (s ListSimulationApplicationsInput) String() string + type ListSimulationApplicationsOutput struct + NextToken *string + SimulationApplicationSummaries []*SimulationApplicationSummary + func (s *ListSimulationApplicationsOutput) SetNextToken(v string) *ListSimulationApplicationsOutput + func (s *ListSimulationApplicationsOutput) SetSimulationApplicationSummaries(v []*SimulationApplicationSummary) *ListSimulationApplicationsOutput + func (s ListSimulationApplicationsOutput) GoString() string + func (s ListSimulationApplicationsOutput) String() string + type ListSimulationJobsInput struct + Filters []*Filter + MaxResults *int64 + NextToken *string + func (s *ListSimulationJobsInput) SetFilters(v []*Filter) *ListSimulationJobsInput + func (s *ListSimulationJobsInput) SetMaxResults(v int64) *ListSimulationJobsInput + func (s *ListSimulationJobsInput) SetNextToken(v string) *ListSimulationJobsInput + func (s *ListSimulationJobsInput) Validate() error + func (s ListSimulationJobsInput) GoString() string + func (s ListSimulationJobsInput) String() string + type ListSimulationJobsOutput struct + NextToken *string + SimulationJobSummaries []*SimulationJobSummary + func (s *ListSimulationJobsOutput) SetNextToken(v string) *ListSimulationJobsOutput + func (s *ListSimulationJobsOutput) SetSimulationJobSummaries(v []*SimulationJobSummary) *ListSimulationJobsOutput + func (s ListSimulationJobsOutput) GoString() string + func (s ListSimulationJobsOutput) String() string + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags map[string]*string + func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type OutputLocation struct + S3Bucket *string + S3Prefix *string + func (s *OutputLocation) SetS3Bucket(v string) *OutputLocation + func (s *OutputLocation) SetS3Prefix(v string) *OutputLocation + func (s *OutputLocation) Validate() error + func (s OutputLocation) GoString() string + func (s OutputLocation) String() string + type ProgressDetail struct + CurrentProgress *string + EstimatedTimeRemainingSeconds *int64 + PercentDone *float64 + TargetResource *string + func (s *ProgressDetail) SetCurrentProgress(v string) *ProgressDetail + func (s *ProgressDetail) SetEstimatedTimeRemainingSeconds(v int64) *ProgressDetail + func (s *ProgressDetail) SetPercentDone(v float64) *ProgressDetail + func (s *ProgressDetail) SetTargetResource(v string) *ProgressDetail + func (s ProgressDetail) GoString() string + func (s ProgressDetail) String() string + type RegisterRobotInput struct + Fleet *string + Robot *string + func (s *RegisterRobotInput) SetFleet(v string) *RegisterRobotInput + func (s *RegisterRobotInput) SetRobot(v string) *RegisterRobotInput + func (s *RegisterRobotInput) Validate() error + func (s RegisterRobotInput) GoString() string + func (s RegisterRobotInput) String() string + type RegisterRobotOutput struct + Fleet *string + Robot *string + func (s *RegisterRobotOutput) SetFleet(v string) *RegisterRobotOutput + func (s *RegisterRobotOutput) SetRobot(v string) *RegisterRobotOutput + func (s RegisterRobotOutput) GoString() string + func (s RegisterRobotOutput) String() string + type RenderingEngine struct + Name *string + Version *string + func (s *RenderingEngine) SetName(v string) *RenderingEngine + func (s *RenderingEngine) SetVersion(v string) *RenderingEngine + func (s RenderingEngine) GoString() string + func (s RenderingEngine) String() string + type RestartSimulationJobInput struct + Job *string + func (s *RestartSimulationJobInput) SetJob(v string) *RestartSimulationJobInput + func (s *RestartSimulationJobInput) Validate() error + func (s RestartSimulationJobInput) GoString() string + func (s RestartSimulationJobInput) String() string + type RestartSimulationJobOutput struct + func (s RestartSimulationJobOutput) GoString() string + func (s RestartSimulationJobOutput) String() string + type RoboMaker struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *RoboMaker + func (c *RoboMaker) BatchDescribeSimulationJob(input *BatchDescribeSimulationJobInput) (*BatchDescribeSimulationJobOutput, error) + func (c *RoboMaker) BatchDescribeSimulationJobRequest(input *BatchDescribeSimulationJobInput) (req *request.Request, output *BatchDescribeSimulationJobOutput) + func (c *RoboMaker) BatchDescribeSimulationJobWithContext(ctx aws.Context, input *BatchDescribeSimulationJobInput, ...) (*BatchDescribeSimulationJobOutput, error) + func (c *RoboMaker) CancelDeploymentJob(input *CancelDeploymentJobInput) (*CancelDeploymentJobOutput, error) + func (c *RoboMaker) CancelDeploymentJobRequest(input *CancelDeploymentJobInput) (req *request.Request, output *CancelDeploymentJobOutput) + func (c *RoboMaker) CancelDeploymentJobWithContext(ctx aws.Context, input *CancelDeploymentJobInput, opts ...request.Option) (*CancelDeploymentJobOutput, error) + func (c *RoboMaker) CancelSimulationJob(input *CancelSimulationJobInput) (*CancelSimulationJobOutput, error) + func (c *RoboMaker) CancelSimulationJobRequest(input *CancelSimulationJobInput) (req *request.Request, output *CancelSimulationJobOutput) + func (c *RoboMaker) CancelSimulationJobWithContext(ctx aws.Context, input *CancelSimulationJobInput, opts ...request.Option) (*CancelSimulationJobOutput, error) + func (c *RoboMaker) CreateDeploymentJob(input *CreateDeploymentJobInput) (*CreateDeploymentJobOutput, error) + func (c *RoboMaker) CreateDeploymentJobRequest(input *CreateDeploymentJobInput) (req *request.Request, output *CreateDeploymentJobOutput) + func (c *RoboMaker) CreateDeploymentJobWithContext(ctx aws.Context, input *CreateDeploymentJobInput, opts ...request.Option) (*CreateDeploymentJobOutput, error) + func (c *RoboMaker) CreateFleet(input *CreateFleetInput) (*CreateFleetOutput, error) + func (c *RoboMaker) CreateFleetRequest(input *CreateFleetInput) (req *request.Request, output *CreateFleetOutput) + func (c *RoboMaker) CreateFleetWithContext(ctx aws.Context, input *CreateFleetInput, opts ...request.Option) (*CreateFleetOutput, error) + func (c *RoboMaker) CreateRobot(input *CreateRobotInput) (*CreateRobotOutput, error) + func (c *RoboMaker) CreateRobotApplication(input *CreateRobotApplicationInput) (*CreateRobotApplicationOutput, error) + func (c *RoboMaker) CreateRobotApplicationRequest(input *CreateRobotApplicationInput) (req *request.Request, output *CreateRobotApplicationOutput) + func (c *RoboMaker) CreateRobotApplicationVersion(input *CreateRobotApplicationVersionInput) (*CreateRobotApplicationVersionOutput, error) + func (c *RoboMaker) CreateRobotApplicationVersionRequest(input *CreateRobotApplicationVersionInput) (req *request.Request, output *CreateRobotApplicationVersionOutput) + func (c *RoboMaker) CreateRobotApplicationVersionWithContext(ctx aws.Context, input *CreateRobotApplicationVersionInput, ...) (*CreateRobotApplicationVersionOutput, error) + func (c *RoboMaker) CreateRobotApplicationWithContext(ctx aws.Context, input *CreateRobotApplicationInput, opts ...request.Option) (*CreateRobotApplicationOutput, error) + func (c *RoboMaker) CreateRobotRequest(input *CreateRobotInput) (req *request.Request, output *CreateRobotOutput) + func (c *RoboMaker) CreateRobotWithContext(ctx aws.Context, input *CreateRobotInput, opts ...request.Option) (*CreateRobotOutput, error) + func (c *RoboMaker) CreateSimulationApplication(input *CreateSimulationApplicationInput) (*CreateSimulationApplicationOutput, error) + func (c *RoboMaker) CreateSimulationApplicationRequest(input *CreateSimulationApplicationInput) (req *request.Request, output *CreateSimulationApplicationOutput) + func (c *RoboMaker) CreateSimulationApplicationVersion(input *CreateSimulationApplicationVersionInput) (*CreateSimulationApplicationVersionOutput, error) + func (c *RoboMaker) CreateSimulationApplicationVersionRequest(input *CreateSimulationApplicationVersionInput) (req *request.Request, output *CreateSimulationApplicationVersionOutput) + func (c *RoboMaker) CreateSimulationApplicationVersionWithContext(ctx aws.Context, input *CreateSimulationApplicationVersionInput, ...) (*CreateSimulationApplicationVersionOutput, error) + func (c *RoboMaker) CreateSimulationApplicationWithContext(ctx aws.Context, input *CreateSimulationApplicationInput, ...) (*CreateSimulationApplicationOutput, error) + func (c *RoboMaker) CreateSimulationJob(input *CreateSimulationJobInput) (*CreateSimulationJobOutput, error) + func (c *RoboMaker) CreateSimulationJobRequest(input *CreateSimulationJobInput) (req *request.Request, output *CreateSimulationJobOutput) + func (c *RoboMaker) CreateSimulationJobWithContext(ctx aws.Context, input *CreateSimulationJobInput, opts ...request.Option) (*CreateSimulationJobOutput, error) + func (c *RoboMaker) DeleteFleet(input *DeleteFleetInput) (*DeleteFleetOutput, error) + func (c *RoboMaker) DeleteFleetRequest(input *DeleteFleetInput) (req *request.Request, output *DeleteFleetOutput) + func (c *RoboMaker) DeleteFleetWithContext(ctx aws.Context, input *DeleteFleetInput, opts ...request.Option) (*DeleteFleetOutput, error) + func (c *RoboMaker) DeleteRobot(input *DeleteRobotInput) (*DeleteRobotOutput, error) + func (c *RoboMaker) DeleteRobotApplication(input *DeleteRobotApplicationInput) (*DeleteRobotApplicationOutput, error) + func (c *RoboMaker) DeleteRobotApplicationRequest(input *DeleteRobotApplicationInput) (req *request.Request, output *DeleteRobotApplicationOutput) + func (c *RoboMaker) DeleteRobotApplicationWithContext(ctx aws.Context, input *DeleteRobotApplicationInput, opts ...request.Option) (*DeleteRobotApplicationOutput, error) + func (c *RoboMaker) DeleteRobotRequest(input *DeleteRobotInput) (req *request.Request, output *DeleteRobotOutput) + func (c *RoboMaker) DeleteRobotWithContext(ctx aws.Context, input *DeleteRobotInput, opts ...request.Option) (*DeleteRobotOutput, error) + func (c *RoboMaker) DeleteSimulationApplication(input *DeleteSimulationApplicationInput) (*DeleteSimulationApplicationOutput, error) + func (c *RoboMaker) DeleteSimulationApplicationRequest(input *DeleteSimulationApplicationInput) (req *request.Request, output *DeleteSimulationApplicationOutput) + func (c *RoboMaker) DeleteSimulationApplicationWithContext(ctx aws.Context, input *DeleteSimulationApplicationInput, ...) (*DeleteSimulationApplicationOutput, error) + func (c *RoboMaker) DeregisterRobot(input *DeregisterRobotInput) (*DeregisterRobotOutput, error) + func (c *RoboMaker) DeregisterRobotRequest(input *DeregisterRobotInput) (req *request.Request, output *DeregisterRobotOutput) + func (c *RoboMaker) DeregisterRobotWithContext(ctx aws.Context, input *DeregisterRobotInput, opts ...request.Option) (*DeregisterRobotOutput, error) + func (c *RoboMaker) DescribeDeploymentJob(input *DescribeDeploymentJobInput) (*DescribeDeploymentJobOutput, error) + func (c *RoboMaker) DescribeDeploymentJobRequest(input *DescribeDeploymentJobInput) (req *request.Request, output *DescribeDeploymentJobOutput) + func (c *RoboMaker) DescribeDeploymentJobWithContext(ctx aws.Context, input *DescribeDeploymentJobInput, opts ...request.Option) (*DescribeDeploymentJobOutput, error) + func (c *RoboMaker) DescribeFleet(input *DescribeFleetInput) (*DescribeFleetOutput, error) + func (c *RoboMaker) DescribeFleetRequest(input *DescribeFleetInput) (req *request.Request, output *DescribeFleetOutput) + func (c *RoboMaker) DescribeFleetWithContext(ctx aws.Context, input *DescribeFleetInput, opts ...request.Option) (*DescribeFleetOutput, error) + func (c *RoboMaker) DescribeRobot(input *DescribeRobotInput) (*DescribeRobotOutput, error) + func (c *RoboMaker) DescribeRobotApplication(input *DescribeRobotApplicationInput) (*DescribeRobotApplicationOutput, error) + func (c *RoboMaker) DescribeRobotApplicationRequest(input *DescribeRobotApplicationInput) (req *request.Request, output *DescribeRobotApplicationOutput) + func (c *RoboMaker) DescribeRobotApplicationWithContext(ctx aws.Context, input *DescribeRobotApplicationInput, opts ...request.Option) (*DescribeRobotApplicationOutput, error) + func (c *RoboMaker) DescribeRobotRequest(input *DescribeRobotInput) (req *request.Request, output *DescribeRobotOutput) + func (c *RoboMaker) DescribeRobotWithContext(ctx aws.Context, input *DescribeRobotInput, opts ...request.Option) (*DescribeRobotOutput, error) + func (c *RoboMaker) DescribeSimulationApplication(input *DescribeSimulationApplicationInput) (*DescribeSimulationApplicationOutput, error) + func (c *RoboMaker) DescribeSimulationApplicationRequest(input *DescribeSimulationApplicationInput) (req *request.Request, output *DescribeSimulationApplicationOutput) + func (c *RoboMaker) DescribeSimulationApplicationWithContext(ctx aws.Context, input *DescribeSimulationApplicationInput, ...) (*DescribeSimulationApplicationOutput, error) + func (c *RoboMaker) DescribeSimulationJob(input *DescribeSimulationJobInput) (*DescribeSimulationJobOutput, error) + func (c *RoboMaker) DescribeSimulationJobRequest(input *DescribeSimulationJobInput) (req *request.Request, output *DescribeSimulationJobOutput) + func (c *RoboMaker) DescribeSimulationJobWithContext(ctx aws.Context, input *DescribeSimulationJobInput, opts ...request.Option) (*DescribeSimulationJobOutput, error) + func (c *RoboMaker) ListDeploymentJobs(input *ListDeploymentJobsInput) (*ListDeploymentJobsOutput, error) + func (c *RoboMaker) ListDeploymentJobsPages(input *ListDeploymentJobsInput, fn func(*ListDeploymentJobsOutput, bool) bool) error + func (c *RoboMaker) ListDeploymentJobsPagesWithContext(ctx aws.Context, input *ListDeploymentJobsInput, ...) error + func (c *RoboMaker) ListDeploymentJobsRequest(input *ListDeploymentJobsInput) (req *request.Request, output *ListDeploymentJobsOutput) + func (c *RoboMaker) ListDeploymentJobsWithContext(ctx aws.Context, input *ListDeploymentJobsInput, opts ...request.Option) (*ListDeploymentJobsOutput, error) + func (c *RoboMaker) ListFleets(input *ListFleetsInput) (*ListFleetsOutput, error) + func (c *RoboMaker) ListFleetsPages(input *ListFleetsInput, fn func(*ListFleetsOutput, bool) bool) error + func (c *RoboMaker) ListFleetsPagesWithContext(ctx aws.Context, input *ListFleetsInput, fn func(*ListFleetsOutput, bool) bool, ...) error + func (c *RoboMaker) ListFleetsRequest(input *ListFleetsInput) (req *request.Request, output *ListFleetsOutput) + func (c *RoboMaker) ListFleetsWithContext(ctx aws.Context, input *ListFleetsInput, opts ...request.Option) (*ListFleetsOutput, error) + func (c *RoboMaker) ListRobotApplications(input *ListRobotApplicationsInput) (*ListRobotApplicationsOutput, error) + func (c *RoboMaker) ListRobotApplicationsPages(input *ListRobotApplicationsInput, ...) error + func (c *RoboMaker) ListRobotApplicationsPagesWithContext(ctx aws.Context, input *ListRobotApplicationsInput, ...) error + func (c *RoboMaker) ListRobotApplicationsRequest(input *ListRobotApplicationsInput) (req *request.Request, output *ListRobotApplicationsOutput) + func (c *RoboMaker) ListRobotApplicationsWithContext(ctx aws.Context, input *ListRobotApplicationsInput, opts ...request.Option) (*ListRobotApplicationsOutput, error) + func (c *RoboMaker) ListRobots(input *ListRobotsInput) (*ListRobotsOutput, error) + func (c *RoboMaker) ListRobotsPages(input *ListRobotsInput, fn func(*ListRobotsOutput, bool) bool) error + func (c *RoboMaker) ListRobotsPagesWithContext(ctx aws.Context, input *ListRobotsInput, fn func(*ListRobotsOutput, bool) bool, ...) error + func (c *RoboMaker) ListRobotsRequest(input *ListRobotsInput) (req *request.Request, output *ListRobotsOutput) + func (c *RoboMaker) ListRobotsWithContext(ctx aws.Context, input *ListRobotsInput, opts ...request.Option) (*ListRobotsOutput, error) + func (c *RoboMaker) ListSimulationApplications(input *ListSimulationApplicationsInput) (*ListSimulationApplicationsOutput, error) + func (c *RoboMaker) ListSimulationApplicationsPages(input *ListSimulationApplicationsInput, ...) error + func (c *RoboMaker) ListSimulationApplicationsPagesWithContext(ctx aws.Context, input *ListSimulationApplicationsInput, ...) error + func (c *RoboMaker) ListSimulationApplicationsRequest(input *ListSimulationApplicationsInput) (req *request.Request, output *ListSimulationApplicationsOutput) + func (c *RoboMaker) ListSimulationApplicationsWithContext(ctx aws.Context, input *ListSimulationApplicationsInput, ...) (*ListSimulationApplicationsOutput, error) + func (c *RoboMaker) ListSimulationJobs(input *ListSimulationJobsInput) (*ListSimulationJobsOutput, error) + func (c *RoboMaker) ListSimulationJobsPages(input *ListSimulationJobsInput, fn func(*ListSimulationJobsOutput, bool) bool) error + func (c *RoboMaker) ListSimulationJobsPagesWithContext(ctx aws.Context, input *ListSimulationJobsInput, ...) error + func (c *RoboMaker) ListSimulationJobsRequest(input *ListSimulationJobsInput) (req *request.Request, output *ListSimulationJobsOutput) + func (c *RoboMaker) ListSimulationJobsWithContext(ctx aws.Context, input *ListSimulationJobsInput, opts ...request.Option) (*ListSimulationJobsOutput, error) + func (c *RoboMaker) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *RoboMaker) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *RoboMaker) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *RoboMaker) RegisterRobot(input *RegisterRobotInput) (*RegisterRobotOutput, error) + func (c *RoboMaker) RegisterRobotRequest(input *RegisterRobotInput) (req *request.Request, output *RegisterRobotOutput) + func (c *RoboMaker) RegisterRobotWithContext(ctx aws.Context, input *RegisterRobotInput, opts ...request.Option) (*RegisterRobotOutput, error) + func (c *RoboMaker) RestartSimulationJob(input *RestartSimulationJobInput) (*RestartSimulationJobOutput, error) + func (c *RoboMaker) RestartSimulationJobRequest(input *RestartSimulationJobInput) (req *request.Request, output *RestartSimulationJobOutput) + func (c *RoboMaker) RestartSimulationJobWithContext(ctx aws.Context, input *RestartSimulationJobInput, opts ...request.Option) (*RestartSimulationJobOutput, error) + func (c *RoboMaker) SyncDeploymentJob(input *SyncDeploymentJobInput) (*SyncDeploymentJobOutput, error) + func (c *RoboMaker) SyncDeploymentJobRequest(input *SyncDeploymentJobInput) (req *request.Request, output *SyncDeploymentJobOutput) + func (c *RoboMaker) SyncDeploymentJobWithContext(ctx aws.Context, input *SyncDeploymentJobInput, opts ...request.Option) (*SyncDeploymentJobOutput, error) + func (c *RoboMaker) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *RoboMaker) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *RoboMaker) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *RoboMaker) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *RoboMaker) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *RoboMaker) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *RoboMaker) UpdateRobotApplication(input *UpdateRobotApplicationInput) (*UpdateRobotApplicationOutput, error) + func (c *RoboMaker) UpdateRobotApplicationRequest(input *UpdateRobotApplicationInput) (req *request.Request, output *UpdateRobotApplicationOutput) + func (c *RoboMaker) UpdateRobotApplicationWithContext(ctx aws.Context, input *UpdateRobotApplicationInput, opts ...request.Option) (*UpdateRobotApplicationOutput, error) + func (c *RoboMaker) UpdateSimulationApplication(input *UpdateSimulationApplicationInput) (*UpdateSimulationApplicationOutput, error) + func (c *RoboMaker) UpdateSimulationApplicationRequest(input *UpdateSimulationApplicationInput) (req *request.Request, output *UpdateSimulationApplicationOutput) + func (c *RoboMaker) UpdateSimulationApplicationWithContext(ctx aws.Context, input *UpdateSimulationApplicationInput, ...) (*UpdateSimulationApplicationOutput, error) + type Robot struct + Architecture *string + Arn *string + CreatedAt *time.Time + FleetArn *string + GreenGrassGroupId *string + LastDeploymentJob *string + LastDeploymentTime *time.Time + Name *string + Status *string + func (s *Robot) SetArchitecture(v string) *Robot + func (s *Robot) SetArn(v string) *Robot + func (s *Robot) SetCreatedAt(v time.Time) *Robot + func (s *Robot) SetFleetArn(v string) *Robot + func (s *Robot) SetGreenGrassGroupId(v string) *Robot + func (s *Robot) SetLastDeploymentJob(v string) *Robot + func (s *Robot) SetLastDeploymentTime(v time.Time) *Robot + func (s *Robot) SetName(v string) *Robot + func (s *Robot) SetStatus(v string) *Robot + func (s Robot) GoString() string + func (s Robot) String() string + type RobotApplicationConfig struct + Application *string + ApplicationVersion *string + LaunchConfig *LaunchConfig + func (s *RobotApplicationConfig) SetApplication(v string) *RobotApplicationConfig + func (s *RobotApplicationConfig) SetApplicationVersion(v string) *RobotApplicationConfig + func (s *RobotApplicationConfig) SetLaunchConfig(v *LaunchConfig) *RobotApplicationConfig + func (s *RobotApplicationConfig) Validate() error + func (s RobotApplicationConfig) GoString() string + func (s RobotApplicationConfig) String() string + type RobotApplicationSummary struct + Arn *string + LastUpdatedAt *time.Time + Name *string + RobotSoftwareSuite *RobotSoftwareSuite + Version *string + func (s *RobotApplicationSummary) SetArn(v string) *RobotApplicationSummary + func (s *RobotApplicationSummary) SetLastUpdatedAt(v time.Time) *RobotApplicationSummary + func (s *RobotApplicationSummary) SetName(v string) *RobotApplicationSummary + func (s *RobotApplicationSummary) SetRobotSoftwareSuite(v *RobotSoftwareSuite) *RobotApplicationSummary + func (s *RobotApplicationSummary) SetVersion(v string) *RobotApplicationSummary + func (s RobotApplicationSummary) GoString() string + func (s RobotApplicationSummary) String() string + type RobotDeployment struct + Arn *string + DeploymentFinishTime *time.Time + DeploymentStartTime *time.Time + FailureCode *string + FailureReason *string + ProgressDetail *ProgressDetail + Status *string + func (s *RobotDeployment) SetArn(v string) *RobotDeployment + func (s *RobotDeployment) SetDeploymentFinishTime(v time.Time) *RobotDeployment + func (s *RobotDeployment) SetDeploymentStartTime(v time.Time) *RobotDeployment + func (s *RobotDeployment) SetFailureCode(v string) *RobotDeployment + func (s *RobotDeployment) SetFailureReason(v string) *RobotDeployment + func (s *RobotDeployment) SetProgressDetail(v *ProgressDetail) *RobotDeployment + func (s *RobotDeployment) SetStatus(v string) *RobotDeployment + func (s RobotDeployment) GoString() string + func (s RobotDeployment) String() string + type RobotSoftwareSuite struct + Name *string + Version *string + func (s *RobotSoftwareSuite) SetName(v string) *RobotSoftwareSuite + func (s *RobotSoftwareSuite) SetVersion(v string) *RobotSoftwareSuite + func (s RobotSoftwareSuite) GoString() string + func (s RobotSoftwareSuite) String() string + type SimulationApplicationConfig struct + Application *string + ApplicationVersion *string + LaunchConfig *LaunchConfig + func (s *SimulationApplicationConfig) SetApplication(v string) *SimulationApplicationConfig + func (s *SimulationApplicationConfig) SetApplicationVersion(v string) *SimulationApplicationConfig + func (s *SimulationApplicationConfig) SetLaunchConfig(v *LaunchConfig) *SimulationApplicationConfig + func (s *SimulationApplicationConfig) Validate() error + func (s SimulationApplicationConfig) GoString() string + func (s SimulationApplicationConfig) String() string + type SimulationApplicationSummary struct + Arn *string + LastUpdatedAt *time.Time + Name *string + RobotSoftwareSuite *RobotSoftwareSuite + SimulationSoftwareSuite *SimulationSoftwareSuite + Version *string + func (s *SimulationApplicationSummary) SetArn(v string) *SimulationApplicationSummary + func (s *SimulationApplicationSummary) SetLastUpdatedAt(v time.Time) *SimulationApplicationSummary + func (s *SimulationApplicationSummary) SetName(v string) *SimulationApplicationSummary + func (s *SimulationApplicationSummary) SetRobotSoftwareSuite(v *RobotSoftwareSuite) *SimulationApplicationSummary + func (s *SimulationApplicationSummary) SetSimulationSoftwareSuite(v *SimulationSoftwareSuite) *SimulationApplicationSummary + func (s *SimulationApplicationSummary) SetVersion(v string) *SimulationApplicationSummary + func (s SimulationApplicationSummary) GoString() string + func (s SimulationApplicationSummary) String() string + type SimulationJob struct + Arn *string + ClientRequestToken *string + FailureBehavior *string + FailureCode *string + FailureReason *string + IamRole *string + LastStartedAt *time.Time + LastUpdatedAt *time.Time + MaxJobDurationInSeconds *int64 + Name *string + OutputLocation *OutputLocation + RobotApplications []*RobotApplicationConfig + SimulationApplications []*SimulationApplicationConfig + SimulationTimeMillis *int64 + Status *string + Tags map[string]*string + VpcConfig *VPCConfigResponse + func (s *SimulationJob) SetArn(v string) *SimulationJob + func (s *SimulationJob) SetClientRequestToken(v string) *SimulationJob + func (s *SimulationJob) SetFailureBehavior(v string) *SimulationJob + func (s *SimulationJob) SetFailureCode(v string) *SimulationJob + func (s *SimulationJob) SetFailureReason(v string) *SimulationJob + func (s *SimulationJob) SetIamRole(v string) *SimulationJob + func (s *SimulationJob) SetLastStartedAt(v time.Time) *SimulationJob + func (s *SimulationJob) SetLastUpdatedAt(v time.Time) *SimulationJob + func (s *SimulationJob) SetMaxJobDurationInSeconds(v int64) *SimulationJob + func (s *SimulationJob) SetName(v string) *SimulationJob + func (s *SimulationJob) SetOutputLocation(v *OutputLocation) *SimulationJob + func (s *SimulationJob) SetRobotApplications(v []*RobotApplicationConfig) *SimulationJob + func (s *SimulationJob) SetSimulationApplications(v []*SimulationApplicationConfig) *SimulationJob + func (s *SimulationJob) SetSimulationTimeMillis(v int64) *SimulationJob + func (s *SimulationJob) SetStatus(v string) *SimulationJob + func (s *SimulationJob) SetTags(v map[string]*string) *SimulationJob + func (s *SimulationJob) SetVpcConfig(v *VPCConfigResponse) *SimulationJob + func (s SimulationJob) GoString() string + func (s SimulationJob) String() string + type SimulationJobSummary struct + Arn *string + LastUpdatedAt *time.Time + Name *string + RobotApplicationNames []*string + SimulationApplicationNames []*string + Status *string + func (s *SimulationJobSummary) SetArn(v string) *SimulationJobSummary + func (s *SimulationJobSummary) SetLastUpdatedAt(v time.Time) *SimulationJobSummary + func (s *SimulationJobSummary) SetName(v string) *SimulationJobSummary + func (s *SimulationJobSummary) SetRobotApplicationNames(v []*string) *SimulationJobSummary + func (s *SimulationJobSummary) SetSimulationApplicationNames(v []*string) *SimulationJobSummary + func (s *SimulationJobSummary) SetStatus(v string) *SimulationJobSummary + func (s SimulationJobSummary) GoString() string + func (s SimulationJobSummary) String() string + type SimulationSoftwareSuite struct + Name *string + Version *string + func (s *SimulationSoftwareSuite) SetName(v string) *SimulationSoftwareSuite + func (s *SimulationSoftwareSuite) SetVersion(v string) *SimulationSoftwareSuite + func (s SimulationSoftwareSuite) GoString() string + func (s SimulationSoftwareSuite) String() string + type Source struct + Architecture *string + Etag *string + S3Bucket *string + S3Key *string + func (s *Source) SetArchitecture(v string) *Source + func (s *Source) SetEtag(v string) *Source + func (s *Source) SetS3Bucket(v string) *Source + func (s *Source) SetS3Key(v string) *Source + func (s Source) GoString() string + func (s Source) String() string + type SourceConfig struct + Architecture *string + S3Bucket *string + S3Key *string + func (s *SourceConfig) SetArchitecture(v string) *SourceConfig + func (s *SourceConfig) SetS3Bucket(v string) *SourceConfig + func (s *SourceConfig) SetS3Key(v string) *SourceConfig + func (s *SourceConfig) Validate() error + func (s SourceConfig) GoString() string + func (s SourceConfig) String() string + type SyncDeploymentJobInput struct + ClientRequestToken *string + Fleet *string + func (s *SyncDeploymentJobInput) SetClientRequestToken(v string) *SyncDeploymentJobInput + func (s *SyncDeploymentJobInput) SetFleet(v string) *SyncDeploymentJobInput + func (s *SyncDeploymentJobInput) Validate() error + func (s SyncDeploymentJobInput) GoString() string + func (s SyncDeploymentJobInput) String() string + type SyncDeploymentJobOutput struct + Arn *string + CreatedAt *time.Time + DeploymentApplicationConfigs []*DeploymentApplicationConfig + DeploymentConfig *DeploymentConfig + FailureCode *string + FailureReason *string + Fleet *string + Status *string + func (s *SyncDeploymentJobOutput) SetArn(v string) *SyncDeploymentJobOutput + func (s *SyncDeploymentJobOutput) SetCreatedAt(v time.Time) *SyncDeploymentJobOutput + func (s *SyncDeploymentJobOutput) SetDeploymentApplicationConfigs(v []*DeploymentApplicationConfig) *SyncDeploymentJobOutput + func (s *SyncDeploymentJobOutput) SetDeploymentConfig(v *DeploymentConfig) *SyncDeploymentJobOutput + func (s *SyncDeploymentJobOutput) SetFailureCode(v string) *SyncDeploymentJobOutput + func (s *SyncDeploymentJobOutput) SetFailureReason(v string) *SyncDeploymentJobOutput + func (s *SyncDeploymentJobOutput) SetFleet(v string) *SyncDeploymentJobOutput + func (s *SyncDeploymentJobOutput) SetStatus(v string) *SyncDeploymentJobOutput + func (s SyncDeploymentJobOutput) GoString() string + func (s SyncDeploymentJobOutput) String() string + type TagResourceInput struct + ResourceArn *string + Tags map[string]*string + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateRobotApplicationInput struct + Application *string + CurrentRevisionId *string + RobotSoftwareSuite *RobotSoftwareSuite + Sources []*SourceConfig + func (s *UpdateRobotApplicationInput) SetApplication(v string) *UpdateRobotApplicationInput + func (s *UpdateRobotApplicationInput) SetCurrentRevisionId(v string) *UpdateRobotApplicationInput + func (s *UpdateRobotApplicationInput) SetRobotSoftwareSuite(v *RobotSoftwareSuite) *UpdateRobotApplicationInput + func (s *UpdateRobotApplicationInput) SetSources(v []*SourceConfig) *UpdateRobotApplicationInput + func (s *UpdateRobotApplicationInput) Validate() error + func (s UpdateRobotApplicationInput) GoString() string + func (s UpdateRobotApplicationInput) String() string + type UpdateRobotApplicationOutput struct + Arn *string + LastUpdatedAt *time.Time + Name *string + RevisionId *string + RobotSoftwareSuite *RobotSoftwareSuite + Sources []*Source + Version *string + func (s *UpdateRobotApplicationOutput) SetArn(v string) *UpdateRobotApplicationOutput + func (s *UpdateRobotApplicationOutput) SetLastUpdatedAt(v time.Time) *UpdateRobotApplicationOutput + func (s *UpdateRobotApplicationOutput) SetName(v string) *UpdateRobotApplicationOutput + func (s *UpdateRobotApplicationOutput) SetRevisionId(v string) *UpdateRobotApplicationOutput + func (s *UpdateRobotApplicationOutput) SetRobotSoftwareSuite(v *RobotSoftwareSuite) *UpdateRobotApplicationOutput + func (s *UpdateRobotApplicationOutput) SetSources(v []*Source) *UpdateRobotApplicationOutput + func (s *UpdateRobotApplicationOutput) SetVersion(v string) *UpdateRobotApplicationOutput + func (s UpdateRobotApplicationOutput) GoString() string + func (s UpdateRobotApplicationOutput) String() string + type UpdateSimulationApplicationInput struct + Application *string + CurrentRevisionId *string + RenderingEngine *RenderingEngine + RobotSoftwareSuite *RobotSoftwareSuite + SimulationSoftwareSuite *SimulationSoftwareSuite + Sources []*SourceConfig + func (s *UpdateSimulationApplicationInput) SetApplication(v string) *UpdateSimulationApplicationInput + func (s *UpdateSimulationApplicationInput) SetCurrentRevisionId(v string) *UpdateSimulationApplicationInput + func (s *UpdateSimulationApplicationInput) SetRenderingEngine(v *RenderingEngine) *UpdateSimulationApplicationInput + func (s *UpdateSimulationApplicationInput) SetRobotSoftwareSuite(v *RobotSoftwareSuite) *UpdateSimulationApplicationInput + func (s *UpdateSimulationApplicationInput) SetSimulationSoftwareSuite(v *SimulationSoftwareSuite) *UpdateSimulationApplicationInput + func (s *UpdateSimulationApplicationInput) SetSources(v []*SourceConfig) *UpdateSimulationApplicationInput + func (s *UpdateSimulationApplicationInput) Validate() error + func (s UpdateSimulationApplicationInput) GoString() string + func (s UpdateSimulationApplicationInput) String() string + type UpdateSimulationApplicationOutput struct + Arn *string + LastUpdatedAt *time.Time + Name *string + RenderingEngine *RenderingEngine + RevisionId *string + RobotSoftwareSuite *RobotSoftwareSuite + SimulationSoftwareSuite *SimulationSoftwareSuite + Sources []*Source + Version *string + func (s *UpdateSimulationApplicationOutput) SetArn(v string) *UpdateSimulationApplicationOutput + func (s *UpdateSimulationApplicationOutput) SetLastUpdatedAt(v time.Time) *UpdateSimulationApplicationOutput + func (s *UpdateSimulationApplicationOutput) SetName(v string) *UpdateSimulationApplicationOutput + func (s *UpdateSimulationApplicationOutput) SetRenderingEngine(v *RenderingEngine) *UpdateSimulationApplicationOutput + func (s *UpdateSimulationApplicationOutput) SetRevisionId(v string) *UpdateSimulationApplicationOutput + func (s *UpdateSimulationApplicationOutput) SetRobotSoftwareSuite(v *RobotSoftwareSuite) *UpdateSimulationApplicationOutput + func (s *UpdateSimulationApplicationOutput) SetSimulationSoftwareSuite(v *SimulationSoftwareSuite) *UpdateSimulationApplicationOutput + func (s *UpdateSimulationApplicationOutput) SetSources(v []*Source) *UpdateSimulationApplicationOutput + func (s *UpdateSimulationApplicationOutput) SetVersion(v string) *UpdateSimulationApplicationOutput + func (s UpdateSimulationApplicationOutput) GoString() string + func (s UpdateSimulationApplicationOutput) String() string + type VPCConfig struct + AssignPublicIp *bool + SecurityGroups []*string + Subnets []*string + func (s *VPCConfig) SetAssignPublicIp(v bool) *VPCConfig + func (s *VPCConfig) SetSecurityGroups(v []*string) *VPCConfig + func (s *VPCConfig) SetSubnets(v []*string) *VPCConfig + func (s *VPCConfig) Validate() error + func (s VPCConfig) GoString() string + func (s VPCConfig) String() string + type VPCConfigResponse struct + AssignPublicIp *bool + SecurityGroups []*string + Subnets []*string + VpcId *string + func (s *VPCConfigResponse) SetAssignPublicIp(v bool) *VPCConfigResponse + func (s *VPCConfigResponse) SetSecurityGroups(v []*string) *VPCConfigResponse + func (s *VPCConfigResponse) SetSubnets(v []*string) *VPCConfigResponse + func (s *VPCConfigResponse) SetVpcId(v string) *VPCConfigResponse + func (s VPCConfigResponse) GoString() string + func (s VPCConfigResponse) String() string