doc.go 2.0 KB

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