Documentation ¶
Index ¶
- type AssociateAssessmentReportEvidenceFolderFuture
- type BatchAssociateAssessmentReportEvidenceFuture
- type BatchCreateDelegationByAssessmentFuture
- type BatchDeleteDelegationByAssessmentFuture
- type BatchDisassociateAssessmentReportEvidenceFuture
- type BatchImportEvidenceToAssessmentControlFuture
- type Client
- type CreateAssessmentFrameworkFuture
- type CreateAssessmentFuture
- type CreateAssessmentReportFuture
- type CreateControlFuture
- type DeleteAssessmentFrameworkFuture
- type DeleteAssessmentFuture
- type DeleteAssessmentReportFuture
- type DeleteControlFuture
- type DeregisterAccountFuture
- type DeregisterOrganizationAdminAccountFuture
- type DisassociateAssessmentReportEvidenceFolderFuture
- type GetAccountStatusFuture
- type GetAssessmentFrameworkFuture
- type GetAssessmentFuture
- type GetAssessmentReportUrlFuture
- type GetChangeLogsFuture
- type GetControlFuture
- type GetDelegationsFuture
- type GetEvidenceByEvidenceFolderFuture
- type GetEvidenceFolderFuture
- type GetEvidenceFoldersByAssessmentControlFuture
- type GetEvidenceFoldersByAssessmentFuture
- type GetEvidenceFuture
- type GetOrganizationAdminAccountFuture
- type GetServicesInScopeFuture
- type GetSettingsFuture
- type ListAssessmentFrameworksFuture
- type ListAssessmentReportsFuture
- type ListAssessmentsFuture
- type ListControlsFuture
- type ListKeywordsForDataSourceFuture
- type ListNotificationsFuture
- type ListTagsForResourceFuture
- type RegisterAccountFuture
- type RegisterOrganizationAdminAccountFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateAssessmentControlFuture
- type UpdateAssessmentControlSetStatusFuture
- type UpdateAssessmentFrameworkFuture
- type UpdateAssessmentFuture
- type UpdateAssessmentStatusFuture
- type UpdateControlFuture
- type UpdateSettingsFuture
- type ValidateAssessmentReportIntegrityFuture
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 }
type BatchAssociateAssessmentReportEvidenceFuture ¶
type BatchAssociateAssessmentReportEvidenceFuture struct { // public to support Selector.addFuture Future workflow.Future }
type BatchCreateDelegationByAssessmentFuture ¶
type BatchCreateDelegationByAssessmentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchCreateDelegationByAssessmentFuture) Get ¶
func (r *BatchCreateDelegationByAssessmentFuture) Get(ctx workflow.Context) (*auditmanager.BatchCreateDelegationByAssessmentOutput, error)
type BatchDeleteDelegationByAssessmentFuture ¶
type BatchDeleteDelegationByAssessmentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchDeleteDelegationByAssessmentFuture) Get ¶
func (r *BatchDeleteDelegationByAssessmentFuture) Get(ctx workflow.Context) (*auditmanager.BatchDeleteDelegationByAssessmentOutput, error)
type BatchDisassociateAssessmentReportEvidenceFuture ¶
type BatchDisassociateAssessmentReportEvidenceFuture struct { // public to support Selector.addFuture Future workflow.Future }
type BatchImportEvidenceToAssessmentControlFuture ¶
type BatchImportEvidenceToAssessmentControlFuture struct { // public to support Selector.addFuture Future workflow.Future }
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 }
type CreateAssessmentFrameworkFuture ¶
type CreateAssessmentFrameworkFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateAssessmentFrameworkFuture) Get ¶
func (r *CreateAssessmentFrameworkFuture) Get(ctx workflow.Context) (*auditmanager.CreateAssessmentFrameworkOutput, error)
type CreateAssessmentFuture ¶
type CreateAssessmentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateAssessmentFuture) Get ¶
func (r *CreateAssessmentFuture) Get(ctx workflow.Context) (*auditmanager.CreateAssessmentOutput, error)
type CreateAssessmentReportFuture ¶
type CreateAssessmentReportFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateAssessmentReportFuture) Get ¶
func (r *CreateAssessmentReportFuture) Get(ctx workflow.Context) (*auditmanager.CreateAssessmentReportOutput, error)
type CreateControlFuture ¶
func (*CreateControlFuture) Get ¶
func (r *CreateControlFuture) Get(ctx workflow.Context) (*auditmanager.CreateControlOutput, error)
type DeleteAssessmentFrameworkFuture ¶
type DeleteAssessmentFrameworkFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteAssessmentFrameworkFuture) Get ¶
func (r *DeleteAssessmentFrameworkFuture) Get(ctx workflow.Context) (*auditmanager.DeleteAssessmentFrameworkOutput, error)
type DeleteAssessmentFuture ¶
type DeleteAssessmentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteAssessmentFuture) Get ¶
func (r *DeleteAssessmentFuture) Get(ctx workflow.Context) (*auditmanager.DeleteAssessmentOutput, error)
type DeleteAssessmentReportFuture ¶
type DeleteAssessmentReportFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteAssessmentReportFuture) Get ¶
func (r *DeleteAssessmentReportFuture) Get(ctx workflow.Context) (*auditmanager.DeleteAssessmentReportOutput, error)
type DeleteControlFuture ¶
func (*DeleteControlFuture) Get ¶
func (r *DeleteControlFuture) Get(ctx workflow.Context) (*auditmanager.DeleteControlOutput, error)
type DeregisterAccountFuture ¶
type DeregisterAccountFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeregisterAccountFuture) Get ¶
func (r *DeregisterAccountFuture) Get(ctx workflow.Context) (*auditmanager.DeregisterAccountOutput, error)
type DeregisterOrganizationAdminAccountFuture ¶
type DeregisterOrganizationAdminAccountFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeregisterOrganizationAdminAccountFuture) Get ¶
func (r *DeregisterOrganizationAdminAccountFuture) Get(ctx workflow.Context) (*auditmanager.DeregisterOrganizationAdminAccountOutput, error)
type DisassociateAssessmentReportEvidenceFolderFuture ¶
type DisassociateAssessmentReportEvidenceFolderFuture struct { // public to support Selector.addFuture Future workflow.Future }
type GetAccountStatusFuture ¶
type GetAccountStatusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetAccountStatusFuture) Get ¶
func (r *GetAccountStatusFuture) Get(ctx workflow.Context) (*auditmanager.GetAccountStatusOutput, error)
type GetAssessmentFrameworkFuture ¶
type GetAssessmentFrameworkFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetAssessmentFrameworkFuture) Get ¶
func (r *GetAssessmentFrameworkFuture) Get(ctx workflow.Context) (*auditmanager.GetAssessmentFrameworkOutput, error)
type GetAssessmentFuture ¶
func (*GetAssessmentFuture) Get ¶
func (r *GetAssessmentFuture) Get(ctx workflow.Context) (*auditmanager.GetAssessmentOutput, error)
type GetAssessmentReportUrlFuture ¶
type GetAssessmentReportUrlFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetAssessmentReportUrlFuture) Get ¶
func (r *GetAssessmentReportUrlFuture) Get(ctx workflow.Context) (*auditmanager.GetAssessmentReportUrlOutput, error)
type GetChangeLogsFuture ¶
func (*GetChangeLogsFuture) Get ¶
func (r *GetChangeLogsFuture) Get(ctx workflow.Context) (*auditmanager.GetChangeLogsOutput, error)
type GetControlFuture ¶
func (*GetControlFuture) Get ¶
func (r *GetControlFuture) Get(ctx workflow.Context) (*auditmanager.GetControlOutput, error)
type GetDelegationsFuture ¶
func (*GetDelegationsFuture) Get ¶
func (r *GetDelegationsFuture) Get(ctx workflow.Context) (*auditmanager.GetDelegationsOutput, error)
type GetEvidenceByEvidenceFolderFuture ¶
type GetEvidenceByEvidenceFolderFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetEvidenceByEvidenceFolderFuture) Get ¶
func (r *GetEvidenceByEvidenceFolderFuture) Get(ctx workflow.Context) (*auditmanager.GetEvidenceByEvidenceFolderOutput, error)
type GetEvidenceFolderFuture ¶
type GetEvidenceFolderFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetEvidenceFolderFuture) Get ¶
func (r *GetEvidenceFolderFuture) Get(ctx workflow.Context) (*auditmanager.GetEvidenceFolderOutput, error)
type GetEvidenceFoldersByAssessmentControlFuture ¶
type GetEvidenceFoldersByAssessmentControlFuture struct { // public to support Selector.addFuture Future workflow.Future }
type GetEvidenceFoldersByAssessmentFuture ¶
type GetEvidenceFoldersByAssessmentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetEvidenceFoldersByAssessmentFuture) Get ¶
func (r *GetEvidenceFoldersByAssessmentFuture) Get(ctx workflow.Context) (*auditmanager.GetEvidenceFoldersByAssessmentOutput, error)
type GetEvidenceFuture ¶
func (*GetEvidenceFuture) Get ¶
func (r *GetEvidenceFuture) Get(ctx workflow.Context) (*auditmanager.GetEvidenceOutput, error)
type GetOrganizationAdminAccountFuture ¶
type GetOrganizationAdminAccountFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetOrganizationAdminAccountFuture) Get ¶
func (r *GetOrganizationAdminAccountFuture) Get(ctx workflow.Context) (*auditmanager.GetOrganizationAdminAccountOutput, error)
type GetServicesInScopeFuture ¶
type GetServicesInScopeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetServicesInScopeFuture) Get ¶
func (r *GetServicesInScopeFuture) Get(ctx workflow.Context) (*auditmanager.GetServicesInScopeOutput, error)
type GetSettingsFuture ¶
func (*GetSettingsFuture) Get ¶
func (r *GetSettingsFuture) Get(ctx workflow.Context) (*auditmanager.GetSettingsOutput, error)
type ListAssessmentFrameworksFuture ¶
type ListAssessmentFrameworksFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListAssessmentFrameworksFuture) Get ¶
func (r *ListAssessmentFrameworksFuture) Get(ctx workflow.Context) (*auditmanager.ListAssessmentFrameworksOutput, error)
type ListAssessmentReportsFuture ¶
type ListAssessmentReportsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListAssessmentReportsFuture) Get ¶
func (r *ListAssessmentReportsFuture) Get(ctx workflow.Context) (*auditmanager.ListAssessmentReportsOutput, error)
type ListAssessmentsFuture ¶
type ListAssessmentsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListAssessmentsFuture) Get ¶
func (r *ListAssessmentsFuture) Get(ctx workflow.Context) (*auditmanager.ListAssessmentsOutput, error)
type ListControlsFuture ¶
func (*ListControlsFuture) Get ¶
func (r *ListControlsFuture) Get(ctx workflow.Context) (*auditmanager.ListControlsOutput, error)
type ListKeywordsForDataSourceFuture ¶
type ListKeywordsForDataSourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListKeywordsForDataSourceFuture) Get ¶
func (r *ListKeywordsForDataSourceFuture) Get(ctx workflow.Context) (*auditmanager.ListKeywordsForDataSourceOutput, error)
type ListNotificationsFuture ¶
type ListNotificationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListNotificationsFuture) Get ¶
func (r *ListNotificationsFuture) Get(ctx workflow.Context) (*auditmanager.ListNotificationsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*auditmanager.ListTagsForResourceOutput, error)
type RegisterAccountFuture ¶
type RegisterAccountFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RegisterAccountFuture) Get ¶
func (r *RegisterAccountFuture) Get(ctx workflow.Context) (*auditmanager.RegisterAccountOutput, error)
type RegisterOrganizationAdminAccountFuture ¶
type RegisterOrganizationAdminAccountFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RegisterOrganizationAdminAccountFuture) Get ¶
func (r *RegisterOrganizationAdminAccountFuture) Get(ctx workflow.Context) (*auditmanager.RegisterOrganizationAdminAccountOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*auditmanager.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*auditmanager.UntagResourceOutput, error)
type UpdateAssessmentControlFuture ¶
type UpdateAssessmentControlFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateAssessmentControlFuture) Get ¶
func (r *UpdateAssessmentControlFuture) Get(ctx workflow.Context) (*auditmanager.UpdateAssessmentControlOutput, error)
type UpdateAssessmentControlSetStatusFuture ¶
type UpdateAssessmentControlSetStatusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateAssessmentControlSetStatusFuture) Get ¶
func (r *UpdateAssessmentControlSetStatusFuture) Get(ctx workflow.Context) (*auditmanager.UpdateAssessmentControlSetStatusOutput, error)
type UpdateAssessmentFrameworkFuture ¶
type UpdateAssessmentFrameworkFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateAssessmentFrameworkFuture) Get ¶
func (r *UpdateAssessmentFrameworkFuture) Get(ctx workflow.Context) (*auditmanager.UpdateAssessmentFrameworkOutput, error)
type UpdateAssessmentFuture ¶
type UpdateAssessmentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateAssessmentFuture) Get ¶
func (r *UpdateAssessmentFuture) Get(ctx workflow.Context) (*auditmanager.UpdateAssessmentOutput, error)
type UpdateAssessmentStatusFuture ¶
type UpdateAssessmentStatusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateAssessmentStatusFuture) Get ¶
func (r *UpdateAssessmentStatusFuture) Get(ctx workflow.Context) (*auditmanager.UpdateAssessmentStatusOutput, error)
type UpdateControlFuture ¶
func (*UpdateControlFuture) Get ¶
func (r *UpdateControlFuture) Get(ctx workflow.Context) (*auditmanager.UpdateControlOutput, error)
type UpdateSettingsFuture ¶
func (*UpdateSettingsFuture) Get ¶
func (r *UpdateSettingsFuture) Get(ctx workflow.Context) (*auditmanager.UpdateSettingsOutput, error)
type ValidateAssessmentReportIntegrityFuture ¶
type ValidateAssessmentReportIntegrityFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ValidateAssessmentReportIntegrityFuture) Get ¶
func (r *ValidateAssessmentReportIntegrityFuture) Get(ctx workflow.Context) (*auditmanager.ValidateAssessmentReportIntegrityOutput, error)
Click to show internal directories.
Click to hide internal directories.