Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type API ¶
type API interface { ListTopicsPagesWithContext(context.Context, *sns.ListTopicsInput, func(*sns.ListTopicsOutput, bool) bool, ...request.Option) error GetTopicAttributesWithContext(context.Context, *sns.GetTopicAttributesInput, ...request.Option) (*sns.GetTopicAttributesOutput, error) ListSubscriptionsPagesWithContext(context.Context, *sns.ListSubscriptionsInput, func(*sns.ListSubscriptionsOutput, bool) bool, ...request.Option) error GetSubscriptionAttributesWithContext(context.Context, *sns.GetSubscriptionAttributesInput, ...request.Option) (*sns.GetSubscriptionAttributesOutput, error) }
API documents the subset of AWS API we actually call
type GetSubscriptionAttributes ¶
type GetSubscriptionAttributes struct {
API
}
type GetSubscriptionAttributesOutput ¶
type GetSubscriptionAttributesOutput struct { *sns.GetSubscriptionAttributesOutput // contains filtered or unexported fields }
func (*GetSubscriptionAttributesOutput) Records ¶
func (o *GetSubscriptionAttributesOutput) Records() (records []*api.Record)
type GetTopicAttributes ¶
type GetTopicAttributes struct {
API
}
type GetTopicAttributesOutput ¶
type GetTopicAttributesOutput struct { *sns.GetTopicAttributesOutput // contains filtered or unexported fields }
func (*GetTopicAttributesOutput) Records ¶
func (o *GetTopicAttributesOutput) Records() (records []*api.Record)
Click to show internal directories.
Click to hide internal directories.