Documentation ¶
Index ¶
- type AssociateAdminAccountFuture
- type Client
- type DeleteAppsListFuture
- type DeleteNotificationChannelFuture
- type DeletePolicyFuture
- type DeleteProtocolsListFuture
- type DisassociateAdminAccountFuture
- type GetAdminAccountFuture
- type GetAppsListFuture
- type GetComplianceDetailFuture
- type GetNotificationChannelFuture
- type GetPolicyFuture
- type GetProtectionStatusFuture
- type GetProtocolsListFuture
- type GetViolationDetailsFuture
- type ListAppsListsFuture
- type ListComplianceStatusFuture
- type ListMemberAccountsFuture
- type ListPoliciesFuture
- type ListProtocolsListsFuture
- type ListTagsForResourceFuture
- type PutAppsListFuture
- type PutNotificationChannelFuture
- type PutPolicyFuture
- type PutProtocolsListFuture
- type TagResourceFuture
- type UntagResourceFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssociateAdminAccountFuture ¶
type AssociateAdminAccountFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AssociateAdminAccountFuture) Get ¶
func (r *AssociateAdminAccountFuture) Get(ctx workflow.Context) (*fms.AssociateAdminAccountOutput, error)
type Client ¶
type Client interface { AssociateAdminAccount(ctx workflow.Context, input *fms.AssociateAdminAccountInput) (*fms.AssociateAdminAccountOutput, error) AssociateAdminAccountAsync(ctx workflow.Context, input *fms.AssociateAdminAccountInput) *AssociateAdminAccountFuture DeleteAppsList(ctx workflow.Context, input *fms.DeleteAppsListInput) (*fms.DeleteAppsListOutput, error) DeleteAppsListAsync(ctx workflow.Context, input *fms.DeleteAppsListInput) *DeleteAppsListFuture DeleteNotificationChannel(ctx workflow.Context, input *fms.DeleteNotificationChannelInput) (*fms.DeleteNotificationChannelOutput, error) DeleteNotificationChannelAsync(ctx workflow.Context, input *fms.DeleteNotificationChannelInput) *DeleteNotificationChannelFuture DeletePolicy(ctx workflow.Context, input *fms.DeletePolicyInput) (*fms.DeletePolicyOutput, error) DeletePolicyAsync(ctx workflow.Context, input *fms.DeletePolicyInput) *DeletePolicyFuture DeleteProtocolsList(ctx workflow.Context, input *fms.DeleteProtocolsListInput) (*fms.DeleteProtocolsListOutput, error) DeleteProtocolsListAsync(ctx workflow.Context, input *fms.DeleteProtocolsListInput) *DeleteProtocolsListFuture DisassociateAdminAccount(ctx workflow.Context, input *fms.DisassociateAdminAccountInput) (*fms.DisassociateAdminAccountOutput, error) DisassociateAdminAccountAsync(ctx workflow.Context, input *fms.DisassociateAdminAccountInput) *DisassociateAdminAccountFuture GetAdminAccount(ctx workflow.Context, input *fms.GetAdminAccountInput) (*fms.GetAdminAccountOutput, error) GetAdminAccountAsync(ctx workflow.Context, input *fms.GetAdminAccountInput) *GetAdminAccountFuture GetAppsList(ctx workflow.Context, input *fms.GetAppsListInput) (*fms.GetAppsListOutput, error) GetAppsListAsync(ctx workflow.Context, input *fms.GetAppsListInput) *GetAppsListFuture GetComplianceDetail(ctx workflow.Context, input *fms.GetComplianceDetailInput) (*fms.GetComplianceDetailOutput, error) GetComplianceDetailAsync(ctx workflow.Context, input *fms.GetComplianceDetailInput) *GetComplianceDetailFuture GetNotificationChannel(ctx workflow.Context, input *fms.GetNotificationChannelInput) (*fms.GetNotificationChannelOutput, error) GetNotificationChannelAsync(ctx workflow.Context, input *fms.GetNotificationChannelInput) *GetNotificationChannelFuture GetPolicy(ctx workflow.Context, input *fms.GetPolicyInput) (*fms.GetPolicyOutput, error) GetPolicyAsync(ctx workflow.Context, input *fms.GetPolicyInput) *GetPolicyFuture GetProtectionStatus(ctx workflow.Context, input *fms.GetProtectionStatusInput) (*fms.GetProtectionStatusOutput, error) GetProtectionStatusAsync(ctx workflow.Context, input *fms.GetProtectionStatusInput) *GetProtectionStatusFuture GetProtocolsList(ctx workflow.Context, input *fms.GetProtocolsListInput) (*fms.GetProtocolsListOutput, error) GetProtocolsListAsync(ctx workflow.Context, input *fms.GetProtocolsListInput) *GetProtocolsListFuture GetViolationDetails(ctx workflow.Context, input *fms.GetViolationDetailsInput) (*fms.GetViolationDetailsOutput, error) GetViolationDetailsAsync(ctx workflow.Context, input *fms.GetViolationDetailsInput) *GetViolationDetailsFuture ListAppsLists(ctx workflow.Context, input *fms.ListAppsListsInput) (*fms.ListAppsListsOutput, error) ListAppsListsAsync(ctx workflow.Context, input *fms.ListAppsListsInput) *ListAppsListsFuture ListComplianceStatus(ctx workflow.Context, input *fms.ListComplianceStatusInput) (*fms.ListComplianceStatusOutput, error) ListComplianceStatusAsync(ctx workflow.Context, input *fms.ListComplianceStatusInput) *ListComplianceStatusFuture ListMemberAccounts(ctx workflow.Context, input *fms.ListMemberAccountsInput) (*fms.ListMemberAccountsOutput, error) ListMemberAccountsAsync(ctx workflow.Context, input *fms.ListMemberAccountsInput) *ListMemberAccountsFuture ListPolicies(ctx workflow.Context, input *fms.ListPoliciesInput) (*fms.ListPoliciesOutput, error) ListPoliciesAsync(ctx workflow.Context, input *fms.ListPoliciesInput) *ListPoliciesFuture ListProtocolsLists(ctx workflow.Context, input *fms.ListProtocolsListsInput) (*fms.ListProtocolsListsOutput, error) ListProtocolsListsAsync(ctx workflow.Context, input *fms.ListProtocolsListsInput) *ListProtocolsListsFuture ListTagsForResource(ctx workflow.Context, input *fms.ListTagsForResourceInput) (*fms.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *fms.ListTagsForResourceInput) *ListTagsForResourceFuture PutAppsList(ctx workflow.Context, input *fms.PutAppsListInput) (*fms.PutAppsListOutput, error) PutAppsListAsync(ctx workflow.Context, input *fms.PutAppsListInput) *PutAppsListFuture PutNotificationChannel(ctx workflow.Context, input *fms.PutNotificationChannelInput) (*fms.PutNotificationChannelOutput, error) PutNotificationChannelAsync(ctx workflow.Context, input *fms.PutNotificationChannelInput) *PutNotificationChannelFuture PutPolicy(ctx workflow.Context, input *fms.PutPolicyInput) (*fms.PutPolicyOutput, error) PutPolicyAsync(ctx workflow.Context, input *fms.PutPolicyInput) *PutPolicyFuture PutProtocolsList(ctx workflow.Context, input *fms.PutProtocolsListInput) (*fms.PutProtocolsListOutput, error) PutProtocolsListAsync(ctx workflow.Context, input *fms.PutProtocolsListInput) *PutProtocolsListFuture TagResource(ctx workflow.Context, input *fms.TagResourceInput) (*fms.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *fms.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *fms.UntagResourceInput) (*fms.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *fms.UntagResourceInput) *UntagResourceFuture }
type DeleteAppsListFuture ¶
func (*DeleteAppsListFuture) Get ¶
func (r *DeleteAppsListFuture) Get(ctx workflow.Context) (*fms.DeleteAppsListOutput, error)
type DeleteNotificationChannelFuture ¶
type DeleteNotificationChannelFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteNotificationChannelFuture) Get ¶
func (r *DeleteNotificationChannelFuture) Get(ctx workflow.Context) (*fms.DeleteNotificationChannelOutput, error)
type DeletePolicyFuture ¶
func (*DeletePolicyFuture) Get ¶
func (r *DeletePolicyFuture) Get(ctx workflow.Context) (*fms.DeletePolicyOutput, error)
type DeleteProtocolsListFuture ¶
type DeleteProtocolsListFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteProtocolsListFuture) Get ¶
func (r *DeleteProtocolsListFuture) Get(ctx workflow.Context) (*fms.DeleteProtocolsListOutput, error)
type DisassociateAdminAccountFuture ¶
type DisassociateAdminAccountFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisassociateAdminAccountFuture) Get ¶
func (r *DisassociateAdminAccountFuture) Get(ctx workflow.Context) (*fms.DisassociateAdminAccountOutput, error)
type GetAdminAccountFuture ¶
type GetAdminAccountFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetAdminAccountFuture) Get ¶
func (r *GetAdminAccountFuture) Get(ctx workflow.Context) (*fms.GetAdminAccountOutput, error)
type GetAppsListFuture ¶
func (*GetAppsListFuture) Get ¶
func (r *GetAppsListFuture) Get(ctx workflow.Context) (*fms.GetAppsListOutput, error)
type GetComplianceDetailFuture ¶
type GetComplianceDetailFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetComplianceDetailFuture) Get ¶
func (r *GetComplianceDetailFuture) Get(ctx workflow.Context) (*fms.GetComplianceDetailOutput, error)
type GetNotificationChannelFuture ¶
type GetNotificationChannelFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetNotificationChannelFuture) Get ¶
func (r *GetNotificationChannelFuture) Get(ctx workflow.Context) (*fms.GetNotificationChannelOutput, error)
type GetPolicyFuture ¶
func (*GetPolicyFuture) Get ¶
func (r *GetPolicyFuture) Get(ctx workflow.Context) (*fms.GetPolicyOutput, error)
type GetProtectionStatusFuture ¶
type GetProtectionStatusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetProtectionStatusFuture) Get ¶
func (r *GetProtectionStatusFuture) Get(ctx workflow.Context) (*fms.GetProtectionStatusOutput, error)
type GetProtocolsListFuture ¶
type GetProtocolsListFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetProtocolsListFuture) Get ¶
func (r *GetProtocolsListFuture) Get(ctx workflow.Context) (*fms.GetProtocolsListOutput, error)
type GetViolationDetailsFuture ¶
type GetViolationDetailsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetViolationDetailsFuture) Get ¶
func (r *GetViolationDetailsFuture) Get(ctx workflow.Context) (*fms.GetViolationDetailsOutput, error)
type ListAppsListsFuture ¶
func (*ListAppsListsFuture) Get ¶
func (r *ListAppsListsFuture) Get(ctx workflow.Context) (*fms.ListAppsListsOutput, error)
type ListComplianceStatusFuture ¶
type ListComplianceStatusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListComplianceStatusFuture) Get ¶
func (r *ListComplianceStatusFuture) Get(ctx workflow.Context) (*fms.ListComplianceStatusOutput, error)
type ListMemberAccountsFuture ¶
type ListMemberAccountsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListMemberAccountsFuture) Get ¶
func (r *ListMemberAccountsFuture) Get(ctx workflow.Context) (*fms.ListMemberAccountsOutput, error)
type ListPoliciesFuture ¶
func (*ListPoliciesFuture) Get ¶
func (r *ListPoliciesFuture) Get(ctx workflow.Context) (*fms.ListPoliciesOutput, error)
type ListProtocolsListsFuture ¶
type ListProtocolsListsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListProtocolsListsFuture) Get ¶
func (r *ListProtocolsListsFuture) Get(ctx workflow.Context) (*fms.ListProtocolsListsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*fms.ListTagsForResourceOutput, error)
type PutAppsListFuture ¶
func (*PutAppsListFuture) Get ¶
func (r *PutAppsListFuture) Get(ctx workflow.Context) (*fms.PutAppsListOutput, error)
type PutNotificationChannelFuture ¶
type PutNotificationChannelFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutNotificationChannelFuture) Get ¶
func (r *PutNotificationChannelFuture) Get(ctx workflow.Context) (*fms.PutNotificationChannelOutput, error)
type PutPolicyFuture ¶
func (*PutPolicyFuture) Get ¶
func (r *PutPolicyFuture) Get(ctx workflow.Context) (*fms.PutPolicyOutput, error)
type PutProtocolsListFuture ¶
type PutProtocolsListFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutProtocolsListFuture) Get ¶
func (r *PutProtocolsListFuture) Get(ctx workflow.Context) (*fms.PutProtocolsListOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*fms.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*fms.UntagResourceOutput, error)
Click to show internal directories.
Click to hide internal directories.