github.com/aavshr/aws-sdk-go@v1.41.3/service/sns/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package sns provides the client and types for making API 4 // requests to Amazon Simple Notification Service. 5 // 6 // Amazon Simple Notification Service (Amazon SNS) is a web service that enables 7 // you to build distributed web-enabled applications. Applications can use Amazon 8 // SNS to easily push real-time notification messages to interested subscribers 9 // over multiple delivery protocols. For more information about this product 10 // see the Amazon SNS product page (http://aws.amazon.com/sns/). For detailed 11 // information about Amazon SNS features and their associated API calls, see 12 // the Amazon SNS Developer Guide (https://docs.aws.amazon.com/sns/latest/dg/). 13 // 14 // For information on the permissions you need to use this API, see Identity 15 // and access management in Amazon SNS (https://docs.aws.amazon.com/sns/latest/dg/sns-authentication-and-access-control.html) 16 // in the Amazon SNS Developer Guide. 17 // 18 // We also provide SDKs that enable you to access Amazon SNS from your preferred 19 // programming language. The SDKs contain functionality that automatically takes 20 // care of tasks such as: cryptographically signing your service requests, retrying 21 // requests, and handling error responses. For a list of available SDKs, go 22 // to Tools for Amazon Web Services (http://aws.amazon.com/tools/). 23 // 24 // See https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31 for more information on this service. 25 // 26 // See sns package documentation for more information. 27 // https://docs.aws.amazon.com/sdk-for-go/api/service/sns/ 28 // 29 // Using the Client 30 // 31 // To contact Amazon Simple Notification Service with the SDK use the New function to create 32 // a new service client. With that client you can make API requests to the service. 33 // These clients are safe to use concurrently. 34 // 35 // See the SDK's documentation for more information on how to use the SDK. 36 // https://docs.aws.amazon.com/sdk-for-go/api/ 37 // 38 // See aws.Config documentation for more information on configuring SDK clients. 39 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 40 // 41 // See the Amazon Simple Notification Service client SNS for more 42 // information on creating client for this service. 43 // https://docs.aws.amazon.com/sdk-for-go/api/service/sns/#New 44 package sns