/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the codeguru-security-2018-05-10.normal.json service model. */ using System; using System.Runtime.ExceptionServices; using System.Threading; using System.Threading.Tasks; using System.Collections.Generic; using System.Net; using Amazon.CodeGuruSecurity.Model; using Amazon.CodeGuruSecurity.Model.Internal.MarshallTransformations; using Amazon.CodeGuruSecurity.Internal; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Auth; using Amazon.Runtime.Internal.Transform; namespace Amazon.CodeGuruSecurity { /// <summary> /// Implementation for accessing CodeGuruSecurity /// /// <note> /// <para> /// Amazon CodeGuru Security is in preview release and is subject to change. /// </para> /// </note> /// <para> /// 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. /// </para> /// /// <para> /// 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 <a href="https://docs.aws.amazon.com/codeguru/latest/security-ug/what-is-codeguru-security.html">Amazon /// CodeGuru Security User Guide</a>. /// </para> /// </summary> public partial class AmazonCodeGuruSecurityClient : AmazonServiceClient, IAmazonCodeGuruSecurity { private static IServiceMetadata serviceMetadata = new AmazonCodeGuruSecurityMetadata(); #region Constructors /// <summary> /// Constructs AmazonCodeGuruSecurityClient with the credentials loaded from the application's /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. /// /// Example App.config with credentials set. /// <code> /// <?xml version="1.0" encoding="utf-8" ?> /// <configuration> /// <appSettings> /// <add key="AWSProfileName" value="AWS Default"/> /// </appSettings> /// </configuration> /// </code> /// /// </summary> public AmazonCodeGuruSecurityClient() : base(FallbackCredentialsFactory.GetCredentials(), new AmazonCodeGuruSecurityConfig()) { } /// <summary> /// Constructs AmazonCodeGuruSecurityClient with the credentials loaded from the application's /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. /// /// Example App.config with credentials set. /// <code> /// <?xml version="1.0" encoding="utf-8" ?> /// <configuration> /// <appSettings> /// <add key="AWSProfileName" value="AWS Default"/> /// </appSettings> /// </configuration> /// </code> /// /// </summary> /// <param name="region">The region to connect.</param> public AmazonCodeGuruSecurityClient(RegionEndpoint region) : base(FallbackCredentialsFactory.GetCredentials(), new AmazonCodeGuruSecurityConfig{RegionEndpoint = region}) { } /// <summary> /// Constructs AmazonCodeGuruSecurityClient with the credentials loaded from the application's /// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. /// /// Example App.config with credentials set. /// <code> /// <?xml version="1.0" encoding="utf-8" ?> /// <configuration> /// <appSettings> /// <add key="AWSProfileName" value="AWS Default"/> /// </appSettings> /// </configuration> /// </code> /// /// </summary> /// <param name="config">The AmazonCodeGuruSecurityClient Configuration Object</param> public AmazonCodeGuruSecurityClient(AmazonCodeGuruSecurityConfig config) : base(FallbackCredentialsFactory.GetCredentials(config), config){} /// <summary> /// Constructs AmazonCodeGuruSecurityClient with AWS Credentials /// </summary> /// <param name="credentials">AWS Credentials</param> public AmazonCodeGuruSecurityClient(AWSCredentials credentials) : this(credentials, new AmazonCodeGuruSecurityConfig()) { } /// <summary> /// Constructs AmazonCodeGuruSecurityClient with AWS Credentials /// </summary> /// <param name="credentials">AWS Credentials</param> /// <param name="region">The region to connect.</param> public AmazonCodeGuruSecurityClient(AWSCredentials credentials, RegionEndpoint region) : this(credentials, new AmazonCodeGuruSecurityConfig{RegionEndpoint = region}) { } /// <summary> /// Constructs AmazonCodeGuruSecurityClient with AWS Credentials and an /// AmazonCodeGuruSecurityClient Configuration object. /// </summary> /// <param name="credentials">AWS Credentials</param> /// <param name="clientConfig">The AmazonCodeGuruSecurityClient Configuration Object</param> public AmazonCodeGuruSecurityClient(AWSCredentials credentials, AmazonCodeGuruSecurityConfig clientConfig) : base(credentials, clientConfig) { } /// <summary> /// Constructs AmazonCodeGuruSecurityClient with AWS Access Key ID and AWS Secret Key /// </summary> /// <param name="awsAccessKeyId">AWS Access Key ID</param> /// <param name="awsSecretAccessKey">AWS Secret Access Key</param> public AmazonCodeGuruSecurityClient(string awsAccessKeyId, string awsSecretAccessKey) : this(awsAccessKeyId, awsSecretAccessKey, new AmazonCodeGuruSecurityConfig()) { } /// <summary> /// Constructs AmazonCodeGuruSecurityClient with AWS Access Key ID and AWS Secret Key /// </summary> /// <param name="awsAccessKeyId">AWS Access Key ID</param> /// <param name="awsSecretAccessKey">AWS Secret Access Key</param> /// <param name="region">The region to connect.</param> public AmazonCodeGuruSecurityClient(string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region) : this(awsAccessKeyId, awsSecretAccessKey, new AmazonCodeGuruSecurityConfig() {RegionEndpoint=region}) { } /// <summary> /// Constructs AmazonCodeGuruSecurityClient with AWS Access Key ID, AWS Secret Key and an /// AmazonCodeGuruSecurityClient Configuration object. /// </summary> /// <param name="awsAccessKeyId">AWS Access Key ID</param> /// <param name="awsSecretAccessKey">AWS Secret Access Key</param> /// <param name="clientConfig">The AmazonCodeGuruSecurityClient Configuration Object</param> public AmazonCodeGuruSecurityClient(string awsAccessKeyId, string awsSecretAccessKey, AmazonCodeGuruSecurityConfig clientConfig) : base(awsAccessKeyId, awsSecretAccessKey, clientConfig) { } /// <summary> /// Constructs AmazonCodeGuruSecurityClient with AWS Access Key ID and AWS Secret Key /// </summary> /// <param name="awsAccessKeyId">AWS Access Key ID</param> /// <param name="awsSecretAccessKey">AWS Secret Access Key</param> /// <param name="awsSessionToken">AWS Session Token</param> public AmazonCodeGuruSecurityClient(string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken) : this(awsAccessKeyId, awsSecretAccessKey, awsSessionToken, new AmazonCodeGuruSecurityConfig()) { } /// <summary> /// Constructs AmazonCodeGuruSecurityClient with AWS Access Key ID and AWS Secret Key /// </summary> /// <param name="awsAccessKeyId">AWS Access Key ID</param> /// <param name="awsSecretAccessKey">AWS Secret Access Key</param> /// <param name="awsSessionToken">AWS Session Token</param> /// <param name="region">The region to connect.</param> public AmazonCodeGuruSecurityClient(string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region) : this(awsAccessKeyId, awsSecretAccessKey, awsSessionToken, new AmazonCodeGuruSecurityConfig{RegionEndpoint = region}) { } /// <summary> /// Constructs AmazonCodeGuruSecurityClient with AWS Access Key ID, AWS Secret Key and an /// AmazonCodeGuruSecurityClient Configuration object. /// </summary> /// <param name="awsAccessKeyId">AWS Access Key ID</param> /// <param name="awsSecretAccessKey">AWS Secret Access Key</param> /// <param name="awsSessionToken">AWS Session Token</param> /// <param name="clientConfig">The AmazonCodeGuruSecurityClient Configuration Object</param> public AmazonCodeGuruSecurityClient(string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonCodeGuruSecurityConfig clientConfig) : base(awsAccessKeyId, awsSecretAccessKey, awsSessionToken, clientConfig) { } #endregion #if AWS_ASYNC_ENUMERABLES_API private ICodeGuruSecurityPaginatorFactory _paginators; /// <summary> /// Paginators for the service /// </summary> public ICodeGuruSecurityPaginatorFactory Paginators { get { if (this._paginators == null) { this._paginators = new CodeGuruSecurityPaginatorFactory(this); } return this._paginators; } } #endif #region Overrides /// <summary> /// Creates the signer for the service. /// </summary> protected override AbstractAWSSigner CreateSigner() { return new AWS4Signer(); } /// <summary> /// Customizes the runtime pipeline. /// </summary> /// <param name="pipeline">Runtime pipeline for the current client.</param> protected override void CustomizeRuntimePipeline(RuntimePipeline pipeline) { pipeline.RemoveHandler<Amazon.Runtime.Internal.EndpointResolver>(); pipeline.AddHandlerAfter<Amazon.Runtime.Internal.Marshaller>(new AmazonCodeGuruSecurityEndpointResolver()); } /// <summary> /// Capture metadata for the service. /// </summary> protected override IServiceMetadata ServiceMetadata { get { return serviceMetadata; } } #endregion #region Dispose /// <summary> /// Disposes the service client. /// </summary> protected override void Dispose(bool disposing) { base.Dispose(disposing); } #endregion #region BatchGetFindings internal virtual BatchGetFindingsResponse BatchGetFindings(BatchGetFindingsRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = BatchGetFindingsRequestMarshaller.Instance; options.ResponseUnmarshaller = BatchGetFindingsResponseUnmarshaller.Instance; return Invoke<BatchGetFindingsResponse>(request, options); } /// <summary> /// Returns a list of all requested findings. /// </summary> /// <param name="request">Container for the necessary parameters to execute the BatchGetFindings service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the BatchGetFindings service method, as returned by CodeGuruSecurity.</returns> /// <exception cref="Amazon.CodeGuruSecurity.Model.AccessDeniedException"> /// You do not have sufficient access to perform this action. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.InternalServerException"> /// The server encountered an internal error and is unable to complete the request. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ThrottlingException"> /// The request was denied due to request throttling. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ValidationException"> /// The input fails to satisfy the specified constraints. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/codeguru-security-2018-05-10/BatchGetFindings">REST API Reference for BatchGetFindings Operation</seealso> public virtual Task<BatchGetFindingsResponse> BatchGetFindingsAsync(BatchGetFindingsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = BatchGetFindingsRequestMarshaller.Instance; options.ResponseUnmarshaller = BatchGetFindingsResponseUnmarshaller.Instance; return InvokeAsync<BatchGetFindingsResponse>(request, options, cancellationToken); } #endregion #region CreateScan internal virtual CreateScanResponse CreateScan(CreateScanRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = CreateScanRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateScanResponseUnmarshaller.Instance; return Invoke<CreateScanResponse>(request, options); } /// <summary> /// Use to create a scan using code uploaded to an S3 bucket. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateScan service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateScan service method, as returned by CodeGuruSecurity.</returns> /// <exception cref="Amazon.CodeGuruSecurity.Model.AccessDeniedException"> /// You do not have sufficient access to perform this action. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ConflictException"> /// The requested operation would cause a conflict with the current state of a service /// resource associated with the request. Resolve the conflict before retrying this request. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.InternalServerException"> /// The server encountered an internal error and is unable to complete the request. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ResourceNotFoundException"> /// The resource specified in the request was not found. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ThrottlingException"> /// The request was denied due to request throttling. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ValidationException"> /// The input fails to satisfy the specified constraints. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/codeguru-security-2018-05-10/CreateScan">REST API Reference for CreateScan Operation</seealso> public virtual Task<CreateScanResponse> CreateScanAsync(CreateScanRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = CreateScanRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateScanResponseUnmarshaller.Instance; return InvokeAsync<CreateScanResponse>(request, options, cancellationToken); } #endregion #region CreateUploadUrl internal virtual CreateUploadUrlResponse CreateUploadUrl(CreateUploadUrlRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = CreateUploadUrlRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateUploadUrlResponseUnmarshaller.Instance; return Invoke<CreateUploadUrlResponse>(request, options); } /// <summary> /// Generates a pre-signed URL and request headers used to upload a code resource. /// /// /// <para> /// You can upload your code resource to the URL and add the request headers using any /// HTTP client. /// </para> /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateUploadUrl service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateUploadUrl service method, as returned by CodeGuruSecurity.</returns> /// <exception cref="Amazon.CodeGuruSecurity.Model.AccessDeniedException"> /// You do not have sufficient access to perform this action. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.InternalServerException"> /// The server encountered an internal error and is unable to complete the request. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ThrottlingException"> /// The request was denied due to request throttling. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ValidationException"> /// The input fails to satisfy the specified constraints. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/codeguru-security-2018-05-10/CreateUploadUrl">REST API Reference for CreateUploadUrl Operation</seealso> public virtual Task<CreateUploadUrlResponse> CreateUploadUrlAsync(CreateUploadUrlRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = CreateUploadUrlRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateUploadUrlResponseUnmarshaller.Instance; return InvokeAsync<CreateUploadUrlResponse>(request, options, cancellationToken); } #endregion #region GetAccountConfiguration internal virtual GetAccountConfigurationResponse GetAccountConfiguration(GetAccountConfigurationRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = GetAccountConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = GetAccountConfigurationResponseUnmarshaller.Instance; return Invoke<GetAccountConfigurationResponse>(request, options); } /// <summary> /// Use to get account level configuration. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetAccountConfiguration service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the GetAccountConfiguration service method, as returned by CodeGuruSecurity.</returns> /// <exception cref="Amazon.CodeGuruSecurity.Model.AccessDeniedException"> /// You do not have sufficient access to perform this action. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.InternalServerException"> /// The server encountered an internal error and is unable to complete the request. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ThrottlingException"> /// The request was denied due to request throttling. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ValidationException"> /// The input fails to satisfy the specified constraints. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/codeguru-security-2018-05-10/GetAccountConfiguration">REST API Reference for GetAccountConfiguration Operation</seealso> public virtual Task<GetAccountConfigurationResponse> GetAccountConfigurationAsync(GetAccountConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = GetAccountConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = GetAccountConfigurationResponseUnmarshaller.Instance; return InvokeAsync<GetAccountConfigurationResponse>(request, options, cancellationToken); } #endregion #region GetFindings internal virtual GetFindingsResponse GetFindings(GetFindingsRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = GetFindingsRequestMarshaller.Instance; options.ResponseUnmarshaller = GetFindingsResponseUnmarshaller.Instance; return Invoke<GetFindingsResponse>(request, options); } /// <summary> /// Returns a list of all findings generated by a particular scan. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetFindings service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the GetFindings service method, as returned by CodeGuruSecurity.</returns> /// <exception cref="Amazon.CodeGuruSecurity.Model.AccessDeniedException"> /// You do not have sufficient access to perform this action. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ConflictException"> /// The requested operation would cause a conflict with the current state of a service /// resource associated with the request. Resolve the conflict before retrying this request. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.InternalServerException"> /// The server encountered an internal error and is unable to complete the request. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ResourceNotFoundException"> /// The resource specified in the request was not found. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ThrottlingException"> /// The request was denied due to request throttling. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ValidationException"> /// The input fails to satisfy the specified constraints. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/codeguru-security-2018-05-10/GetFindings">REST API Reference for GetFindings Operation</seealso> public virtual Task<GetFindingsResponse> GetFindingsAsync(GetFindingsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = GetFindingsRequestMarshaller.Instance; options.ResponseUnmarshaller = GetFindingsResponseUnmarshaller.Instance; return InvokeAsync<GetFindingsResponse>(request, options, cancellationToken); } #endregion #region GetMetricsSummary internal virtual GetMetricsSummaryResponse GetMetricsSummary(GetMetricsSummaryRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = GetMetricsSummaryRequestMarshaller.Instance; options.ResponseUnmarshaller = GetMetricsSummaryResponseUnmarshaller.Instance; return Invoke<GetMetricsSummaryResponse>(request, options); } /// <summary> /// Returns top level metrics about an account from a specified date, including number /// of open findings, the categories with most findings, the scans with most open findings, /// and scans with most open critical findings. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMetricsSummary service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the GetMetricsSummary service method, as returned by CodeGuruSecurity.</returns> /// <exception cref="Amazon.CodeGuruSecurity.Model.AccessDeniedException"> /// You do not have sufficient access to perform this action. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.InternalServerException"> /// The server encountered an internal error and is unable to complete the request. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ThrottlingException"> /// The request was denied due to request throttling. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ValidationException"> /// The input fails to satisfy the specified constraints. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/codeguru-security-2018-05-10/GetMetricsSummary">REST API Reference for GetMetricsSummary Operation</seealso> public virtual Task<GetMetricsSummaryResponse> GetMetricsSummaryAsync(GetMetricsSummaryRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = GetMetricsSummaryRequestMarshaller.Instance; options.ResponseUnmarshaller = GetMetricsSummaryResponseUnmarshaller.Instance; return InvokeAsync<GetMetricsSummaryResponse>(request, options, cancellationToken); } #endregion #region GetScan internal virtual GetScanResponse GetScan(GetScanRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = GetScanRequestMarshaller.Instance; options.ResponseUnmarshaller = GetScanResponseUnmarshaller.Instance; return Invoke<GetScanResponse>(request, options); } /// <summary> /// Returns details about a scan, including whether or not a scan has completed. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetScan service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the GetScan service method, as returned by CodeGuruSecurity.</returns> /// <exception cref="Amazon.CodeGuruSecurity.Model.AccessDeniedException"> /// You do not have sufficient access to perform this action. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.InternalServerException"> /// The server encountered an internal error and is unable to complete the request. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ResourceNotFoundException"> /// The resource specified in the request was not found. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ThrottlingException"> /// The request was denied due to request throttling. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/codeguru-security-2018-05-10/GetScan">REST API Reference for GetScan Operation</seealso> public virtual Task<GetScanResponse> GetScanAsync(GetScanRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = GetScanRequestMarshaller.Instance; options.ResponseUnmarshaller = GetScanResponseUnmarshaller.Instance; return InvokeAsync<GetScanResponse>(request, options, cancellationToken); } #endregion #region ListFindingsMetrics internal virtual ListFindingsMetricsResponse ListFindingsMetrics(ListFindingsMetricsRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = ListFindingsMetricsRequestMarshaller.Instance; options.ResponseUnmarshaller = ListFindingsMetricsResponseUnmarshaller.Instance; return Invoke<ListFindingsMetricsResponse>(request, options); } /// <summary> /// Returns metrics about all findings in an account within a specified time range. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListFindingsMetrics service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the ListFindingsMetrics service method, as returned by CodeGuruSecurity.</returns> /// <exception cref="Amazon.CodeGuruSecurity.Model.AccessDeniedException"> /// You do not have sufficient access to perform this action. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.InternalServerException"> /// The server encountered an internal error and is unable to complete the request. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ThrottlingException"> /// The request was denied due to request throttling. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ValidationException"> /// The input fails to satisfy the specified constraints. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/codeguru-security-2018-05-10/ListFindingsMetrics">REST API Reference for ListFindingsMetrics Operation</seealso> public virtual Task<ListFindingsMetricsResponse> ListFindingsMetricsAsync(ListFindingsMetricsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = ListFindingsMetricsRequestMarshaller.Instance; options.ResponseUnmarshaller = ListFindingsMetricsResponseUnmarshaller.Instance; return InvokeAsync<ListFindingsMetricsResponse>(request, options, cancellationToken); } #endregion #region ListScans internal virtual ListScansResponse ListScans(ListScansRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = ListScansRequestMarshaller.Instance; options.ResponseUnmarshaller = ListScansResponseUnmarshaller.Instance; return Invoke<ListScansResponse>(request, options); } /// <summary> /// Returns a list of all the standard scans in an account. Does not return express scans. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListScans service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the ListScans service method, as returned by CodeGuruSecurity.</returns> /// <exception cref="Amazon.CodeGuruSecurity.Model.AccessDeniedException"> /// You do not have sufficient access to perform this action. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.InternalServerException"> /// The server encountered an internal error and is unable to complete the request. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ThrottlingException"> /// The request was denied due to request throttling. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ValidationException"> /// The input fails to satisfy the specified constraints. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/codeguru-security-2018-05-10/ListScans">REST API Reference for ListScans Operation</seealso> public virtual Task<ListScansResponse> ListScansAsync(ListScansRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = ListScansRequestMarshaller.Instance; options.ResponseUnmarshaller = ListScansResponseUnmarshaller.Instance; return InvokeAsync<ListScansResponse>(request, options, cancellationToken); } #endregion #region ListTagsForResource internal virtual ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = ListTagsForResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = ListTagsForResourceResponseUnmarshaller.Instance; return Invoke<ListTagsForResourceResponse>(request, options); } /// <summary> /// Returns a list of all tags associated with a scan. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListTagsForResource service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the ListTagsForResource service method, as returned by CodeGuruSecurity.</returns> /// <exception cref="Amazon.CodeGuruSecurity.Model.AccessDeniedException"> /// You do not have sufficient access to perform this action. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ConflictException"> /// The requested operation would cause a conflict with the current state of a service /// resource associated with the request. Resolve the conflict before retrying this request. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.InternalServerException"> /// The server encountered an internal error and is unable to complete the request. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ResourceNotFoundException"> /// The resource specified in the request was not found. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ThrottlingException"> /// The request was denied due to request throttling. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ValidationException"> /// The input fails to satisfy the specified constraints. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/codeguru-security-2018-05-10/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso> public virtual Task<ListTagsForResourceResponse> ListTagsForResourceAsync(ListTagsForResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = ListTagsForResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = ListTagsForResourceResponseUnmarshaller.Instance; return InvokeAsync<ListTagsForResourceResponse>(request, options, cancellationToken); } #endregion #region TagResource internal virtual TagResourceResponse TagResource(TagResourceRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = TagResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = TagResourceResponseUnmarshaller.Instance; return Invoke<TagResourceResponse>(request, options); } /// <summary> /// Use to add one or more tags to an existing scan. /// </summary> /// <param name="request">Container for the necessary parameters to execute the TagResource service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the TagResource service method, as returned by CodeGuruSecurity.</returns> /// <exception cref="Amazon.CodeGuruSecurity.Model.AccessDeniedException"> /// You do not have sufficient access to perform this action. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ConflictException"> /// The requested operation would cause a conflict with the current state of a service /// resource associated with the request. Resolve the conflict before retrying this request. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.InternalServerException"> /// The server encountered an internal error and is unable to complete the request. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ResourceNotFoundException"> /// The resource specified in the request was not found. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ThrottlingException"> /// The request was denied due to request throttling. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ValidationException"> /// The input fails to satisfy the specified constraints. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/codeguru-security-2018-05-10/TagResource">REST API Reference for TagResource Operation</seealso> public virtual Task<TagResourceResponse> TagResourceAsync(TagResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = TagResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = TagResourceResponseUnmarshaller.Instance; return InvokeAsync<TagResourceResponse>(request, options, cancellationToken); } #endregion #region UntagResource internal virtual UntagResourceResponse UntagResource(UntagResourceRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = UntagResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = UntagResourceResponseUnmarshaller.Instance; return Invoke<UntagResourceResponse>(request, options); } /// <summary> /// Use to remove one or more tags from an existing scan. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UntagResource service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the UntagResource service method, as returned by CodeGuruSecurity.</returns> /// <exception cref="Amazon.CodeGuruSecurity.Model.AccessDeniedException"> /// You do not have sufficient access to perform this action. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ConflictException"> /// The requested operation would cause a conflict with the current state of a service /// resource associated with the request. Resolve the conflict before retrying this request. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.InternalServerException"> /// The server encountered an internal error and is unable to complete the request. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ResourceNotFoundException"> /// The resource specified in the request was not found. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ThrottlingException"> /// The request was denied due to request throttling. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ValidationException"> /// The input fails to satisfy the specified constraints. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/codeguru-security-2018-05-10/UntagResource">REST API Reference for UntagResource Operation</seealso> public virtual Task<UntagResourceResponse> UntagResourceAsync(UntagResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = UntagResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = UntagResourceResponseUnmarshaller.Instance; return InvokeAsync<UntagResourceResponse>(request, options, cancellationToken); } #endregion #region UpdateAccountConfiguration internal virtual UpdateAccountConfigurationResponse UpdateAccountConfiguration(UpdateAccountConfigurationRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = UpdateAccountConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = UpdateAccountConfigurationResponseUnmarshaller.Instance; return Invoke<UpdateAccountConfigurationResponse>(request, options); } /// <summary> /// Use to update account-level configuration with an encryption key. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateAccountConfiguration service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the UpdateAccountConfiguration service method, as returned by CodeGuruSecurity.</returns> /// <exception cref="Amazon.CodeGuruSecurity.Model.AccessDeniedException"> /// You do not have sufficient access to perform this action. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.InternalServerException"> /// The server encountered an internal error and is unable to complete the request. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ResourceNotFoundException"> /// The resource specified in the request was not found. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ThrottlingException"> /// The request was denied due to request throttling. /// </exception> /// <exception cref="Amazon.CodeGuruSecurity.Model.ValidationException"> /// The input fails to satisfy the specified constraints. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/codeguru-security-2018-05-10/UpdateAccountConfiguration">REST API Reference for UpdateAccountConfiguration Operation</seealso> public virtual Task<UpdateAccountConfigurationResponse> UpdateAccountConfigurationAsync(UpdateAccountConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = UpdateAccountConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = UpdateAccountConfigurationResponseUnmarshaller.Instance; return InvokeAsync<UpdateAccountConfigurationResponse>(request, options, cancellationToken); } #endregion } }