Versions in this module Expand all Collapse all v1 v1.10.37 Sep 1, 2017 Changes in this version + const EndpointsID + const ErrCodeAccountActionRequiredException + const ErrCodeBadRequestException + const ErrCodeInternalFailureException + const ErrCodeLimitExceededException + const ErrCodeNotFoundException + const ErrCodeServiceUnavailableException + const ErrCodeTooManyRequestsException + const ErrCodeUnauthorizedException + const PlatformAndroid + const PlatformJavascript + const PlatformLinux + const PlatformObjc + const PlatformOsx + const PlatformSwift + const PlatformWindows + const ProjectStateImporting + const ProjectStateNormal + const ProjectStateSyncing + const ServiceName + type BundleDetails struct + AvailablePlatforms []*string + BundleId *string + Description *string + IconUrl *string + Title *string + Version *string + func (s *BundleDetails) SetAvailablePlatforms(v []*string) *BundleDetails + func (s *BundleDetails) SetBundleId(v string) *BundleDetails + func (s *BundleDetails) SetDescription(v string) *BundleDetails + func (s *BundleDetails) SetIconUrl(v string) *BundleDetails + func (s *BundleDetails) SetTitle(v string) *BundleDetails + func (s *BundleDetails) SetVersion(v string) *BundleDetails + func (s BundleDetails) GoString() string + func (s BundleDetails) String() string + type CreateProjectInput struct + Contents []byte + Name *string + Region *string + SnapshotId *string + func (s *CreateProjectInput) SetContents(v []byte) *CreateProjectInput + func (s *CreateProjectInput) SetName(v string) *CreateProjectInput + func (s *CreateProjectInput) SetRegion(v string) *CreateProjectInput + func (s *CreateProjectInput) SetSnapshotId(v string) *CreateProjectInput + func (s CreateProjectInput) GoString() string + func (s CreateProjectInput) String() string + type CreateProjectOutput struct + Details *ProjectDetails + func (s *CreateProjectOutput) SetDetails(v *ProjectDetails) *CreateProjectOutput + func (s CreateProjectOutput) GoString() string + func (s CreateProjectOutput) String() string + type DeleteProjectInput struct + ProjectId *string + func (s *DeleteProjectInput) SetProjectId(v string) *DeleteProjectInput + func (s *DeleteProjectInput) Validate() error + func (s DeleteProjectInput) GoString() string + func (s DeleteProjectInput) String() string + type DeleteProjectOutput struct + DeletedResources []*Resource + OrphanedResources []*Resource + func (s *DeleteProjectOutput) SetDeletedResources(v []*Resource) *DeleteProjectOutput + func (s *DeleteProjectOutput) SetOrphanedResources(v []*Resource) *DeleteProjectOutput + func (s DeleteProjectOutput) GoString() string + func (s DeleteProjectOutput) String() string + type DescribeBundleInput struct + BundleId *string + func (s *DescribeBundleInput) SetBundleId(v string) *DescribeBundleInput + func (s *DescribeBundleInput) Validate() error + func (s DescribeBundleInput) GoString() string + func (s DescribeBundleInput) String() string + type DescribeBundleOutput struct + Details *BundleDetails + func (s *DescribeBundleOutput) SetDetails(v *BundleDetails) *DescribeBundleOutput + func (s DescribeBundleOutput) GoString() string + func (s DescribeBundleOutput) String() string + type DescribeProjectInput struct + ProjectId *string + SyncFromResources *bool + func (s *DescribeProjectInput) SetProjectId(v string) *DescribeProjectInput + func (s *DescribeProjectInput) SetSyncFromResources(v bool) *DescribeProjectInput + func (s *DescribeProjectInput) Validate() error + func (s DescribeProjectInput) GoString() string + func (s DescribeProjectInput) String() string + type DescribeProjectOutput struct + Details *ProjectDetails + func (s *DescribeProjectOutput) SetDetails(v *ProjectDetails) *DescribeProjectOutput + func (s DescribeProjectOutput) GoString() string + func (s DescribeProjectOutput) String() string + type ExportBundleInput struct + BundleId *string + Platform *string + ProjectId *string + func (s *ExportBundleInput) SetBundleId(v string) *ExportBundleInput + func (s *ExportBundleInput) SetPlatform(v string) *ExportBundleInput + func (s *ExportBundleInput) SetProjectId(v string) *ExportBundleInput + func (s *ExportBundleInput) Validate() error + func (s ExportBundleInput) GoString() string + func (s ExportBundleInput) String() string + type ExportBundleOutput struct + DownloadUrl *string + func (s *ExportBundleOutput) SetDownloadUrl(v string) *ExportBundleOutput + func (s ExportBundleOutput) GoString() string + func (s ExportBundleOutput) String() string + type ExportProjectInput struct + ProjectId *string + func (s *ExportProjectInput) SetProjectId(v string) *ExportProjectInput + func (s *ExportProjectInput) Validate() error + func (s ExportProjectInput) GoString() string + func (s ExportProjectInput) String() string + type ExportProjectOutput struct + DownloadUrl *string + ShareUrl *string + SnapshotId *string + func (s *ExportProjectOutput) SetDownloadUrl(v string) *ExportProjectOutput + func (s *ExportProjectOutput) SetShareUrl(v string) *ExportProjectOutput + func (s *ExportProjectOutput) SetSnapshotId(v string) *ExportProjectOutput + func (s ExportProjectOutput) GoString() string + func (s ExportProjectOutput) String() string + type ListBundlesInput struct + MaxResults *int64 + NextToken *string + func (s *ListBundlesInput) SetMaxResults(v int64) *ListBundlesInput + func (s *ListBundlesInput) SetNextToken(v string) *ListBundlesInput + func (s ListBundlesInput) GoString() string + func (s ListBundlesInput) String() string + type ListBundlesOutput struct + BundleList []*BundleDetails + NextToken *string + func (s *ListBundlesOutput) SetBundleList(v []*BundleDetails) *ListBundlesOutput + func (s *ListBundlesOutput) SetNextToken(v string) *ListBundlesOutput + func (s ListBundlesOutput) GoString() string + func (s ListBundlesOutput) String() string + type ListProjectsInput struct + MaxResults *int64 + NextToken *string + func (s *ListProjectsInput) SetMaxResults(v int64) *ListProjectsInput + func (s *ListProjectsInput) SetNextToken(v string) *ListProjectsInput + func (s ListProjectsInput) GoString() string + func (s ListProjectsInput) String() string + type ListProjectsOutput struct + NextToken *string + Projects []*ProjectSummary + func (s *ListProjectsOutput) SetNextToken(v string) *ListProjectsOutput + func (s *ListProjectsOutput) SetProjects(v []*ProjectSummary) *ListProjectsOutput + func (s ListProjectsOutput) GoString() string + func (s ListProjectsOutput) String() string + type Mobile struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *Mobile + func (c *Mobile) CreateProject(input *CreateProjectInput) (*CreateProjectOutput, error) + func (c *Mobile) CreateProjectRequest(input *CreateProjectInput) (req *request.Request, output *CreateProjectOutput) + func (c *Mobile) CreateProjectWithContext(ctx aws.Context, input *CreateProjectInput, opts ...request.Option) (*CreateProjectOutput, error) + func (c *Mobile) DeleteProject(input *DeleteProjectInput) (*DeleteProjectOutput, error) + func (c *Mobile) DeleteProjectRequest(input *DeleteProjectInput) (req *request.Request, output *DeleteProjectOutput) + func (c *Mobile) DeleteProjectWithContext(ctx aws.Context, input *DeleteProjectInput, opts ...request.Option) (*DeleteProjectOutput, error) + func (c *Mobile) DescribeBundle(input *DescribeBundleInput) (*DescribeBundleOutput, error) + func (c *Mobile) DescribeBundleRequest(input *DescribeBundleInput) (req *request.Request, output *DescribeBundleOutput) + func (c *Mobile) DescribeBundleWithContext(ctx aws.Context, input *DescribeBundleInput, opts ...request.Option) (*DescribeBundleOutput, error) + func (c *Mobile) DescribeProject(input *DescribeProjectInput) (*DescribeProjectOutput, error) + func (c *Mobile) DescribeProjectRequest(input *DescribeProjectInput) (req *request.Request, output *DescribeProjectOutput) + func (c *Mobile) DescribeProjectWithContext(ctx aws.Context, input *DescribeProjectInput, opts ...request.Option) (*DescribeProjectOutput, error) + func (c *Mobile) ExportBundle(input *ExportBundleInput) (*ExportBundleOutput, error) + func (c *Mobile) ExportBundleRequest(input *ExportBundleInput) (req *request.Request, output *ExportBundleOutput) + func (c *Mobile) ExportBundleWithContext(ctx aws.Context, input *ExportBundleInput, opts ...request.Option) (*ExportBundleOutput, error) + func (c *Mobile) ExportProject(input *ExportProjectInput) (*ExportProjectOutput, error) + func (c *Mobile) ExportProjectRequest(input *ExportProjectInput) (req *request.Request, output *ExportProjectOutput) + func (c *Mobile) ExportProjectWithContext(ctx aws.Context, input *ExportProjectInput, opts ...request.Option) (*ExportProjectOutput, error) + func (c *Mobile) ListBundles(input *ListBundlesInput) (*ListBundlesOutput, error) + func (c *Mobile) ListBundlesPages(input *ListBundlesInput, fn func(*ListBundlesOutput, bool) bool) error + func (c *Mobile) ListBundlesPagesWithContext(ctx aws.Context, input *ListBundlesInput, ...) error + func (c *Mobile) ListBundlesRequest(input *ListBundlesInput) (req *request.Request, output *ListBundlesOutput) + func (c *Mobile) ListBundlesWithContext(ctx aws.Context, input *ListBundlesInput, opts ...request.Option) (*ListBundlesOutput, error) + func (c *Mobile) ListProjects(input *ListProjectsInput) (*ListProjectsOutput, error) + func (c *Mobile) ListProjectsPages(input *ListProjectsInput, fn func(*ListProjectsOutput, bool) bool) error + func (c *Mobile) ListProjectsPagesWithContext(ctx aws.Context, input *ListProjectsInput, ...) error + func (c *Mobile) ListProjectsRequest(input *ListProjectsInput) (req *request.Request, output *ListProjectsOutput) + func (c *Mobile) ListProjectsWithContext(ctx aws.Context, input *ListProjectsInput, opts ...request.Option) (*ListProjectsOutput, error) + func (c *Mobile) UpdateProject(input *UpdateProjectInput) (*UpdateProjectOutput, error) + func (c *Mobile) UpdateProjectRequest(input *UpdateProjectInput) (req *request.Request, output *UpdateProjectOutput) + func (c *Mobile) UpdateProjectWithContext(ctx aws.Context, input *UpdateProjectInput, opts ...request.Option) (*UpdateProjectOutput, error) + type ProjectDetails struct + ConsoleUrl *string + CreatedDate *time.Time + LastUpdatedDate *time.Time + Name *string + ProjectId *string + Region *string + Resources []*Resource + State *string + func (s *ProjectDetails) SetConsoleUrl(v string) *ProjectDetails + func (s *ProjectDetails) SetCreatedDate(v time.Time) *ProjectDetails + func (s *ProjectDetails) SetLastUpdatedDate(v time.Time) *ProjectDetails + func (s *ProjectDetails) SetName(v string) *ProjectDetails + func (s *ProjectDetails) SetProjectId(v string) *ProjectDetails + func (s *ProjectDetails) SetRegion(v string) *ProjectDetails + func (s *ProjectDetails) SetResources(v []*Resource) *ProjectDetails + func (s *ProjectDetails) SetState(v string) *ProjectDetails + func (s ProjectDetails) GoString() string + func (s ProjectDetails) String() string + type ProjectSummary struct + Name *string + ProjectId *string + func (s *ProjectSummary) SetName(v string) *ProjectSummary + func (s *ProjectSummary) SetProjectId(v string) *ProjectSummary + func (s ProjectSummary) GoString() string + func (s ProjectSummary) String() string + type Resource struct + Arn *string + Attributes map[string]*string + Feature *string + Name *string + Type *string + func (s *Resource) SetArn(v string) *Resource + func (s *Resource) SetAttributes(v map[string]*string) *Resource + func (s *Resource) SetFeature(v string) *Resource + func (s *Resource) SetName(v string) *Resource + func (s *Resource) SetType(v string) *Resource + func (s Resource) GoString() string + func (s Resource) String() string + type UpdateProjectInput struct + Contents []byte + ProjectId *string + func (s *UpdateProjectInput) SetContents(v []byte) *UpdateProjectInput + func (s *UpdateProjectInput) SetProjectId(v string) *UpdateProjectInput + func (s *UpdateProjectInput) Validate() error + func (s UpdateProjectInput) GoString() string + func (s UpdateProjectInput) String() string + type UpdateProjectOutput struct + Details *ProjectDetails + func (s *UpdateProjectOutput) SetDetails(v *ProjectDetails) *UpdateProjectOutput + func (s UpdateProjectOutput) GoString() string + func (s UpdateProjectOutput) String() string