auditmanagerstub

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AssociateAssessmentReportEvidenceFolderFuture

type AssociateAssessmentReportEvidenceFolderFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AssociateAssessmentReportEvidenceFolderFuture) Get

type BatchAssociateAssessmentReportEvidenceFuture

type BatchAssociateAssessmentReportEvidenceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*BatchAssociateAssessmentReportEvidenceFuture) Get

type BatchCreateDelegationByAssessmentFuture

type BatchCreateDelegationByAssessmentFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*BatchCreateDelegationByAssessmentFuture) Get

type BatchDeleteDelegationByAssessmentFuture

type BatchDeleteDelegationByAssessmentFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*BatchDeleteDelegationByAssessmentFuture) Get

type BatchDisassociateAssessmentReportEvidenceFuture

type BatchDisassociateAssessmentReportEvidenceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*BatchDisassociateAssessmentReportEvidenceFuture) Get

type BatchImportEvidenceToAssessmentControlFuture

type BatchImportEvidenceToAssessmentControlFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*BatchImportEvidenceToAssessmentControlFuture) Get

type Client

type Client interface {
	AssociateAssessmentReportEvidenceFolder(ctx workflow.Context, input *auditmanager.AssociateAssessmentReportEvidenceFolderInput) (*auditmanager.AssociateAssessmentReportEvidenceFolderOutput, error)
	AssociateAssessmentReportEvidenceFolderAsync(ctx workflow.Context, input *auditmanager.AssociateAssessmentReportEvidenceFolderInput) *AssociateAssessmentReportEvidenceFolderFuture

	BatchAssociateAssessmentReportEvidence(ctx workflow.Context, input *auditmanager.BatchAssociateAssessmentReportEvidenceInput) (*auditmanager.BatchAssociateAssessmentReportEvidenceOutput, error)
	BatchAssociateAssessmentReportEvidenceAsync(ctx workflow.Context, input *auditmanager.BatchAssociateAssessmentReportEvidenceInput) *BatchAssociateAssessmentReportEvidenceFuture

	BatchCreateDelegationByAssessment(ctx workflow.Context, input *auditmanager.BatchCreateDelegationByAssessmentInput) (*auditmanager.BatchCreateDelegationByAssessmentOutput, error)
	BatchCreateDelegationByAssessmentAsync(ctx workflow.Context, input *auditmanager.BatchCreateDelegationByAssessmentInput) *BatchCreateDelegationByAssessmentFuture

	BatchDeleteDelegationByAssessment(ctx workflow.Context, input *auditmanager.BatchDeleteDelegationByAssessmentInput) (*auditmanager.BatchDeleteDelegationByAssessmentOutput, error)
	BatchDeleteDelegationByAssessmentAsync(ctx workflow.Context, input *auditmanager.BatchDeleteDelegationByAssessmentInput) *BatchDeleteDelegationByAssessmentFuture

	BatchDisassociateAssessmentReportEvidence(ctx workflow.Context, input *auditmanager.BatchDisassociateAssessmentReportEvidenceInput) (*auditmanager.BatchDisassociateAssessmentReportEvidenceOutput, error)
	BatchDisassociateAssessmentReportEvidenceAsync(ctx workflow.Context, input *auditmanager.BatchDisassociateAssessmentReportEvidenceInput) *BatchDisassociateAssessmentReportEvidenceFuture

	BatchImportEvidenceToAssessmentControl(ctx workflow.Context, input *auditmanager.BatchImportEvidenceToAssessmentControlInput) (*auditmanager.BatchImportEvidenceToAssessmentControlOutput, error)
	BatchImportEvidenceToAssessmentControlAsync(ctx workflow.Context, input *auditmanager.BatchImportEvidenceToAssessmentControlInput) *BatchImportEvidenceToAssessmentControlFuture

	CreateAssessment(ctx workflow.Context, input *auditmanager.CreateAssessmentInput) (*auditmanager.CreateAssessmentOutput, error)
	CreateAssessmentAsync(ctx workflow.Context, input *auditmanager.CreateAssessmentInput) *CreateAssessmentFuture

	CreateAssessmentFramework(ctx workflow.Context, input *auditmanager.CreateAssessmentFrameworkInput) (*auditmanager.CreateAssessmentFrameworkOutput, error)
	CreateAssessmentFrameworkAsync(ctx workflow.Context, input *auditmanager.CreateAssessmentFrameworkInput) *CreateAssessmentFrameworkFuture

	CreateAssessmentReport(ctx workflow.Context, input *auditmanager.CreateAssessmentReportInput) (*auditmanager.CreateAssessmentReportOutput, error)
	CreateAssessmentReportAsync(ctx workflow.Context, input *auditmanager.CreateAssessmentReportInput) *CreateAssessmentReportFuture

	CreateControl(ctx workflow.Context, input *auditmanager.CreateControlInput) (*auditmanager.CreateControlOutput, error)
	CreateControlAsync(ctx workflow.Context, input *auditmanager.CreateControlInput) *CreateControlFuture

	DeleteAssessment(ctx workflow.Context, input *auditmanager.DeleteAssessmentInput) (*auditmanager.DeleteAssessmentOutput, error)
	DeleteAssessmentAsync(ctx workflow.Context, input *auditmanager.DeleteAssessmentInput) *DeleteAssessmentFuture

	DeleteAssessmentFramework(ctx workflow.Context, input *auditmanager.DeleteAssessmentFrameworkInput) (*auditmanager.DeleteAssessmentFrameworkOutput, error)
	DeleteAssessmentFrameworkAsync(ctx workflow.Context, input *auditmanager.DeleteAssessmentFrameworkInput) *DeleteAssessmentFrameworkFuture

	DeleteAssessmentReport(ctx workflow.Context, input *auditmanager.DeleteAssessmentReportInput) (*auditmanager.DeleteAssessmentReportOutput, error)
	DeleteAssessmentReportAsync(ctx workflow.Context, input *auditmanager.DeleteAssessmentReportInput) *DeleteAssessmentReportFuture

	DeleteControl(ctx workflow.Context, input *auditmanager.DeleteControlInput) (*auditmanager.DeleteControlOutput, error)
	DeleteControlAsync(ctx workflow.Context, input *auditmanager.DeleteControlInput) *DeleteControlFuture

	DeregisterAccount(ctx workflow.Context, input *auditmanager.DeregisterAccountInput) (*auditmanager.DeregisterAccountOutput, error)
	DeregisterAccountAsync(ctx workflow.Context, input *auditmanager.DeregisterAccountInput) *DeregisterAccountFuture

	DeregisterOrganizationAdminAccount(ctx workflow.Context, input *auditmanager.DeregisterOrganizationAdminAccountInput) (*auditmanager.DeregisterOrganizationAdminAccountOutput, error)
	DeregisterOrganizationAdminAccountAsync(ctx workflow.Context, input *auditmanager.DeregisterOrganizationAdminAccountInput) *DeregisterOrganizationAdminAccountFuture

	DisassociateAssessmentReportEvidenceFolder(ctx workflow.Context, input *auditmanager.DisassociateAssessmentReportEvidenceFolderInput) (*auditmanager.DisassociateAssessmentReportEvidenceFolderOutput, error)
	DisassociateAssessmentReportEvidenceFolderAsync(ctx workflow.Context, input *auditmanager.DisassociateAssessmentReportEvidenceFolderInput) *DisassociateAssessmentReportEvidenceFolderFuture

	GetAccountStatus(ctx workflow.Context, input *auditmanager.GetAccountStatusInput) (*auditmanager.GetAccountStatusOutput, error)
	GetAccountStatusAsync(ctx workflow.Context, input *auditmanager.GetAccountStatusInput) *GetAccountStatusFuture

	GetAssessment(ctx workflow.Context, input *auditmanager.GetAssessmentInput) (*auditmanager.GetAssessmentOutput, error)
	GetAssessmentAsync(ctx workflow.Context, input *auditmanager.GetAssessmentInput) *GetAssessmentFuture

	GetAssessmentFramework(ctx workflow.Context, input *auditmanager.GetAssessmentFrameworkInput) (*auditmanager.GetAssessmentFrameworkOutput, error)
	GetAssessmentFrameworkAsync(ctx workflow.Context, input *auditmanager.GetAssessmentFrameworkInput) *GetAssessmentFrameworkFuture

	GetAssessmentReportUrl(ctx workflow.Context, input *auditmanager.GetAssessmentReportUrlInput) (*auditmanager.GetAssessmentReportUrlOutput, error)
	GetAssessmentReportUrlAsync(ctx workflow.Context, input *auditmanager.GetAssessmentReportUrlInput) *GetAssessmentReportUrlFuture

	GetChangeLogs(ctx workflow.Context, input *auditmanager.GetChangeLogsInput) (*auditmanager.GetChangeLogsOutput, error)
	GetChangeLogsAsync(ctx workflow.Context, input *auditmanager.GetChangeLogsInput) *GetChangeLogsFuture

	GetControl(ctx workflow.Context, input *auditmanager.GetControlInput) (*auditmanager.GetControlOutput, error)
	GetControlAsync(ctx workflow.Context, input *auditmanager.GetControlInput) *GetControlFuture

	GetDelegations(ctx workflow.Context, input *auditmanager.GetDelegationsInput) (*auditmanager.GetDelegationsOutput, error)
	GetDelegationsAsync(ctx workflow.Context, input *auditmanager.GetDelegationsInput) *GetDelegationsFuture

	GetEvidence(ctx workflow.Context, input *auditmanager.GetEvidenceInput) (*auditmanager.GetEvidenceOutput, error)
	GetEvidenceAsync(ctx workflow.Context, input *auditmanager.GetEvidenceInput) *GetEvidenceFuture

	GetEvidenceByEvidenceFolder(ctx workflow.Context, input *auditmanager.GetEvidenceByEvidenceFolderInput) (*auditmanager.GetEvidenceByEvidenceFolderOutput, error)
	GetEvidenceByEvidenceFolderAsync(ctx workflow.Context, input *auditmanager.GetEvidenceByEvidenceFolderInput) *GetEvidenceByEvidenceFolderFuture

	GetEvidenceFolder(ctx workflow.Context, input *auditmanager.GetEvidenceFolderInput) (*auditmanager.GetEvidenceFolderOutput, error)
	GetEvidenceFolderAsync(ctx workflow.Context, input *auditmanager.GetEvidenceFolderInput) *GetEvidenceFolderFuture

	GetEvidenceFoldersByAssessment(ctx workflow.Context, input *auditmanager.GetEvidenceFoldersByAssessmentInput) (*auditmanager.GetEvidenceFoldersByAssessmentOutput, error)
	GetEvidenceFoldersByAssessmentAsync(ctx workflow.Context, input *auditmanager.GetEvidenceFoldersByAssessmentInput) *GetEvidenceFoldersByAssessmentFuture

	GetEvidenceFoldersByAssessmentControl(ctx workflow.Context, input *auditmanager.GetEvidenceFoldersByAssessmentControlInput) (*auditmanager.GetEvidenceFoldersByAssessmentControlOutput, error)
	GetEvidenceFoldersByAssessmentControlAsync(ctx workflow.Context, input *auditmanager.GetEvidenceFoldersByAssessmentControlInput) *GetEvidenceFoldersByAssessmentControlFuture

	GetOrganizationAdminAccount(ctx workflow.Context, input *auditmanager.GetOrganizationAdminAccountInput) (*auditmanager.GetOrganizationAdminAccountOutput, error)
	GetOrganizationAdminAccountAsync(ctx workflow.Context, input *auditmanager.GetOrganizationAdminAccountInput) *GetOrganizationAdminAccountFuture

	GetServicesInScope(ctx workflow.Context, input *auditmanager.GetServicesInScopeInput) (*auditmanager.GetServicesInScopeOutput, error)
	GetServicesInScopeAsync(ctx workflow.Context, input *auditmanager.GetServicesInScopeInput) *GetServicesInScopeFuture

	GetSettings(ctx workflow.Context, input *auditmanager.GetSettingsInput) (*auditmanager.GetSettingsOutput, error)
	GetSettingsAsync(ctx workflow.Context, input *auditmanager.GetSettingsInput) *GetSettingsFuture

	ListAssessmentFrameworks(ctx workflow.Context, input *auditmanager.ListAssessmentFrameworksInput) (*auditmanager.ListAssessmentFrameworksOutput, error)
	ListAssessmentFrameworksAsync(ctx workflow.Context, input *auditmanager.ListAssessmentFrameworksInput) *ListAssessmentFrameworksFuture

	ListAssessmentReports(ctx workflow.Context, input *auditmanager.ListAssessmentReportsInput) (*auditmanager.ListAssessmentReportsOutput, error)
	ListAssessmentReportsAsync(ctx workflow.Context, input *auditmanager.ListAssessmentReportsInput) *ListAssessmentReportsFuture

	ListAssessments(ctx workflow.Context, input *auditmanager.ListAssessmentsInput) (*auditmanager.ListAssessmentsOutput, error)
	ListAssessmentsAsync(ctx workflow.Context, input *auditmanager.ListAssessmentsInput) *ListAssessmentsFuture

	ListControls(ctx workflow.Context, input *auditmanager.ListControlsInput) (*auditmanager.ListControlsOutput, error)
	ListControlsAsync(ctx workflow.Context, input *auditmanager.ListControlsInput) *ListControlsFuture

	ListKeywordsForDataSource(ctx workflow.Context, input *auditmanager.ListKeywordsForDataSourceInput) (*auditmanager.ListKeywordsForDataSourceOutput, error)
	ListKeywordsForDataSourceAsync(ctx workflow.Context, input *auditmanager.ListKeywordsForDataSourceInput) *ListKeywordsForDataSourceFuture

	ListNotifications(ctx workflow.Context, input *auditmanager.ListNotificationsInput) (*auditmanager.ListNotificationsOutput, error)
	ListNotificationsAsync(ctx workflow.Context, input *auditmanager.ListNotificationsInput) *ListNotificationsFuture

	ListTagsForResource(ctx workflow.Context, input *auditmanager.ListTagsForResourceInput) (*auditmanager.ListTagsForResourceOutput, error)
	ListTagsForResourceAsync(ctx workflow.Context, input *auditmanager.ListTagsForResourceInput) *ListTagsForResourceFuture

	RegisterAccount(ctx workflow.Context, input *auditmanager.RegisterAccountInput) (*auditmanager.RegisterAccountOutput, error)
	RegisterAccountAsync(ctx workflow.Context, input *auditmanager.RegisterAccountInput) *RegisterAccountFuture

	RegisterOrganizationAdminAccount(ctx workflow.Context, input *auditmanager.RegisterOrganizationAdminAccountInput) (*auditmanager.RegisterOrganizationAdminAccountOutput, error)
	RegisterOrganizationAdminAccountAsync(ctx workflow.Context, input *auditmanager.RegisterOrganizationAdminAccountInput) *RegisterOrganizationAdminAccountFuture

	TagResource(ctx workflow.Context, input *auditmanager.TagResourceInput) (*auditmanager.TagResourceOutput, error)
	TagResourceAsync(ctx workflow.Context, input *auditmanager.TagResourceInput) *TagResourceFuture

	UntagResource(ctx workflow.Context, input *auditmanager.UntagResourceInput) (*auditmanager.UntagResourceOutput, error)
	UntagResourceAsync(ctx workflow.Context, input *auditmanager.UntagResourceInput) *UntagResourceFuture

	UpdateAssessment(ctx workflow.Context, input *auditmanager.UpdateAssessmentInput) (*auditmanager.UpdateAssessmentOutput, error)
	UpdateAssessmentAsync(ctx workflow.Context, input *auditmanager.UpdateAssessmentInput) *UpdateAssessmentFuture

	UpdateAssessmentControl(ctx workflow.Context, input *auditmanager.UpdateAssessmentControlInput) (*auditmanager.UpdateAssessmentControlOutput, error)
	UpdateAssessmentControlAsync(ctx workflow.Context, input *auditmanager.UpdateAssessmentControlInput) *UpdateAssessmentControlFuture

	UpdateAssessmentControlSetStatus(ctx workflow.Context, input *auditmanager.UpdateAssessmentControlSetStatusInput) (*auditmanager.UpdateAssessmentControlSetStatusOutput, error)
	UpdateAssessmentControlSetStatusAsync(ctx workflow.Context, input *auditmanager.UpdateAssessmentControlSetStatusInput) *UpdateAssessmentControlSetStatusFuture

	UpdateAssessmentFramework(ctx workflow.Context, input *auditmanager.UpdateAssessmentFrameworkInput) (*auditmanager.UpdateAssessmentFrameworkOutput, error)
	UpdateAssessmentFrameworkAsync(ctx workflow.Context, input *auditmanager.UpdateAssessmentFrameworkInput) *UpdateAssessmentFrameworkFuture

	UpdateAssessmentStatus(ctx workflow.Context, input *auditmanager.UpdateAssessmentStatusInput) (*auditmanager.UpdateAssessmentStatusOutput, error)
	UpdateAssessmentStatusAsync(ctx workflow.Context, input *auditmanager.UpdateAssessmentStatusInput) *UpdateAssessmentStatusFuture

	UpdateControl(ctx workflow.Context, input *auditmanager.UpdateControlInput) (*auditmanager.UpdateControlOutput, error)
	UpdateControlAsync(ctx workflow.Context, input *auditmanager.UpdateControlInput) *UpdateControlFuture

	UpdateSettings(ctx workflow.Context, input *auditmanager.UpdateSettingsInput) (*auditmanager.UpdateSettingsOutput, error)
	UpdateSettingsAsync(ctx workflow.Context, input *auditmanager.UpdateSettingsInput) *UpdateSettingsFuture

	ValidateAssessmentReportIntegrity(ctx workflow.Context, input *auditmanager.ValidateAssessmentReportIntegrityInput) (*auditmanager.ValidateAssessmentReportIntegrityOutput, error)
	ValidateAssessmentReportIntegrityAsync(ctx workflow.Context, input *auditmanager.ValidateAssessmentReportIntegrityInput) *ValidateAssessmentReportIntegrityFuture
}

func NewClient

func NewClient() Client

type CreateAssessmentFrameworkFuture

type CreateAssessmentFrameworkFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateAssessmentFrameworkFuture) Get

type CreateAssessmentFuture

type CreateAssessmentFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateAssessmentFuture) Get

type CreateAssessmentReportFuture

type CreateAssessmentReportFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateAssessmentReportFuture) Get

type CreateControlFuture

type CreateControlFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateControlFuture) Get

type DeleteAssessmentFrameworkFuture

type DeleteAssessmentFrameworkFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteAssessmentFrameworkFuture) Get

type DeleteAssessmentFuture

type DeleteAssessmentFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteAssessmentFuture) Get

type DeleteAssessmentReportFuture

type DeleteAssessmentReportFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteAssessmentReportFuture) Get

type DeleteControlFuture

type DeleteControlFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteControlFuture) Get

type DeregisterAccountFuture

type DeregisterAccountFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeregisterAccountFuture) Get

type DeregisterOrganizationAdminAccountFuture

type DeregisterOrganizationAdminAccountFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeregisterOrganizationAdminAccountFuture) Get

type DisassociateAssessmentReportEvidenceFolderFuture

type DisassociateAssessmentReportEvidenceFolderFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DisassociateAssessmentReportEvidenceFolderFuture) Get

type GetAccountStatusFuture

type GetAccountStatusFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetAccountStatusFuture) Get

type GetAssessmentFrameworkFuture

type GetAssessmentFrameworkFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetAssessmentFrameworkFuture) Get

type GetAssessmentFuture

type GetAssessmentFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetAssessmentFuture) Get

type GetAssessmentReportUrlFuture

type GetAssessmentReportUrlFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetAssessmentReportUrlFuture) Get

type GetChangeLogsFuture

type GetChangeLogsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetChangeLogsFuture) Get

type GetControlFuture

type GetControlFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetControlFuture) Get

type GetDelegationsFuture

type GetDelegationsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetDelegationsFuture) Get

type GetEvidenceByEvidenceFolderFuture

type GetEvidenceByEvidenceFolderFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetEvidenceByEvidenceFolderFuture) Get

type GetEvidenceFolderFuture

type GetEvidenceFolderFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetEvidenceFolderFuture) Get

type GetEvidenceFoldersByAssessmentControlFuture

type GetEvidenceFoldersByAssessmentControlFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetEvidenceFoldersByAssessmentControlFuture) Get

type GetEvidenceFoldersByAssessmentFuture

type GetEvidenceFoldersByAssessmentFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetEvidenceFoldersByAssessmentFuture) Get

type GetEvidenceFuture

type GetEvidenceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetEvidenceFuture) Get

type GetOrganizationAdminAccountFuture

type GetOrganizationAdminAccountFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetOrganizationAdminAccountFuture) Get

type GetServicesInScopeFuture

type GetServicesInScopeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetServicesInScopeFuture) Get

type GetSettingsFuture

type GetSettingsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetSettingsFuture) Get

type ListAssessmentFrameworksFuture

type ListAssessmentFrameworksFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListAssessmentFrameworksFuture) Get

type ListAssessmentReportsFuture

type ListAssessmentReportsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListAssessmentReportsFuture) Get

type ListAssessmentsFuture

type ListAssessmentsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListAssessmentsFuture) Get

type ListControlsFuture

type ListControlsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListControlsFuture) Get

type ListKeywordsForDataSourceFuture

type ListKeywordsForDataSourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListKeywordsForDataSourceFuture) Get

type ListNotificationsFuture

type ListNotificationsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListNotificationsFuture) Get

type ListTagsForResourceFuture

type ListTagsForResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListTagsForResourceFuture) Get

type RegisterAccountFuture

type RegisterAccountFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*RegisterAccountFuture) Get

type RegisterOrganizationAdminAccountFuture

type RegisterOrganizationAdminAccountFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*RegisterOrganizationAdminAccountFuture) Get

type TagResourceFuture

type TagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*TagResourceFuture) Get

type UntagResourceFuture

type UntagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UntagResourceFuture) Get

type UpdateAssessmentControlFuture

type UpdateAssessmentControlFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateAssessmentControlFuture) Get

type UpdateAssessmentControlSetStatusFuture

type UpdateAssessmentControlSetStatusFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateAssessmentControlSetStatusFuture) Get

type UpdateAssessmentFrameworkFuture

type UpdateAssessmentFrameworkFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateAssessmentFrameworkFuture) Get

type UpdateAssessmentFuture

type UpdateAssessmentFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateAssessmentFuture) Get

type UpdateAssessmentStatusFuture

type UpdateAssessmentStatusFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateAssessmentStatusFuture) Get

type UpdateControlFuture

type UpdateControlFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateControlFuture) Get

type UpdateSettingsFuture

type UpdateSettingsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateSettingsFuture) Get

type ValidateAssessmentReportIntegrityFuture

type ValidateAssessmentReportIntegrityFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ValidateAssessmentReportIntegrityFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL