Versions in this module Expand all Collapse all v1 v1.42.9 Aug 3, 2023 Changes in this version + const ApplicationDeploymentLifecycleDeployed + const ApplicationDeploymentLifecycleDeploying + const ApplicationLifecycleAvailable + const ApplicationLifecycleCreated + const ApplicationLifecycleCreating + const ApplicationLifecycleDeleting + const ApplicationLifecycleDeletingFromEnvironment + const ApplicationLifecycleFailed + const ApplicationLifecycleReady + const ApplicationLifecycleRunning + const ApplicationLifecycleStarting + const ApplicationLifecycleStopped + const ApplicationLifecycleStopping + const ApplicationVersionLifecycleAvailable + const ApplicationVersionLifecycleCreating + const ApplicationVersionLifecycleFailed + const BatchJobExecutionStatusCancelled + const BatchJobExecutionStatusCancelling + const BatchJobExecutionStatusDispatching + const BatchJobExecutionStatusFailed + const BatchJobExecutionStatusHolding + const BatchJobExecutionStatusRunning + const BatchJobExecutionStatusSubmitting + const BatchJobExecutionStatusSucceeded + const BatchJobExecutionStatusSucceededWithWarning + const BatchJobTypeJes2 + const BatchJobTypeJes3 + const BatchJobTypeVse + const DataSetTaskLifecycleCompleted + const DataSetTaskLifecycleCreating + const DataSetTaskLifecycleRunning + const DeploymentLifecycleDeploying + const DeploymentLifecycleFailed + const DeploymentLifecycleSucceeded + const EndpointsID + const EngineTypeBluage + const EngineTypeMicrofocus + const EnvironmentLifecycleAvailable + const EnvironmentLifecycleCreating + const EnvironmentLifecycleDeleting + const EnvironmentLifecycleFailed + const EnvironmentLifecycleUpdating + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeThrottlingException + const ErrCodeValidationException + const ServiceID + const ServiceName + const ValidationExceptionReasonCannotParse + const ValidationExceptionReasonFieldValidationFailed + const ValidationExceptionReasonOther + const ValidationExceptionReasonUnknownOperation + func ApplicationDeploymentLifecycle_Values() []string + func ApplicationLifecycle_Values() []string + func ApplicationVersionLifecycle_Values() []string + func BatchJobExecutionStatus_Values() []string + func BatchJobType_Values() []string + func DataSetTaskLifecycle_Values() []string + func DeploymentLifecycle_Values() []string + func EngineType_Values() []string + func EnvironmentLifecycle_Values() []string + func ValidationExceptionReason_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type AlternateKey struct + AllowDuplicates *bool + Length *int64 + Name *string + Offset *int64 + func (s *AlternateKey) SetAllowDuplicates(v bool) *AlternateKey + func (s *AlternateKey) SetLength(v int64) *AlternateKey + func (s *AlternateKey) SetName(v string) *AlternateKey + func (s *AlternateKey) SetOffset(v int64) *AlternateKey + func (s *AlternateKey) Validate() error + func (s AlternateKey) GoString() string + func (s AlternateKey) String() string + type ApplicationSummary struct + ApplicationArn *string + ApplicationId *string + ApplicationVersion *int64 + CreationTime *time.Time + DeploymentStatus *string + Description *string + EngineType *string + EnvironmentId *string + LastStartTime *time.Time + Name *string + RoleArn *string + Status *string + VersionStatus *string + func (s *ApplicationSummary) SetApplicationArn(v string) *ApplicationSummary + func (s *ApplicationSummary) SetApplicationId(v string) *ApplicationSummary + func (s *ApplicationSummary) SetApplicationVersion(v int64) *ApplicationSummary + func (s *ApplicationSummary) SetCreationTime(v time.Time) *ApplicationSummary + func (s *ApplicationSummary) SetDeploymentStatus(v string) *ApplicationSummary + func (s *ApplicationSummary) SetDescription(v string) *ApplicationSummary + func (s *ApplicationSummary) SetEngineType(v string) *ApplicationSummary + func (s *ApplicationSummary) SetEnvironmentId(v string) *ApplicationSummary + func (s *ApplicationSummary) SetLastStartTime(v time.Time) *ApplicationSummary + func (s *ApplicationSummary) SetName(v string) *ApplicationSummary + func (s *ApplicationSummary) SetRoleArn(v string) *ApplicationSummary + func (s *ApplicationSummary) SetStatus(v string) *ApplicationSummary + func (s *ApplicationSummary) SetVersionStatus(v string) *ApplicationSummary + func (s ApplicationSummary) GoString() string + func (s ApplicationSummary) String() string + type ApplicationVersionSummary struct + ApplicationVersion *int64 + CreationTime *time.Time + Status *string + StatusReason *string + func (s *ApplicationVersionSummary) SetApplicationVersion(v int64) *ApplicationVersionSummary + func (s *ApplicationVersionSummary) SetCreationTime(v time.Time) *ApplicationVersionSummary + func (s *ApplicationVersionSummary) SetStatus(v string) *ApplicationVersionSummary + func (s *ApplicationVersionSummary) SetStatusReason(v string) *ApplicationVersionSummary + func (s ApplicationVersionSummary) GoString() string + func (s ApplicationVersionSummary) String() string + type BatchJobDefinition struct + FileBatchJobDefinition *FileBatchJobDefinition + ScriptBatchJobDefinition *ScriptBatchJobDefinition + func (s *BatchJobDefinition) SetFileBatchJobDefinition(v *FileBatchJobDefinition) *BatchJobDefinition + func (s *BatchJobDefinition) SetScriptBatchJobDefinition(v *ScriptBatchJobDefinition) *BatchJobDefinition + func (s BatchJobDefinition) GoString() string + func (s BatchJobDefinition) String() string + type BatchJobExecutionSummary struct + ApplicationId *string + BatchJobIdentifier *BatchJobIdentifier + EndTime *time.Time + ExecutionId *string + JobId *string + JobName *string + JobType *string + ReturnCode *string + StartTime *time.Time + Status *string + func (s *BatchJobExecutionSummary) SetApplicationId(v string) *BatchJobExecutionSummary + func (s *BatchJobExecutionSummary) SetBatchJobIdentifier(v *BatchJobIdentifier) *BatchJobExecutionSummary + func (s *BatchJobExecutionSummary) SetEndTime(v time.Time) *BatchJobExecutionSummary + func (s *BatchJobExecutionSummary) SetExecutionId(v string) *BatchJobExecutionSummary + func (s *BatchJobExecutionSummary) SetJobId(v string) *BatchJobExecutionSummary + func (s *BatchJobExecutionSummary) SetJobName(v string) *BatchJobExecutionSummary + func (s *BatchJobExecutionSummary) SetJobType(v string) *BatchJobExecutionSummary + func (s *BatchJobExecutionSummary) SetReturnCode(v string) *BatchJobExecutionSummary + func (s *BatchJobExecutionSummary) SetStartTime(v time.Time) *BatchJobExecutionSummary + func (s *BatchJobExecutionSummary) SetStatus(v string) *BatchJobExecutionSummary + func (s BatchJobExecutionSummary) GoString() string + func (s BatchJobExecutionSummary) String() string + type BatchJobIdentifier struct + FileBatchJobIdentifier *FileBatchJobIdentifier + ScriptBatchJobIdentifier *ScriptBatchJobIdentifier + func (s *BatchJobIdentifier) SetFileBatchJobIdentifier(v *FileBatchJobIdentifier) *BatchJobIdentifier + func (s *BatchJobIdentifier) SetScriptBatchJobIdentifier(v *ScriptBatchJobIdentifier) *BatchJobIdentifier + func (s *BatchJobIdentifier) Validate() error + func (s BatchJobIdentifier) GoString() string + func (s BatchJobIdentifier) String() string + type CancelBatchJobExecutionInput struct + ApplicationId *string + ExecutionId *string + func (s *CancelBatchJobExecutionInput) SetApplicationId(v string) *CancelBatchJobExecutionInput + func (s *CancelBatchJobExecutionInput) SetExecutionId(v string) *CancelBatchJobExecutionInput + func (s *CancelBatchJobExecutionInput) Validate() error + func (s CancelBatchJobExecutionInput) GoString() string + func (s CancelBatchJobExecutionInput) String() string + type CancelBatchJobExecutionOutput struct + func (s CancelBatchJobExecutionOutput) GoString() string + func (s CancelBatchJobExecutionOutput) String() string + type ConflictException struct + Message_ *string + ResourceId *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type CreateApplicationInput struct + ClientToken *string + Definition *Definition + Description *string + EngineType *string + KmsKeyId *string + Name *string + RoleArn *string + Tags map[string]*string + func (s *CreateApplicationInput) SetClientToken(v string) *CreateApplicationInput + func (s *CreateApplicationInput) SetDefinition(v *Definition) *CreateApplicationInput + func (s *CreateApplicationInput) SetDescription(v string) *CreateApplicationInput + func (s *CreateApplicationInput) SetEngineType(v string) *CreateApplicationInput + func (s *CreateApplicationInput) SetKmsKeyId(v string) *CreateApplicationInput + func (s *CreateApplicationInput) SetName(v string) *CreateApplicationInput + func (s *CreateApplicationInput) SetRoleArn(v string) *CreateApplicationInput + func (s *CreateApplicationInput) SetTags(v map[string]*string) *CreateApplicationInput + func (s *CreateApplicationInput) Validate() error + func (s CreateApplicationInput) GoString() string + func (s CreateApplicationInput) String() string + type CreateApplicationOutput struct + ApplicationArn *string + ApplicationId *string + ApplicationVersion *int64 + func (s *CreateApplicationOutput) SetApplicationArn(v string) *CreateApplicationOutput + func (s *CreateApplicationOutput) SetApplicationId(v string) *CreateApplicationOutput + func (s *CreateApplicationOutput) SetApplicationVersion(v int64) *CreateApplicationOutput + func (s CreateApplicationOutput) GoString() string + func (s CreateApplicationOutput) String() string + type CreateDataSetImportTaskInput struct + ApplicationId *string + ClientToken *string + ImportConfig *DataSetImportConfig + func (s *CreateDataSetImportTaskInput) SetApplicationId(v string) *CreateDataSetImportTaskInput + func (s *CreateDataSetImportTaskInput) SetClientToken(v string) *CreateDataSetImportTaskInput + func (s *CreateDataSetImportTaskInput) SetImportConfig(v *DataSetImportConfig) *CreateDataSetImportTaskInput + func (s *CreateDataSetImportTaskInput) Validate() error + func (s CreateDataSetImportTaskInput) GoString() string + func (s CreateDataSetImportTaskInput) String() string + type CreateDataSetImportTaskOutput struct + TaskId *string + func (s *CreateDataSetImportTaskOutput) SetTaskId(v string) *CreateDataSetImportTaskOutput + func (s CreateDataSetImportTaskOutput) GoString() string + func (s CreateDataSetImportTaskOutput) String() string + type CreateDeploymentInput struct + ApplicationId *string + ApplicationVersion *int64 + ClientToken *string + EnvironmentId *string + func (s *CreateDeploymentInput) SetApplicationId(v string) *CreateDeploymentInput + func (s *CreateDeploymentInput) SetApplicationVersion(v int64) *CreateDeploymentInput + func (s *CreateDeploymentInput) SetClientToken(v string) *CreateDeploymentInput + func (s *CreateDeploymentInput) SetEnvironmentId(v string) *CreateDeploymentInput + func (s *CreateDeploymentInput) Validate() error + func (s CreateDeploymentInput) GoString() string + func (s CreateDeploymentInput) String() string + type CreateDeploymentOutput struct + DeploymentId *string + func (s *CreateDeploymentOutput) SetDeploymentId(v string) *CreateDeploymentOutput + func (s CreateDeploymentOutput) GoString() string + func (s CreateDeploymentOutput) String() string + type CreateEnvironmentInput struct + ClientToken *string + Description *string + EngineType *string + EngineVersion *string + HighAvailabilityConfig *HighAvailabilityConfig + InstanceType *string + KmsKeyId *string + Name *string + PreferredMaintenanceWindow *string + PubliclyAccessible *bool + SecurityGroupIds []*string + StorageConfigurations []*StorageConfiguration + SubnetIds []*string + Tags map[string]*string + func (s *CreateEnvironmentInput) SetClientToken(v string) *CreateEnvironmentInput + func (s *CreateEnvironmentInput) SetDescription(v string) *CreateEnvironmentInput + func (s *CreateEnvironmentInput) SetEngineType(v string) *CreateEnvironmentInput + func (s *CreateEnvironmentInput) SetEngineVersion(v string) *CreateEnvironmentInput + func (s *CreateEnvironmentInput) SetHighAvailabilityConfig(v *HighAvailabilityConfig) *CreateEnvironmentInput + func (s *CreateEnvironmentInput) SetInstanceType(v string) *CreateEnvironmentInput + func (s *CreateEnvironmentInput) SetKmsKeyId(v string) *CreateEnvironmentInput + func (s *CreateEnvironmentInput) SetName(v string) *CreateEnvironmentInput + func (s *CreateEnvironmentInput) SetPreferredMaintenanceWindow(v string) *CreateEnvironmentInput + func (s *CreateEnvironmentInput) SetPubliclyAccessible(v bool) *CreateEnvironmentInput + func (s *CreateEnvironmentInput) SetSecurityGroupIds(v []*string) *CreateEnvironmentInput + func (s *CreateEnvironmentInput) SetStorageConfigurations(v []*StorageConfiguration) *CreateEnvironmentInput + func (s *CreateEnvironmentInput) SetSubnetIds(v []*string) *CreateEnvironmentInput + func (s *CreateEnvironmentInput) SetTags(v map[string]*string) *CreateEnvironmentInput + func (s *CreateEnvironmentInput) Validate() error + func (s CreateEnvironmentInput) GoString() string + func (s CreateEnvironmentInput) String() string + type CreateEnvironmentOutput struct + EnvironmentId *string + func (s *CreateEnvironmentOutput) SetEnvironmentId(v string) *CreateEnvironmentOutput + func (s CreateEnvironmentOutput) GoString() string + func (s CreateEnvironmentOutput) String() string + type DataSet struct + DatasetName *string + DatasetOrg *DatasetOrgAttributes + RecordLength *RecordLength + RelativePath *string + StorageType *string + func (s *DataSet) SetDatasetName(v string) *DataSet + func (s *DataSet) SetDatasetOrg(v *DatasetOrgAttributes) *DataSet + func (s *DataSet) SetRecordLength(v *RecordLength) *DataSet + func (s *DataSet) SetRelativePath(v string) *DataSet + func (s *DataSet) SetStorageType(v string) *DataSet + func (s *DataSet) Validate() error + func (s DataSet) GoString() string + func (s DataSet) String() string + type DataSetImportConfig struct + DataSets []*DataSetImportItem + S3Location *string + func (s *DataSetImportConfig) SetDataSets(v []*DataSetImportItem) *DataSetImportConfig + func (s *DataSetImportConfig) SetS3Location(v string) *DataSetImportConfig + func (s *DataSetImportConfig) Validate() error + func (s DataSetImportConfig) GoString() string + func (s DataSetImportConfig) String() string + type DataSetImportItem struct + DataSet *DataSet + ExternalLocation *ExternalLocation + func (s *DataSetImportItem) SetDataSet(v *DataSet) *DataSetImportItem + func (s *DataSetImportItem) SetExternalLocation(v *ExternalLocation) *DataSetImportItem + func (s *DataSetImportItem) Validate() error + func (s DataSetImportItem) GoString() string + func (s DataSetImportItem) String() string + type DataSetImportSummary struct + Failed *int64 + InProgress *int64 + Pending *int64 + Succeeded *int64 + Total *int64 + func (s *DataSetImportSummary) SetFailed(v int64) *DataSetImportSummary + func (s *DataSetImportSummary) SetInProgress(v int64) *DataSetImportSummary + func (s *DataSetImportSummary) SetPending(v int64) *DataSetImportSummary + func (s *DataSetImportSummary) SetSucceeded(v int64) *DataSetImportSummary + func (s *DataSetImportSummary) SetTotal(v int64) *DataSetImportSummary + func (s DataSetImportSummary) GoString() string + func (s DataSetImportSummary) String() string + type DataSetImportTask struct + Status *string + Summary *DataSetImportSummary + TaskId *string + func (s *DataSetImportTask) SetStatus(v string) *DataSetImportTask + func (s *DataSetImportTask) SetSummary(v *DataSetImportSummary) *DataSetImportTask + func (s *DataSetImportTask) SetTaskId(v string) *DataSetImportTask + func (s DataSetImportTask) GoString() string + func (s DataSetImportTask) String() string + type DataSetSummary struct + CreationTime *time.Time + DataSetName *string + DataSetOrg *string + Format *string + LastReferencedTime *time.Time + LastUpdatedTime *time.Time + func (s *DataSetSummary) SetCreationTime(v time.Time) *DataSetSummary + func (s *DataSetSummary) SetDataSetName(v string) *DataSetSummary + func (s *DataSetSummary) SetDataSetOrg(v string) *DataSetSummary + func (s *DataSetSummary) SetFormat(v string) *DataSetSummary + func (s *DataSetSummary) SetLastReferencedTime(v time.Time) *DataSetSummary + func (s *DataSetSummary) SetLastUpdatedTime(v time.Time) *DataSetSummary + func (s DataSetSummary) GoString() string + func (s DataSetSummary) String() string + type DatasetDetailOrgAttributes struct + Gdg *GdgDetailAttributes + Po *PoDetailAttributes + Ps *PsDetailAttributes + Vsam *VsamDetailAttributes + func (s *DatasetDetailOrgAttributes) SetGdg(v *GdgDetailAttributes) *DatasetDetailOrgAttributes + func (s *DatasetDetailOrgAttributes) SetPo(v *PoDetailAttributes) *DatasetDetailOrgAttributes + func (s *DatasetDetailOrgAttributes) SetPs(v *PsDetailAttributes) *DatasetDetailOrgAttributes + func (s *DatasetDetailOrgAttributes) SetVsam(v *VsamDetailAttributes) *DatasetDetailOrgAttributes + func (s DatasetDetailOrgAttributes) GoString() string + func (s DatasetDetailOrgAttributes) String() string + type DatasetOrgAttributes struct + Gdg *GdgAttributes + Po *PoAttributes + Ps *PsAttributes + Vsam *VsamAttributes + func (s *DatasetOrgAttributes) SetGdg(v *GdgAttributes) *DatasetOrgAttributes + func (s *DatasetOrgAttributes) SetPo(v *PoAttributes) *DatasetOrgAttributes + func (s *DatasetOrgAttributes) SetPs(v *PsAttributes) *DatasetOrgAttributes + func (s *DatasetOrgAttributes) SetVsam(v *VsamAttributes) *DatasetOrgAttributes + func (s *DatasetOrgAttributes) Validate() error + func (s DatasetOrgAttributes) GoString() string + func (s DatasetOrgAttributes) String() string + type Definition struct + Content *string + S3Location *string + func (s *Definition) SetContent(v string) *Definition + func (s *Definition) SetS3Location(v string) *Definition + func (s *Definition) Validate() error + func (s Definition) GoString() string + func (s Definition) String() string + type DeleteApplicationFromEnvironmentInput struct + ApplicationId *string + EnvironmentId *string + func (s *DeleteApplicationFromEnvironmentInput) SetApplicationId(v string) *DeleteApplicationFromEnvironmentInput + func (s *DeleteApplicationFromEnvironmentInput) SetEnvironmentId(v string) *DeleteApplicationFromEnvironmentInput + func (s *DeleteApplicationFromEnvironmentInput) Validate() error + func (s DeleteApplicationFromEnvironmentInput) GoString() string + func (s DeleteApplicationFromEnvironmentInput) String() string + type DeleteApplicationFromEnvironmentOutput struct + func (s DeleteApplicationFromEnvironmentOutput) GoString() string + func (s DeleteApplicationFromEnvironmentOutput) String() string + type DeleteApplicationInput struct + ApplicationId *string + func (s *DeleteApplicationInput) SetApplicationId(v string) *DeleteApplicationInput + func (s *DeleteApplicationInput) Validate() error + func (s DeleteApplicationInput) GoString() string + func (s DeleteApplicationInput) String() string + type DeleteApplicationOutput struct + func (s DeleteApplicationOutput) GoString() string + func (s DeleteApplicationOutput) String() string + type DeleteEnvironmentInput struct + EnvironmentId *string + func (s *DeleteEnvironmentInput) SetEnvironmentId(v string) *DeleteEnvironmentInput + func (s *DeleteEnvironmentInput) Validate() error + func (s DeleteEnvironmentInput) GoString() string + func (s DeleteEnvironmentInput) String() string + type DeleteEnvironmentOutput struct + func (s DeleteEnvironmentOutput) GoString() string + func (s DeleteEnvironmentOutput) String() string + type DeployedVersionSummary struct + ApplicationVersion *int64 + Status *string + StatusReason *string + func (s *DeployedVersionSummary) SetApplicationVersion(v int64) *DeployedVersionSummary + func (s *DeployedVersionSummary) SetStatus(v string) *DeployedVersionSummary + func (s *DeployedVersionSummary) SetStatusReason(v string) *DeployedVersionSummary + func (s DeployedVersionSummary) GoString() string + func (s DeployedVersionSummary) String() string + type DeploymentSummary struct + ApplicationId *string + ApplicationVersion *int64 + CreationTime *time.Time + DeploymentId *string + EnvironmentId *string + Status *string + StatusReason *string + func (s *DeploymentSummary) SetApplicationId(v string) *DeploymentSummary + func (s *DeploymentSummary) SetApplicationVersion(v int64) *DeploymentSummary + func (s *DeploymentSummary) SetCreationTime(v time.Time) *DeploymentSummary + func (s *DeploymentSummary) SetDeploymentId(v string) *DeploymentSummary + func (s *DeploymentSummary) SetEnvironmentId(v string) *DeploymentSummary + func (s *DeploymentSummary) SetStatus(v string) *DeploymentSummary + func (s *DeploymentSummary) SetStatusReason(v string) *DeploymentSummary + func (s DeploymentSummary) GoString() string + func (s DeploymentSummary) String() string + type EfsStorageConfiguration struct + FileSystemId *string + MountPoint *string + func (s *EfsStorageConfiguration) SetFileSystemId(v string) *EfsStorageConfiguration + func (s *EfsStorageConfiguration) SetMountPoint(v string) *EfsStorageConfiguration + func (s *EfsStorageConfiguration) Validate() error + func (s EfsStorageConfiguration) GoString() string + func (s EfsStorageConfiguration) String() string + type EngineVersionsSummary struct + EngineType *string + EngineVersion *string + func (s *EngineVersionsSummary) SetEngineType(v string) *EngineVersionsSummary + func (s *EngineVersionsSummary) SetEngineVersion(v string) *EngineVersionsSummary + func (s EngineVersionsSummary) GoString() string + func (s EngineVersionsSummary) String() string + type EnvironmentSummary struct + CreationTime *time.Time + EngineType *string + EngineVersion *string + EnvironmentArn *string + EnvironmentId *string + InstanceType *string + Name *string + Status *string + func (s *EnvironmentSummary) SetCreationTime(v time.Time) *EnvironmentSummary + func (s *EnvironmentSummary) SetEngineType(v string) *EnvironmentSummary + func (s *EnvironmentSummary) SetEngineVersion(v string) *EnvironmentSummary + func (s *EnvironmentSummary) SetEnvironmentArn(v string) *EnvironmentSummary + func (s *EnvironmentSummary) SetEnvironmentId(v string) *EnvironmentSummary + func (s *EnvironmentSummary) SetInstanceType(v string) *EnvironmentSummary + func (s *EnvironmentSummary) SetName(v string) *EnvironmentSummary + func (s *EnvironmentSummary) SetStatus(v string) *EnvironmentSummary + func (s EnvironmentSummary) GoString() string + func (s EnvironmentSummary) String() string + type ExternalLocation struct + S3Location *string + func (s *ExternalLocation) SetS3Location(v string) *ExternalLocation + func (s ExternalLocation) GoString() string + func (s ExternalLocation) String() string + type FileBatchJobDefinition struct + FileName *string + FolderPath *string + func (s *FileBatchJobDefinition) SetFileName(v string) *FileBatchJobDefinition + func (s *FileBatchJobDefinition) SetFolderPath(v string) *FileBatchJobDefinition + func (s FileBatchJobDefinition) GoString() string + func (s FileBatchJobDefinition) String() string + type FileBatchJobIdentifier struct + FileName *string + FolderPath *string + func (s *FileBatchJobIdentifier) SetFileName(v string) *FileBatchJobIdentifier + func (s *FileBatchJobIdentifier) SetFolderPath(v string) *FileBatchJobIdentifier + func (s *FileBatchJobIdentifier) Validate() error + func (s FileBatchJobIdentifier) GoString() string + func (s FileBatchJobIdentifier) String() string + type FsxStorageConfiguration struct + FileSystemId *string + MountPoint *string + func (s *FsxStorageConfiguration) SetFileSystemId(v string) *FsxStorageConfiguration + func (s *FsxStorageConfiguration) SetMountPoint(v string) *FsxStorageConfiguration + func (s *FsxStorageConfiguration) Validate() error + func (s FsxStorageConfiguration) GoString() string + func (s FsxStorageConfiguration) String() string + type GdgAttributes struct + Limit *int64 + RollDisposition *string + func (s *GdgAttributes) SetLimit(v int64) *GdgAttributes + func (s *GdgAttributes) SetRollDisposition(v string) *GdgAttributes + func (s GdgAttributes) GoString() string + func (s GdgAttributes) String() string + type GdgDetailAttributes struct + Limit *int64 + RollDisposition *string + func (s *GdgDetailAttributes) SetLimit(v int64) *GdgDetailAttributes + func (s *GdgDetailAttributes) SetRollDisposition(v string) *GdgDetailAttributes + func (s GdgDetailAttributes) GoString() string + func (s GdgDetailAttributes) String() string + type GetApplicationInput struct + ApplicationId *string + func (s *GetApplicationInput) SetApplicationId(v string) *GetApplicationInput + func (s *GetApplicationInput) Validate() error + func (s GetApplicationInput) GoString() string + func (s GetApplicationInput) String() string + type GetApplicationOutput struct + ApplicationArn *string + ApplicationId *string + CreationTime *time.Time + DeployedVersion *DeployedVersionSummary + Description *string + EngineType *string + EnvironmentId *string + KmsKeyId *string + LastStartTime *time.Time + LatestVersion *ApplicationVersionSummary + ListenerArns []*string + ListenerPorts []*int64 + LoadBalancerDnsName *string + LogGroups []*LogGroupSummary + Name *string + RoleArn *string + Status *string + StatusReason *string + Tags map[string]*string + TargetGroupArns []*string + func (s *GetApplicationOutput) SetApplicationArn(v string) *GetApplicationOutput + func (s *GetApplicationOutput) SetApplicationId(v string) *GetApplicationOutput + func (s *GetApplicationOutput) SetCreationTime(v time.Time) *GetApplicationOutput + func (s *GetApplicationOutput) SetDeployedVersion(v *DeployedVersionSummary) *GetApplicationOutput + func (s *GetApplicationOutput) SetDescription(v string) *GetApplicationOutput + func (s *GetApplicationOutput) SetEngineType(v string) *GetApplicationOutput + func (s *GetApplicationOutput) SetEnvironmentId(v string) *GetApplicationOutput + func (s *GetApplicationOutput) SetKmsKeyId(v string) *GetApplicationOutput + func (s *GetApplicationOutput) SetLastStartTime(v time.Time) *GetApplicationOutput + func (s *GetApplicationOutput) SetLatestVersion(v *ApplicationVersionSummary) *GetApplicationOutput + func (s *GetApplicationOutput) SetListenerArns(v []*string) *GetApplicationOutput + func (s *GetApplicationOutput) SetListenerPorts(v []*int64) *GetApplicationOutput + func (s *GetApplicationOutput) SetLoadBalancerDnsName(v string) *GetApplicationOutput + func (s *GetApplicationOutput) SetLogGroups(v []*LogGroupSummary) *GetApplicationOutput + func (s *GetApplicationOutput) SetName(v string) *GetApplicationOutput + func (s *GetApplicationOutput) SetRoleArn(v string) *GetApplicationOutput + func (s *GetApplicationOutput) SetStatus(v string) *GetApplicationOutput + func (s *GetApplicationOutput) SetStatusReason(v string) *GetApplicationOutput + func (s *GetApplicationOutput) SetTags(v map[string]*string) *GetApplicationOutput + func (s *GetApplicationOutput) SetTargetGroupArns(v []*string) *GetApplicationOutput + func (s GetApplicationOutput) GoString() string + func (s GetApplicationOutput) String() string + type GetApplicationVersionInput struct + ApplicationId *string + ApplicationVersion *int64 + func (s *GetApplicationVersionInput) SetApplicationId(v string) *GetApplicationVersionInput + func (s *GetApplicationVersionInput) SetApplicationVersion(v int64) *GetApplicationVersionInput + func (s *GetApplicationVersionInput) Validate() error + func (s GetApplicationVersionInput) GoString() string + func (s GetApplicationVersionInput) String() string + type GetApplicationVersionOutput struct + ApplicationVersion *int64 + CreationTime *time.Time + DefinitionContent *string + Description *string + Name *string + Status *string + StatusReason *string + func (s *GetApplicationVersionOutput) SetApplicationVersion(v int64) *GetApplicationVersionOutput + func (s *GetApplicationVersionOutput) SetCreationTime(v time.Time) *GetApplicationVersionOutput + func (s *GetApplicationVersionOutput) SetDefinitionContent(v string) *GetApplicationVersionOutput + func (s *GetApplicationVersionOutput) SetDescription(v string) *GetApplicationVersionOutput + func (s *GetApplicationVersionOutput) SetName(v string) *GetApplicationVersionOutput + func (s *GetApplicationVersionOutput) SetStatus(v string) *GetApplicationVersionOutput + func (s *GetApplicationVersionOutput) SetStatusReason(v string) *GetApplicationVersionOutput + func (s GetApplicationVersionOutput) GoString() string + func (s GetApplicationVersionOutput) String() string + type GetBatchJobExecutionInput struct + ApplicationId *string + ExecutionId *string + func (s *GetBatchJobExecutionInput) SetApplicationId(v string) *GetBatchJobExecutionInput + func (s *GetBatchJobExecutionInput) SetExecutionId(v string) *GetBatchJobExecutionInput + func (s *GetBatchJobExecutionInput) Validate() error + func (s GetBatchJobExecutionInput) GoString() string + func (s GetBatchJobExecutionInput) String() string + type GetBatchJobExecutionOutput struct + ApplicationId *string + BatchJobIdentifier *BatchJobIdentifier + EndTime *time.Time + ExecutionId *string + JobId *string + JobName *string + JobType *string + JobUser *string + ReturnCode *string + StartTime *time.Time + Status *string + StatusReason *string + func (s *GetBatchJobExecutionOutput) SetApplicationId(v string) *GetBatchJobExecutionOutput + func (s *GetBatchJobExecutionOutput) SetBatchJobIdentifier(v *BatchJobIdentifier) *GetBatchJobExecutionOutput + func (s *GetBatchJobExecutionOutput) SetEndTime(v time.Time) *GetBatchJobExecutionOutput + func (s *GetBatchJobExecutionOutput) SetExecutionId(v string) *GetBatchJobExecutionOutput + func (s *GetBatchJobExecutionOutput) SetJobId(v string) *GetBatchJobExecutionOutput + func (s *GetBatchJobExecutionOutput) SetJobName(v string) *GetBatchJobExecutionOutput + func (s *GetBatchJobExecutionOutput) SetJobType(v string) *GetBatchJobExecutionOutput + func (s *GetBatchJobExecutionOutput) SetJobUser(v string) *GetBatchJobExecutionOutput + func (s *GetBatchJobExecutionOutput) SetReturnCode(v string) *GetBatchJobExecutionOutput + func (s *GetBatchJobExecutionOutput) SetStartTime(v time.Time) *GetBatchJobExecutionOutput + func (s *GetBatchJobExecutionOutput) SetStatus(v string) *GetBatchJobExecutionOutput + func (s *GetBatchJobExecutionOutput) SetStatusReason(v string) *GetBatchJobExecutionOutput + func (s GetBatchJobExecutionOutput) GoString() string + func (s GetBatchJobExecutionOutput) String() string + type GetDataSetDetailsInput struct + ApplicationId *string + DataSetName *string + func (s *GetDataSetDetailsInput) SetApplicationId(v string) *GetDataSetDetailsInput + func (s *GetDataSetDetailsInput) SetDataSetName(v string) *GetDataSetDetailsInput + func (s *GetDataSetDetailsInput) Validate() error + func (s GetDataSetDetailsInput) GoString() string + func (s GetDataSetDetailsInput) String() string + type GetDataSetDetailsOutput struct + Blocksize *int64 + CreationTime *time.Time + DataSetName *string + DataSetOrg *DatasetDetailOrgAttributes + LastReferencedTime *time.Time + LastUpdatedTime *time.Time + Location *string + RecordLength *int64 + func (s *GetDataSetDetailsOutput) SetBlocksize(v int64) *GetDataSetDetailsOutput + func (s *GetDataSetDetailsOutput) SetCreationTime(v time.Time) *GetDataSetDetailsOutput + func (s *GetDataSetDetailsOutput) SetDataSetName(v string) *GetDataSetDetailsOutput + func (s *GetDataSetDetailsOutput) SetDataSetOrg(v *DatasetDetailOrgAttributes) *GetDataSetDetailsOutput + func (s *GetDataSetDetailsOutput) SetLastReferencedTime(v time.Time) *GetDataSetDetailsOutput + func (s *GetDataSetDetailsOutput) SetLastUpdatedTime(v time.Time) *GetDataSetDetailsOutput + func (s *GetDataSetDetailsOutput) SetLocation(v string) *GetDataSetDetailsOutput + func (s *GetDataSetDetailsOutput) SetRecordLength(v int64) *GetDataSetDetailsOutput + func (s GetDataSetDetailsOutput) GoString() string + func (s GetDataSetDetailsOutput) String() string + type GetDataSetImportTaskInput struct + ApplicationId *string + TaskId *string + func (s *GetDataSetImportTaskInput) SetApplicationId(v string) *GetDataSetImportTaskInput + func (s *GetDataSetImportTaskInput) SetTaskId(v string) *GetDataSetImportTaskInput + func (s *GetDataSetImportTaskInput) Validate() error + func (s GetDataSetImportTaskInput) GoString() string + func (s GetDataSetImportTaskInput) String() string + type GetDataSetImportTaskOutput struct + Status *string + Summary *DataSetImportSummary + TaskId *string + func (s *GetDataSetImportTaskOutput) SetStatus(v string) *GetDataSetImportTaskOutput + func (s *GetDataSetImportTaskOutput) SetSummary(v *DataSetImportSummary) *GetDataSetImportTaskOutput + func (s *GetDataSetImportTaskOutput) SetTaskId(v string) *GetDataSetImportTaskOutput + func (s GetDataSetImportTaskOutput) GoString() string + func (s GetDataSetImportTaskOutput) String() string + type GetDeploymentInput struct + ApplicationId *string + DeploymentId *string + func (s *GetDeploymentInput) SetApplicationId(v string) *GetDeploymentInput + func (s *GetDeploymentInput) SetDeploymentId(v string) *GetDeploymentInput + func (s *GetDeploymentInput) Validate() error + func (s GetDeploymentInput) GoString() string + func (s GetDeploymentInput) String() string + type GetDeploymentOutput struct + ApplicationId *string + ApplicationVersion *int64 + CreationTime *time.Time + DeploymentId *string + EnvironmentId *string + Status *string + StatusReason *string + func (s *GetDeploymentOutput) SetApplicationId(v string) *GetDeploymentOutput + func (s *GetDeploymentOutput) SetApplicationVersion(v int64) *GetDeploymentOutput + func (s *GetDeploymentOutput) SetCreationTime(v time.Time) *GetDeploymentOutput + func (s *GetDeploymentOutput) SetDeploymentId(v string) *GetDeploymentOutput + func (s *GetDeploymentOutput) SetEnvironmentId(v string) *GetDeploymentOutput + func (s *GetDeploymentOutput) SetStatus(v string) *GetDeploymentOutput + func (s *GetDeploymentOutput) SetStatusReason(v string) *GetDeploymentOutput + func (s GetDeploymentOutput) GoString() string + func (s GetDeploymentOutput) String() string + type GetEnvironmentInput struct + EnvironmentId *string + func (s *GetEnvironmentInput) SetEnvironmentId(v string) *GetEnvironmentInput + func (s *GetEnvironmentInput) Validate() error + func (s GetEnvironmentInput) GoString() string + func (s GetEnvironmentInput) String() string + type GetEnvironmentOutput struct + ActualCapacity *int64 + CreationTime *time.Time + Description *string + EngineType *string + EngineVersion *string + EnvironmentArn *string + EnvironmentId *string + HighAvailabilityConfig *HighAvailabilityConfig + InstanceType *string + KmsKeyId *string + LoadBalancerArn *string + Name *string + PendingMaintenance *PendingMaintenance + PreferredMaintenanceWindow *string + PubliclyAccessible *bool + SecurityGroupIds []*string + Status *string + StatusReason *string + StorageConfigurations []*StorageConfiguration + SubnetIds []*string + Tags map[string]*string + VpcId *string + func (s *GetEnvironmentOutput) SetActualCapacity(v int64) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetCreationTime(v time.Time) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetDescription(v string) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetEngineType(v string) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetEngineVersion(v string) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetEnvironmentArn(v string) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetEnvironmentId(v string) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetHighAvailabilityConfig(v *HighAvailabilityConfig) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetInstanceType(v string) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetKmsKeyId(v string) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetLoadBalancerArn(v string) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetName(v string) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetPendingMaintenance(v *PendingMaintenance) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetPreferredMaintenanceWindow(v string) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetPubliclyAccessible(v bool) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetSecurityGroupIds(v []*string) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetStatus(v string) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetStatusReason(v string) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetStorageConfigurations(v []*StorageConfiguration) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetSubnetIds(v []*string) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetTags(v map[string]*string) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetVpcId(v string) *GetEnvironmentOutput + func (s GetEnvironmentOutput) GoString() string + func (s GetEnvironmentOutput) String() string + type GetSignedBluinsightsUrlInput struct + func (s GetSignedBluinsightsUrlInput) GoString() string + func (s GetSignedBluinsightsUrlInput) String() string + type GetSignedBluinsightsUrlOutput struct + SignedBiUrl *string + func (s *GetSignedBluinsightsUrlOutput) SetSignedBiUrl(v string) *GetSignedBluinsightsUrlOutput + func (s GetSignedBluinsightsUrlOutput) GoString() string + func (s GetSignedBluinsightsUrlOutput) String() string + type HighAvailabilityConfig struct + DesiredCapacity *int64 + func (s *HighAvailabilityConfig) SetDesiredCapacity(v int64) *HighAvailabilityConfig + func (s *HighAvailabilityConfig) Validate() error + func (s HighAvailabilityConfig) GoString() string + func (s HighAvailabilityConfig) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + RetryAfterSeconds *int64 + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type ListApplicationVersionsInput struct + ApplicationId *string + MaxResults *int64 + NextToken *string + func (s *ListApplicationVersionsInput) SetApplicationId(v string) *ListApplicationVersionsInput + func (s *ListApplicationVersionsInput) SetMaxResults(v int64) *ListApplicationVersionsInput + func (s *ListApplicationVersionsInput) SetNextToken(v string) *ListApplicationVersionsInput + func (s *ListApplicationVersionsInput) Validate() error + func (s ListApplicationVersionsInput) GoString() string + func (s ListApplicationVersionsInput) String() string + type ListApplicationVersionsOutput struct + ApplicationVersions []*ApplicationVersionSummary + NextToken *string + func (s *ListApplicationVersionsOutput) SetApplicationVersions(v []*ApplicationVersionSummary) *ListApplicationVersionsOutput + func (s *ListApplicationVersionsOutput) SetNextToken(v string) *ListApplicationVersionsOutput + func (s ListApplicationVersionsOutput) GoString() string + func (s ListApplicationVersionsOutput) String() string + type ListApplicationsInput struct + EnvironmentId *string + MaxResults *int64 + Names []*string + NextToken *string + func (s *ListApplicationsInput) SetEnvironmentId(v string) *ListApplicationsInput + func (s *ListApplicationsInput) SetMaxResults(v int64) *ListApplicationsInput + func (s *ListApplicationsInput) SetNames(v []*string) *ListApplicationsInput + func (s *ListApplicationsInput) SetNextToken(v string) *ListApplicationsInput + func (s *ListApplicationsInput) Validate() error + func (s ListApplicationsInput) GoString() string + func (s ListApplicationsInput) String() string + type ListApplicationsOutput struct + Applications []*ApplicationSummary + NextToken *string + func (s *ListApplicationsOutput) SetApplications(v []*ApplicationSummary) *ListApplicationsOutput + func (s *ListApplicationsOutput) SetNextToken(v string) *ListApplicationsOutput + func (s ListApplicationsOutput) GoString() string + func (s ListApplicationsOutput) String() string + type ListBatchJobDefinitionsInput struct + ApplicationId *string + MaxResults *int64 + NextToken *string + Prefix *string + func (s *ListBatchJobDefinitionsInput) SetApplicationId(v string) *ListBatchJobDefinitionsInput + func (s *ListBatchJobDefinitionsInput) SetMaxResults(v int64) *ListBatchJobDefinitionsInput + func (s *ListBatchJobDefinitionsInput) SetNextToken(v string) *ListBatchJobDefinitionsInput + func (s *ListBatchJobDefinitionsInput) SetPrefix(v string) *ListBatchJobDefinitionsInput + func (s *ListBatchJobDefinitionsInput) Validate() error + func (s ListBatchJobDefinitionsInput) GoString() string + func (s ListBatchJobDefinitionsInput) String() string + type ListBatchJobDefinitionsOutput struct + BatchJobDefinitions []*BatchJobDefinition + NextToken *string + func (s *ListBatchJobDefinitionsOutput) SetBatchJobDefinitions(v []*BatchJobDefinition) *ListBatchJobDefinitionsOutput + func (s *ListBatchJobDefinitionsOutput) SetNextToken(v string) *ListBatchJobDefinitionsOutput + func (s ListBatchJobDefinitionsOutput) GoString() string + func (s ListBatchJobDefinitionsOutput) String() string + type ListBatchJobExecutionsInput struct + ApplicationId *string + ExecutionIds []*string + JobName *string + MaxResults *int64 + NextToken *string + StartedAfter *time.Time + StartedBefore *time.Time + Status *string + func (s *ListBatchJobExecutionsInput) SetApplicationId(v string) *ListBatchJobExecutionsInput + func (s *ListBatchJobExecutionsInput) SetExecutionIds(v []*string) *ListBatchJobExecutionsInput + func (s *ListBatchJobExecutionsInput) SetJobName(v string) *ListBatchJobExecutionsInput + func (s *ListBatchJobExecutionsInput) SetMaxResults(v int64) *ListBatchJobExecutionsInput + func (s *ListBatchJobExecutionsInput) SetNextToken(v string) *ListBatchJobExecutionsInput + func (s *ListBatchJobExecutionsInput) SetStartedAfter(v time.Time) *ListBatchJobExecutionsInput + func (s *ListBatchJobExecutionsInput) SetStartedBefore(v time.Time) *ListBatchJobExecutionsInput + func (s *ListBatchJobExecutionsInput) SetStatus(v string) *ListBatchJobExecutionsInput + func (s *ListBatchJobExecutionsInput) Validate() error + func (s ListBatchJobExecutionsInput) GoString() string + func (s ListBatchJobExecutionsInput) String() string + type ListBatchJobExecutionsOutput struct + BatchJobExecutions []*BatchJobExecutionSummary + NextToken *string + func (s *ListBatchJobExecutionsOutput) SetBatchJobExecutions(v []*BatchJobExecutionSummary) *ListBatchJobExecutionsOutput + func (s *ListBatchJobExecutionsOutput) SetNextToken(v string) *ListBatchJobExecutionsOutput + func (s ListBatchJobExecutionsOutput) GoString() string + func (s ListBatchJobExecutionsOutput) String() string + type ListDataSetImportHistoryInput struct + ApplicationId *string + MaxResults *int64 + NextToken *string + func (s *ListDataSetImportHistoryInput) SetApplicationId(v string) *ListDataSetImportHistoryInput + func (s *ListDataSetImportHistoryInput) SetMaxResults(v int64) *ListDataSetImportHistoryInput + func (s *ListDataSetImportHistoryInput) SetNextToken(v string) *ListDataSetImportHistoryInput + func (s *ListDataSetImportHistoryInput) Validate() error + func (s ListDataSetImportHistoryInput) GoString() string + func (s ListDataSetImportHistoryInput) String() string + type ListDataSetImportHistoryOutput struct + DataSetImportTasks []*DataSetImportTask + NextToken *string + func (s *ListDataSetImportHistoryOutput) SetDataSetImportTasks(v []*DataSetImportTask) *ListDataSetImportHistoryOutput + func (s *ListDataSetImportHistoryOutput) SetNextToken(v string) *ListDataSetImportHistoryOutput + func (s ListDataSetImportHistoryOutput) GoString() string + func (s ListDataSetImportHistoryOutput) String() string + type ListDataSetsInput struct + ApplicationId *string + MaxResults *int64 + NextToken *string + Prefix *string + func (s *ListDataSetsInput) SetApplicationId(v string) *ListDataSetsInput + func (s *ListDataSetsInput) SetMaxResults(v int64) *ListDataSetsInput + func (s *ListDataSetsInput) SetNextToken(v string) *ListDataSetsInput + func (s *ListDataSetsInput) SetPrefix(v string) *ListDataSetsInput + func (s *ListDataSetsInput) Validate() error + func (s ListDataSetsInput) GoString() string + func (s ListDataSetsInput) String() string + type ListDataSetsOutput struct + DataSets []*DataSetSummary + NextToken *string + func (s *ListDataSetsOutput) SetDataSets(v []*DataSetSummary) *ListDataSetsOutput + func (s *ListDataSetsOutput) SetNextToken(v string) *ListDataSetsOutput + func (s ListDataSetsOutput) GoString() string + func (s ListDataSetsOutput) String() string + type ListDeploymentsInput struct + ApplicationId *string + MaxResults *int64 + NextToken *string + func (s *ListDeploymentsInput) SetApplicationId(v string) *ListDeploymentsInput + func (s *ListDeploymentsInput) SetMaxResults(v int64) *ListDeploymentsInput + func (s *ListDeploymentsInput) SetNextToken(v string) *ListDeploymentsInput + func (s *ListDeploymentsInput) Validate() error + func (s ListDeploymentsInput) GoString() string + func (s ListDeploymentsInput) String() string + type ListDeploymentsOutput struct + Deployments []*DeploymentSummary + NextToken *string + func (s *ListDeploymentsOutput) SetDeployments(v []*DeploymentSummary) *ListDeploymentsOutput + func (s *ListDeploymentsOutput) SetNextToken(v string) *ListDeploymentsOutput + func (s ListDeploymentsOutput) GoString() string + func (s ListDeploymentsOutput) String() string + type ListEngineVersionsInput struct + EngineType *string + MaxResults *int64 + NextToken *string + func (s *ListEngineVersionsInput) SetEngineType(v string) *ListEngineVersionsInput + func (s *ListEngineVersionsInput) SetMaxResults(v int64) *ListEngineVersionsInput + func (s *ListEngineVersionsInput) SetNextToken(v string) *ListEngineVersionsInput + func (s *ListEngineVersionsInput) Validate() error + func (s ListEngineVersionsInput) GoString() string + func (s ListEngineVersionsInput) String() string + type ListEngineVersionsOutput struct + EngineVersions []*EngineVersionsSummary + NextToken *string + func (s *ListEngineVersionsOutput) SetEngineVersions(v []*EngineVersionsSummary) *ListEngineVersionsOutput + func (s *ListEngineVersionsOutput) SetNextToken(v string) *ListEngineVersionsOutput + func (s ListEngineVersionsOutput) GoString() string + func (s ListEngineVersionsOutput) String() string + type ListEnvironmentsInput struct + EngineType *string + MaxResults *int64 + Names []*string + NextToken *string + func (s *ListEnvironmentsInput) SetEngineType(v string) *ListEnvironmentsInput + func (s *ListEnvironmentsInput) SetMaxResults(v int64) *ListEnvironmentsInput + func (s *ListEnvironmentsInput) SetNames(v []*string) *ListEnvironmentsInput + func (s *ListEnvironmentsInput) SetNextToken(v string) *ListEnvironmentsInput + func (s *ListEnvironmentsInput) Validate() error + func (s ListEnvironmentsInput) GoString() string + func (s ListEnvironmentsInput) String() string + type ListEnvironmentsOutput struct + Environments []*EnvironmentSummary + NextToken *string + func (s *ListEnvironmentsOutput) SetEnvironments(v []*EnvironmentSummary) *ListEnvironmentsOutput + func (s *ListEnvironmentsOutput) SetNextToken(v string) *ListEnvironmentsOutput + func (s ListEnvironmentsOutput) GoString() string + func (s ListEnvironmentsOutput) 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 LogGroupSummary struct + LogGroupName *string + LogType *string + func (s *LogGroupSummary) SetLogGroupName(v string) *LogGroupSummary + func (s *LogGroupSummary) SetLogType(v string) *LogGroupSummary + func (s LogGroupSummary) GoString() string + func (s LogGroupSummary) String() string + type M2 struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *M2 + func (c *M2) CancelBatchJobExecution(input *CancelBatchJobExecutionInput) (*CancelBatchJobExecutionOutput, error) + func (c *M2) CancelBatchJobExecutionRequest(input *CancelBatchJobExecutionInput) (req *request.Request, output *CancelBatchJobExecutionOutput) + func (c *M2) CancelBatchJobExecutionWithContext(ctx aws.Context, input *CancelBatchJobExecutionInput, opts ...request.Option) (*CancelBatchJobExecutionOutput, error) + func (c *M2) CreateApplication(input *CreateApplicationInput) (*CreateApplicationOutput, error) + func (c *M2) CreateApplicationRequest(input *CreateApplicationInput) (req *request.Request, output *CreateApplicationOutput) + func (c *M2) CreateApplicationWithContext(ctx aws.Context, input *CreateApplicationInput, opts ...request.Option) (*CreateApplicationOutput, error) + func (c *M2) CreateDataSetImportTask(input *CreateDataSetImportTaskInput) (*CreateDataSetImportTaskOutput, error) + func (c *M2) CreateDataSetImportTaskRequest(input *CreateDataSetImportTaskInput) (req *request.Request, output *CreateDataSetImportTaskOutput) + func (c *M2) CreateDataSetImportTaskWithContext(ctx aws.Context, input *CreateDataSetImportTaskInput, opts ...request.Option) (*CreateDataSetImportTaskOutput, error) + func (c *M2) CreateDeployment(input *CreateDeploymentInput) (*CreateDeploymentOutput, error) + func (c *M2) CreateDeploymentRequest(input *CreateDeploymentInput) (req *request.Request, output *CreateDeploymentOutput) + func (c *M2) CreateDeploymentWithContext(ctx aws.Context, input *CreateDeploymentInput, opts ...request.Option) (*CreateDeploymentOutput, error) + func (c *M2) CreateEnvironment(input *CreateEnvironmentInput) (*CreateEnvironmentOutput, error) + func (c *M2) CreateEnvironmentRequest(input *CreateEnvironmentInput) (req *request.Request, output *CreateEnvironmentOutput) + func (c *M2) CreateEnvironmentWithContext(ctx aws.Context, input *CreateEnvironmentInput, opts ...request.Option) (*CreateEnvironmentOutput, error) + func (c *M2) DeleteApplication(input *DeleteApplicationInput) (*DeleteApplicationOutput, error) + func (c *M2) DeleteApplicationFromEnvironment(input *DeleteApplicationFromEnvironmentInput) (*DeleteApplicationFromEnvironmentOutput, error) + func (c *M2) DeleteApplicationFromEnvironmentRequest(input *DeleteApplicationFromEnvironmentInput) (req *request.Request, output *DeleteApplicationFromEnvironmentOutput) + func (c *M2) DeleteApplicationFromEnvironmentWithContext(ctx aws.Context, input *DeleteApplicationFromEnvironmentInput, ...) (*DeleteApplicationFromEnvironmentOutput, error) + func (c *M2) DeleteApplicationRequest(input *DeleteApplicationInput) (req *request.Request, output *DeleteApplicationOutput) + func (c *M2) DeleteApplicationWithContext(ctx aws.Context, input *DeleteApplicationInput, opts ...request.Option) (*DeleteApplicationOutput, error) + func (c *M2) DeleteEnvironment(input *DeleteEnvironmentInput) (*DeleteEnvironmentOutput, error) + func (c *M2) DeleteEnvironmentRequest(input *DeleteEnvironmentInput) (req *request.Request, output *DeleteEnvironmentOutput) + func (c *M2) DeleteEnvironmentWithContext(ctx aws.Context, input *DeleteEnvironmentInput, opts ...request.Option) (*DeleteEnvironmentOutput, error) + func (c *M2) GetApplication(input *GetApplicationInput) (*GetApplicationOutput, error) + func (c *M2) GetApplicationRequest(input *GetApplicationInput) (req *request.Request, output *GetApplicationOutput) + func (c *M2) GetApplicationVersion(input *GetApplicationVersionInput) (*GetApplicationVersionOutput, error) + func (c *M2) GetApplicationVersionRequest(input *GetApplicationVersionInput) (req *request.Request, output *GetApplicationVersionOutput) + func (c *M2) GetApplicationVersionWithContext(ctx aws.Context, input *GetApplicationVersionInput, opts ...request.Option) (*GetApplicationVersionOutput, error) + func (c *M2) GetApplicationWithContext(ctx aws.Context, input *GetApplicationInput, opts ...request.Option) (*GetApplicationOutput, error) + func (c *M2) GetBatchJobExecution(input *GetBatchJobExecutionInput) (*GetBatchJobExecutionOutput, error) + func (c *M2) GetBatchJobExecutionRequest(input *GetBatchJobExecutionInput) (req *request.Request, output *GetBatchJobExecutionOutput) + func (c *M2) GetBatchJobExecutionWithContext(ctx aws.Context, input *GetBatchJobExecutionInput, opts ...request.Option) (*GetBatchJobExecutionOutput, error) + func (c *M2) GetDataSetDetails(input *GetDataSetDetailsInput) (*GetDataSetDetailsOutput, error) + func (c *M2) GetDataSetDetailsRequest(input *GetDataSetDetailsInput) (req *request.Request, output *GetDataSetDetailsOutput) + func (c *M2) GetDataSetDetailsWithContext(ctx aws.Context, input *GetDataSetDetailsInput, opts ...request.Option) (*GetDataSetDetailsOutput, error) + func (c *M2) GetDataSetImportTask(input *GetDataSetImportTaskInput) (*GetDataSetImportTaskOutput, error) + func (c *M2) GetDataSetImportTaskRequest(input *GetDataSetImportTaskInput) (req *request.Request, output *GetDataSetImportTaskOutput) + func (c *M2) GetDataSetImportTaskWithContext(ctx aws.Context, input *GetDataSetImportTaskInput, opts ...request.Option) (*GetDataSetImportTaskOutput, error) + func (c *M2) GetDeployment(input *GetDeploymentInput) (*GetDeploymentOutput, error) + func (c *M2) GetDeploymentRequest(input *GetDeploymentInput) (req *request.Request, output *GetDeploymentOutput) + func (c *M2) GetDeploymentWithContext(ctx aws.Context, input *GetDeploymentInput, opts ...request.Option) (*GetDeploymentOutput, error) + func (c *M2) GetEnvironment(input *GetEnvironmentInput) (*GetEnvironmentOutput, error) + func (c *M2) GetEnvironmentRequest(input *GetEnvironmentInput) (req *request.Request, output *GetEnvironmentOutput) + func (c *M2) GetEnvironmentWithContext(ctx aws.Context, input *GetEnvironmentInput, opts ...request.Option) (*GetEnvironmentOutput, error) + func (c *M2) GetSignedBluinsightsUrl(input *GetSignedBluinsightsUrlInput) (*GetSignedBluinsightsUrlOutput, error) + func (c *M2) GetSignedBluinsightsUrlRequest(input *GetSignedBluinsightsUrlInput) (req *request.Request, output *GetSignedBluinsightsUrlOutput) + func (c *M2) GetSignedBluinsightsUrlWithContext(ctx aws.Context, input *GetSignedBluinsightsUrlInput, opts ...request.Option) (*GetSignedBluinsightsUrlOutput, error) + func (c *M2) ListApplicationVersions(input *ListApplicationVersionsInput) (*ListApplicationVersionsOutput, error) + func (c *M2) ListApplicationVersionsPages(input *ListApplicationVersionsInput, ...) error + func (c *M2) ListApplicationVersionsPagesWithContext(ctx aws.Context, input *ListApplicationVersionsInput, ...) error + func (c *M2) ListApplicationVersionsRequest(input *ListApplicationVersionsInput) (req *request.Request, output *ListApplicationVersionsOutput) + func (c *M2) ListApplicationVersionsWithContext(ctx aws.Context, input *ListApplicationVersionsInput, opts ...request.Option) (*ListApplicationVersionsOutput, error) + func (c *M2) ListApplications(input *ListApplicationsInput) (*ListApplicationsOutput, error) + func (c *M2) ListApplicationsPages(input *ListApplicationsInput, fn func(*ListApplicationsOutput, bool) bool) error + func (c *M2) ListApplicationsPagesWithContext(ctx aws.Context, input *ListApplicationsInput, ...) error + func (c *M2) ListApplicationsRequest(input *ListApplicationsInput) (req *request.Request, output *ListApplicationsOutput) + func (c *M2) ListApplicationsWithContext(ctx aws.Context, input *ListApplicationsInput, opts ...request.Option) (*ListApplicationsOutput, error) + func (c *M2) ListBatchJobDefinitions(input *ListBatchJobDefinitionsInput) (*ListBatchJobDefinitionsOutput, error) + func (c *M2) ListBatchJobDefinitionsPages(input *ListBatchJobDefinitionsInput, ...) error + func (c *M2) ListBatchJobDefinitionsPagesWithContext(ctx aws.Context, input *ListBatchJobDefinitionsInput, ...) error + func (c *M2) ListBatchJobDefinitionsRequest(input *ListBatchJobDefinitionsInput) (req *request.Request, output *ListBatchJobDefinitionsOutput) + func (c *M2) ListBatchJobDefinitionsWithContext(ctx aws.Context, input *ListBatchJobDefinitionsInput, opts ...request.Option) (*ListBatchJobDefinitionsOutput, error) + func (c *M2) ListBatchJobExecutions(input *ListBatchJobExecutionsInput) (*ListBatchJobExecutionsOutput, error) + func (c *M2) ListBatchJobExecutionsPages(input *ListBatchJobExecutionsInput, ...) error + func (c *M2) ListBatchJobExecutionsPagesWithContext(ctx aws.Context, input *ListBatchJobExecutionsInput, ...) error + func (c *M2) ListBatchJobExecutionsRequest(input *ListBatchJobExecutionsInput) (req *request.Request, output *ListBatchJobExecutionsOutput) + func (c *M2) ListBatchJobExecutionsWithContext(ctx aws.Context, input *ListBatchJobExecutionsInput, opts ...request.Option) (*ListBatchJobExecutionsOutput, error) + func (c *M2) ListDataSetImportHistory(input *ListDataSetImportHistoryInput) (*ListDataSetImportHistoryOutput, error) + func (c *M2) ListDataSetImportHistoryPages(input *ListDataSetImportHistoryInput, ...) error + func (c *M2) ListDataSetImportHistoryPagesWithContext(ctx aws.Context, input *ListDataSetImportHistoryInput, ...) error + func (c *M2) ListDataSetImportHistoryRequest(input *ListDataSetImportHistoryInput) (req *request.Request, output *ListDataSetImportHistoryOutput) + func (c *M2) ListDataSetImportHistoryWithContext(ctx aws.Context, input *ListDataSetImportHistoryInput, opts ...request.Option) (*ListDataSetImportHistoryOutput, error) + func (c *M2) ListDataSets(input *ListDataSetsInput) (*ListDataSetsOutput, error) + func (c *M2) ListDataSetsPages(input *ListDataSetsInput, fn func(*ListDataSetsOutput, bool) bool) error + func (c *M2) ListDataSetsPagesWithContext(ctx aws.Context, input *ListDataSetsInput, ...) error + func (c *M2) ListDataSetsRequest(input *ListDataSetsInput) (req *request.Request, output *ListDataSetsOutput) + func (c *M2) ListDataSetsWithContext(ctx aws.Context, input *ListDataSetsInput, opts ...request.Option) (*ListDataSetsOutput, error) + func (c *M2) ListDeployments(input *ListDeploymentsInput) (*ListDeploymentsOutput, error) + func (c *M2) ListDeploymentsPages(input *ListDeploymentsInput, fn func(*ListDeploymentsOutput, bool) bool) error + func (c *M2) ListDeploymentsPagesWithContext(ctx aws.Context, input *ListDeploymentsInput, ...) error + func (c *M2) ListDeploymentsRequest(input *ListDeploymentsInput) (req *request.Request, output *ListDeploymentsOutput) + func (c *M2) ListDeploymentsWithContext(ctx aws.Context, input *ListDeploymentsInput, opts ...request.Option) (*ListDeploymentsOutput, error) + func (c *M2) ListEngineVersions(input *ListEngineVersionsInput) (*ListEngineVersionsOutput, error) + func (c *M2) ListEngineVersionsPages(input *ListEngineVersionsInput, fn func(*ListEngineVersionsOutput, bool) bool) error + func (c *M2) ListEngineVersionsPagesWithContext(ctx aws.Context, input *ListEngineVersionsInput, ...) error + func (c *M2) ListEngineVersionsRequest(input *ListEngineVersionsInput) (req *request.Request, output *ListEngineVersionsOutput) + func (c *M2) ListEngineVersionsWithContext(ctx aws.Context, input *ListEngineVersionsInput, opts ...request.Option) (*ListEngineVersionsOutput, error) + func (c *M2) ListEnvironments(input *ListEnvironmentsInput) (*ListEnvironmentsOutput, error) + func (c *M2) ListEnvironmentsPages(input *ListEnvironmentsInput, fn func(*ListEnvironmentsOutput, bool) bool) error + func (c *M2) ListEnvironmentsPagesWithContext(ctx aws.Context, input *ListEnvironmentsInput, ...) error + func (c *M2) ListEnvironmentsRequest(input *ListEnvironmentsInput) (req *request.Request, output *ListEnvironmentsOutput) + func (c *M2) ListEnvironmentsWithContext(ctx aws.Context, input *ListEnvironmentsInput, opts ...request.Option) (*ListEnvironmentsOutput, error) + func (c *M2) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *M2) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *M2) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *M2) StartApplication(input *StartApplicationInput) (*StartApplicationOutput, error) + func (c *M2) StartApplicationRequest(input *StartApplicationInput) (req *request.Request, output *StartApplicationOutput) + func (c *M2) StartApplicationWithContext(ctx aws.Context, input *StartApplicationInput, opts ...request.Option) (*StartApplicationOutput, error) + func (c *M2) StartBatchJob(input *StartBatchJobInput) (*StartBatchJobOutput, error) + func (c *M2) StartBatchJobRequest(input *StartBatchJobInput) (req *request.Request, output *StartBatchJobOutput) + func (c *M2) StartBatchJobWithContext(ctx aws.Context, input *StartBatchJobInput, opts ...request.Option) (*StartBatchJobOutput, error) + func (c *M2) StopApplication(input *StopApplicationInput) (*StopApplicationOutput, error) + func (c *M2) StopApplicationRequest(input *StopApplicationInput) (req *request.Request, output *StopApplicationOutput) + func (c *M2) StopApplicationWithContext(ctx aws.Context, input *StopApplicationInput, opts ...request.Option) (*StopApplicationOutput, error) + func (c *M2) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *M2) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *M2) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *M2) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *M2) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *M2) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *M2) UpdateApplication(input *UpdateApplicationInput) (*UpdateApplicationOutput, error) + func (c *M2) UpdateApplicationRequest(input *UpdateApplicationInput) (req *request.Request, output *UpdateApplicationOutput) + func (c *M2) UpdateApplicationWithContext(ctx aws.Context, input *UpdateApplicationInput, opts ...request.Option) (*UpdateApplicationOutput, error) + func (c *M2) UpdateEnvironment(input *UpdateEnvironmentInput) (*UpdateEnvironmentOutput, error) + func (c *M2) UpdateEnvironmentRequest(input *UpdateEnvironmentInput) (req *request.Request, output *UpdateEnvironmentOutput) + func (c *M2) UpdateEnvironmentWithContext(ctx aws.Context, input *UpdateEnvironmentInput, opts ...request.Option) (*UpdateEnvironmentOutput, error) + type MaintenanceSchedule struct + EndTime *time.Time + StartTime *time.Time + func (s *MaintenanceSchedule) SetEndTime(v time.Time) *MaintenanceSchedule + func (s *MaintenanceSchedule) SetStartTime(v time.Time) *MaintenanceSchedule + func (s MaintenanceSchedule) GoString() string + func (s MaintenanceSchedule) String() string + type PendingMaintenance struct + EngineVersion *string + Schedule *MaintenanceSchedule + func (s *PendingMaintenance) SetEngineVersion(v string) *PendingMaintenance + func (s *PendingMaintenance) SetSchedule(v *MaintenanceSchedule) *PendingMaintenance + func (s PendingMaintenance) GoString() string + func (s PendingMaintenance) String() string + type PoAttributes struct + Encoding *string + Format *string + MemberFileExtensions []*string + func (s *PoAttributes) SetEncoding(v string) *PoAttributes + func (s *PoAttributes) SetFormat(v string) *PoAttributes + func (s *PoAttributes) SetMemberFileExtensions(v []*string) *PoAttributes + func (s *PoAttributes) Validate() error + func (s PoAttributes) GoString() string + func (s PoAttributes) String() string + type PoDetailAttributes struct + Encoding *string + Format *string + func (s *PoDetailAttributes) SetEncoding(v string) *PoDetailAttributes + func (s *PoDetailAttributes) SetFormat(v string) *PoDetailAttributes + func (s PoDetailAttributes) GoString() string + func (s PoDetailAttributes) String() string + type PrimaryKey struct + Length *int64 + Name *string + Offset *int64 + func (s *PrimaryKey) SetLength(v int64) *PrimaryKey + func (s *PrimaryKey) SetName(v string) *PrimaryKey + func (s *PrimaryKey) SetOffset(v int64) *PrimaryKey + func (s *PrimaryKey) Validate() error + func (s PrimaryKey) GoString() string + func (s PrimaryKey) String() string + type PsAttributes struct + Encoding *string + Format *string + func (s *PsAttributes) SetEncoding(v string) *PsAttributes + func (s *PsAttributes) SetFormat(v string) *PsAttributes + func (s *PsAttributes) Validate() error + func (s PsAttributes) GoString() string + func (s PsAttributes) String() string + type PsDetailAttributes struct + Encoding *string + Format *string + func (s *PsDetailAttributes) SetEncoding(v string) *PsDetailAttributes + func (s *PsDetailAttributes) SetFormat(v string) *PsDetailAttributes + func (s PsDetailAttributes) GoString() string + func (s PsDetailAttributes) String() string + type RecordLength struct + Max *int64 + Min *int64 + func (s *RecordLength) SetMax(v int64) *RecordLength + func (s *RecordLength) SetMin(v int64) *RecordLength + func (s *RecordLength) Validate() error + func (s RecordLength) GoString() string + func (s RecordLength) String() string + type ResourceNotFoundException struct + Message_ *string + ResourceId *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type ScriptBatchJobDefinition struct + ScriptName *string + func (s *ScriptBatchJobDefinition) SetScriptName(v string) *ScriptBatchJobDefinition + func (s ScriptBatchJobDefinition) GoString() string + func (s ScriptBatchJobDefinition) String() string + type ScriptBatchJobIdentifier struct + ScriptName *string + func (s *ScriptBatchJobIdentifier) SetScriptName(v string) *ScriptBatchJobIdentifier + func (s *ScriptBatchJobIdentifier) Validate() error + func (s ScriptBatchJobIdentifier) GoString() string + func (s ScriptBatchJobIdentifier) String() string + type ServiceQuotaExceededException struct + Message_ *string + QuotaCode *string + ResourceId *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + ServiceCode *string + func (s *ServiceQuotaExceededException) Code() string + func (s *ServiceQuotaExceededException) Error() string + func (s *ServiceQuotaExceededException) Message() string + func (s *ServiceQuotaExceededException) OrigErr() error + func (s *ServiceQuotaExceededException) RequestID() string + func (s *ServiceQuotaExceededException) StatusCode() int + func (s ServiceQuotaExceededException) GoString() string + func (s ServiceQuotaExceededException) String() string + type StartApplicationInput struct + ApplicationId *string + func (s *StartApplicationInput) SetApplicationId(v string) *StartApplicationInput + func (s *StartApplicationInput) Validate() error + func (s StartApplicationInput) GoString() string + func (s StartApplicationInput) String() string + type StartApplicationOutput struct + func (s StartApplicationOutput) GoString() string + func (s StartApplicationOutput) String() string + type StartBatchJobInput struct + ApplicationId *string + BatchJobIdentifier *BatchJobIdentifier + JobParams map[string]*string + func (s *StartBatchJobInput) SetApplicationId(v string) *StartBatchJobInput + func (s *StartBatchJobInput) SetBatchJobIdentifier(v *BatchJobIdentifier) *StartBatchJobInput + func (s *StartBatchJobInput) SetJobParams(v map[string]*string) *StartBatchJobInput + func (s *StartBatchJobInput) Validate() error + func (s StartBatchJobInput) GoString() string + func (s StartBatchJobInput) String() string + type StartBatchJobOutput struct + ExecutionId *string + func (s *StartBatchJobOutput) SetExecutionId(v string) *StartBatchJobOutput + func (s StartBatchJobOutput) GoString() string + func (s StartBatchJobOutput) String() string + type StopApplicationInput struct + ApplicationId *string + ForceStop *bool + func (s *StopApplicationInput) SetApplicationId(v string) *StopApplicationInput + func (s *StopApplicationInput) SetForceStop(v bool) *StopApplicationInput + func (s *StopApplicationInput) Validate() error + func (s StopApplicationInput) GoString() string + func (s StopApplicationInput) String() string + type StopApplicationOutput struct + func (s StopApplicationOutput) GoString() string + func (s StopApplicationOutput) String() string + type StorageConfiguration struct + Efs *EfsStorageConfiguration + Fsx *FsxStorageConfiguration + func (s *StorageConfiguration) SetEfs(v *EfsStorageConfiguration) *StorageConfiguration + func (s *StorageConfiguration) SetFsx(v *FsxStorageConfiguration) *StorageConfiguration + func (s *StorageConfiguration) Validate() error + func (s StorageConfiguration) GoString() string + func (s StorageConfiguration) 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 ThrottlingException struct + Message_ *string + QuotaCode *string + RespMetadata protocol.ResponseMetadata + RetryAfterSeconds *int64 + ServiceCode *string + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type 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 UpdateApplicationInput struct + ApplicationId *string + CurrentApplicationVersion *int64 + Definition *Definition + Description *string + func (s *UpdateApplicationInput) SetApplicationId(v string) *UpdateApplicationInput + func (s *UpdateApplicationInput) SetCurrentApplicationVersion(v int64) *UpdateApplicationInput + func (s *UpdateApplicationInput) SetDefinition(v *Definition) *UpdateApplicationInput + func (s *UpdateApplicationInput) SetDescription(v string) *UpdateApplicationInput + func (s *UpdateApplicationInput) Validate() error + func (s UpdateApplicationInput) GoString() string + func (s UpdateApplicationInput) String() string + type UpdateApplicationOutput struct + ApplicationVersion *int64 + func (s *UpdateApplicationOutput) SetApplicationVersion(v int64) *UpdateApplicationOutput + func (s UpdateApplicationOutput) GoString() string + func (s UpdateApplicationOutput) String() string + type UpdateEnvironmentInput struct + ApplyDuringMaintenanceWindow *bool + DesiredCapacity *int64 + EngineVersion *string + EnvironmentId *string + InstanceType *string + PreferredMaintenanceWindow *string + func (s *UpdateEnvironmentInput) SetApplyDuringMaintenanceWindow(v bool) *UpdateEnvironmentInput + func (s *UpdateEnvironmentInput) SetDesiredCapacity(v int64) *UpdateEnvironmentInput + func (s *UpdateEnvironmentInput) SetEngineVersion(v string) *UpdateEnvironmentInput + func (s *UpdateEnvironmentInput) SetEnvironmentId(v string) *UpdateEnvironmentInput + func (s *UpdateEnvironmentInput) SetInstanceType(v string) *UpdateEnvironmentInput + func (s *UpdateEnvironmentInput) SetPreferredMaintenanceWindow(v string) *UpdateEnvironmentInput + func (s *UpdateEnvironmentInput) Validate() error + func (s UpdateEnvironmentInput) GoString() string + func (s UpdateEnvironmentInput) String() string + type UpdateEnvironmentOutput struct + EnvironmentId *string + func (s *UpdateEnvironmentOutput) SetEnvironmentId(v string) *UpdateEnvironmentOutput + func (s UpdateEnvironmentOutput) GoString() string + func (s UpdateEnvironmentOutput) String() string + type ValidationException struct + FieldList []*ValidationExceptionField + Message_ *string + Reason *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string + type ValidationExceptionField struct + Message *string + Name *string + func (s *ValidationExceptionField) SetMessage(v string) *ValidationExceptionField + func (s *ValidationExceptionField) SetName(v string) *ValidationExceptionField + func (s ValidationExceptionField) GoString() string + func (s ValidationExceptionField) String() string + type VsamAttributes struct + AlternateKeys []*AlternateKey + Compressed *bool + Encoding *string + Format *string + PrimaryKey *PrimaryKey + func (s *VsamAttributes) SetAlternateKeys(v []*AlternateKey) *VsamAttributes + func (s *VsamAttributes) SetCompressed(v bool) *VsamAttributes + func (s *VsamAttributes) SetEncoding(v string) *VsamAttributes + func (s *VsamAttributes) SetFormat(v string) *VsamAttributes + func (s *VsamAttributes) SetPrimaryKey(v *PrimaryKey) *VsamAttributes + func (s *VsamAttributes) Validate() error + func (s VsamAttributes) GoString() string + func (s VsamAttributes) String() string + type VsamDetailAttributes struct + AlternateKeys []*AlternateKey + CacheAtStartup *bool + Compressed *bool + Encoding *string + PrimaryKey *PrimaryKey + RecordFormat *string + func (s *VsamDetailAttributes) SetAlternateKeys(v []*AlternateKey) *VsamDetailAttributes + func (s *VsamDetailAttributes) SetCacheAtStartup(v bool) *VsamDetailAttributes + func (s *VsamDetailAttributes) SetCompressed(v bool) *VsamDetailAttributes + func (s *VsamDetailAttributes) SetEncoding(v string) *VsamDetailAttributes + func (s *VsamDetailAttributes) SetPrimaryKey(v *PrimaryKey) *VsamDetailAttributes + func (s *VsamDetailAttributes) SetRecordFormat(v string) *VsamDetailAttributes + func (s VsamDetailAttributes) GoString() string + func (s VsamDetailAttributes) String() string