Documentation ¶
Index ¶
- type AddProfilePermissionFuture
- type CancelSigningProfileFuture
- type Client
- type DescribeSigningJobFuture
- type GetSigningPlatformFuture
- type GetSigningProfileFuture
- type ListProfilePermissionsFuture
- type ListSigningJobsFuture
- type ListSigningPlatformsFuture
- type ListSigningProfilesFuture
- type ListTagsForResourceFuture
- type PutSigningProfileFuture
- type RemoveProfilePermissionFuture
- type RevokeSignatureFuture
- type RevokeSigningProfileFuture
- type StartSigningJobFuture
- type TagResourceFuture
- type UntagResourceFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddProfilePermissionFuture ¶
type AddProfilePermissionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AddProfilePermissionFuture) Get ¶
func (r *AddProfilePermissionFuture) Get(ctx workflow.Context) (*signer.AddProfilePermissionOutput, error)
type CancelSigningProfileFuture ¶
type CancelSigningProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CancelSigningProfileFuture) Get ¶
func (r *CancelSigningProfileFuture) Get(ctx workflow.Context) (*signer.CancelSigningProfileOutput, error)
type Client ¶
type Client interface { AddProfilePermission(ctx workflow.Context, input *signer.AddProfilePermissionInput) (*signer.AddProfilePermissionOutput, error) AddProfilePermissionAsync(ctx workflow.Context, input *signer.AddProfilePermissionInput) *AddProfilePermissionFuture CancelSigningProfile(ctx workflow.Context, input *signer.CancelSigningProfileInput) (*signer.CancelSigningProfileOutput, error) CancelSigningProfileAsync(ctx workflow.Context, input *signer.CancelSigningProfileInput) *CancelSigningProfileFuture DescribeSigningJob(ctx workflow.Context, input *signer.DescribeSigningJobInput) (*signer.DescribeSigningJobOutput, error) DescribeSigningJobAsync(ctx workflow.Context, input *signer.DescribeSigningJobInput) *DescribeSigningJobFuture GetSigningPlatform(ctx workflow.Context, input *signer.GetSigningPlatformInput) (*signer.GetSigningPlatformOutput, error) GetSigningPlatformAsync(ctx workflow.Context, input *signer.GetSigningPlatformInput) *GetSigningPlatformFuture GetSigningProfile(ctx workflow.Context, input *signer.GetSigningProfileInput) (*signer.GetSigningProfileOutput, error) GetSigningProfileAsync(ctx workflow.Context, input *signer.GetSigningProfileInput) *GetSigningProfileFuture ListProfilePermissions(ctx workflow.Context, input *signer.ListProfilePermissionsInput) (*signer.ListProfilePermissionsOutput, error) ListProfilePermissionsAsync(ctx workflow.Context, input *signer.ListProfilePermissionsInput) *ListProfilePermissionsFuture ListSigningJobs(ctx workflow.Context, input *signer.ListSigningJobsInput) (*signer.ListSigningJobsOutput, error) ListSigningJobsAsync(ctx workflow.Context, input *signer.ListSigningJobsInput) *ListSigningJobsFuture ListSigningPlatforms(ctx workflow.Context, input *signer.ListSigningPlatformsInput) (*signer.ListSigningPlatformsOutput, error) ListSigningPlatformsAsync(ctx workflow.Context, input *signer.ListSigningPlatformsInput) *ListSigningPlatformsFuture ListSigningProfiles(ctx workflow.Context, input *signer.ListSigningProfilesInput) (*signer.ListSigningProfilesOutput, error) ListSigningProfilesAsync(ctx workflow.Context, input *signer.ListSigningProfilesInput) *ListSigningProfilesFuture ListTagsForResource(ctx workflow.Context, input *signer.ListTagsForResourceInput) (*signer.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *signer.ListTagsForResourceInput) *ListTagsForResourceFuture PutSigningProfile(ctx workflow.Context, input *signer.PutSigningProfileInput) (*signer.PutSigningProfileOutput, error) PutSigningProfileAsync(ctx workflow.Context, input *signer.PutSigningProfileInput) *PutSigningProfileFuture RemoveProfilePermission(ctx workflow.Context, input *signer.RemoveProfilePermissionInput) (*signer.RemoveProfilePermissionOutput, error) RemoveProfilePermissionAsync(ctx workflow.Context, input *signer.RemoveProfilePermissionInput) *RemoveProfilePermissionFuture RevokeSignature(ctx workflow.Context, input *signer.RevokeSignatureInput) (*signer.RevokeSignatureOutput, error) RevokeSignatureAsync(ctx workflow.Context, input *signer.RevokeSignatureInput) *RevokeSignatureFuture RevokeSigningProfile(ctx workflow.Context, input *signer.RevokeSigningProfileInput) (*signer.RevokeSigningProfileOutput, error) RevokeSigningProfileAsync(ctx workflow.Context, input *signer.RevokeSigningProfileInput) *RevokeSigningProfileFuture StartSigningJob(ctx workflow.Context, input *signer.StartSigningJobInput) (*signer.StartSigningJobOutput, error) StartSigningJobAsync(ctx workflow.Context, input *signer.StartSigningJobInput) *StartSigningJobFuture TagResource(ctx workflow.Context, input *signer.TagResourceInput) (*signer.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *signer.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *signer.UntagResourceInput) (*signer.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *signer.UntagResourceInput) *UntagResourceFuture WaitUntilSuccessfulSigningJob(ctx workflow.Context, input *signer.DescribeSigningJobInput) error WaitUntilSuccessfulSigningJobAsync(ctx workflow.Context, input *signer.DescribeSigningJobInput) *clients.VoidFuture }
type DescribeSigningJobFuture ¶
type DescribeSigningJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeSigningJobFuture) Get ¶
func (r *DescribeSigningJobFuture) Get(ctx workflow.Context) (*signer.DescribeSigningJobOutput, error)
type GetSigningPlatformFuture ¶
type GetSigningPlatformFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetSigningPlatformFuture) Get ¶
func (r *GetSigningPlatformFuture) Get(ctx workflow.Context) (*signer.GetSigningPlatformOutput, error)
type GetSigningProfileFuture ¶
type GetSigningProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetSigningProfileFuture) Get ¶
func (r *GetSigningProfileFuture) Get(ctx workflow.Context) (*signer.GetSigningProfileOutput, error)
type ListProfilePermissionsFuture ¶
type ListProfilePermissionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListProfilePermissionsFuture) Get ¶
func (r *ListProfilePermissionsFuture) Get(ctx workflow.Context) (*signer.ListProfilePermissionsOutput, error)
type ListSigningJobsFuture ¶
type ListSigningJobsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListSigningJobsFuture) Get ¶
func (r *ListSigningJobsFuture) Get(ctx workflow.Context) (*signer.ListSigningJobsOutput, error)
type ListSigningPlatformsFuture ¶
type ListSigningPlatformsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListSigningPlatformsFuture) Get ¶
func (r *ListSigningPlatformsFuture) Get(ctx workflow.Context) (*signer.ListSigningPlatformsOutput, error)
type ListSigningProfilesFuture ¶
type ListSigningProfilesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListSigningProfilesFuture) Get ¶
func (r *ListSigningProfilesFuture) Get(ctx workflow.Context) (*signer.ListSigningProfilesOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*signer.ListTagsForResourceOutput, error)
type PutSigningProfileFuture ¶
type PutSigningProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutSigningProfileFuture) Get ¶
func (r *PutSigningProfileFuture) Get(ctx workflow.Context) (*signer.PutSigningProfileOutput, error)
type RemoveProfilePermissionFuture ¶
type RemoveProfilePermissionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RemoveProfilePermissionFuture) Get ¶
func (r *RemoveProfilePermissionFuture) Get(ctx workflow.Context) (*signer.RemoveProfilePermissionOutput, error)
type RevokeSignatureFuture ¶
type RevokeSignatureFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RevokeSignatureFuture) Get ¶
func (r *RevokeSignatureFuture) Get(ctx workflow.Context) (*signer.RevokeSignatureOutput, error)
type RevokeSigningProfileFuture ¶
type RevokeSigningProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RevokeSigningProfileFuture) Get ¶
func (r *RevokeSigningProfileFuture) Get(ctx workflow.Context) (*signer.RevokeSigningProfileOutput, error)
type StartSigningJobFuture ¶
type StartSigningJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartSigningJobFuture) Get ¶
func (r *StartSigningJobFuture) Get(ctx workflow.Context) (*signer.StartSigningJobOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*signer.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*signer.UntagResourceOutput, error)
Click to show internal directories.
Click to hide internal directories.