github.com/aavshr/aws-sdk-go@v1.41.3/service/elasticache/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package elasticache provides the client and types for making API 4 // requests to Amazon ElastiCache. 5 // 6 // Amazon ElastiCache is a web service that makes it easier to set up, operate, 7 // and scale a distributed cache in the cloud. 8 // 9 // With ElastiCache, customers get all of the benefits of a high-performance, 10 // in-memory cache with less of the administrative burden involved in launching 11 // and managing a distributed cache. The service makes setup, scaling, and cluster 12 // failure handling much simpler than in a self-managed cache deployment. 13 // 14 // In addition, through integration with Amazon CloudWatch, customers get enhanced 15 // visibility into the key performance statistics associated with their cache 16 // and can receive alarms if a part of their cache runs hot. 17 // 18 // See https://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02 for more information on this service. 19 // 20 // See elasticache package documentation for more information. 21 // https://docs.aws.amazon.com/sdk-for-go/api/service/elasticache/ 22 // 23 // Using the Client 24 // 25 // To contact Amazon ElastiCache with the SDK use the New function to create 26 // a new service client. With that client you can make API requests to the service. 27 // These clients are safe to use concurrently. 28 // 29 // See the SDK's documentation for more information on how to use the SDK. 30 // https://docs.aws.amazon.com/sdk-for-go/api/ 31 // 32 // See aws.Config documentation for more information on configuring SDK clients. 33 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 34 // 35 // See the Amazon ElastiCache client ElastiCache for more 36 // information on creating client for this service. 37 // https://docs.aws.amazon.com/sdk-for-go/api/service/elasticache/#New 38 package elasticache