1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package codegurusecurity provides the API client, operations, and parameter
// types for Amazon CodeGuru Security.
//
// Amazon CodeGuru Security is in preview release and is subject to change.
//
// This section provides documentation for the Amazon CodeGuru Security API
// operations. CodeGuru Security is a service that uses program analysis and
// machine learning to detect security policy violations and vulnerabilities, and
// recommends ways to address these security risks.
//
// By proactively detecting and providing recommendations for addressing security
// risks, CodeGuru Security improves the overall security of your application code.
// For more information about CodeGuru Security, see the [Amazon CodeGuru Security User Guide].
//
// [Amazon CodeGuru Security User Guide]: https://docs.aws.amazon.com/codeguru/latest/security-ug/what-is-codeguru-security.html
package codegurusecurity
|