Documentation ¶
Index ¶
- type AcceptInvitationFuture
- type BatchDisableStandardsFuture
- type BatchEnableStandardsFuture
- type BatchImportFindingsFuture
- type BatchUpdateFindingsFuture
- type Client
- type CreateActionTargetFuture
- type CreateInsightFuture
- type CreateMembersFuture
- type DeclineInvitationsFuture
- type DeleteActionTargetFuture
- type DeleteInsightFuture
- type DeleteInvitationsFuture
- type DeleteMembersFuture
- type DescribeActionTargetsFuture
- type DescribeHubFuture
- type DescribeProductsFuture
- type DescribeStandardsControlsFuture
- type DescribeStandardsFuture
- type DisableImportFindingsForProductFuture
- type DisableSecurityHubFuture
- type DisassociateFromMasterAccountFuture
- type DisassociateMembersFuture
- type EnableImportFindingsForProductFuture
- type EnableSecurityHubFuture
- type GetEnabledStandardsFuture
- type GetFindingsFuture
- type GetInsightResultsFuture
- type GetInsightsFuture
- type GetInvitationsCountFuture
- type GetMasterAccountFuture
- type GetMembersFuture
- type InviteMembersFuture
- type ListEnabledProductsForImportFuture
- type ListInvitationsFuture
- type ListMembersFuture
- type ListTagsForResourceFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateActionTargetFuture
- type UpdateFindingsFuture
- type UpdateInsightFuture
- type UpdateSecurityHubConfigurationFuture
- type UpdateStandardsControlFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptInvitationFuture ¶
type AcceptInvitationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AcceptInvitationFuture) Get ¶
func (r *AcceptInvitationFuture) Get(ctx workflow.Context) (*securityhub.AcceptInvitationOutput, error)
type BatchDisableStandardsFuture ¶
type BatchDisableStandardsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchDisableStandardsFuture) Get ¶
func (r *BatchDisableStandardsFuture) Get(ctx workflow.Context) (*securityhub.BatchDisableStandardsOutput, error)
type BatchEnableStandardsFuture ¶
type BatchEnableStandardsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchEnableStandardsFuture) Get ¶
func (r *BatchEnableStandardsFuture) Get(ctx workflow.Context) (*securityhub.BatchEnableStandardsOutput, error)
type BatchImportFindingsFuture ¶
type BatchImportFindingsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchImportFindingsFuture) Get ¶
func (r *BatchImportFindingsFuture) Get(ctx workflow.Context) (*securityhub.BatchImportFindingsOutput, error)
type BatchUpdateFindingsFuture ¶
type BatchUpdateFindingsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchUpdateFindingsFuture) Get ¶
func (r *BatchUpdateFindingsFuture) Get(ctx workflow.Context) (*securityhub.BatchUpdateFindingsOutput, error)
type Client ¶
type Client interface { AcceptInvitation(ctx workflow.Context, input *securityhub.AcceptInvitationInput) (*securityhub.AcceptInvitationOutput, error) AcceptInvitationAsync(ctx workflow.Context, input *securityhub.AcceptInvitationInput) *AcceptInvitationFuture BatchDisableStandards(ctx workflow.Context, input *securityhub.BatchDisableStandardsInput) (*securityhub.BatchDisableStandardsOutput, error) BatchDisableStandardsAsync(ctx workflow.Context, input *securityhub.BatchDisableStandardsInput) *BatchDisableStandardsFuture BatchEnableStandards(ctx workflow.Context, input *securityhub.BatchEnableStandardsInput) (*securityhub.BatchEnableStandardsOutput, error) BatchEnableStandardsAsync(ctx workflow.Context, input *securityhub.BatchEnableStandardsInput) *BatchEnableStandardsFuture BatchImportFindings(ctx workflow.Context, input *securityhub.BatchImportFindingsInput) (*securityhub.BatchImportFindingsOutput, error) BatchImportFindingsAsync(ctx workflow.Context, input *securityhub.BatchImportFindingsInput) *BatchImportFindingsFuture BatchUpdateFindings(ctx workflow.Context, input *securityhub.BatchUpdateFindingsInput) (*securityhub.BatchUpdateFindingsOutput, error) BatchUpdateFindingsAsync(ctx workflow.Context, input *securityhub.BatchUpdateFindingsInput) *BatchUpdateFindingsFuture CreateActionTarget(ctx workflow.Context, input *securityhub.CreateActionTargetInput) (*securityhub.CreateActionTargetOutput, error) CreateActionTargetAsync(ctx workflow.Context, input *securityhub.CreateActionTargetInput) *CreateActionTargetFuture CreateInsight(ctx workflow.Context, input *securityhub.CreateInsightInput) (*securityhub.CreateInsightOutput, error) CreateInsightAsync(ctx workflow.Context, input *securityhub.CreateInsightInput) *CreateInsightFuture CreateMembers(ctx workflow.Context, input *securityhub.CreateMembersInput) (*securityhub.CreateMembersOutput, error) CreateMembersAsync(ctx workflow.Context, input *securityhub.CreateMembersInput) *CreateMembersFuture DeclineInvitations(ctx workflow.Context, input *securityhub.DeclineInvitationsInput) (*securityhub.DeclineInvitationsOutput, error) DeclineInvitationsAsync(ctx workflow.Context, input *securityhub.DeclineInvitationsInput) *DeclineInvitationsFuture DeleteActionTarget(ctx workflow.Context, input *securityhub.DeleteActionTargetInput) (*securityhub.DeleteActionTargetOutput, error) DeleteActionTargetAsync(ctx workflow.Context, input *securityhub.DeleteActionTargetInput) *DeleteActionTargetFuture DeleteInsight(ctx workflow.Context, input *securityhub.DeleteInsightInput) (*securityhub.DeleteInsightOutput, error) DeleteInsightAsync(ctx workflow.Context, input *securityhub.DeleteInsightInput) *DeleteInsightFuture DeleteInvitations(ctx workflow.Context, input *securityhub.DeleteInvitationsInput) (*securityhub.DeleteInvitationsOutput, error) DeleteInvitationsAsync(ctx workflow.Context, input *securityhub.DeleteInvitationsInput) *DeleteInvitationsFuture DeleteMembers(ctx workflow.Context, input *securityhub.DeleteMembersInput) (*securityhub.DeleteMembersOutput, error) DeleteMembersAsync(ctx workflow.Context, input *securityhub.DeleteMembersInput) *DeleteMembersFuture DescribeActionTargets(ctx workflow.Context, input *securityhub.DescribeActionTargetsInput) (*securityhub.DescribeActionTargetsOutput, error) DescribeActionTargetsAsync(ctx workflow.Context, input *securityhub.DescribeActionTargetsInput) *DescribeActionTargetsFuture DescribeHub(ctx workflow.Context, input *securityhub.DescribeHubInput) (*securityhub.DescribeHubOutput, error) DescribeHubAsync(ctx workflow.Context, input *securityhub.DescribeHubInput) *DescribeHubFuture DescribeProducts(ctx workflow.Context, input *securityhub.DescribeProductsInput) (*securityhub.DescribeProductsOutput, error) DescribeProductsAsync(ctx workflow.Context, input *securityhub.DescribeProductsInput) *DescribeProductsFuture DescribeStandards(ctx workflow.Context, input *securityhub.DescribeStandardsInput) (*securityhub.DescribeStandardsOutput, error) DescribeStandardsAsync(ctx workflow.Context, input *securityhub.DescribeStandardsInput) *DescribeStandardsFuture DescribeStandardsControls(ctx workflow.Context, input *securityhub.DescribeStandardsControlsInput) (*securityhub.DescribeStandardsControlsOutput, error) DescribeStandardsControlsAsync(ctx workflow.Context, input *securityhub.DescribeStandardsControlsInput) *DescribeStandardsControlsFuture DisableImportFindingsForProduct(ctx workflow.Context, input *securityhub.DisableImportFindingsForProductInput) (*securityhub.DisableImportFindingsForProductOutput, error) DisableImportFindingsForProductAsync(ctx workflow.Context, input *securityhub.DisableImportFindingsForProductInput) *DisableImportFindingsForProductFuture DisableSecurityHub(ctx workflow.Context, input *securityhub.DisableSecurityHubInput) (*securityhub.DisableSecurityHubOutput, error) DisableSecurityHubAsync(ctx workflow.Context, input *securityhub.DisableSecurityHubInput) *DisableSecurityHubFuture DisassociateFromMasterAccount(ctx workflow.Context, input *securityhub.DisassociateFromMasterAccountInput) (*securityhub.DisassociateFromMasterAccountOutput, error) DisassociateFromMasterAccountAsync(ctx workflow.Context, input *securityhub.DisassociateFromMasterAccountInput) *DisassociateFromMasterAccountFuture DisassociateMembers(ctx workflow.Context, input *securityhub.DisassociateMembersInput) (*securityhub.DisassociateMembersOutput, error) DisassociateMembersAsync(ctx workflow.Context, input *securityhub.DisassociateMembersInput) *DisassociateMembersFuture EnableImportFindingsForProduct(ctx workflow.Context, input *securityhub.EnableImportFindingsForProductInput) (*securityhub.EnableImportFindingsForProductOutput, error) EnableImportFindingsForProductAsync(ctx workflow.Context, input *securityhub.EnableImportFindingsForProductInput) *EnableImportFindingsForProductFuture EnableSecurityHub(ctx workflow.Context, input *securityhub.EnableSecurityHubInput) (*securityhub.EnableSecurityHubOutput, error) EnableSecurityHubAsync(ctx workflow.Context, input *securityhub.EnableSecurityHubInput) *EnableSecurityHubFuture GetEnabledStandards(ctx workflow.Context, input *securityhub.GetEnabledStandardsInput) (*securityhub.GetEnabledStandardsOutput, error) GetEnabledStandardsAsync(ctx workflow.Context, input *securityhub.GetEnabledStandardsInput) *GetEnabledStandardsFuture GetFindings(ctx workflow.Context, input *securityhub.GetFindingsInput) (*securityhub.GetFindingsOutput, error) GetFindingsAsync(ctx workflow.Context, input *securityhub.GetFindingsInput) *GetFindingsFuture GetInsightResults(ctx workflow.Context, input *securityhub.GetInsightResultsInput) (*securityhub.GetInsightResultsOutput, error) GetInsightResultsAsync(ctx workflow.Context, input *securityhub.GetInsightResultsInput) *GetInsightResultsFuture GetInsights(ctx workflow.Context, input *securityhub.GetInsightsInput) (*securityhub.GetInsightsOutput, error) GetInsightsAsync(ctx workflow.Context, input *securityhub.GetInsightsInput) *GetInsightsFuture GetInvitationsCount(ctx workflow.Context, input *securityhub.GetInvitationsCountInput) (*securityhub.GetInvitationsCountOutput, error) GetInvitationsCountAsync(ctx workflow.Context, input *securityhub.GetInvitationsCountInput) *GetInvitationsCountFuture GetMasterAccount(ctx workflow.Context, input *securityhub.GetMasterAccountInput) (*securityhub.GetMasterAccountOutput, error) GetMasterAccountAsync(ctx workflow.Context, input *securityhub.GetMasterAccountInput) *GetMasterAccountFuture GetMembers(ctx workflow.Context, input *securityhub.GetMembersInput) (*securityhub.GetMembersOutput, error) GetMembersAsync(ctx workflow.Context, input *securityhub.GetMembersInput) *GetMembersFuture InviteMembers(ctx workflow.Context, input *securityhub.InviteMembersInput) (*securityhub.InviteMembersOutput, error) InviteMembersAsync(ctx workflow.Context, input *securityhub.InviteMembersInput) *InviteMembersFuture ListEnabledProductsForImport(ctx workflow.Context, input *securityhub.ListEnabledProductsForImportInput) (*securityhub.ListEnabledProductsForImportOutput, error) ListEnabledProductsForImportAsync(ctx workflow.Context, input *securityhub.ListEnabledProductsForImportInput) *ListEnabledProductsForImportFuture ListInvitations(ctx workflow.Context, input *securityhub.ListInvitationsInput) (*securityhub.ListInvitationsOutput, error) ListInvitationsAsync(ctx workflow.Context, input *securityhub.ListInvitationsInput) *ListInvitationsFuture ListMembers(ctx workflow.Context, input *securityhub.ListMembersInput) (*securityhub.ListMembersOutput, error) ListMembersAsync(ctx workflow.Context, input *securityhub.ListMembersInput) *ListMembersFuture ListTagsForResource(ctx workflow.Context, input *securityhub.ListTagsForResourceInput) (*securityhub.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *securityhub.ListTagsForResourceInput) *ListTagsForResourceFuture TagResource(ctx workflow.Context, input *securityhub.TagResourceInput) (*securityhub.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *securityhub.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *securityhub.UntagResourceInput) (*securityhub.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *securityhub.UntagResourceInput) *UntagResourceFuture UpdateActionTarget(ctx workflow.Context, input *securityhub.UpdateActionTargetInput) (*securityhub.UpdateActionTargetOutput, error) UpdateActionTargetAsync(ctx workflow.Context, input *securityhub.UpdateActionTargetInput) *UpdateActionTargetFuture UpdateFindings(ctx workflow.Context, input *securityhub.UpdateFindingsInput) (*securityhub.UpdateFindingsOutput, error) UpdateFindingsAsync(ctx workflow.Context, input *securityhub.UpdateFindingsInput) *UpdateFindingsFuture UpdateInsight(ctx workflow.Context, input *securityhub.UpdateInsightInput) (*securityhub.UpdateInsightOutput, error) UpdateInsightAsync(ctx workflow.Context, input *securityhub.UpdateInsightInput) *UpdateInsightFuture UpdateSecurityHubConfiguration(ctx workflow.Context, input *securityhub.UpdateSecurityHubConfigurationInput) (*securityhub.UpdateSecurityHubConfigurationOutput, error) UpdateSecurityHubConfigurationAsync(ctx workflow.Context, input *securityhub.UpdateSecurityHubConfigurationInput) *UpdateSecurityHubConfigurationFuture UpdateStandardsControl(ctx workflow.Context, input *securityhub.UpdateStandardsControlInput) (*securityhub.UpdateStandardsControlOutput, error) UpdateStandardsControlAsync(ctx workflow.Context, input *securityhub.UpdateStandardsControlInput) *UpdateStandardsControlFuture }
type CreateActionTargetFuture ¶
type CreateActionTargetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateActionTargetFuture) Get ¶
func (r *CreateActionTargetFuture) Get(ctx workflow.Context) (*securityhub.CreateActionTargetOutput, error)
type CreateInsightFuture ¶
func (*CreateInsightFuture) Get ¶
func (r *CreateInsightFuture) Get(ctx workflow.Context) (*securityhub.CreateInsightOutput, error)
type CreateMembersFuture ¶
func (*CreateMembersFuture) Get ¶
func (r *CreateMembersFuture) Get(ctx workflow.Context) (*securityhub.CreateMembersOutput, error)
type DeclineInvitationsFuture ¶
type DeclineInvitationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeclineInvitationsFuture) Get ¶
func (r *DeclineInvitationsFuture) Get(ctx workflow.Context) (*securityhub.DeclineInvitationsOutput, error)
type DeleteActionTargetFuture ¶
type DeleteActionTargetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteActionTargetFuture) Get ¶
func (r *DeleteActionTargetFuture) Get(ctx workflow.Context) (*securityhub.DeleteActionTargetOutput, error)
type DeleteInsightFuture ¶
func (*DeleteInsightFuture) Get ¶
func (r *DeleteInsightFuture) Get(ctx workflow.Context) (*securityhub.DeleteInsightOutput, error)
type DeleteInvitationsFuture ¶
type DeleteInvitationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteInvitationsFuture) Get ¶
func (r *DeleteInvitationsFuture) Get(ctx workflow.Context) (*securityhub.DeleteInvitationsOutput, error)
type DeleteMembersFuture ¶
func (*DeleteMembersFuture) Get ¶
func (r *DeleteMembersFuture) Get(ctx workflow.Context) (*securityhub.DeleteMembersOutput, error)
type DescribeActionTargetsFuture ¶
type DescribeActionTargetsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeActionTargetsFuture) Get ¶
func (r *DescribeActionTargetsFuture) Get(ctx workflow.Context) (*securityhub.DescribeActionTargetsOutput, error)
type DescribeHubFuture ¶
func (*DescribeHubFuture) Get ¶
func (r *DescribeHubFuture) Get(ctx workflow.Context) (*securityhub.DescribeHubOutput, error)
type DescribeProductsFuture ¶
type DescribeProductsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeProductsFuture) Get ¶
func (r *DescribeProductsFuture) Get(ctx workflow.Context) (*securityhub.DescribeProductsOutput, error)
type DescribeStandardsControlsFuture ¶
type DescribeStandardsControlsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeStandardsControlsFuture) Get ¶
func (r *DescribeStandardsControlsFuture) Get(ctx workflow.Context) (*securityhub.DescribeStandardsControlsOutput, error)
type DescribeStandardsFuture ¶
type DescribeStandardsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeStandardsFuture) Get ¶
func (r *DescribeStandardsFuture) Get(ctx workflow.Context) (*securityhub.DescribeStandardsOutput, error)
type DisableImportFindingsForProductFuture ¶
type DisableImportFindingsForProductFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisableImportFindingsForProductFuture) Get ¶
func (r *DisableImportFindingsForProductFuture) Get(ctx workflow.Context) (*securityhub.DisableImportFindingsForProductOutput, error)
type DisableSecurityHubFuture ¶
type DisableSecurityHubFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisableSecurityHubFuture) Get ¶
func (r *DisableSecurityHubFuture) Get(ctx workflow.Context) (*securityhub.DisableSecurityHubOutput, error)
type DisassociateFromMasterAccountFuture ¶
type DisassociateFromMasterAccountFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisassociateFromMasterAccountFuture) Get ¶
func (r *DisassociateFromMasterAccountFuture) Get(ctx workflow.Context) (*securityhub.DisassociateFromMasterAccountOutput, error)
type DisassociateMembersFuture ¶
type DisassociateMembersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisassociateMembersFuture) Get ¶
func (r *DisassociateMembersFuture) Get(ctx workflow.Context) (*securityhub.DisassociateMembersOutput, error)
type EnableImportFindingsForProductFuture ¶
type EnableImportFindingsForProductFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*EnableImportFindingsForProductFuture) Get ¶
func (r *EnableImportFindingsForProductFuture) Get(ctx workflow.Context) (*securityhub.EnableImportFindingsForProductOutput, error)
type EnableSecurityHubFuture ¶
type EnableSecurityHubFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*EnableSecurityHubFuture) Get ¶
func (r *EnableSecurityHubFuture) Get(ctx workflow.Context) (*securityhub.EnableSecurityHubOutput, error)
type GetEnabledStandardsFuture ¶
type GetEnabledStandardsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetEnabledStandardsFuture) Get ¶
func (r *GetEnabledStandardsFuture) Get(ctx workflow.Context) (*securityhub.GetEnabledStandardsOutput, error)
type GetFindingsFuture ¶
func (*GetFindingsFuture) Get ¶
func (r *GetFindingsFuture) Get(ctx workflow.Context) (*securityhub.GetFindingsOutput, error)
type GetInsightResultsFuture ¶
type GetInsightResultsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetInsightResultsFuture) Get ¶
func (r *GetInsightResultsFuture) Get(ctx workflow.Context) (*securityhub.GetInsightResultsOutput, error)
type GetInsightsFuture ¶
func (*GetInsightsFuture) Get ¶
func (r *GetInsightsFuture) Get(ctx workflow.Context) (*securityhub.GetInsightsOutput, error)
type GetInvitationsCountFuture ¶
type GetInvitationsCountFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetInvitationsCountFuture) Get ¶
func (r *GetInvitationsCountFuture) Get(ctx workflow.Context) (*securityhub.GetInvitationsCountOutput, error)
type GetMasterAccountFuture ¶
type GetMasterAccountFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetMasterAccountFuture) Get ¶
func (r *GetMasterAccountFuture) Get(ctx workflow.Context) (*securityhub.GetMasterAccountOutput, error)
type GetMembersFuture ¶
func (*GetMembersFuture) Get ¶
func (r *GetMembersFuture) Get(ctx workflow.Context) (*securityhub.GetMembersOutput, error)
type InviteMembersFuture ¶
func (*InviteMembersFuture) Get ¶
func (r *InviteMembersFuture) Get(ctx workflow.Context) (*securityhub.InviteMembersOutput, error)
type ListEnabledProductsForImportFuture ¶
type ListEnabledProductsForImportFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListEnabledProductsForImportFuture) Get ¶
func (r *ListEnabledProductsForImportFuture) Get(ctx workflow.Context) (*securityhub.ListEnabledProductsForImportOutput, error)
type ListInvitationsFuture ¶
type ListInvitationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListInvitationsFuture) Get ¶
func (r *ListInvitationsFuture) Get(ctx workflow.Context) (*securityhub.ListInvitationsOutput, error)
type ListMembersFuture ¶
func (*ListMembersFuture) Get ¶
func (r *ListMembersFuture) Get(ctx workflow.Context) (*securityhub.ListMembersOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*securityhub.ListTagsForResourceOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*securityhub.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*securityhub.UntagResourceOutput, error)
type UpdateActionTargetFuture ¶
type UpdateActionTargetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateActionTargetFuture) Get ¶
func (r *UpdateActionTargetFuture) Get(ctx workflow.Context) (*securityhub.UpdateActionTargetOutput, error)
type UpdateFindingsFuture ¶
func (*UpdateFindingsFuture) Get ¶
func (r *UpdateFindingsFuture) Get(ctx workflow.Context) (*securityhub.UpdateFindingsOutput, error)
type UpdateInsightFuture ¶
func (*UpdateInsightFuture) Get ¶
func (r *UpdateInsightFuture) Get(ctx workflow.Context) (*securityhub.UpdateInsightOutput, error)
type UpdateSecurityHubConfigurationFuture ¶
type UpdateSecurityHubConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateSecurityHubConfigurationFuture) Get ¶
func (r *UpdateSecurityHubConfigurationFuture) Get(ctx workflow.Context) (*securityhub.UpdateSecurityHubConfigurationOutput, error)
type UpdateStandardsControlFuture ¶
type UpdateStandardsControlFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateStandardsControlFuture) Get ¶
func (r *UpdateStandardsControlFuture) Get(ctx workflow.Context) (*securityhub.UpdateStandardsControlOutput, error)
Click to show internal directories.
Click to hide internal directories.