github.com/aavshr/aws-sdk-go@v1.41.3/service/synthetics/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package synthetics provides the client and types for making API 4 // requests to Synthetics. 5 // 6 // You can use Amazon CloudWatch Synthetics to continually monitor your services. 7 // You can create and manage canaries, which are modular, lightweight scripts 8 // that monitor your endpoints and APIs from the outside-in. You can set up 9 // your canaries to run 24 hours a day, once per minute. The canaries help you 10 // check the availability and latency of your web services and troubleshoot 11 // anomalies by investigating load time data, screenshots of the UI, logs, and 12 // metrics. The canaries seamlessly integrate with CloudWatch ServiceLens to 13 // help you trace the causes of impacted nodes in your applications. For more 14 // information, see Using ServiceLens to Monitor the Health of Your Applications 15 // (https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ServiceLens.html) 16 // in the Amazon CloudWatch User Guide. 17 // 18 // Before you create and manage canaries, be aware of the security considerations. 19 // For more information, see Security Considerations for Synthetics Canaries 20 // (https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/servicelens_canaries_security.html). 21 // 22 // See https://docs.aws.amazon.com/goto/WebAPI/synthetics-2017-10-11 for more information on this service. 23 // 24 // See synthetics package documentation for more information. 25 // https://docs.aws.amazon.com/sdk-for-go/api/service/synthetics/ 26 // 27 // Using the Client 28 // 29 // To contact Synthetics with the SDK use the New function to create 30 // a new service client. With that client you can make API requests to the service. 31 // These clients are safe to use concurrently. 32 // 33 // See the SDK's documentation for more information on how to use the SDK. 34 // https://docs.aws.amazon.com/sdk-for-go/api/ 35 // 36 // See aws.Config documentation for more information on configuring SDK clients. 37 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 38 // 39 // See the Synthetics client Synthetics for more 40 // information on creating client for this service. 41 // https://docs.aws.amazon.com/sdk-for-go/api/service/synthetics/#New 42 package synthetics