sns

package
v2.0.0-preview.4+incom... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2018 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package sns provides the client and types for making API requests to Amazon Simple Notification Service.

Amazon Simple Notification Service (Amazon SNS) is a web service that enables you to build distributed web-enabled applications. Applications can use Amazon SNS to easily push real-time notification messages to interested subscribers over multiple delivery protocols. For more information about this product see http://aws.amazon.com/sns (http://aws.amazon.com/sns/). For detailed information about Amazon SNS features and their associated API calls, see the Amazon SNS Developer Guide (http://docs.aws.amazon.com/sns/latest/dg/).

We also provide SDKs that enable you to access Amazon SNS from your preferred programming language. The SDKs contain functionality that automatically takes care of tasks such as: cryptographically signing your service requests, retrying requests, and handling error responses. For a list of available SDKs, go to Tools for Amazon Web Services (http://aws.amazon.com/tools/).

See https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31 for more information on this service.

See sns package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/sns/

Using the Client

To Amazon Simple Notification Service with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the Amazon Simple Notification Service client SNS for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/sns/#New

Index

Constants

View Source
const (

	// ErrCodeAuthorizationErrorException for service response error code
	// "AuthorizationError".
	//
	// Indicates that the user has been denied access to the requested resource.
	ErrCodeAuthorizationErrorException = "AuthorizationError"

	// ErrCodeEndpointDisabledException for service response error code
	// "EndpointDisabled".
	//
	// Exception error indicating endpoint disabled.
	ErrCodeEndpointDisabledException = "EndpointDisabled"

	// ErrCodeInternalErrorException for service response error code
	// "InternalError".
	//
	// Indicates an internal service error.
	ErrCodeInternalErrorException = "InternalError"

	// ErrCodeInvalidParameterException for service response error code
	// "InvalidParameter".
	//
	// Indicates that a request parameter does not comply with the associated constraints.
	ErrCodeInvalidParameterException = "InvalidParameter"

	// ErrCodeInvalidParameterValueException for service response error code
	// "ParameterValueInvalid".
	//
	// Indicates that a request parameter does not comply with the associated constraints.
	ErrCodeInvalidParameterValueException = "ParameterValueInvalid"

	// ErrCodeNotFoundException for service response error code
	// "NotFound".
	//
	// Indicates that the requested resource does not exist.
	ErrCodeNotFoundException = "NotFound"

	// ErrCodePlatformApplicationDisabledException for service response error code
	// "PlatformApplicationDisabled".
	//
	// Exception error indicating platform application disabled.
	ErrCodePlatformApplicationDisabledException = "PlatformApplicationDisabled"

	// ErrCodeSubscriptionLimitExceededException for service response error code
	// "SubscriptionLimitExceeded".
	//
	// Indicates that the customer already owns the maximum allowed number of subscriptions.
	ErrCodeSubscriptionLimitExceededException = "SubscriptionLimitExceeded"

	// ErrCodeThrottledException for service response error code
	// "Throttled".
	//
	// Indicates that the rate at which requests have been submitted for this action
	// exceeds the limit for your account.
	ErrCodeThrottledException = "Throttled"

	// ErrCodeTopicLimitExceededException for service response error code
	// "TopicLimitExceeded".
	//
	// Indicates that the customer already owns the maximum allowed number of topics.
	ErrCodeTopicLimitExceededException = "TopicLimitExceeded"
)
View Source
const (
	ServiceName = "sns"       // Service endpoint prefix API calls made to.
	EndpointsID = ServiceName // Service ID for Regions and Endpoints metadata.
)

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type AddPermissionInput

type AddPermissionInput struct {

	// The AWS account IDs of the users (principals) who will be given access to
	// the specified actions. The users must have AWS accounts, but do not need
	// to be signed up for this service.
	//
	// AWSAccountId is a required field
	AWSAccountId []string `type:"list" required:"true"`

	// The action you want to allow for the specified principal(s).
	//
	// Valid values: any Amazon SNS action name.
	//
	// ActionName is a required field
	ActionName []string `type:"list" required:"true"`

	// A unique identifier for the new policy statement.
	//
	// Label is a required field
	Label *string `type:"string" required:"true"`

	// The ARN of the topic whose access control policy you wish to modify.
	//
	// TopicArn is a required field
	TopicArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/AddPermissionInput

func (AddPermissionInput) GoString

func (s AddPermissionInput) GoString() string

GoString returns the string representation

func (AddPermissionInput) String

func (s AddPermissionInput) String() string

String returns the string representation

func (*AddPermissionInput) Validate

func (s *AddPermissionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AddPermissionOutput

type AddPermissionOutput struct {
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/AddPermissionOutput

func (AddPermissionOutput) GoString

func (s AddPermissionOutput) GoString() string

GoString returns the string representation

func (AddPermissionOutput) SDKResponseMetadata

func (s AddPermissionOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (AddPermissionOutput) String

func (s AddPermissionOutput) String() string

String returns the string representation

type AddPermissionRequest

type AddPermissionRequest struct {
	*aws.Request
	Input *AddPermissionInput
	Copy  func(*AddPermissionInput) AddPermissionRequest
}

AddPermissionRequest is a API request type for the AddPermission API operation.

func (AddPermissionRequest) Send

Send marshals and sends the AddPermission API request.

type CheckIfPhoneNumberIsOptedOutInput

type CheckIfPhoneNumberIsOptedOutInput struct {

	// The phone number for which you want to check the opt out status.
	//
	// PhoneNumber is a required field
	PhoneNumber *string `locationName:"phoneNumber" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The input for the CheckIfPhoneNumberIsOptedOut action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/CheckIfPhoneNumberIsOptedOutInput

func (CheckIfPhoneNumberIsOptedOutInput) GoString

GoString returns the string representation

func (CheckIfPhoneNumberIsOptedOutInput) String

String returns the string representation

func (*CheckIfPhoneNumberIsOptedOutInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CheckIfPhoneNumberIsOptedOutOutput

type CheckIfPhoneNumberIsOptedOutOutput struct {

	// Indicates whether the phone number is opted out:
	//
	//    * true – The phone number is opted out, meaning you cannot publish SMS
	//    messages to it.
	//
	//    * false – The phone number is opted in, meaning you can publish SMS messages
	//    to it.
	IsOptedOut *bool `locationName:"isOptedOut" type:"boolean"`
	// contains filtered or unexported fields
}

The response from the CheckIfPhoneNumberIsOptedOut action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/CheckIfPhoneNumberIsOptedOutResponse

func (CheckIfPhoneNumberIsOptedOutOutput) GoString

GoString returns the string representation

func (CheckIfPhoneNumberIsOptedOutOutput) SDKResponseMetadata

func (s CheckIfPhoneNumberIsOptedOutOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (CheckIfPhoneNumberIsOptedOutOutput) String

String returns the string representation

type CheckIfPhoneNumberIsOptedOutRequest

type CheckIfPhoneNumberIsOptedOutRequest struct {
	*aws.Request
	Input *CheckIfPhoneNumberIsOptedOutInput
	Copy  func(*CheckIfPhoneNumberIsOptedOutInput) CheckIfPhoneNumberIsOptedOutRequest
}

CheckIfPhoneNumberIsOptedOutRequest is a API request type for the CheckIfPhoneNumberIsOptedOut API operation.

func (CheckIfPhoneNumberIsOptedOutRequest) Send

Send marshals and sends the CheckIfPhoneNumberIsOptedOut API request.

type ConfirmSubscriptionInput

type ConfirmSubscriptionInput struct {

	// Disallows unauthenticated unsubscribes of the subscription. If the value
	// of this parameter is true and the request has an AWS signature, then only
	// the topic owner and the subscription owner can unsubscribe the endpoint.
	// The unsubscribe action requires AWS authentication.
	AuthenticateOnUnsubscribe *string `type:"string"`

	// Short-lived token sent to an endpoint during the Subscribe action.
	//
	// Token is a required field
	Token *string `type:"string" required:"true"`

	// The ARN of the topic for which you wish to confirm a subscription.
	//
	// TopicArn is a required field
	TopicArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Input for ConfirmSubscription action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/ConfirmSubscriptionInput

func (ConfirmSubscriptionInput) GoString

func (s ConfirmSubscriptionInput) GoString() string

GoString returns the string representation

func (ConfirmSubscriptionInput) String

func (s ConfirmSubscriptionInput) String() string

String returns the string representation

func (*ConfirmSubscriptionInput) Validate

func (s *ConfirmSubscriptionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ConfirmSubscriptionOutput

type ConfirmSubscriptionOutput struct {

	// The ARN of the created subscription.
	SubscriptionArn *string `type:"string"`
	// contains filtered or unexported fields
}

Response for ConfirmSubscriptions action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/ConfirmSubscriptionResponse

func (ConfirmSubscriptionOutput) GoString

func (s ConfirmSubscriptionOutput) GoString() string

GoString returns the string representation

func (ConfirmSubscriptionOutput) SDKResponseMetadata

func (s ConfirmSubscriptionOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (ConfirmSubscriptionOutput) String

func (s ConfirmSubscriptionOutput) String() string

String returns the string representation

type ConfirmSubscriptionRequest

type ConfirmSubscriptionRequest struct {
	*aws.Request
	Input *ConfirmSubscriptionInput
	Copy  func(*ConfirmSubscriptionInput) ConfirmSubscriptionRequest
}

ConfirmSubscriptionRequest is a API request type for the ConfirmSubscription API operation.

func (ConfirmSubscriptionRequest) Send

Send marshals and sends the ConfirmSubscription API request.

type CreatePlatformApplicationInput

type CreatePlatformApplicationInput struct {

	// For a list of attributes, see SetPlatformApplicationAttributes (http://docs.aws.amazon.com/sns/latest/api/API_SetPlatformApplicationAttributes.html)
	//
	// Attributes is a required field
	Attributes map[string]string `type:"map" required:"true"`

	// Application names must be made up of only uppercase and lowercase ASCII letters,
	// numbers, underscores, hyphens, and periods, and must be between 1 and 256
	// characters long.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The following platforms are supported: ADM (Amazon Device Messaging), APNS
	// (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).
	//
	// Platform is a required field
	Platform *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Input for CreatePlatformApplication action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/CreatePlatformApplicationInput

func (CreatePlatformApplicationInput) GoString

GoString returns the string representation

func (CreatePlatformApplicationInput) String

String returns the string representation

func (*CreatePlatformApplicationInput) Validate

func (s *CreatePlatformApplicationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreatePlatformApplicationOutput

type CreatePlatformApplicationOutput struct {

	// PlatformApplicationArn is returned.
	PlatformApplicationArn *string `type:"string"`
	// contains filtered or unexported fields
}

Response from CreatePlatformApplication action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/CreatePlatformApplicationResponse

func (CreatePlatformApplicationOutput) GoString

GoString returns the string representation

func (CreatePlatformApplicationOutput) SDKResponseMetadata

func (s CreatePlatformApplicationOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (CreatePlatformApplicationOutput) String

String returns the string representation

type CreatePlatformApplicationRequest

type CreatePlatformApplicationRequest struct {
	*aws.Request
	Input *CreatePlatformApplicationInput
	Copy  func(*CreatePlatformApplicationInput) CreatePlatformApplicationRequest
}

CreatePlatformApplicationRequest is a API request type for the CreatePlatformApplication API operation.

func (CreatePlatformApplicationRequest) Send

Send marshals and sends the CreatePlatformApplication API request.

type CreatePlatformEndpointInput

type CreatePlatformEndpointInput struct {

	// For a list of attributes, see SetEndpointAttributes (http://docs.aws.amazon.com/sns/latest/api/API_SetEndpointAttributes.html).
	Attributes map[string]string `type:"map"`

	// Arbitrary user data to associate with the endpoint. Amazon SNS does not use
	// this data. The data must be in UTF-8 format and less than 2KB.
	CustomUserData *string `type:"string"`

	// PlatformApplicationArn returned from CreatePlatformApplication is used to
	// create a an endpoint.
	//
	// PlatformApplicationArn is a required field
	PlatformApplicationArn *string `type:"string" required:"true"`

	// Unique identifier created by the notification service for an app on a device.
	// The specific name for Token will vary, depending on which notification service
	// is being used. For example, when using APNS as the notification service,
	// you need the device token. Alternatively, when using GCM or ADM, the device
	// token equivalent is called the registration ID.
	//
	// Token is a required field
	Token *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Input for CreatePlatformEndpoint action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/CreatePlatformEndpointInput

func (CreatePlatformEndpointInput) GoString

func (s CreatePlatformEndpointInput) GoString() string

GoString returns the string representation

func (CreatePlatformEndpointInput) String

String returns the string representation

func (*CreatePlatformEndpointInput) Validate

func (s *CreatePlatformEndpointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreatePlatformEndpointOutput

type CreatePlatformEndpointOutput struct {

	// EndpointArn returned from CreateEndpoint action.
	EndpointArn *string `type:"string"`
	// contains filtered or unexported fields
}

Response from CreateEndpoint action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/CreateEndpointResponse

func (CreatePlatformEndpointOutput) GoString

func (s CreatePlatformEndpointOutput) GoString() string

GoString returns the string representation

func (CreatePlatformEndpointOutput) SDKResponseMetadata

func (s CreatePlatformEndpointOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (CreatePlatformEndpointOutput) String

String returns the string representation

type CreatePlatformEndpointRequest

type CreatePlatformEndpointRequest struct {
	*aws.Request
	Input *CreatePlatformEndpointInput
	Copy  func(*CreatePlatformEndpointInput) CreatePlatformEndpointRequest
}

CreatePlatformEndpointRequest is a API request type for the CreatePlatformEndpoint API operation.

func (CreatePlatformEndpointRequest) Send

Send marshals and sends the CreatePlatformEndpoint API request.

type CreateTopicInput

type CreateTopicInput struct {

	// The name of the topic you want to create.
	//
	// Constraints: Topic names must be made up of only uppercase and lowercase
	// ASCII letters, numbers, underscores, and hyphens, and must be between 1 and
	// 256 characters long.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Input for CreateTopic action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/CreateTopicInput

func (CreateTopicInput) GoString

func (s CreateTopicInput) GoString() string

GoString returns the string representation

func (CreateTopicInput) String

func (s CreateTopicInput) String() string

String returns the string representation

func (*CreateTopicInput) Validate

func (s *CreateTopicInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateTopicOutput

type CreateTopicOutput struct {

	// The Amazon Resource Name (ARN) assigned to the created topic.
	TopicArn *string `type:"string"`
	// contains filtered or unexported fields
}

Response from CreateTopic action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/CreateTopicResponse

func (CreateTopicOutput) GoString

func (s CreateTopicOutput) GoString() string

GoString returns the string representation

func (CreateTopicOutput) SDKResponseMetadata

func (s CreateTopicOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (CreateTopicOutput) String

func (s CreateTopicOutput) String() string

String returns the string representation

type CreateTopicRequest

type CreateTopicRequest struct {
	*aws.Request
	Input *CreateTopicInput
	Copy  func(*CreateTopicInput) CreateTopicRequest
}

CreateTopicRequest is a API request type for the CreateTopic API operation.

func (CreateTopicRequest) Send

Send marshals and sends the CreateTopic API request.

type DeleteEndpointInput

type DeleteEndpointInput struct {

	// EndpointArn of endpoint to delete.
	//
	// EndpointArn is a required field
	EndpointArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Input for DeleteEndpoint action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/DeleteEndpointInput

func (DeleteEndpointInput) GoString

func (s DeleteEndpointInput) GoString() string

GoString returns the string representation

func (DeleteEndpointInput) String

func (s DeleteEndpointInput) String() string

String returns the string representation

func (*DeleteEndpointInput) Validate

func (s *DeleteEndpointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteEndpointOutput

type DeleteEndpointOutput struct {
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/DeleteEndpointOutput

func (DeleteEndpointOutput) GoString

func (s DeleteEndpointOutput) GoString() string

GoString returns the string representation

func (DeleteEndpointOutput) SDKResponseMetadata

func (s DeleteEndpointOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteEndpointOutput) String

func (s DeleteEndpointOutput) String() string

String returns the string representation

type DeleteEndpointRequest

type DeleteEndpointRequest struct {
	*aws.Request
	Input *DeleteEndpointInput
	Copy  func(*DeleteEndpointInput) DeleteEndpointRequest
}

DeleteEndpointRequest is a API request type for the DeleteEndpoint API operation.

func (DeleteEndpointRequest) Send

Send marshals and sends the DeleteEndpoint API request.

type DeletePlatformApplicationInput

type DeletePlatformApplicationInput struct {

	// PlatformApplicationArn of platform application object to delete.
	//
	// PlatformApplicationArn is a required field
	PlatformApplicationArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Input for DeletePlatformApplication action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/DeletePlatformApplicationInput

func (DeletePlatformApplicationInput) GoString

GoString returns the string representation

func (DeletePlatformApplicationInput) String

String returns the string representation

func (*DeletePlatformApplicationInput) Validate

func (s *DeletePlatformApplicationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeletePlatformApplicationOutput

type DeletePlatformApplicationOutput struct {
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/DeletePlatformApplicationOutput

func (DeletePlatformApplicationOutput) GoString

GoString returns the string representation

func (DeletePlatformApplicationOutput) SDKResponseMetadata

func (s DeletePlatformApplicationOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeletePlatformApplicationOutput) String

String returns the string representation

type DeletePlatformApplicationRequest

type DeletePlatformApplicationRequest struct {
	*aws.Request
	Input *DeletePlatformApplicationInput
	Copy  func(*DeletePlatformApplicationInput) DeletePlatformApplicationRequest
}

DeletePlatformApplicationRequest is a API request type for the DeletePlatformApplication API operation.

func (DeletePlatformApplicationRequest) Send

Send marshals and sends the DeletePlatformApplication API request.

type DeleteTopicInput

type DeleteTopicInput struct {

	// The ARN of the topic you want to delete.
	//
	// TopicArn is a required field
	TopicArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/DeleteTopicInput

func (DeleteTopicInput) GoString

func (s DeleteTopicInput) GoString() string

GoString returns the string representation

func (DeleteTopicInput) String

func (s DeleteTopicInput) String() string

String returns the string representation

func (*DeleteTopicInput) Validate

func (s *DeleteTopicInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteTopicOutput

type DeleteTopicOutput struct {
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/DeleteTopicOutput

func (DeleteTopicOutput) GoString

func (s DeleteTopicOutput) GoString() string

GoString returns the string representation

func (DeleteTopicOutput) SDKResponseMetadata

func (s DeleteTopicOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteTopicOutput) String

func (s DeleteTopicOutput) String() string

String returns the string representation

type DeleteTopicRequest

type DeleteTopicRequest struct {
	*aws.Request
	Input *DeleteTopicInput
	Copy  func(*DeleteTopicInput) DeleteTopicRequest
}

DeleteTopicRequest is a API request type for the DeleteTopic API operation.

func (DeleteTopicRequest) Send

Send marshals and sends the DeleteTopic API request.

type Endpoint

type Endpoint struct {

	// Attributes for endpoint.
	Attributes map[string]string `type:"map"`

	// EndpointArn for mobile app and device.
	EndpointArn *string `type:"string"`
	// contains filtered or unexported fields
}

Endpoint for mobile app and device. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/Endpoint

func (Endpoint) GoString

func (s Endpoint) GoString() string

GoString returns the string representation

func (Endpoint) String

func (s Endpoint) String() string

String returns the string representation

type GetEndpointAttributesInput

type GetEndpointAttributesInput struct {

	// EndpointArn for GetEndpointAttributes input.
	//
	// EndpointArn is a required field
	EndpointArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Input for GetEndpointAttributes action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/GetEndpointAttributesInput

func (GetEndpointAttributesInput) GoString

func (s GetEndpointAttributesInput) GoString() string

GoString returns the string representation

func (GetEndpointAttributesInput) String

String returns the string representation

func (*GetEndpointAttributesInput) Validate

func (s *GetEndpointAttributesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetEndpointAttributesOutput

type GetEndpointAttributesOutput struct {

	// Attributes include the following:
	//
	//    * CustomUserData -- arbitrary user data to associate with the endpoint.
	//    Amazon SNS does not use this data. The data must be in UTF-8 format and
	//    less than 2KB.
	//
	//    * Enabled -- flag that enables/disables delivery to the endpoint. Amazon
	//    SNS will set this to false when a notification service indicates to Amazon
	//    SNS that the endpoint is invalid. Users can set it back to true, typically
	//    after updating Token.
	//
	//    * Token -- device token, also referred to as a registration id, for an
	//    app and mobile device. This is returned from the notification service
	//    when an app and mobile device are registered with the notification service.
	Attributes map[string]string `type:"map"`
	// contains filtered or unexported fields
}

Response from GetEndpointAttributes of the EndpointArn. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/GetEndpointAttributesResponse

func (GetEndpointAttributesOutput) GoString

func (s GetEndpointAttributesOutput) GoString() string

GoString returns the string representation

func (GetEndpointAttributesOutput) SDKResponseMetadata

func (s GetEndpointAttributesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (GetEndpointAttributesOutput) String

String returns the string representation

type GetEndpointAttributesRequest

type GetEndpointAttributesRequest struct {
	*aws.Request
	Input *GetEndpointAttributesInput
	Copy  func(*GetEndpointAttributesInput) GetEndpointAttributesRequest
}

GetEndpointAttributesRequest is a API request type for the GetEndpointAttributes API operation.

func (GetEndpointAttributesRequest) Send

Send marshals and sends the GetEndpointAttributes API request.

type GetPlatformApplicationAttributesInput

type GetPlatformApplicationAttributesInput struct {

	// PlatformApplicationArn for GetPlatformApplicationAttributesInput.
	//
	// PlatformApplicationArn is a required field
	PlatformApplicationArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Input for GetPlatformApplicationAttributes action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/GetPlatformApplicationAttributesInput

func (GetPlatformApplicationAttributesInput) GoString

GoString returns the string representation

func (GetPlatformApplicationAttributesInput) String

String returns the string representation

func (*GetPlatformApplicationAttributesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type GetPlatformApplicationAttributesOutput

type GetPlatformApplicationAttributesOutput struct {

	// Attributes include the following:
	//
	//    * EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications
	//    should be sent.
	//
	//    * EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications
	//    should be sent.
	//
	//    * EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications
	//    should be sent.
	//
	//    * EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications
	//    should be sent upon Direct Publish delivery failure (permanent) to one
	//    of the application's endpoints.
	Attributes map[string]string `type:"map"`
	// contains filtered or unexported fields
}

Response for GetPlatformApplicationAttributes action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/GetPlatformApplicationAttributesResponse

func (GetPlatformApplicationAttributesOutput) GoString

GoString returns the string representation

func (GetPlatformApplicationAttributesOutput) SDKResponseMetadata

func (s GetPlatformApplicationAttributesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (GetPlatformApplicationAttributesOutput) String

String returns the string representation

type GetPlatformApplicationAttributesRequest

type GetPlatformApplicationAttributesRequest struct {
	*aws.Request
	Input *GetPlatformApplicationAttributesInput
	Copy  func(*GetPlatformApplicationAttributesInput) GetPlatformApplicationAttributesRequest
}

GetPlatformApplicationAttributesRequest is a API request type for the GetPlatformApplicationAttributes API operation.

func (GetPlatformApplicationAttributesRequest) Send

Send marshals and sends the GetPlatformApplicationAttributes API request.

type GetSMSAttributesInput

type GetSMSAttributesInput struct {

	// A list of the individual attribute names, such as MonthlySpendLimit, for
	// which you want values.
	//
	// For all attribute names, see SetSMSAttributes (http://docs.aws.amazon.com/sns/latest/api/API_SetSMSAttributes.html).
	//
	// If you don't use this parameter, Amazon SNS returns all SMS attributes.
	Attributes []string `locationName:"attributes" type:"list"`
	// contains filtered or unexported fields
}

The input for the GetSMSAttributes request. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/GetSMSAttributesInput

func (GetSMSAttributesInput) GoString

func (s GetSMSAttributesInput) GoString() string

GoString returns the string representation

func (GetSMSAttributesInput) String

func (s GetSMSAttributesInput) String() string

String returns the string representation

type GetSMSAttributesOutput

type GetSMSAttributesOutput struct {

	// The SMS attribute names and their values.
	Attributes map[string]string `locationName:"attributes" type:"map"`
	// contains filtered or unexported fields
}

The response from the GetSMSAttributes request. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/GetSMSAttributesResponse

func (GetSMSAttributesOutput) GoString

func (s GetSMSAttributesOutput) GoString() string

GoString returns the string representation

func (GetSMSAttributesOutput) SDKResponseMetadata

func (s GetSMSAttributesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (GetSMSAttributesOutput) String

func (s GetSMSAttributesOutput) String() string

String returns the string representation

type GetSMSAttributesRequest

type GetSMSAttributesRequest struct {
	*aws.Request
	Input *GetSMSAttributesInput
	Copy  func(*GetSMSAttributesInput) GetSMSAttributesRequest
}

GetSMSAttributesRequest is a API request type for the GetSMSAttributes API operation.

func (GetSMSAttributesRequest) Send

Send marshals and sends the GetSMSAttributes API request.

type GetSubscriptionAttributesInput

type GetSubscriptionAttributesInput struct {

	// The ARN of the subscription whose properties you want to get.
	//
	// SubscriptionArn is a required field
	SubscriptionArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Input for GetSubscriptionAttributes. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/GetSubscriptionAttributesInput

func (GetSubscriptionAttributesInput) GoString

GoString returns the string representation

func (GetSubscriptionAttributesInput) String

String returns the string representation

func (*GetSubscriptionAttributesInput) Validate

func (s *GetSubscriptionAttributesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetSubscriptionAttributesOutput

type GetSubscriptionAttributesOutput struct {

	// A map of the subscription's attributes. Attributes in this map include the
	// following:
	//
	//    * SubscriptionArn -- the subscription's ARN
	//
	//    * TopicArn -- the topic ARN that the subscription is associated with
	//
	//    * Owner -- the AWS account ID of the subscription's owner
	//
	//    * ConfirmationWasAuthenticated -- true if the subscription confirmation
	//    request was authenticated
	//
	//    * DeliveryPolicy -- the JSON serialization of the subscription's delivery
	//    policy
	//
	//    * EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery
	//    policy that takes into account the topic delivery policy and account system
	//    defaults
	Attributes map[string]string `type:"map"`
	// contains filtered or unexported fields
}

Response for GetSubscriptionAttributes action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/GetSubscriptionAttributesResponse

func (GetSubscriptionAttributesOutput) GoString

GoString returns the string representation

func (GetSubscriptionAttributesOutput) SDKResponseMetadata

func (s GetSubscriptionAttributesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (GetSubscriptionAttributesOutput) String

String returns the string representation

type GetSubscriptionAttributesRequest

type GetSubscriptionAttributesRequest struct {
	*aws.Request
	Input *GetSubscriptionAttributesInput
	Copy  func(*GetSubscriptionAttributesInput) GetSubscriptionAttributesRequest
}

GetSubscriptionAttributesRequest is a API request type for the GetSubscriptionAttributes API operation.

func (GetSubscriptionAttributesRequest) Send

Send marshals and sends the GetSubscriptionAttributes API request.

type GetTopicAttributesInput

type GetTopicAttributesInput struct {

	// The ARN of the topic whose properties you want to get.
	//
	// TopicArn is a required field
	TopicArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Input for GetTopicAttributes action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/GetTopicAttributesInput

func (GetTopicAttributesInput) GoString

func (s GetTopicAttributesInput) GoString() string

GoString returns the string representation

func (GetTopicAttributesInput) String

func (s GetTopicAttributesInput) String() string

String returns the string representation

func (*GetTopicAttributesInput) Validate

func (s *GetTopicAttributesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetTopicAttributesOutput

type GetTopicAttributesOutput struct {

	// A map of the topic's attributes. Attributes in this map include the following:
	//
	//    * TopicArn -- the topic's ARN
	//
	//    * Owner -- the AWS account ID of the topic's owner
	//
	//    * Policy -- the JSON serialization of the topic's access control policy
	//
	//    * DisplayName -- the human-readable name used in the "From" field for
	//    notifications to email and email-json endpoints
	//
	//    * SubscriptionsPending -- the number of subscriptions pending confirmation
	//    on this topic
	//
	//    * SubscriptionsConfirmed -- the number of confirmed subscriptions on this
	//    topic
	//
	//    * SubscriptionsDeleted -- the number of deleted subscriptions on this
	//    topic
	//
	//    * DeliveryPolicy -- the JSON serialization of the topic's delivery policy
	//
	//    * EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery
	//    policy that takes into account system defaults
	Attributes map[string]string `type:"map"`
	// contains filtered or unexported fields
}

Response for GetTopicAttributes action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/GetTopicAttributesResponse

func (GetTopicAttributesOutput) GoString

func (s GetTopicAttributesOutput) GoString() string

GoString returns the string representation

func (GetTopicAttributesOutput) SDKResponseMetadata

func (s GetTopicAttributesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (GetTopicAttributesOutput) String

func (s GetTopicAttributesOutput) String() string

String returns the string representation

type GetTopicAttributesRequest

type GetTopicAttributesRequest struct {
	*aws.Request
	Input *GetTopicAttributesInput
	Copy  func(*GetTopicAttributesInput) GetTopicAttributesRequest
}

GetTopicAttributesRequest is a API request type for the GetTopicAttributes API operation.

func (GetTopicAttributesRequest) Send

Send marshals and sends the GetTopicAttributes API request.

type ListEndpointsByPlatformApplicationInput

type ListEndpointsByPlatformApplicationInput struct {

	// NextToken string is used when calling ListEndpointsByPlatformApplication
	// action to retrieve additional records that are available after the first
	// page results.
	NextToken *string `type:"string"`

	// PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.
	//
	// PlatformApplicationArn is a required field
	PlatformApplicationArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Input for ListEndpointsByPlatformApplication action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/ListEndpointsByPlatformApplicationInput

func (ListEndpointsByPlatformApplicationInput) GoString

GoString returns the string representation

func (ListEndpointsByPlatformApplicationInput) String

String returns the string representation

func (*ListEndpointsByPlatformApplicationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ListEndpointsByPlatformApplicationOutput

type ListEndpointsByPlatformApplicationOutput struct {

	// Endpoints returned for ListEndpointsByPlatformApplication action.
	Endpoints []Endpoint `type:"list"`

	// NextToken string is returned when calling ListEndpointsByPlatformApplication
	// action if additional records are available after the first page results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

Response for ListEndpointsByPlatformApplication action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/ListEndpointsByPlatformApplicationResponse

func (ListEndpointsByPlatformApplicationOutput) GoString

GoString returns the string representation

func (ListEndpointsByPlatformApplicationOutput) SDKResponseMetadata

func (s ListEndpointsByPlatformApplicationOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (ListEndpointsByPlatformApplicationOutput) String

String returns the string representation

type ListEndpointsByPlatformApplicationPager

type ListEndpointsByPlatformApplicationPager struct {
	aws.Pager
}

ListEndpointsByPlatformApplicationPager is used to paginate the request. This can be done by calling Next and CurrentPage.

func (*ListEndpointsByPlatformApplicationPager) CurrentPage

type ListEndpointsByPlatformApplicationRequest

ListEndpointsByPlatformApplicationRequest is a API request type for the ListEndpointsByPlatformApplication API operation.

func (*ListEndpointsByPlatformApplicationRequest) Paginate

Paginate pages iterates over the pages of a ListEndpointsByPlatformApplicationRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.

Note: This operation can generate multiple requests to a service.

   // Example iterating over at most 3 pages of a ListEndpointsByPlatformApplication operation.
		req := client.ListEndpointsByPlatformApplicationRequest(input)
		p := req.Paginate()
		for p.Next() {
			page := p.CurrentPage()
		}

		if err := p.Err(); err != nil {
			return err
		}

func (ListEndpointsByPlatformApplicationRequest) Send

Send marshals and sends the ListEndpointsByPlatformApplication API request.

type ListPhoneNumbersOptedOutInput

type ListPhoneNumbersOptedOutInput struct {

	// A NextToken string is used when you call the ListPhoneNumbersOptedOut action
	// to retrieve additional records that are available after the first page of
	// results.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

The input for the ListPhoneNumbersOptedOut action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/ListPhoneNumbersOptedOutInput

func (ListPhoneNumbersOptedOutInput) GoString

GoString returns the string representation

func (ListPhoneNumbersOptedOutInput) String

String returns the string representation

type ListPhoneNumbersOptedOutOutput

type ListPhoneNumbersOptedOutOutput struct {

	// A NextToken string is returned when you call the ListPhoneNumbersOptedOut
	// action if additional records are available after the first page of results.
	NextToken *string `locationName:"nextToken" type:"string"`

	// A list of phone numbers that are opted out of receiving SMS messages. The
	// list is paginated, and each page can contain up to 100 phone numbers.
	PhoneNumbers []string `locationName:"phoneNumbers" type:"list"`
	// contains filtered or unexported fields
}

The response from the ListPhoneNumbersOptedOut action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/ListPhoneNumbersOptedOutResponse

func (ListPhoneNumbersOptedOutOutput) GoString

GoString returns the string representation

func (ListPhoneNumbersOptedOutOutput) SDKResponseMetadata

func (s ListPhoneNumbersOptedOutOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (ListPhoneNumbersOptedOutOutput) String

String returns the string representation

type ListPhoneNumbersOptedOutRequest

type ListPhoneNumbersOptedOutRequest struct {
	*aws.Request
	Input *ListPhoneNumbersOptedOutInput
	Copy  func(*ListPhoneNumbersOptedOutInput) ListPhoneNumbersOptedOutRequest
}

ListPhoneNumbersOptedOutRequest is a API request type for the ListPhoneNumbersOptedOut API operation.

func (ListPhoneNumbersOptedOutRequest) Send

Send marshals and sends the ListPhoneNumbersOptedOut API request.

type ListPlatformApplicationsInput

type ListPlatformApplicationsInput struct {

	// NextToken string is used when calling ListPlatformApplications action to
	// retrieve additional records that are available after the first page results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

Input for ListPlatformApplications action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/ListPlatformApplicationsInput

func (ListPlatformApplicationsInput) GoString

GoString returns the string representation

func (ListPlatformApplicationsInput) String

String returns the string representation

type ListPlatformApplicationsOutput

type ListPlatformApplicationsOutput struct {

	// NextToken string is returned when calling ListPlatformApplications action
	// if additional records are available after the first page results.
	NextToken *string `type:"string"`

	// Platform applications returned when calling ListPlatformApplications action.
	PlatformApplications []PlatformApplication `type:"list"`
	// contains filtered or unexported fields
}

Response for ListPlatformApplications action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/ListPlatformApplicationsResponse

func (ListPlatformApplicationsOutput) GoString

GoString returns the string representation

func (ListPlatformApplicationsOutput) SDKResponseMetadata

func (s ListPlatformApplicationsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (ListPlatformApplicationsOutput) String

String returns the string representation

type ListPlatformApplicationsPager

type ListPlatformApplicationsPager struct {
	aws.Pager
}

ListPlatformApplicationsPager is used to paginate the request. This can be done by calling Next and CurrentPage.

func (*ListPlatformApplicationsPager) CurrentPage

type ListPlatformApplicationsRequest

type ListPlatformApplicationsRequest struct {
	*aws.Request
	Input *ListPlatformApplicationsInput
	Copy  func(*ListPlatformApplicationsInput) ListPlatformApplicationsRequest
}

ListPlatformApplicationsRequest is a API request type for the ListPlatformApplications API operation.

func (*ListPlatformApplicationsRequest) Paginate

Paginate pages iterates over the pages of a ListPlatformApplicationsRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.

Note: This operation can generate multiple requests to a service.

   // Example iterating over at most 3 pages of a ListPlatformApplications operation.
		req := client.ListPlatformApplicationsRequest(input)
		p := req.Paginate()
		for p.Next() {
			page := p.CurrentPage()
		}

		if err := p.Err(); err != nil {
			return err
		}

func (ListPlatformApplicationsRequest) Send

Send marshals and sends the ListPlatformApplications API request.

type ListSubscriptionsByTopicInput

type ListSubscriptionsByTopicInput struct {

	// Token returned by the previous ListSubscriptionsByTopic request.
	NextToken *string `type:"string"`

	// The ARN of the topic for which you wish to find subscriptions.
	//
	// TopicArn is a required field
	TopicArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Input for ListSubscriptionsByTopic action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/ListSubscriptionsByTopicInput

func (ListSubscriptionsByTopicInput) GoString

GoString returns the string representation

func (ListSubscriptionsByTopicInput) String

String returns the string representation

func (*ListSubscriptionsByTopicInput) Validate

func (s *ListSubscriptionsByTopicInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListSubscriptionsByTopicOutput

type ListSubscriptionsByTopicOutput struct {

	// Token to pass along to the next ListSubscriptionsByTopic request. This element
	// is returned if there are more subscriptions to retrieve.
	NextToken *string `type:"string"`

	// A list of subscriptions.
	Subscriptions []Subscription `type:"list"`
	// contains filtered or unexported fields
}

Response for ListSubscriptionsByTopic action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/ListSubscriptionsByTopicResponse

func (ListSubscriptionsByTopicOutput) GoString

GoString returns the string representation

func (ListSubscriptionsByTopicOutput) SDKResponseMetadata

func (s ListSubscriptionsByTopicOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (ListSubscriptionsByTopicOutput) String

String returns the string representation

type ListSubscriptionsByTopicPager

type ListSubscriptionsByTopicPager struct {
	aws.Pager
}

ListSubscriptionsByTopicPager is used to paginate the request. This can be done by calling Next and CurrentPage.

func (*ListSubscriptionsByTopicPager) CurrentPage

type ListSubscriptionsByTopicRequest

type ListSubscriptionsByTopicRequest struct {
	*aws.Request
	Input *ListSubscriptionsByTopicInput
	Copy  func(*ListSubscriptionsByTopicInput) ListSubscriptionsByTopicRequest
}

ListSubscriptionsByTopicRequest is a API request type for the ListSubscriptionsByTopic API operation.

func (*ListSubscriptionsByTopicRequest) Paginate

Paginate pages iterates over the pages of a ListSubscriptionsByTopicRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.

Note: This operation can generate multiple requests to a service.

   // Example iterating over at most 3 pages of a ListSubscriptionsByTopic operation.
		req := client.ListSubscriptionsByTopicRequest(input)
		p := req.Paginate()
		for p.Next() {
			page := p.CurrentPage()
		}

		if err := p.Err(); err != nil {
			return err
		}

func (ListSubscriptionsByTopicRequest) Send

Send marshals and sends the ListSubscriptionsByTopic API request.

type ListSubscriptionsInput

type ListSubscriptionsInput struct {

	// Token returned by the previous ListSubscriptions request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

Input for ListSubscriptions action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/ListSubscriptionsInput

func (ListSubscriptionsInput) GoString

func (s ListSubscriptionsInput) GoString() string

GoString returns the string representation

func (ListSubscriptionsInput) String

func (s ListSubscriptionsInput) String() string

String returns the string representation

type ListSubscriptionsOutput

type ListSubscriptionsOutput struct {

	// Token to pass along to the next ListSubscriptions request. This element is
	// returned if there are more subscriptions to retrieve.
	NextToken *string `type:"string"`

	// A list of subscriptions.
	Subscriptions []Subscription `type:"list"`
	// contains filtered or unexported fields
}

Response for ListSubscriptions action Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/ListSubscriptionsResponse

func (ListSubscriptionsOutput) GoString

func (s ListSubscriptionsOutput) GoString() string

GoString returns the string representation

func (ListSubscriptionsOutput) SDKResponseMetadata

func (s ListSubscriptionsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (ListSubscriptionsOutput) String

func (s ListSubscriptionsOutput) String() string

String returns the string representation

type ListSubscriptionsPager

type ListSubscriptionsPager struct {
	aws.Pager
}

ListSubscriptionsPager is used to paginate the request. This can be done by calling Next and CurrentPage.

func (*ListSubscriptionsPager) CurrentPage

type ListSubscriptionsRequest

type ListSubscriptionsRequest struct {
	*aws.Request
	Input *ListSubscriptionsInput
	Copy  func(*ListSubscriptionsInput) ListSubscriptionsRequest
}

ListSubscriptionsRequest is a API request type for the ListSubscriptions API operation.

func (*ListSubscriptionsRequest) Paginate

Paginate pages iterates over the pages of a ListSubscriptionsRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.

Note: This operation can generate multiple requests to a service.

   // Example iterating over at most 3 pages of a ListSubscriptions operation.
		req := client.ListSubscriptionsRequest(input)
		p := req.Paginate()
		for p.Next() {
			page := p.CurrentPage()
		}

		if err := p.Err(); err != nil {
			return err
		}

func (ListSubscriptionsRequest) Send

Send marshals and sends the ListSubscriptions API request.

type ListTopicsInput

type ListTopicsInput struct {

	// Token returned by the previous ListTopics request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/ListTopicsInput

func (ListTopicsInput) GoString

func (s ListTopicsInput) GoString() string

GoString returns the string representation

func (ListTopicsInput) String

func (s ListTopicsInput) String() string

String returns the string representation

type ListTopicsOutput

type ListTopicsOutput struct {

	// Token to pass along to the next ListTopics request. This element is returned
	// if there are additional topics to retrieve.
	NextToken *string `type:"string"`

	// A list of topic ARNs.
	Topics []Topic `type:"list"`
	// contains filtered or unexported fields
}

Response for ListTopics action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/ListTopicsResponse

func (ListTopicsOutput) GoString

func (s ListTopicsOutput) GoString() string

GoString returns the string representation

func (ListTopicsOutput) SDKResponseMetadata

func (s ListTopicsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (ListTopicsOutput) String

func (s ListTopicsOutput) String() string

String returns the string representation

type ListTopicsPager

type ListTopicsPager struct {
	aws.Pager
}

ListTopicsPager is used to paginate the request. This can be done by calling Next and CurrentPage.

func (*ListTopicsPager) CurrentPage

func (p *ListTopicsPager) CurrentPage() *ListTopicsOutput

type ListTopicsRequest

type ListTopicsRequest struct {
	*aws.Request
	Input *ListTopicsInput
	Copy  func(*ListTopicsInput) ListTopicsRequest
}

ListTopicsRequest is a API request type for the ListTopics API operation.

func (*ListTopicsRequest) Paginate

func (p *ListTopicsRequest) Paginate(opts ...aws.Option) ListTopicsPager

Paginate pages iterates over the pages of a ListTopicsRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.

Note: This operation can generate multiple requests to a service.

   // Example iterating over at most 3 pages of a ListTopics operation.
		req := client.ListTopicsRequest(input)
		p := req.Paginate()
		for p.Next() {
			page := p.CurrentPage()
		}

		if err := p.Err(); err != nil {
			return err
		}

func (ListTopicsRequest) Send

Send marshals and sends the ListTopics API request.

type MessageAttributeValue

type MessageAttributeValue struct {

	// Binary type attributes can store any binary data, for example, compressed
	// data, encrypted data, or images.
	//
	// BinaryValue is automatically base64 encoded/decoded by the SDK.
	BinaryValue []byte `type:"blob"`

	// Amazon SNS supports the following logical data types: String, Number, and
	// Binary. For more information, see Message Attribute Data Types (http://docs.aws.amazon.com/sns/latest/dg/SNSMessageAttributes.html#SNSMessageAttributes.DataTypes).
	//
	// DataType is a required field
	DataType *string `type:"string" required:"true"`

	// Strings are Unicode with UTF8 binary encoding. For a list of code values,
	// see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters (http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters).
	StringValue *string `type:"string"`
	// contains filtered or unexported fields
}

The user-specified message attribute value. For string data types, the value attribute has the same restrictions on the content as the message body. For more information, see Publish (http://docs.aws.amazon.com/sns/latest/api/API_Publish.html).

Name, type, and value must not be empty or null. In addition, the message body should not be empty or null. All parts of the message attribute, including name, type, and value, are included in the message size restriction, which is currently 256 KB (262,144 bytes). For more information, see Using Amazon SNS Message Attributes (http://docs.aws.amazon.com/sns/latest/dg/SNSMessageAttributes.html). Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/MessageAttributeValue

func (MessageAttributeValue) GoString

func (s MessageAttributeValue) GoString() string

GoString returns the string representation

func (MessageAttributeValue) String

func (s MessageAttributeValue) String() string

String returns the string representation

func (*MessageAttributeValue) Validate

func (s *MessageAttributeValue) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OptInPhoneNumberInput

type OptInPhoneNumberInput struct {

	// The phone number to opt in.
	//
	// PhoneNumber is a required field
	PhoneNumber *string `locationName:"phoneNumber" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Input for the OptInPhoneNumber action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/OptInPhoneNumberInput

func (OptInPhoneNumberInput) GoString

func (s OptInPhoneNumberInput) GoString() string

GoString returns the string representation

func (OptInPhoneNumberInput) String

func (s OptInPhoneNumberInput) String() string

String returns the string representation

func (*OptInPhoneNumberInput) Validate

func (s *OptInPhoneNumberInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OptInPhoneNumberOutput

type OptInPhoneNumberOutput struct {
	// contains filtered or unexported fields
}

The response for the OptInPhoneNumber action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/OptInPhoneNumberResponse

func (OptInPhoneNumberOutput) GoString

func (s OptInPhoneNumberOutput) GoString() string

GoString returns the string representation

func (OptInPhoneNumberOutput) SDKResponseMetadata

func (s OptInPhoneNumberOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (OptInPhoneNumberOutput) String

func (s OptInPhoneNumberOutput) String() string

String returns the string representation

type OptInPhoneNumberRequest

type OptInPhoneNumberRequest struct {
	*aws.Request
	Input *OptInPhoneNumberInput
	Copy  func(*OptInPhoneNumberInput) OptInPhoneNumberRequest
}

OptInPhoneNumberRequest is a API request type for the OptInPhoneNumber API operation.

func (OptInPhoneNumberRequest) Send

Send marshals and sends the OptInPhoneNumber API request.

type PlatformApplication

type PlatformApplication struct {

	// Attributes for platform application object.
	Attributes map[string]string `type:"map"`

	// PlatformApplicationArn for platform application object.
	PlatformApplicationArn *string `type:"string"`
	// contains filtered or unexported fields
}

Platform application object. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/PlatformApplication

func (PlatformApplication) GoString

func (s PlatformApplication) GoString() string

GoString returns the string representation

func (PlatformApplication) String

func (s PlatformApplication) String() string

String returns the string representation

type PublishInput

type PublishInput struct {

	// The message you want to send to the topic.
	//
	// If you want to send the same message to all transport protocols, include
	// the text of the message as a String value.
	//
	// If you want to send different messages for each transport protocol, set the
	// value of the MessageStructure parameter to json and use a JSON object for
	// the Message parameter.
	//
	// Constraints: Messages must be UTF-8 encoded strings at most 256 KB in size
	// (262144 bytes, not 262144 characters).
	//
	// JSON-specific constraints:
	//
	//    * Keys in the JSON object that correspond to supported transport protocols
	//    must have simple JSON string values.
	//
	//    * The values will be parsed (unescaped) before they are used in outgoing
	//    messages.
	//
	//    * Outbound notifications are JSON encoded (meaning that the characters
	//    will be reescaped for sending).
	//
	//    * Values have a minimum length of 0 (the empty string, "", is allowed).
	//
	//    * Values have a maximum length bounded by the overall message size (so,
	//    including multiple protocols may limit message sizes).
	//
	//    * Non-string values will cause the key to be ignored.
	//
	//    * Keys that do not correspond to supported transport protocols are ignored.
	//
	//    * Duplicate keys are not allowed.
	//
	//    * Failure to parse or validate any key or value in the message will cause
	//    the Publish call to return an error (no partial delivery).
	//
	// Message is a required field
	Message *string `type:"string" required:"true"`

	// Message attributes for Publish action.
	MessageAttributes map[string]MessageAttributeValue `locationNameKey:"Name" locationNameValue:"Value" type:"map"`

	// Set MessageStructure to json if you want to send a different message for
	// each protocol. For example, using one publish action, you can send a short
	// message to your SMS subscribers and a longer message to your email subscribers.
	// If you set MessageStructure to json, the value of the Message parameter must:
	//
	//    * be a syntactically valid JSON object; and
	//
	//    * contain at least a top-level JSON key of "default" with a value that
	//    is a string.
	//
	// You can define other top-level keys that define the message you want to send
	// to a specific transport protocol (e.g., "http").
	//
	// For information about sending different messages for each protocol using
	// the AWS Management Console, go to Create Different Messages for Each Protocol
	// (http://docs.aws.amazon.com/sns/latest/gsg/Publish.html#sns-message-formatting-by-protocol)
	// in the Amazon Simple Notification Service Getting Started Guide.
	//
	// Valid value: json
	MessageStructure *string `type:"string"`

	// The phone number to which you want to deliver an SMS message. Use E.164 format.
	//
	// If you don't specify a value for the PhoneNumber parameter, you must specify
	// a value for the TargetArn or TopicArn parameters.
	PhoneNumber *string `type:"string"`

	// Optional parameter to be used as the "Subject" line when the message is delivered
	// to email endpoints. This field will also be included, if present, in the
	// standard JSON messages delivered to other endpoints.
	//
	// Constraints: Subjects must be ASCII text that begins with a letter, number,
	// or punctuation mark; must not include line breaks or control characters;
	// and must be less than 100 characters long.
	Subject *string `type:"string"`

	// Either TopicArn or EndpointArn, but not both.
	//
	// If you don't specify a value for the TargetArn parameter, you must specify
	// a value for the PhoneNumber or TopicArn parameters.
	TargetArn *string `type:"string"`

	// The topic you want to publish to.
	//
	// If you don't specify a value for the TopicArn parameter, you must specify
	// a value for the PhoneNumber or TargetArn parameters.
	TopicArn *string `type:"string"`
	// contains filtered or unexported fields
}

Input for Publish action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/PublishInput

func (PublishInput) GoString

func (s PublishInput) GoString() string

GoString returns the string representation

func (PublishInput) String

func (s PublishInput) String() string

String returns the string representation

func (*PublishInput) Validate

func (s *PublishInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PublishOutput

type PublishOutput struct {

	// Unique identifier assigned to the published message.
	//
	// Length Constraint: Maximum 100 characters
	MessageId *string `type:"string"`
	// contains filtered or unexported fields
}

Response for Publish action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/PublishResponse

func (PublishOutput) GoString

func (s PublishOutput) GoString() string

GoString returns the string representation

func (PublishOutput) SDKResponseMetadata

func (s PublishOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (PublishOutput) String

func (s PublishOutput) String() string

String returns the string representation

type PublishRequest

type PublishRequest struct {
	*aws.Request
	Input *PublishInput
	Copy  func(*PublishInput) PublishRequest
}

PublishRequest is a API request type for the Publish API operation.

func (PublishRequest) Send

func (r PublishRequest) Send() (*PublishOutput, error)

Send marshals and sends the Publish API request.

type RemovePermissionInput

type RemovePermissionInput struct {

	// The unique label of the statement you want to remove.
	//
	// Label is a required field
	Label *string `type:"string" required:"true"`

	// The ARN of the topic whose access control policy you wish to modify.
	//
	// TopicArn is a required field
	TopicArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Input for RemovePermission action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/RemovePermissionInput

func (RemovePermissionInput) GoString

func (s RemovePermissionInput) GoString() string

GoString returns the string representation

func (RemovePermissionInput) String

func (s RemovePermissionInput) String() string

String returns the string representation

func (*RemovePermissionInput) Validate

func (s *RemovePermissionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RemovePermissionOutput

type RemovePermissionOutput struct {
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/RemovePermissionOutput

func (RemovePermissionOutput) GoString

func (s RemovePermissionOutput) GoString() string

GoString returns the string representation

func (RemovePermissionOutput) SDKResponseMetadata

func (s RemovePermissionOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (RemovePermissionOutput) String

func (s RemovePermissionOutput) String() string

String returns the string representation

type RemovePermissionRequest

type RemovePermissionRequest struct {
	*aws.Request
	Input *RemovePermissionInput
	Copy  func(*RemovePermissionInput) RemovePermissionRequest
}

RemovePermissionRequest is a API request type for the RemovePermission API operation.

func (RemovePermissionRequest) Send

Send marshals and sends the RemovePermission API request.

type SNS

type SNS struct {
	*aws.Client
}

SNS provides the API operation methods for making requests to Amazon Simple Notification Service. See this package's package overview docs for details on the service.

SNS methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(config aws.Config) *SNS

New creates a new instance of the SNS client with a config.

Example:

// Create a SNS client from just a config.
svc := sns.New(myConfig)

func (*SNS) AddPermissionRequest

func (c *SNS) AddPermissionRequest(input *AddPermissionInput) AddPermissionRequest

AddPermissionRequest returns a request value for making API operation for Amazon Simple Notification Service.

Adds a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions.

// Example sending a request using the AddPermissionRequest method.
req := client.AddPermissionRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/AddPermission

func (*SNS) CheckIfPhoneNumberIsOptedOutRequest

func (c *SNS) CheckIfPhoneNumberIsOptedOutRequest(input *CheckIfPhoneNumberIsOptedOutInput) CheckIfPhoneNumberIsOptedOutRequest

CheckIfPhoneNumberIsOptedOutRequest returns a request value for making API operation for Amazon Simple Notification Service.

Accepts a phone number and indicates whether the phone holder has opted out of receiving SMS messages from your account. You cannot send SMS messages to a number that is opted out.

To resume sending messages, you can opt in the number by using the OptInPhoneNumber action.

// Example sending a request using the CheckIfPhoneNumberIsOptedOutRequest method.
req := client.CheckIfPhoneNumberIsOptedOutRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/CheckIfPhoneNumberIsOptedOut

func (*SNS) ConfirmSubscriptionRequest

func (c *SNS) ConfirmSubscriptionRequest(input *ConfirmSubscriptionInput) ConfirmSubscriptionRequest

ConfirmSubscriptionRequest returns a request value for making API operation for Amazon Simple Notification Service.

Verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlier Subscribe action. If the token is valid, the action creates a new subscription and returns its Amazon Resource Name (ARN). This call requires an AWS signature only when the AuthenticateOnUnsubscribe flag is set to "true".

// Example sending a request using the ConfirmSubscriptionRequest method.
req := client.ConfirmSubscriptionRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/ConfirmSubscription

func (*SNS) CreatePlatformApplicationRequest

func (c *SNS) CreatePlatformApplicationRequest(input *CreatePlatformApplicationInput) CreatePlatformApplicationRequest

CreatePlatformApplicationRequest returns a request value for making API operation for Amazon Simple Notification Service.

Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register. You must specify PlatformPrincipal and PlatformCredential attributes when using the CreatePlatformApplication action. The PlatformPrincipal is received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is "SSL certificate". For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is "client id". The PlatformCredential is also received from the notification service. For WNS, PlatformPrincipal is "Package Security Identifier". For MPNS, PlatformPrincipal is "TLS certificate". For Baidu, PlatformPrincipal is "API key".

For APNS/APNS_SANDBOX, PlatformCredential is "private key". For GCM, PlatformCredential is "API key". For ADM, PlatformCredential is "client secret". For WNS, PlatformCredential is "secret key". For MPNS, PlatformCredential is "private key". For Baidu, PlatformCredential is "secret key". The PlatformApplicationArn that is returned when using CreatePlatformApplication is then used as an attribute for the CreatePlatformEndpoint action. For more information, see Using Amazon SNS Mobile Push Notifications (http://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html). For more information about obtaining the PlatformPrincipal and PlatformCredential for each of the supported push notification services, see Getting Started with Apple Push Notification Service (http://docs.aws.amazon.com/sns/latest/dg/mobile-push-apns.html), Getting Started with Amazon Device Messaging (http://docs.aws.amazon.com/sns/latest/dg/mobile-push-adm.html), Getting Started with Baidu Cloud Push (http://docs.aws.amazon.com/sns/latest/dg/mobile-push-baidu.html), Getting Started with Google Cloud Messaging for Android (http://docs.aws.amazon.com/sns/latest/dg/mobile-push-gcm.html), Getting Started with MPNS (http://docs.aws.amazon.com/sns/latest/dg/mobile-push-mpns.html), or Getting Started with WNS (http://docs.aws.amazon.com/sns/latest/dg/mobile-push-wns.html).

// Example sending a request using the CreatePlatformApplicationRequest method.
req := client.CreatePlatformApplicationRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/CreatePlatformApplication

func (*SNS) CreatePlatformEndpointRequest

func (c *SNS) CreatePlatformEndpointRequest(input *CreatePlatformEndpointInput) CreatePlatformEndpointRequest

CreatePlatformEndpointRequest returns a request value for making API operation for Amazon Simple Notification Service.

Creates an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS. CreatePlatformEndpoint requires the PlatformApplicationArn that is returned from CreatePlatformApplication. The EndpointArn that is returned when using CreatePlatformEndpoint can then be used by the Publish action to send a message to a mobile app or by the Subscribe action for subscription to a topic. The CreatePlatformEndpoint action is idempotent, so if the requester already owns an endpoint with the same device token and attributes, that endpoint's ARN is returned without creating a new endpoint. For more information, see Using Amazon SNS Mobile Push Notifications (http://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html).

When using CreatePlatformEndpoint with Baidu, two attributes must be provided: ChannelId and UserId. The token field must also contain the ChannelId. For more information, see Creating an Amazon SNS Endpoint for Baidu (http://docs.aws.amazon.com/sns/latest/dg/SNSMobilePushBaiduEndpoint.html).

// Example sending a request using the CreatePlatformEndpointRequest method.
req := client.CreatePlatformEndpointRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/CreatePlatformEndpoint

func (*SNS) CreateTopicRequest

func (c *SNS) CreateTopicRequest(input *CreateTopicInput) CreateTopicRequest

CreateTopicRequest returns a request value for making API operation for Amazon Simple Notification Service.

Creates a topic to which notifications can be published. Users can create at most 100,000 topics. For more information, see http://aws.amazon.com/sns (http://aws.amazon.com/sns/). This action is idempotent, so if the requester already owns a topic with the specified name, that topic's ARN is returned without creating a new topic.

// Example sending a request using the CreateTopicRequest method.
req := client.CreateTopicRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/CreateTopic

func (*SNS) DeleteEndpointRequest

func (c *SNS) DeleteEndpointRequest(input *DeleteEndpointInput) DeleteEndpointRequest

DeleteEndpointRequest returns a request value for making API operation for Amazon Simple Notification Service.

Deletes the endpoint for a device and mobile app from Amazon SNS. This action is idempotent. For more information, see Using Amazon SNS Mobile Push Notifications (http://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html).

When you delete an endpoint that is also subscribed to a topic, then you must also unsubscribe the endpoint from the topic.

// Example sending a request using the DeleteEndpointRequest method.
req := client.DeleteEndpointRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/DeleteEndpoint

func (*SNS) DeletePlatformApplicationRequest

func (c *SNS) DeletePlatformApplicationRequest(input *DeletePlatformApplicationInput) DeletePlatformApplicationRequest

DeletePlatformApplicationRequest returns a request value for making API operation for Amazon Simple Notification Service.

Deletes a platform application object for one of the supported push notification services, such as APNS and GCM. For more information, see Using Amazon SNS Mobile Push Notifications (http://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html).

// Example sending a request using the DeletePlatformApplicationRequest method.
req := client.DeletePlatformApplicationRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/DeletePlatformApplication

func (*SNS) DeleteTopicRequest

func (c *SNS) DeleteTopicRequest(input *DeleteTopicInput) DeleteTopicRequest

DeleteTopicRequest returns a request value for making API operation for Amazon Simple Notification Service.

Deletes a topic and all its subscriptions. Deleting a topic might prevent some messages previously sent to the topic from being delivered to subscribers. This action is idempotent, so deleting a topic that does not exist does not result in an error.

// Example sending a request using the DeleteTopicRequest method.
req := client.DeleteTopicRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/DeleteTopic

func (*SNS) GetEndpointAttributesRequest

func (c *SNS) GetEndpointAttributesRequest(input *GetEndpointAttributesInput) GetEndpointAttributesRequest

GetEndpointAttributesRequest returns a request value for making API operation for Amazon Simple Notification Service.

Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM and APNS. For more information, see Using Amazon SNS Mobile Push Notifications (http://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html).

// Example sending a request using the GetEndpointAttributesRequest method.
req := client.GetEndpointAttributesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/GetEndpointAttributes

func (*SNS) GetPlatformApplicationAttributesRequest

func (c *SNS) GetPlatformApplicationAttributesRequest(input *GetPlatformApplicationAttributesInput) GetPlatformApplicationAttributesRequest

GetPlatformApplicationAttributesRequest returns a request value for making API operation for Amazon Simple Notification Service.

Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM. For more information, see Using Amazon SNS Mobile Push Notifications (http://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html).

// Example sending a request using the GetPlatformApplicationAttributesRequest method.
req := client.GetPlatformApplicationAttributesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/GetPlatformApplicationAttributes

func (*SNS) GetSMSAttributesRequest

func (c *SNS) GetSMSAttributesRequest(input *GetSMSAttributesInput) GetSMSAttributesRequest

GetSMSAttributesRequest returns a request value for making API operation for Amazon Simple Notification Service.

Returns the settings for sending SMS messages from your account.

These settings are set with the SetSMSAttributes action.

// Example sending a request using the GetSMSAttributesRequest method.
req := client.GetSMSAttributesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/GetSMSAttributes

func (*SNS) GetSubscriptionAttributesRequest

func (c *SNS) GetSubscriptionAttributesRequest(input *GetSubscriptionAttributesInput) GetSubscriptionAttributesRequest

GetSubscriptionAttributesRequest returns a request value for making API operation for Amazon Simple Notification Service.

Returns all of the properties of a subscription.

// Example sending a request using the GetSubscriptionAttributesRequest method.
req := client.GetSubscriptionAttributesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/GetSubscriptionAttributes

func (*SNS) GetTopicAttributesRequest

func (c *SNS) GetTopicAttributesRequest(input *GetTopicAttributesInput) GetTopicAttributesRequest

GetTopicAttributesRequest returns a request value for making API operation for Amazon Simple Notification Service.

Returns all of the properties of a topic. Topic properties returned might differ based on the authorization of the user.

// Example sending a request using the GetTopicAttributesRequest method.
req := client.GetTopicAttributesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/GetTopicAttributes

func (*SNS) ListEndpointsByPlatformApplicationRequest

func (c *SNS) ListEndpointsByPlatformApplicationRequest(input *ListEndpointsByPlatformApplicationInput) ListEndpointsByPlatformApplicationRequest

ListEndpointsByPlatformApplicationRequest returns a request value for making API operation for Amazon Simple Notification Service.

Lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and APNS. The results for ListEndpointsByPlatformApplication are paginated and return a limited list of endpoints, up to 100. If additional records are available after the first page results, then a NextToken string will be returned. To receive the next page, you call ListEndpointsByPlatformApplication again using the NextToken string received from the previous call. When there are no more records to return, NextToken will be null. For more information, see Using Amazon SNS Mobile Push Notifications (http://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html).

// Example sending a request using the ListEndpointsByPlatformApplicationRequest method.
req := client.ListEndpointsByPlatformApplicationRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/ListEndpointsByPlatformApplication

func (*SNS) ListPhoneNumbersOptedOutRequest

func (c *SNS) ListPhoneNumbersOptedOutRequest(input *ListPhoneNumbersOptedOutInput) ListPhoneNumbersOptedOutRequest

ListPhoneNumbersOptedOutRequest returns a request value for making API operation for Amazon Simple Notification Service.

Returns a list of phone numbers that are opted out, meaning you cannot send SMS messages to them.

The results for ListPhoneNumbersOptedOut are paginated, and each page returns up to 100 phone numbers. If additional phone numbers are available after the first page of results, then a NextToken string will be returned. To receive the next page, you call ListPhoneNumbersOptedOut again using the NextToken string received from the previous call. When there are no more records to return, NextToken will be null.

// Example sending a request using the ListPhoneNumbersOptedOutRequest method.
req := client.ListPhoneNumbersOptedOutRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/ListPhoneNumbersOptedOut

func (*SNS) ListPlatformApplicationsRequest

func (c *SNS) ListPlatformApplicationsRequest(input *ListPlatformApplicationsInput) ListPlatformApplicationsRequest

ListPlatformApplicationsRequest returns a request value for making API operation for Amazon Simple Notification Service.

Lists the platform application objects for the supported push notification services, such as APNS and GCM. The results for ListPlatformApplications are paginated and return a limited list of applications, up to 100. If additional records are available after the first page results, then a NextToken string will be returned. To receive the next page, you call ListPlatformApplications using the NextToken string received from the previous call. When there are no more records to return, NextToken will be null. For more information, see Using Amazon SNS Mobile Push Notifications (http://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html).

// Example sending a request using the ListPlatformApplicationsRequest method.
req := client.ListPlatformApplicationsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/ListPlatformApplications

func (*SNS) ListSubscriptionsByTopicRequest

func (c *SNS) ListSubscriptionsByTopicRequest(input *ListSubscriptionsByTopicInput) ListSubscriptionsByTopicRequest

ListSubscriptionsByTopicRequest returns a request value for making API operation for Amazon Simple Notification Service.

Returns a list of the subscriptions to a specific topic. Each call returns a limited list of subscriptions, up to 100. If there are more subscriptions, a NextToken is also returned. Use the NextToken parameter in a new ListSubscriptionsByTopic call to get further results.

// Example sending a request using the ListSubscriptionsByTopicRequest method.
req := client.ListSubscriptionsByTopicRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/ListSubscriptionsByTopic

func (*SNS) ListSubscriptionsRequest

func (c *SNS) ListSubscriptionsRequest(input *ListSubscriptionsInput) ListSubscriptionsRequest

ListSubscriptionsRequest returns a request value for making API operation for Amazon Simple Notification Service.

Returns a list of the requester's subscriptions. Each call returns a limited list of subscriptions, up to 100. If there are more subscriptions, a NextToken is also returned. Use the NextToken parameter in a new ListSubscriptions call to get further results.

// Example sending a request using the ListSubscriptionsRequest method.
req := client.ListSubscriptionsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/ListSubscriptions

func (*SNS) ListTopicsRequest

func (c *SNS) ListTopicsRequest(input *ListTopicsInput) ListTopicsRequest

ListTopicsRequest returns a request value for making API operation for Amazon Simple Notification Service.

Returns a list of the requester's topics. Each call returns a limited list of topics, up to 100. If there are more topics, a NextToken is also returned. Use the NextToken parameter in a new ListTopics call to get further results.

// Example sending a request using the ListTopicsRequest method.
req := client.ListTopicsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/ListTopics

func (*SNS) OptInPhoneNumberRequest

func (c *SNS) OptInPhoneNumberRequest(input *OptInPhoneNumberInput) OptInPhoneNumberRequest

OptInPhoneNumberRequest returns a request value for making API operation for Amazon Simple Notification Service.

Use this request to opt in a phone number that is opted out, which enables you to resume sending SMS messages to the number.

You can opt in a phone number only once every 30 days.

// Example sending a request using the OptInPhoneNumberRequest method.
req := client.OptInPhoneNumberRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/OptInPhoneNumber

func (*SNS) PublishRequest

func (c *SNS) PublishRequest(input *PublishInput) PublishRequest

PublishRequest returns a request value for making API operation for Amazon Simple Notification Service.

Sends a message to all of a topic's subscribed endpoints. When a messageId is returned, the message has been saved and Amazon SNS will attempt to deliver it to the topic's subscribers shortly. The format of the outgoing message to each subscribed endpoint depends on the notification protocol.

To use the Publish action for sending a message to a mobile endpoint, such as an app on a Kindle device or mobile phone, you must specify the EndpointArn for the TargetArn parameter. The EndpointArn is returned when making a call with the CreatePlatformEndpoint action.

For more information about formatting messages, see Send Custom Platform-Specific Payloads in Messages to Mobile Devices (http://docs.aws.amazon.com/sns/latest/dg/mobile-push-send-custommessage.html).

// Example sending a request using the PublishRequest method.
req := client.PublishRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/Publish

func (*SNS) RemovePermissionRequest

func (c *SNS) RemovePermissionRequest(input *RemovePermissionInput) RemovePermissionRequest

RemovePermissionRequest returns a request value for making API operation for Amazon Simple Notification Service.

Removes a statement from a topic's access control policy.

// Example sending a request using the RemovePermissionRequest method.
req := client.RemovePermissionRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/RemovePermission

func (*SNS) SetEndpointAttributesRequest

func (c *SNS) SetEndpointAttributesRequest(input *SetEndpointAttributesInput) SetEndpointAttributesRequest

SetEndpointAttributesRequest returns a request value for making API operation for Amazon Simple Notification Service.

Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM and APNS. For more information, see Using Amazon SNS Mobile Push Notifications (http://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html).

// Example sending a request using the SetEndpointAttributesRequest method.
req := client.SetEndpointAttributesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/SetEndpointAttributes

func (*SNS) SetPlatformApplicationAttributesRequest

func (c *SNS) SetPlatformApplicationAttributesRequest(input *SetPlatformApplicationAttributesInput) SetPlatformApplicationAttributesRequest

SetPlatformApplicationAttributesRequest returns a request value for making API operation for Amazon Simple Notification Service.

Sets the attributes of the platform application object for the supported push notification services, such as APNS and GCM. For more information, see Using Amazon SNS Mobile Push Notifications (http://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html). For information on configuring attributes for message delivery status, see Using Amazon SNS Application Attributes for Message Delivery Status (http://docs.aws.amazon.com/sns/latest/dg/sns-msg-status.html).

// Example sending a request using the SetPlatformApplicationAttributesRequest method.
req := client.SetPlatformApplicationAttributesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/SetPlatformApplicationAttributes

func (*SNS) SetSMSAttributesRequest

func (c *SNS) SetSMSAttributesRequest(input *SetSMSAttributesInput) SetSMSAttributesRequest

SetSMSAttributesRequest returns a request value for making API operation for Amazon Simple Notification Service.

Use this request to set the default settings for sending SMS messages and receiving daily SMS usage reports.

You can override some of these settings for a single message when you use the Publish action with the MessageAttributes.entry.N parameter. For more information, see Sending an SMS Message (http://docs.aws.amazon.com/sns/latest/dg/sms_publish-to-phone.html) in the Amazon SNS Developer Guide.

// Example sending a request using the SetSMSAttributesRequest method.
req := client.SetSMSAttributesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/SetSMSAttributes

func (*SNS) SetSubscriptionAttributesRequest

func (c *SNS) SetSubscriptionAttributesRequest(input *SetSubscriptionAttributesInput) SetSubscriptionAttributesRequest

SetSubscriptionAttributesRequest returns a request value for making API operation for Amazon Simple Notification Service.

Allows a subscription owner to set an attribute of the topic to a new value.

// Example sending a request using the SetSubscriptionAttributesRequest method.
req := client.SetSubscriptionAttributesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/SetSubscriptionAttributes

func (*SNS) SetTopicAttributesRequest

func (c *SNS) SetTopicAttributesRequest(input *SetTopicAttributesInput) SetTopicAttributesRequest

SetTopicAttributesRequest returns a request value for making API operation for Amazon Simple Notification Service.

Allows a topic owner to set an attribute of the topic to a new value.

// Example sending a request using the SetTopicAttributesRequest method.
req := client.SetTopicAttributesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/SetTopicAttributes

func (*SNS) SubscribeRequest

func (c *SNS) SubscribeRequest(input *SubscribeInput) SubscribeRequest

SubscribeRequest returns a request value for making API operation for Amazon Simple Notification Service.

Prepares to subscribe an endpoint by sending the endpoint a confirmation message. To actually create a subscription, the endpoint owner must call the ConfirmSubscription action with the token from the confirmation message. Confirmation tokens are valid for three days.

// Example sending a request using the SubscribeRequest method.
req := client.SubscribeRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/Subscribe

func (*SNS) UnsubscribeRequest

func (c *SNS) UnsubscribeRequest(input *UnsubscribeInput) UnsubscribeRequest

UnsubscribeRequest returns a request value for making API operation for Amazon Simple Notification Service.

Deletes a subscription. If the subscription requires authentication for deletion, only the owner of the subscription or the topic's owner can unsubscribe, and an AWS signature is required. If the Unsubscribe call does not require authentication and the requester is not the subscription owner, a final cancellation message is delivered to the endpoint, so that the endpoint owner can easily resubscribe to the topic if the Unsubscribe request was unintended.

// Example sending a request using the UnsubscribeRequest method.
req := client.UnsubscribeRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/Unsubscribe

type SetEndpointAttributesInput

type SetEndpointAttributesInput struct {

	// A map of the endpoint attributes. Attributes in this map include the following:
	//
	//    * CustomUserData -- arbitrary user data to associate with the endpoint.
	//    Amazon SNS does not use this data. The data must be in UTF-8 format and
	//    less than 2KB.
	//
	//    * Enabled -- flag that enables/disables delivery to the endpoint. Amazon
	//    SNS will set this to false when a notification service indicates to Amazon
	//    SNS that the endpoint is invalid. Users can set it back to true, typically
	//    after updating Token.
	//
	//    * Token -- device token, also referred to as a registration id, for an
	//    app and mobile device. This is returned from the notification service
	//    when an app and mobile device are registered with the notification service.
	//
	// Attributes is a required field
	Attributes map[string]string `type:"map" required:"true"`

	// EndpointArn used for SetEndpointAttributes action.
	//
	// EndpointArn is a required field
	EndpointArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Input for SetEndpointAttributes action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/SetEndpointAttributesInput

func (SetEndpointAttributesInput) GoString

func (s SetEndpointAttributesInput) GoString() string

GoString returns the string representation

func (SetEndpointAttributesInput) String

String returns the string representation

func (*SetEndpointAttributesInput) Validate

func (s *SetEndpointAttributesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SetEndpointAttributesOutput

type SetEndpointAttributesOutput struct {
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/SetEndpointAttributesOutput

func (SetEndpointAttributesOutput) GoString

func (s SetEndpointAttributesOutput) GoString() string

GoString returns the string representation

func (SetEndpointAttributesOutput) SDKResponseMetadata

func (s SetEndpointAttributesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (SetEndpointAttributesOutput) String

String returns the string representation

type SetEndpointAttributesRequest

type SetEndpointAttributesRequest struct {
	*aws.Request
	Input *SetEndpointAttributesInput
	Copy  func(*SetEndpointAttributesInput) SetEndpointAttributesRequest
}

SetEndpointAttributesRequest is a API request type for the SetEndpointAttributes API operation.

func (SetEndpointAttributesRequest) Send

Send marshals and sends the SetEndpointAttributes API request.

type SetPlatformApplicationAttributesInput

type SetPlatformApplicationAttributesInput struct {

	// A map of the platform application attributes. Attributes in this map include
	// the following:
	//
	//    * PlatformCredential -- The credential received from the notification
	//    service. For APNS/APNS_SANDBOX, PlatformCredential is private key. For
	//    GCM, PlatformCredential is "API key". For ADM, PlatformCredential is "client
	//    secret".
	//
	//    * PlatformPrincipal -- The principal received from the notification service.
	//    For APNS/APNS_SANDBOX, PlatformPrincipal is SSL certificate. For GCM,
	//    PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is "client
	//    id".
	//
	//    * EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications
	//    should be sent.
	//
	//    * EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications
	//    should be sent.
	//
	//    * EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications
	//    should be sent.
	//
	//    * EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications
	//    should be sent upon Direct Publish delivery failure (permanent) to one
	//    of the application's endpoints.
	//
	//    * SuccessFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write
	//    access to use CloudWatch Logs on your behalf.
	//
	//    * FailureFeedbackRoleArn -- IAM role ARN used to give Amazon SNS write
	//    access to use CloudWatch Logs on your behalf.
	//
	//    * SuccessFeedbackSampleRate -- Sample rate percentage (0-100) of successfully
	//    delivered messages.
	//
	// Attributes is a required field
	Attributes map[string]string `type:"map" required:"true"`

	// PlatformApplicationArn for SetPlatformApplicationAttributes action.
	//
	// PlatformApplicationArn is a required field
	PlatformApplicationArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Input for SetPlatformApplicationAttributes action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/SetPlatformApplicationAttributesInput

func (SetPlatformApplicationAttributesInput) GoString

GoString returns the string representation

func (SetPlatformApplicationAttributesInput) String

String returns the string representation

func (*SetPlatformApplicationAttributesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type SetPlatformApplicationAttributesOutput

type SetPlatformApplicationAttributesOutput struct {
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/SetPlatformApplicationAttributesOutput

func (SetPlatformApplicationAttributesOutput) GoString

GoString returns the string representation

func (SetPlatformApplicationAttributesOutput) SDKResponseMetadata

func (s SetPlatformApplicationAttributesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (SetPlatformApplicationAttributesOutput) String

String returns the string representation

type SetPlatformApplicationAttributesRequest

type SetPlatformApplicationAttributesRequest struct {
	*aws.Request
	Input *SetPlatformApplicationAttributesInput
	Copy  func(*SetPlatformApplicationAttributesInput) SetPlatformApplicationAttributesRequest
}

SetPlatformApplicationAttributesRequest is a API request type for the SetPlatformApplicationAttributes API operation.

func (SetPlatformApplicationAttributesRequest) Send

Send marshals and sends the SetPlatformApplicationAttributes API request.

type SetSMSAttributesInput

type SetSMSAttributesInput struct {

	// The default settings for sending SMS messages from your account. You can
	// set values for the following attribute names:
	//
	// MonthlySpendLimit – The maximum amount in USD that you are willing to spend
	// each month to send SMS messages. When Amazon SNS determines that sending
	// an SMS message would incur a cost that exceeds this limit, it stops sending
	// SMS messages within minutes.
	//
	// Amazon SNS stops sending SMS messages within minutes of the limit being crossed.
	// During that interval, if you continue to send SMS messages, you will incur
	// costs that exceed your limit.
	//
	// By default, the spend limit is set to the maximum allowed by Amazon SNS.
	// If you want to exceed the maximum, contact AWS Support (https://aws.amazon.com/premiumsupport/)
	// or your AWS sales representative for a service limit increase.
	//
	// DeliveryStatusIAMRole – The ARN of the IAM role that allows Amazon SNS to
	// write logs about SMS deliveries in CloudWatch Logs. For each SMS message
	// that you send, Amazon SNS writes a log that includes the message price, the
	// success or failure status, the reason for failure (if the message failed),
	// the message dwell time, and other information.
	//
	// DeliveryStatusSuccessSamplingRate – The percentage of successful SMS deliveries
	// for which Amazon SNS will write logs in CloudWatch Logs. The value can be
	// an integer from 0 - 100. For example, to write logs only for failed deliveries,
	// set this value to 0. To write logs for 10% of your successful deliveries,
	// set it to 10.
	//
	// DefaultSenderID – A string, such as your business brand, that is displayed
	// as the sender on the receiving device. Support for sender IDs varies by country.
	// The sender ID can be 1 - 11 alphanumeric characters, and it must contain
	// at least one letter.
	//
	// DefaultSMSType – The type of SMS message that you will send by default. You
	// can assign the following values:
	//
	//    * Promotional – (Default) Noncritical messages, such as marketing messages.
	//    Amazon SNS optimizes the message delivery to incur the lowest cost.
	//
	//    * Transactional – Critical messages that support customer transactions,
	//    such as one-time passcodes for multi-factor authentication. Amazon SNS
	//    optimizes the message delivery to achieve the highest reliability.
	//
	// UsageReportS3Bucket – The name of the Amazon S3 bucket to receive daily SMS
	// usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage
	// report as a CSV file to the bucket. The report includes the following information
	// for each SMS message that was successfully delivered by your account:
	//
	//    * Time that the message was published (in UTC)
	//
	//    * Message ID
	//
	//    * Destination phone number
	//
	//    * Message type
	//
	//    * Delivery status
	//
	//    * Message price (in USD)
	//
	//    * Part number (a message is split into multiple parts if it is too long
	//    for a single message)
	//
	//    * Total number of parts
	//
	// To receive the report, the bucket must have a policy that allows the Amazon
	// SNS service principle to perform the s3:PutObject and s3:GetBucketLocation
	// actions.
	//
	// For an example bucket policy and usage report, see Monitoring SMS Activity
	// (http://docs.aws.amazon.com/sns/latest/dg/sms_stats.html) in the Amazon SNS
	// Developer Guide.
	//
	// Attributes is a required field
	Attributes map[string]string `locationName:"attributes" type:"map" required:"true"`
	// contains filtered or unexported fields
}

The input for the SetSMSAttributes action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/SetSMSAttributesInput

func (SetSMSAttributesInput) GoString

func (s SetSMSAttributesInput) GoString() string

GoString returns the string representation

func (SetSMSAttributesInput) String

func (s SetSMSAttributesInput) String() string

String returns the string representation

func (*SetSMSAttributesInput) Validate

func (s *SetSMSAttributesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SetSMSAttributesOutput

type SetSMSAttributesOutput struct {
	// contains filtered or unexported fields
}

The response for the SetSMSAttributes action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/SetSMSAttributesResponse

func (SetSMSAttributesOutput) GoString

func (s SetSMSAttributesOutput) GoString() string

GoString returns the string representation

func (SetSMSAttributesOutput) SDKResponseMetadata

func (s SetSMSAttributesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (SetSMSAttributesOutput) String

func (s SetSMSAttributesOutput) String() string

String returns the string representation

type SetSMSAttributesRequest

type SetSMSAttributesRequest struct {
	*aws.Request
	Input *SetSMSAttributesInput
	Copy  func(*SetSMSAttributesInput) SetSMSAttributesRequest
}

SetSMSAttributesRequest is a API request type for the SetSMSAttributes API operation.

func (SetSMSAttributesRequest) Send

Send marshals and sends the SetSMSAttributes API request.

type SetSubscriptionAttributesInput

type SetSubscriptionAttributesInput struct {

	// The name of the attribute you want to set. Only a subset of the subscriptions
	// attributes are mutable.
	//
	// Valid values: DeliveryPolicy | RawMessageDelivery
	//
	// AttributeName is a required field
	AttributeName *string `type:"string" required:"true"`

	// The new value for the attribute in JSON format.
	AttributeValue *string `type:"string"`

	// The ARN of the subscription to modify.
	//
	// SubscriptionArn is a required field
	SubscriptionArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Input for SetSubscriptionAttributes action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/SetSubscriptionAttributesInput

func (SetSubscriptionAttributesInput) GoString

GoString returns the string representation

func (SetSubscriptionAttributesInput) String

String returns the string representation

func (*SetSubscriptionAttributesInput) Validate

func (s *SetSubscriptionAttributesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SetSubscriptionAttributesOutput

type SetSubscriptionAttributesOutput struct {
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/SetSubscriptionAttributesOutput

func (SetSubscriptionAttributesOutput) GoString

GoString returns the string representation

func (SetSubscriptionAttributesOutput) SDKResponseMetadata

func (s SetSubscriptionAttributesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (SetSubscriptionAttributesOutput) String

String returns the string representation

type SetSubscriptionAttributesRequest

type SetSubscriptionAttributesRequest struct {
	*aws.Request
	Input *SetSubscriptionAttributesInput
	Copy  func(*SetSubscriptionAttributesInput) SetSubscriptionAttributesRequest
}

SetSubscriptionAttributesRequest is a API request type for the SetSubscriptionAttributes API operation.

func (SetSubscriptionAttributesRequest) Send

Send marshals and sends the SetSubscriptionAttributes API request.

type SetTopicAttributesInput

type SetTopicAttributesInput struct {

	// The name of the attribute you want to set. Only a subset of the topic's attributes
	// are mutable.
	//
	// Valid values: Policy | DisplayName | DeliveryPolicy
	//
	// AttributeName is a required field
	AttributeName *string `type:"string" required:"true"`

	// The new value for the attribute.
	AttributeValue *string `type:"string"`

	// The ARN of the topic to modify.
	//
	// TopicArn is a required field
	TopicArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Input for SetTopicAttributes action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/SetTopicAttributesInput

func (SetTopicAttributesInput) GoString

func (s SetTopicAttributesInput) GoString() string

GoString returns the string representation

func (SetTopicAttributesInput) String

func (s SetTopicAttributesInput) String() string

String returns the string representation

func (*SetTopicAttributesInput) Validate

func (s *SetTopicAttributesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SetTopicAttributesOutput

type SetTopicAttributesOutput struct {
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/SetTopicAttributesOutput

func (SetTopicAttributesOutput) GoString

func (s SetTopicAttributesOutput) GoString() string

GoString returns the string representation

func (SetTopicAttributesOutput) SDKResponseMetadata

func (s SetTopicAttributesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (SetTopicAttributesOutput) String

func (s SetTopicAttributesOutput) String() string

String returns the string representation

type SetTopicAttributesRequest

type SetTopicAttributesRequest struct {
	*aws.Request
	Input *SetTopicAttributesInput
	Copy  func(*SetTopicAttributesInput) SetTopicAttributesRequest
}

SetTopicAttributesRequest is a API request type for the SetTopicAttributes API operation.

func (SetTopicAttributesRequest) Send

Send marshals and sends the SetTopicAttributes API request.

type SubscribeInput

type SubscribeInput struct {

	// The endpoint that you want to receive notifications. Endpoints vary by protocol:
	//
	//    * For the http protocol, the endpoint is an URL beginning with "http://"
	//
	//    * For the https protocol, the endpoint is a URL beginning with "https://"
	//
	//    * For the email protocol, the endpoint is an email address
	//
	//    * For the email-json protocol, the endpoint is an email address
	//
	//    * For the sms protocol, the endpoint is a phone number of an SMS-enabled
	//    device
	//
	//    * For the sqs protocol, the endpoint is the ARN of an Amazon SQS queue
	//
	//    * For the application protocol, the endpoint is the EndpointArn of a mobile
	//    app and device.
	//
	//    * For the lambda protocol, the endpoint is the ARN of an AWS Lambda function.
	Endpoint *string `type:"string"`

	// The protocol you want to use. Supported protocols include:
	//
	//    * http -- delivery of JSON-encoded message via HTTP POST
	//
	//    * https -- delivery of JSON-encoded message via HTTPS POST
	//
	//    * email -- delivery of message via SMTP
	//
	//    * email-json -- delivery of JSON-encoded message via SMTP
	//
	//    * sms -- delivery of message via SMS
	//
	//    * sqs -- delivery of JSON-encoded message to an Amazon SQS queue
	//
	//    * application -- delivery of JSON-encoded message to an EndpointArn for
	//    a mobile app and device.
	//
	//    * lambda -- delivery of JSON-encoded message to an AWS Lambda function.
	//
	// Protocol is a required field
	Protocol *string `type:"string" required:"true"`

	// The ARN of the topic you want to subscribe to.
	//
	// TopicArn is a required field
	TopicArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Input for Subscribe action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/SubscribeInput

func (SubscribeInput) GoString

func (s SubscribeInput) GoString() string

GoString returns the string representation

func (SubscribeInput) String

func (s SubscribeInput) String() string

String returns the string representation

func (*SubscribeInput) Validate

func (s *SubscribeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SubscribeOutput

type SubscribeOutput struct {

	// The ARN of the subscription, if the service was able to create a subscription
	// immediately (without requiring endpoint owner confirmation).
	SubscriptionArn *string `type:"string"`
	// contains filtered or unexported fields
}

Response for Subscribe action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/SubscribeResponse

func (SubscribeOutput) GoString

func (s SubscribeOutput) GoString() string

GoString returns the string representation

func (SubscribeOutput) SDKResponseMetadata

func (s SubscribeOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (SubscribeOutput) String

func (s SubscribeOutput) String() string

String returns the string representation

type SubscribeRequest

type SubscribeRequest struct {
	*aws.Request
	Input *SubscribeInput
	Copy  func(*SubscribeInput) SubscribeRequest
}

SubscribeRequest is a API request type for the Subscribe API operation.

func (SubscribeRequest) Send

func (r SubscribeRequest) Send() (*SubscribeOutput, error)

Send marshals and sends the Subscribe API request.

type Subscription

type Subscription struct {

	// The subscription's endpoint (format depends on the protocol).
	Endpoint *string `type:"string"`

	// The subscription's owner.
	Owner *string `type:"string"`

	// The subscription's protocol.
	Protocol *string `type:"string"`

	// The subscription's ARN.
	SubscriptionArn *string `type:"string"`

	// The ARN of the subscription's topic.
	TopicArn *string `type:"string"`
	// contains filtered or unexported fields
}

A wrapper type for the attributes of an Amazon SNS subscription. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/Subscription

func (Subscription) GoString

func (s Subscription) GoString() string

GoString returns the string representation

func (Subscription) String

func (s Subscription) String() string

String returns the string representation

type Topic

type Topic struct {

	// The topic's ARN.
	TopicArn *string `type:"string"`
	// contains filtered or unexported fields
}

A wrapper type for the topic's Amazon Resource Name (ARN). To retrieve a topic's attributes, use GetTopicAttributes. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/Topic

func (Topic) GoString

func (s Topic) GoString() string

GoString returns the string representation

func (Topic) String

func (s Topic) String() string

String returns the string representation

type UnsubscribeInput

type UnsubscribeInput struct {

	// The ARN of the subscription to be deleted.
	//
	// SubscriptionArn is a required field
	SubscriptionArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Input for Unsubscribe action. Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/UnsubscribeInput

func (UnsubscribeInput) GoString

func (s UnsubscribeInput) GoString() string

GoString returns the string representation

func (UnsubscribeInput) String

func (s UnsubscribeInput) String() string

String returns the string representation

func (*UnsubscribeInput) Validate

func (s *UnsubscribeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UnsubscribeOutput

type UnsubscribeOutput struct {
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/UnsubscribeOutput

func (UnsubscribeOutput) GoString

func (s UnsubscribeOutput) GoString() string

GoString returns the string representation

func (UnsubscribeOutput) SDKResponseMetadata

func (s UnsubscribeOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (UnsubscribeOutput) String

func (s UnsubscribeOutput) String() string

String returns the string representation

type UnsubscribeRequest

type UnsubscribeRequest struct {
	*aws.Request
	Input *UnsubscribeInput
	Copy  func(*UnsubscribeInput) UnsubscribeRequest
}

UnsubscribeRequest is a API request type for the Unsubscribe API operation.

func (UnsubscribeRequest) Send

Send marshals and sends the Unsubscribe API request.

Directories

Path Synopsis
Package snsiface provides an interface to enable mocking the Amazon Simple Notification Service service client for testing your code.
Package snsiface provides an interface to enable mocking the Amazon Simple Notification Service service client for testing your code.

Jump to

Keyboard shortcuts

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