fmsstub

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 AssociateAdminAccountFuture

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

func (*AssociateAdminAccountFuture) Get

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
}

func NewClient

func NewClient() Client

type DeleteAppsListFuture

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

func (*DeleteAppsListFuture) Get

type DeleteNotificationChannelFuture

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

func (*DeleteNotificationChannelFuture) Get

type DeletePolicyFuture

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

func (*DeletePolicyFuture) Get

type DeleteProtocolsListFuture

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

func (*DeleteProtocolsListFuture) Get

type DisassociateAdminAccountFuture

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

func (*DisassociateAdminAccountFuture) Get

type GetAdminAccountFuture

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

func (*GetAdminAccountFuture) Get

type GetAppsListFuture

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

func (*GetAppsListFuture) Get

type GetComplianceDetailFuture

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

func (*GetComplianceDetailFuture) Get

type GetNotificationChannelFuture

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

func (*GetNotificationChannelFuture) Get

type GetPolicyFuture

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

func (*GetPolicyFuture) Get

type GetProtectionStatusFuture

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

func (*GetProtectionStatusFuture) Get

type GetProtocolsListFuture

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

func (*GetProtocolsListFuture) Get

type GetViolationDetailsFuture

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

func (*GetViolationDetailsFuture) Get

type ListAppsListsFuture

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

func (*ListAppsListsFuture) Get

type ListComplianceStatusFuture

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

func (*ListComplianceStatusFuture) Get

type ListMemberAccountsFuture

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

func (*ListMemberAccountsFuture) Get

type ListPoliciesFuture

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

func (*ListPoliciesFuture) Get

type ListProtocolsListsFuture

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

func (*ListProtocolsListsFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) Get

type PutAppsListFuture

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

func (*PutAppsListFuture) Get

type PutNotificationChannelFuture

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

func (*PutNotificationChannelFuture) Get

type PutPolicyFuture

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

func (*PutPolicyFuture) Get

type PutProtocolsListFuture

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

func (*PutProtocolsListFuture) 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

Jump to

Keyboard shortcuts

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