Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateEndpoint(ctx workflow.Context, input *s3outposts.CreateEndpointInput) (*s3outposts.CreateEndpointOutput, error) CreateEndpointAsync(ctx workflow.Context, input *s3outposts.CreateEndpointInput) *CreateEndpointFuture DeleteEndpoint(ctx workflow.Context, input *s3outposts.DeleteEndpointInput) (*s3outposts.DeleteEndpointOutput, error) DeleteEndpointAsync(ctx workflow.Context, input *s3outposts.DeleteEndpointInput) *DeleteEndpointFuture ListEndpoints(ctx workflow.Context, input *s3outposts.ListEndpointsInput) (*s3outposts.ListEndpointsOutput, error) ListEndpointsAsync(ctx workflow.Context, input *s3outposts.ListEndpointsInput) *ListEndpointsFuture }
type CreateEndpointFuture ¶
func (*CreateEndpointFuture) Get ¶
func (r *CreateEndpointFuture) Get(ctx workflow.Context) (*s3outposts.CreateEndpointOutput, error)
type DeleteEndpointFuture ¶
func (*DeleteEndpointFuture) Get ¶
func (r *DeleteEndpointFuture) Get(ctx workflow.Context) (*s3outposts.DeleteEndpointOutput, error)
type ListEndpointsFuture ¶
func (*ListEndpointsFuture) Get ¶
func (r *ListEndpointsFuture) Get(ctx workflow.Context) (*s3outposts.ListEndpointsOutput, error)
Click to show internal directories.
Click to hide internal directories.