github.com/aavshr/aws-sdk-go@v1.41.3/service/eventbridge/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package eventbridge provides the client and types for making API 4 // requests to Amazon EventBridge. 5 // 6 // Amazon EventBridge helps you to respond to state changes in your Amazon Web 7 // Services resources. When your resources change state, they automatically 8 // send events to an event stream. You can create rules that match selected 9 // events in the stream and route them to targets to take action. You can also 10 // use rules to take action on a predetermined schedule. For example, you can 11 // configure rules to: 12 // 13 // * Automatically invoke an Lambda function to update DNS entries when an 14 // event notifies you that Amazon EC2 instance enters the running state. 15 // 16 // * Direct specific API records from CloudTrail to an Amazon Kinesis data 17 // stream for detailed analysis of potential security or availability risks. 18 // 19 // * Periodically invoke a built-in target to create a snapshot of an Amazon 20 // EBS volume. 21 // 22 // For more information about the features of Amazon EventBridge, see the Amazon 23 // EventBridge User Guide (https://docs.aws.amazon.com/eventbridge/latest/userguide). 24 // 25 // See https://docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07 for more information on this service. 26 // 27 // See eventbridge package documentation for more information. 28 // https://docs.aws.amazon.com/sdk-for-go/api/service/eventbridge/ 29 // 30 // Using the Client 31 // 32 // To contact Amazon EventBridge with the SDK use the New function to create 33 // a new service client. With that client you can make API requests to the service. 34 // These clients are safe to use concurrently. 35 // 36 // See the SDK's documentation for more information on how to use the SDK. 37 // https://docs.aws.amazon.com/sdk-for-go/api/ 38 // 39 // See aws.Config documentation for more information on configuring SDK clients. 40 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 41 // 42 // See the Amazon EventBridge client EventBridge for more 43 // information on creating client for this service. 44 // https://docs.aws.amazon.com/sdk-for-go/api/service/eventbridge/#New 45 package eventbridge