/* * 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 resiliencehub-2020-04-30.normal.json service model. */ using System; using System.Threading; using System.Threading.Tasks; using System.Collections.Generic; using Amazon.Runtime; using Amazon.ResilienceHub.Model; namespace Amazon.ResilienceHub { /// <summary> /// Interface for accessing ResilienceHub /// /// Resilience Hub helps you proactively prepare and protect your Amazon Web Services /// applications from disruptions. It offers continual resiliency assessment and validation /// that integrates into your software development lifecycle. This enables you to uncover /// resiliency weaknesses, ensure recovery time objective (RTO) and recovery point objective /// (RPO) targets for your applications are met, and resolve issues before they are released /// into production. /// </summary> public partial interface IAmazonResilienceHub : IAmazonService, IDisposable { /// <summary> /// Paginators for the service /// </summary> IResilienceHubPaginatorFactory Paginators { get; } #region AddDraftAppVersionResourceMappings /// <summary> /// Adds the resource mapping for the draft application version. You can also update an /// existing resource mapping to a new physical resource. /// </summary> /// <param name="request">Container for the necessary parameters to execute the AddDraftAppVersionResourceMappings service method.</param> /// /// <returns>The response from the AddDraftAppVersionResourceMappings service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/AddDraftAppVersionResourceMappings">REST API Reference for AddDraftAppVersionResourceMappings Operation</seealso> AddDraftAppVersionResourceMappingsResponse AddDraftAppVersionResourceMappings(AddDraftAppVersionResourceMappingsRequest request); /// <summary> /// Adds the resource mapping for the draft application version. You can also update an /// existing resource mapping to a new physical resource. /// </summary> /// <param name="request">Container for the necessary parameters to execute the AddDraftAppVersionResourceMappings 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 AddDraftAppVersionResourceMappings service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/AddDraftAppVersionResourceMappings">REST API Reference for AddDraftAppVersionResourceMappings Operation</seealso> Task<AddDraftAppVersionResourceMappingsResponse> AddDraftAppVersionResourceMappingsAsync(AddDraftAppVersionResourceMappingsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateApp /// <summary> /// Creates an Resilience Hub application. An Resilience Hub application is a collection /// of Amazon Web Services resources structured to prevent and recover Amazon Web Services /// application disruptions. To describe an Resilience Hub application, you provide an /// application name, resources from one or more CloudFormation stacks, Resource Groups, /// Terraform state files, AppRegistry applications, and an appropriate resiliency policy. /// For more information about the number of resources supported per application, see /// <a href="https://docs.aws.amazon.com/general/latest/gr/resiliencehub.html#limits_resiliencehub">Service /// Quotas</a>. /// /// /// <para> /// After you create an Resilience Hub application, you publish it so that you can run /// a resiliency assessment on it. You can then use recommendations from the assessment /// to improve resiliency by running another assessment, comparing results, and then iterating /// the process until you achieve your goals for recovery time objective (RTO) and recovery /// point objective (RPO). /// </para> /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateApp service method.</param> /// /// <returns>The response from the CreateApp service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ServiceQuotaExceededException"> /// This exception occurs when you have exceeded your service quota. To perform the requested /// action, remove some of the relevant resources, or use Service Quotas to request a /// service quota increase. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/CreateApp">REST API Reference for CreateApp Operation</seealso> CreateAppResponse CreateApp(CreateAppRequest request); /// <summary> /// Creates an Resilience Hub application. An Resilience Hub application is a collection /// of Amazon Web Services resources structured to prevent and recover Amazon Web Services /// application disruptions. To describe an Resilience Hub application, you provide an /// application name, resources from one or more CloudFormation stacks, Resource Groups, /// Terraform state files, AppRegistry applications, and an appropriate resiliency policy. /// For more information about the number of resources supported per application, see /// <a href="https://docs.aws.amazon.com/general/latest/gr/resiliencehub.html#limits_resiliencehub">Service /// Quotas</a>. /// /// /// <para> /// After you create an Resilience Hub application, you publish it so that you can run /// a resiliency assessment on it. You can then use recommendations from the assessment /// to improve resiliency by running another assessment, comparing results, and then iterating /// the process until you achieve your goals for recovery time objective (RTO) and recovery /// point objective (RPO). /// </para> /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateApp 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 CreateApp service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ServiceQuotaExceededException"> /// This exception occurs when you have exceeded your service quota. To perform the requested /// action, remove some of the relevant resources, or use Service Quotas to request a /// service quota increase. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/CreateApp">REST API Reference for CreateApp Operation</seealso> Task<CreateAppResponse> CreateAppAsync(CreateAppRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateAppVersionAppComponent /// <summary> /// Creates a new Application Component in the Resilience Hub application. /// /// <note> /// <para> /// This API updates the Resilience Hub application draft version. To use this Application /// Component for running assessments, you must publish the Resilience Hub application /// using the <code>PublishAppVersion</code> API. /// </para> /// </note> /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateAppVersionAppComponent service method.</param> /// /// <returns>The response from the CreateAppVersionAppComponent service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ServiceQuotaExceededException"> /// This exception occurs when you have exceeded your service quota. To perform the requested /// action, remove some of the relevant resources, or use Service Quotas to request a /// service quota increase. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/CreateAppVersionAppComponent">REST API Reference for CreateAppVersionAppComponent Operation</seealso> CreateAppVersionAppComponentResponse CreateAppVersionAppComponent(CreateAppVersionAppComponentRequest request); /// <summary> /// Creates a new Application Component in the Resilience Hub application. /// /// <note> /// <para> /// This API updates the Resilience Hub application draft version. To use this Application /// Component for running assessments, you must publish the Resilience Hub application /// using the <code>PublishAppVersion</code> API. /// </para> /// </note> /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateAppVersionAppComponent 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 CreateAppVersionAppComponent service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ServiceQuotaExceededException"> /// This exception occurs when you have exceeded your service quota. To perform the requested /// action, remove some of the relevant resources, or use Service Quotas to request a /// service quota increase. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/CreateAppVersionAppComponent">REST API Reference for CreateAppVersionAppComponent Operation</seealso> Task<CreateAppVersionAppComponentResponse> CreateAppVersionAppComponentAsync(CreateAppVersionAppComponentRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateAppVersionResource /// <summary> /// Adds a resource to the Resilience Hub application and assigns it to the specified /// Application Components. If you specify a new Application Component, Resilience Hub /// will automatically create the Application Component. /// /// <note> <ul> <li> /// <para> /// This action has no effect outside Resilience Hub. /// </para> /// </li> <li> /// <para> /// This API updates the Resilience Hub application draft version. To use this resource /// for running resiliency assessments, you must publish the Resilience Hub application /// using the <code>PublishAppVersion</code> API. /// </para> /// </li> <li> /// <para> /// To update application version with new <code>physicalResourceID</code>, you must call /// <code>ResolveAppVersionResources</code> API. /// </para> /// </li> </ul> </note> /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateAppVersionResource service method.</param> /// /// <returns>The response from the CreateAppVersionResource service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ServiceQuotaExceededException"> /// This exception occurs when you have exceeded your service quota. To perform the requested /// action, remove some of the relevant resources, or use Service Quotas to request a /// service quota increase. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/CreateAppVersionResource">REST API Reference for CreateAppVersionResource Operation</seealso> CreateAppVersionResourceResponse CreateAppVersionResource(CreateAppVersionResourceRequest request); /// <summary> /// Adds a resource to the Resilience Hub application and assigns it to the specified /// Application Components. If you specify a new Application Component, Resilience Hub /// will automatically create the Application Component. /// /// <note> <ul> <li> /// <para> /// This action has no effect outside Resilience Hub. /// </para> /// </li> <li> /// <para> /// This API updates the Resilience Hub application draft version. To use this resource /// for running resiliency assessments, you must publish the Resilience Hub application /// using the <code>PublishAppVersion</code> API. /// </para> /// </li> <li> /// <para> /// To update application version with new <code>physicalResourceID</code>, you must call /// <code>ResolveAppVersionResources</code> API. /// </para> /// </li> </ul> </note> /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateAppVersionResource 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 CreateAppVersionResource service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ServiceQuotaExceededException"> /// This exception occurs when you have exceeded your service quota. To perform the requested /// action, remove some of the relevant resources, or use Service Quotas to request a /// service quota increase. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/CreateAppVersionResource">REST API Reference for CreateAppVersionResource Operation</seealso> Task<CreateAppVersionResourceResponse> CreateAppVersionResourceAsync(CreateAppVersionResourceRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateRecommendationTemplate /// <summary> /// Creates a new recommendation template for the Resilience Hub application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateRecommendationTemplate service method.</param> /// /// <returns>The response from the CreateRecommendationTemplate service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ServiceQuotaExceededException"> /// This exception occurs when you have exceeded your service quota. To perform the requested /// action, remove some of the relevant resources, or use Service Quotas to request a /// service quota increase. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/CreateRecommendationTemplate">REST API Reference for CreateRecommendationTemplate Operation</seealso> CreateRecommendationTemplateResponse CreateRecommendationTemplate(CreateRecommendationTemplateRequest request); /// <summary> /// Creates a new recommendation template for the Resilience Hub application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateRecommendationTemplate 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 CreateRecommendationTemplate service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ServiceQuotaExceededException"> /// This exception occurs when you have exceeded your service quota. To perform the requested /// action, remove some of the relevant resources, or use Service Quotas to request a /// service quota increase. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/CreateRecommendationTemplate">REST API Reference for CreateRecommendationTemplate Operation</seealso> Task<CreateRecommendationTemplateResponse> CreateRecommendationTemplateAsync(CreateRecommendationTemplateRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateResiliencyPolicy /// <summary> /// Creates a resiliency policy for an application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateResiliencyPolicy service method.</param> /// /// <returns>The response from the CreateResiliencyPolicy service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ServiceQuotaExceededException"> /// This exception occurs when you have exceeded your service quota. To perform the requested /// action, remove some of the relevant resources, or use Service Quotas to request a /// service quota increase. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/CreateResiliencyPolicy">REST API Reference for CreateResiliencyPolicy Operation</seealso> CreateResiliencyPolicyResponse CreateResiliencyPolicy(CreateResiliencyPolicyRequest request); /// <summary> /// Creates a resiliency policy for an application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateResiliencyPolicy 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 CreateResiliencyPolicy service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ServiceQuotaExceededException"> /// This exception occurs when you have exceeded your service quota. To perform the requested /// action, remove some of the relevant resources, or use Service Quotas to request a /// service quota increase. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/CreateResiliencyPolicy">REST API Reference for CreateResiliencyPolicy Operation</seealso> Task<CreateResiliencyPolicyResponse> CreateResiliencyPolicyAsync(CreateResiliencyPolicyRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteApp /// <summary> /// Deletes an Resilience Hub application. This is a destructive action that can't be /// undone. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteApp service method.</param> /// /// <returns>The response from the DeleteApp service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteApp">REST API Reference for DeleteApp Operation</seealso> DeleteAppResponse DeleteApp(DeleteAppRequest request); /// <summary> /// Deletes an Resilience Hub application. This is a destructive action that can't be /// undone. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteApp 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 DeleteApp service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteApp">REST API Reference for DeleteApp Operation</seealso> Task<DeleteAppResponse> DeleteAppAsync(DeleteAppRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteAppAssessment /// <summary> /// Deletes an Resilience Hub application assessment. This is a destructive action that /// can't be undone. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteAppAssessment service method.</param> /// /// <returns>The response from the DeleteAppAssessment service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppAssessment">REST API Reference for DeleteAppAssessment Operation</seealso> DeleteAppAssessmentResponse DeleteAppAssessment(DeleteAppAssessmentRequest request); /// <summary> /// Deletes an Resilience Hub application assessment. This is a destructive action that /// can't be undone. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteAppAssessment 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 DeleteAppAssessment service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppAssessment">REST API Reference for DeleteAppAssessment Operation</seealso> Task<DeleteAppAssessmentResponse> DeleteAppAssessmentAsync(DeleteAppAssessmentRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteAppInputSource /// <summary> /// Deletes the input source and all of its imported resources from the Resilience Hub /// application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteAppInputSource service method.</param> /// /// <returns>The response from the DeleteAppInputSource service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppInputSource">REST API Reference for DeleteAppInputSource Operation</seealso> DeleteAppInputSourceResponse DeleteAppInputSource(DeleteAppInputSourceRequest request); /// <summary> /// Deletes the input source and all of its imported resources from the Resilience Hub /// application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteAppInputSource 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 DeleteAppInputSource service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppInputSource">REST API Reference for DeleteAppInputSource Operation</seealso> Task<DeleteAppInputSourceResponse> DeleteAppInputSourceAsync(DeleteAppInputSourceRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteAppVersionAppComponent /// <summary> /// Deletes an Application Component from the Resilience Hub application. /// /// <note> <ul> <li> /// <para> /// This API updates the Resilience Hub application draft version. To use this Application /// Component for running assessments, you must publish the Resilience Hub application /// using the <code>PublishAppVersion</code> API. /// </para> /// </li> <li> /// <para> /// You will not be able to delete an Application Component if it has resources associated /// with it. /// </para> /// </li> </ul> </note> /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteAppVersionAppComponent service method.</param> /// /// <returns>The response from the DeleteAppVersionAppComponent service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppVersionAppComponent">REST API Reference for DeleteAppVersionAppComponent Operation</seealso> DeleteAppVersionAppComponentResponse DeleteAppVersionAppComponent(DeleteAppVersionAppComponentRequest request); /// <summary> /// Deletes an Application Component from the Resilience Hub application. /// /// <note> <ul> <li> /// <para> /// This API updates the Resilience Hub application draft version. To use this Application /// Component for running assessments, you must publish the Resilience Hub application /// using the <code>PublishAppVersion</code> API. /// </para> /// </li> <li> /// <para> /// You will not be able to delete an Application Component if it has resources associated /// with it. /// </para> /// </li> </ul> </note> /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteAppVersionAppComponent 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 DeleteAppVersionAppComponent service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppVersionAppComponent">REST API Reference for DeleteAppVersionAppComponent Operation</seealso> Task<DeleteAppVersionAppComponentResponse> DeleteAppVersionAppComponentAsync(DeleteAppVersionAppComponentRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteAppVersionResource /// <summary> /// Deletes a resource from the Resilience Hub application. /// /// <note> <ul> <li> /// <para> /// You can only delete a manually added resource. To exclude non-manually added resources, /// use the <code>UpdateAppVersionResource</code> API. /// </para> /// </li> <li> /// <para> /// This action has no effect outside Resilience Hub. /// </para> /// </li> <li> /// <para> /// This API updates the Resilience Hub application draft version. To use this resource /// for running resiliency assessments, you must publish the Resilience Hub application /// using the <code>PublishAppVersion</code> API. /// </para> /// </li> </ul> </note> /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteAppVersionResource service method.</param> /// /// <returns>The response from the DeleteAppVersionResource service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppVersionResource">REST API Reference for DeleteAppVersionResource Operation</seealso> DeleteAppVersionResourceResponse DeleteAppVersionResource(DeleteAppVersionResourceRequest request); /// <summary> /// Deletes a resource from the Resilience Hub application. /// /// <note> <ul> <li> /// <para> /// You can only delete a manually added resource. To exclude non-manually added resources, /// use the <code>UpdateAppVersionResource</code> API. /// </para> /// </li> <li> /// <para> /// This action has no effect outside Resilience Hub. /// </para> /// </li> <li> /// <para> /// This API updates the Resilience Hub application draft version. To use this resource /// for running resiliency assessments, you must publish the Resilience Hub application /// using the <code>PublishAppVersion</code> API. /// </para> /// </li> </ul> </note> /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteAppVersionResource 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 DeleteAppVersionResource service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppVersionResource">REST API Reference for DeleteAppVersionResource Operation</seealso> Task<DeleteAppVersionResourceResponse> DeleteAppVersionResourceAsync(DeleteAppVersionResourceRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteRecommendationTemplate /// <summary> /// Deletes a recommendation template. This is a destructive action that can't be undone. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteRecommendationTemplate service method.</param> /// /// <returns>The response from the DeleteRecommendationTemplate service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteRecommendationTemplate">REST API Reference for DeleteRecommendationTemplate Operation</seealso> DeleteRecommendationTemplateResponse DeleteRecommendationTemplate(DeleteRecommendationTemplateRequest request); /// <summary> /// Deletes a recommendation template. This is a destructive action that can't be undone. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteRecommendationTemplate 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 DeleteRecommendationTemplate service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteRecommendationTemplate">REST API Reference for DeleteRecommendationTemplate Operation</seealso> Task<DeleteRecommendationTemplateResponse> DeleteRecommendationTemplateAsync(DeleteRecommendationTemplateRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteResiliencyPolicy /// <summary> /// Deletes a resiliency policy. This is a destructive action that can't be undone. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteResiliencyPolicy service method.</param> /// /// <returns>The response from the DeleteResiliencyPolicy service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteResiliencyPolicy">REST API Reference for DeleteResiliencyPolicy Operation</seealso> DeleteResiliencyPolicyResponse DeleteResiliencyPolicy(DeleteResiliencyPolicyRequest request); /// <summary> /// Deletes a resiliency policy. This is a destructive action that can't be undone. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteResiliencyPolicy 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 DeleteResiliencyPolicy service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteResiliencyPolicy">REST API Reference for DeleteResiliencyPolicy Operation</seealso> Task<DeleteResiliencyPolicyResponse> DeleteResiliencyPolicyAsync(DeleteResiliencyPolicyRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeApp /// <summary> /// Describes an Resilience Hub application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeApp service method.</param> /// /// <returns>The response from the DescribeApp service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeApp">REST API Reference for DescribeApp Operation</seealso> DescribeAppResponse DescribeApp(DescribeAppRequest request); /// <summary> /// Describes an Resilience Hub application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeApp 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 DescribeApp service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeApp">REST API Reference for DescribeApp Operation</seealso> Task<DescribeAppResponse> DescribeAppAsync(DescribeAppRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeAppAssessment /// <summary> /// Describes an assessment for an Resilience Hub application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeAppAssessment service method.</param> /// /// <returns>The response from the DescribeAppAssessment service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppAssessment">REST API Reference for DescribeAppAssessment Operation</seealso> DescribeAppAssessmentResponse DescribeAppAssessment(DescribeAppAssessmentRequest request); /// <summary> /// Describes an assessment for an Resilience Hub application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeAppAssessment 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 DescribeAppAssessment service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppAssessment">REST API Reference for DescribeAppAssessment Operation</seealso> Task<DescribeAppAssessmentResponse> DescribeAppAssessmentAsync(DescribeAppAssessmentRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeAppVersion /// <summary> /// Describes the Resilience Hub application version. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeAppVersion service method.</param> /// /// <returns>The response from the DescribeAppVersion service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersion">REST API Reference for DescribeAppVersion Operation</seealso> DescribeAppVersionResponse DescribeAppVersion(DescribeAppVersionRequest request); /// <summary> /// Describes the Resilience Hub application version. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeAppVersion 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 DescribeAppVersion service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersion">REST API Reference for DescribeAppVersion Operation</seealso> Task<DescribeAppVersionResponse> DescribeAppVersionAsync(DescribeAppVersionRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeAppVersionAppComponent /// <summary> /// Describes an Application Component in the Resilience Hub application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeAppVersionAppComponent service method.</param> /// /// <returns>The response from the DescribeAppVersionAppComponent service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionAppComponent">REST API Reference for DescribeAppVersionAppComponent Operation</seealso> DescribeAppVersionAppComponentResponse DescribeAppVersionAppComponent(DescribeAppVersionAppComponentRequest request); /// <summary> /// Describes an Application Component in the Resilience Hub application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeAppVersionAppComponent 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 DescribeAppVersionAppComponent service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionAppComponent">REST API Reference for DescribeAppVersionAppComponent Operation</seealso> Task<DescribeAppVersionAppComponentResponse> DescribeAppVersionAppComponentAsync(DescribeAppVersionAppComponentRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeAppVersionResource /// <summary> /// Describes a resource of the Resilience Hub application. /// /// <note> /// <para> /// This API accepts only one of the following parameters to descibe the resource: /// </para> /// <ul> <li> /// <para> /// <code>resourceName</code> /// </para> /// </li> <li> /// <para> /// <code>logicalResourceId</code> /// </para> /// </li> <li> /// <para> /// <code>physicalResourceId</code> (Along with <code>physicalResourceId</code>, you /// can also provide <code>awsAccountId</code>, and <code>awsRegion</code>) /// </para> /// </li> </ul> </note> /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeAppVersionResource service method.</param> /// /// <returns>The response from the DescribeAppVersionResource service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionResource">REST API Reference for DescribeAppVersionResource Operation</seealso> DescribeAppVersionResourceResponse DescribeAppVersionResource(DescribeAppVersionResourceRequest request); /// <summary> /// Describes a resource of the Resilience Hub application. /// /// <note> /// <para> /// This API accepts only one of the following parameters to descibe the resource: /// </para> /// <ul> <li> /// <para> /// <code>resourceName</code> /// </para> /// </li> <li> /// <para> /// <code>logicalResourceId</code> /// </para> /// </li> <li> /// <para> /// <code>physicalResourceId</code> (Along with <code>physicalResourceId</code>, you /// can also provide <code>awsAccountId</code>, and <code>awsRegion</code>) /// </para> /// </li> </ul> </note> /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeAppVersionResource 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 DescribeAppVersionResource service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionResource">REST API Reference for DescribeAppVersionResource Operation</seealso> Task<DescribeAppVersionResourceResponse> DescribeAppVersionResourceAsync(DescribeAppVersionResourceRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeAppVersionResourcesResolutionStatus /// <summary> /// Returns the resolution status for the specified resolution identifier for an application /// version. If <code>resolutionId</code> is not specified, the current resolution status /// is returned. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeAppVersionResourcesResolutionStatus service method.</param> /// /// <returns>The response from the DescribeAppVersionResourcesResolutionStatus service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionResourcesResolutionStatus">REST API Reference for DescribeAppVersionResourcesResolutionStatus Operation</seealso> DescribeAppVersionResourcesResolutionStatusResponse DescribeAppVersionResourcesResolutionStatus(DescribeAppVersionResourcesResolutionStatusRequest request); /// <summary> /// Returns the resolution status for the specified resolution identifier for an application /// version. If <code>resolutionId</code> is not specified, the current resolution status /// is returned. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeAppVersionResourcesResolutionStatus 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 DescribeAppVersionResourcesResolutionStatus service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionResourcesResolutionStatus">REST API Reference for DescribeAppVersionResourcesResolutionStatus Operation</seealso> Task<DescribeAppVersionResourcesResolutionStatusResponse> DescribeAppVersionResourcesResolutionStatusAsync(DescribeAppVersionResourcesResolutionStatusRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeAppVersionTemplate /// <summary> /// Describes details about an Resilience Hub application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeAppVersionTemplate service method.</param> /// /// <returns>The response from the DescribeAppVersionTemplate service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionTemplate">REST API Reference for DescribeAppVersionTemplate Operation</seealso> DescribeAppVersionTemplateResponse DescribeAppVersionTemplate(DescribeAppVersionTemplateRequest request); /// <summary> /// Describes details about an Resilience Hub application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeAppVersionTemplate 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 DescribeAppVersionTemplate service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionTemplate">REST API Reference for DescribeAppVersionTemplate Operation</seealso> Task<DescribeAppVersionTemplateResponse> DescribeAppVersionTemplateAsync(DescribeAppVersionTemplateRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeDraftAppVersionResourcesImportStatus /// <summary> /// Describes the status of importing resources to an application version. /// /// <note> /// <para> /// If you get a 404 error with <code>ResourceImportStatusNotFoundAppMetadataException</code>, /// you must call <code>importResourcesToDraftAppVersion</code> after creating the application /// and before calling <code>describeDraftAppVersionResourcesImportStatus</code> to obtain /// the status. /// </para> /// </note> /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeDraftAppVersionResourcesImportStatus service method.</param> /// /// <returns>The response from the DescribeDraftAppVersionResourcesImportStatus service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeDraftAppVersionResourcesImportStatus">REST API Reference for DescribeDraftAppVersionResourcesImportStatus Operation</seealso> DescribeDraftAppVersionResourcesImportStatusResponse DescribeDraftAppVersionResourcesImportStatus(DescribeDraftAppVersionResourcesImportStatusRequest request); /// <summary> /// Describes the status of importing resources to an application version. /// /// <note> /// <para> /// If you get a 404 error with <code>ResourceImportStatusNotFoundAppMetadataException</code>, /// you must call <code>importResourcesToDraftAppVersion</code> after creating the application /// and before calling <code>describeDraftAppVersionResourcesImportStatus</code> to obtain /// the status. /// </para> /// </note> /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeDraftAppVersionResourcesImportStatus 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 DescribeDraftAppVersionResourcesImportStatus service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeDraftAppVersionResourcesImportStatus">REST API Reference for DescribeDraftAppVersionResourcesImportStatus Operation</seealso> Task<DescribeDraftAppVersionResourcesImportStatusResponse> DescribeDraftAppVersionResourcesImportStatusAsync(DescribeDraftAppVersionResourcesImportStatusRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeResiliencyPolicy /// <summary> /// Describes a specified resiliency policy for an Resilience Hub application. The returned /// policy object includes creation time, data location constraints, the Amazon Resource /// Name (ARN) for the policy, tags, tier, and more. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeResiliencyPolicy service method.</param> /// /// <returns>The response from the DescribeResiliencyPolicy service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeResiliencyPolicy">REST API Reference for DescribeResiliencyPolicy Operation</seealso> DescribeResiliencyPolicyResponse DescribeResiliencyPolicy(DescribeResiliencyPolicyRequest request); /// <summary> /// Describes a specified resiliency policy for an Resilience Hub application. The returned /// policy object includes creation time, data location constraints, the Amazon Resource /// Name (ARN) for the policy, tags, tier, and more. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeResiliencyPolicy 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 DescribeResiliencyPolicy service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeResiliencyPolicy">REST API Reference for DescribeResiliencyPolicy Operation</seealso> Task<DescribeResiliencyPolicyResponse> DescribeResiliencyPolicyAsync(DescribeResiliencyPolicyRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ImportResourcesToDraftAppVersion /// <summary> /// Imports resources to Resilience Hub application draft version from different input /// sources. For more information about the input sources supported by Resilience Hub, /// see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/discover-structure.html">Discover /// the structure and describe your Resilience Hub application</a>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ImportResourcesToDraftAppVersion service method.</param> /// /// <returns>The response from the ImportResourcesToDraftAppVersion service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ImportResourcesToDraftAppVersion">REST API Reference for ImportResourcesToDraftAppVersion Operation</seealso> ImportResourcesToDraftAppVersionResponse ImportResourcesToDraftAppVersion(ImportResourcesToDraftAppVersionRequest request); /// <summary> /// Imports resources to Resilience Hub application draft version from different input /// sources. For more information about the input sources supported by Resilience Hub, /// see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/discover-structure.html">Discover /// the structure and describe your Resilience Hub application</a>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ImportResourcesToDraftAppVersion 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 ImportResourcesToDraftAppVersion service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ImportResourcesToDraftAppVersion">REST API Reference for ImportResourcesToDraftAppVersion Operation</seealso> Task<ImportResourcesToDraftAppVersionResponse> ImportResourcesToDraftAppVersionAsync(ImportResourcesToDraftAppVersionRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListAlarmRecommendations /// <summary> /// Lists the alarm recommendations for an Resilience Hub application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListAlarmRecommendations service method.</param> /// /// <returns>The response from the ListAlarmRecommendations service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAlarmRecommendations">REST API Reference for ListAlarmRecommendations Operation</seealso> ListAlarmRecommendationsResponse ListAlarmRecommendations(ListAlarmRecommendationsRequest request); /// <summary> /// Lists the alarm recommendations for an Resilience Hub application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListAlarmRecommendations 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 ListAlarmRecommendations service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAlarmRecommendations">REST API Reference for ListAlarmRecommendations Operation</seealso> Task<ListAlarmRecommendationsResponse> ListAlarmRecommendationsAsync(ListAlarmRecommendationsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListAppAssessments /// <summary> /// Lists the assessments for an Resilience Hub application. You can use request parameters /// to refine the results for the response object. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListAppAssessments service method.</param> /// /// <returns>The response from the ListAppAssessments service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppAssessments">REST API Reference for ListAppAssessments Operation</seealso> ListAppAssessmentsResponse ListAppAssessments(ListAppAssessmentsRequest request); /// <summary> /// Lists the assessments for an Resilience Hub application. You can use request parameters /// to refine the results for the response object. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListAppAssessments 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 ListAppAssessments service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppAssessments">REST API Reference for ListAppAssessments Operation</seealso> Task<ListAppAssessmentsResponse> ListAppAssessmentsAsync(ListAppAssessmentsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListAppComponentCompliances /// <summary> /// Lists the compliances for an Resilience Hub Application Component. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListAppComponentCompliances service method.</param> /// /// <returns>The response from the ListAppComponentCompliances service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppComponentCompliances">REST API Reference for ListAppComponentCompliances Operation</seealso> ListAppComponentCompliancesResponse ListAppComponentCompliances(ListAppComponentCompliancesRequest request); /// <summary> /// Lists the compliances for an Resilience Hub Application Component. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListAppComponentCompliances 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 ListAppComponentCompliances service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppComponentCompliances">REST API Reference for ListAppComponentCompliances Operation</seealso> Task<ListAppComponentCompliancesResponse> ListAppComponentCompliancesAsync(ListAppComponentCompliancesRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListAppComponentRecommendations /// <summary> /// Lists the recommendations for an Resilience Hub Application Component. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListAppComponentRecommendations service method.</param> /// /// <returns>The response from the ListAppComponentRecommendations service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppComponentRecommendations">REST API Reference for ListAppComponentRecommendations Operation</seealso> ListAppComponentRecommendationsResponse ListAppComponentRecommendations(ListAppComponentRecommendationsRequest request); /// <summary> /// Lists the recommendations for an Resilience Hub Application Component. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListAppComponentRecommendations 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 ListAppComponentRecommendations service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppComponentRecommendations">REST API Reference for ListAppComponentRecommendations Operation</seealso> Task<ListAppComponentRecommendationsResponse> ListAppComponentRecommendationsAsync(ListAppComponentRecommendationsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListAppInputSources /// <summary> /// Lists all the input sources of the Resilience Hub application. For more information /// about the input sources supported by Resilience Hub, see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/discover-structure.html">Discover /// the structure and describe your Resilience Hub application</a>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListAppInputSources service method.</param> /// /// <returns>The response from the ListAppInputSources service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppInputSources">REST API Reference for ListAppInputSources Operation</seealso> ListAppInputSourcesResponse ListAppInputSources(ListAppInputSourcesRequest request); /// <summary> /// Lists all the input sources of the Resilience Hub application. For more information /// about the input sources supported by Resilience Hub, see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/discover-structure.html">Discover /// the structure and describe your Resilience Hub application</a>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListAppInputSources 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 ListAppInputSources service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppInputSources">REST API Reference for ListAppInputSources Operation</seealso> Task<ListAppInputSourcesResponse> ListAppInputSourcesAsync(ListAppInputSourcesRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListApps /// <summary> /// Lists your Resilience Hub applications. /// /// <note> /// <para> /// You can filter applications using only one filter at a time or without using any filter. /// If you try to filter applications using multiple filters, you will get the following /// error: /// </para> /// /// <para> /// <code>An error occurred (ValidationException) when calling the ListApps operation: /// Only one filter is supported for this operation.</code> /// </para> /// </note> /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListApps service method.</param> /// /// <returns>The response from the ListApps service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListApps">REST API Reference for ListApps Operation</seealso> ListAppsResponse ListApps(ListAppsRequest request); /// <summary> /// Lists your Resilience Hub applications. /// /// <note> /// <para> /// You can filter applications using only one filter at a time or without using any filter. /// If you try to filter applications using multiple filters, you will get the following /// error: /// </para> /// /// <para> /// <code>An error occurred (ValidationException) when calling the ListApps operation: /// Only one filter is supported for this operation.</code> /// </para> /// </note> /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListApps 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 ListApps service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListApps">REST API Reference for ListApps Operation</seealso> Task<ListAppsResponse> ListAppsAsync(ListAppsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListAppVersionAppComponents /// <summary> /// Lists all the Application Components in the Resilience Hub application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListAppVersionAppComponents service method.</param> /// /// <returns>The response from the ListAppVersionAppComponents service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppVersionAppComponents">REST API Reference for ListAppVersionAppComponents Operation</seealso> ListAppVersionAppComponentsResponse ListAppVersionAppComponents(ListAppVersionAppComponentsRequest request); /// <summary> /// Lists all the Application Components in the Resilience Hub application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListAppVersionAppComponents 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 ListAppVersionAppComponents service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppVersionAppComponents">REST API Reference for ListAppVersionAppComponents Operation</seealso> Task<ListAppVersionAppComponentsResponse> ListAppVersionAppComponentsAsync(ListAppVersionAppComponentsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListAppVersionResourceMappings /// <summary> /// Lists how the resources in an application version are mapped/sourced from. Mappings /// can be physical resource identifiers, CloudFormation stacks, resource-groups, or an /// application registry app. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListAppVersionResourceMappings service method.</param> /// /// <returns>The response from the ListAppVersionResourceMappings service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppVersionResourceMappings">REST API Reference for ListAppVersionResourceMappings Operation</seealso> ListAppVersionResourceMappingsResponse ListAppVersionResourceMappings(ListAppVersionResourceMappingsRequest request); /// <summary> /// Lists how the resources in an application version are mapped/sourced from. Mappings /// can be physical resource identifiers, CloudFormation stacks, resource-groups, or an /// application registry app. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListAppVersionResourceMappings 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 ListAppVersionResourceMappings service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppVersionResourceMappings">REST API Reference for ListAppVersionResourceMappings Operation</seealso> Task<ListAppVersionResourceMappingsResponse> ListAppVersionResourceMappingsAsync(ListAppVersionResourceMappingsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListAppVersionResources /// <summary> /// Lists all the resources in an Resilience Hub application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListAppVersionResources service method.</param> /// /// <returns>The response from the ListAppVersionResources service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppVersionResources">REST API Reference for ListAppVersionResources Operation</seealso> ListAppVersionResourcesResponse ListAppVersionResources(ListAppVersionResourcesRequest request); /// <summary> /// Lists all the resources in an Resilience Hub application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListAppVersionResources 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 ListAppVersionResources service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppVersionResources">REST API Reference for ListAppVersionResources Operation</seealso> Task<ListAppVersionResourcesResponse> ListAppVersionResourcesAsync(ListAppVersionResourcesRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListAppVersions /// <summary> /// Lists the different versions for the Resilience Hub applications. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListAppVersions service method.</param> /// /// <returns>The response from the ListAppVersions service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppVersions">REST API Reference for ListAppVersions Operation</seealso> ListAppVersionsResponse ListAppVersions(ListAppVersionsRequest request); /// <summary> /// Lists the different versions for the Resilience Hub applications. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListAppVersions 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 ListAppVersions service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppVersions">REST API Reference for ListAppVersions Operation</seealso> Task<ListAppVersionsResponse> ListAppVersionsAsync(ListAppVersionsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListRecommendationTemplates /// <summary> /// Lists the recommendation templates for the Resilience Hub applications. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListRecommendationTemplates service method.</param> /// /// <returns>The response from the ListRecommendationTemplates service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListRecommendationTemplates">REST API Reference for ListRecommendationTemplates Operation</seealso> ListRecommendationTemplatesResponse ListRecommendationTemplates(ListRecommendationTemplatesRequest request); /// <summary> /// Lists the recommendation templates for the Resilience Hub applications. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListRecommendationTemplates 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 ListRecommendationTemplates service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListRecommendationTemplates">REST API Reference for ListRecommendationTemplates Operation</seealso> Task<ListRecommendationTemplatesResponse> ListRecommendationTemplatesAsync(ListRecommendationTemplatesRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListResiliencyPolicies /// <summary> /// Lists the resiliency policies for the Resilience Hub applications. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListResiliencyPolicies service method.</param> /// /// <returns>The response from the ListResiliencyPolicies service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListResiliencyPolicies">REST API Reference for ListResiliencyPolicies Operation</seealso> ListResiliencyPoliciesResponse ListResiliencyPolicies(ListResiliencyPoliciesRequest request); /// <summary> /// Lists the resiliency policies for the Resilience Hub applications. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListResiliencyPolicies 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 ListResiliencyPolicies service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListResiliencyPolicies">REST API Reference for ListResiliencyPolicies Operation</seealso> Task<ListResiliencyPoliciesResponse> ListResiliencyPoliciesAsync(ListResiliencyPoliciesRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListSopRecommendations /// <summary> /// Lists the standard operating procedure (SOP) recommendations for the Resilience Hub /// applications. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListSopRecommendations service method.</param> /// /// <returns>The response from the ListSopRecommendations service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListSopRecommendations">REST API Reference for ListSopRecommendations Operation</seealso> ListSopRecommendationsResponse ListSopRecommendations(ListSopRecommendationsRequest request); /// <summary> /// Lists the standard operating procedure (SOP) recommendations for the Resilience Hub /// applications. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListSopRecommendations 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 ListSopRecommendations service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListSopRecommendations">REST API Reference for ListSopRecommendations Operation</seealso> Task<ListSopRecommendationsResponse> ListSopRecommendationsAsync(ListSopRecommendationsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListSuggestedResiliencyPolicies /// <summary> /// Lists the suggested resiliency policies for the Resilience Hub applications. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListSuggestedResiliencyPolicies service method.</param> /// /// <returns>The response from the ListSuggestedResiliencyPolicies service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListSuggestedResiliencyPolicies">REST API Reference for ListSuggestedResiliencyPolicies Operation</seealso> ListSuggestedResiliencyPoliciesResponse ListSuggestedResiliencyPolicies(ListSuggestedResiliencyPoliciesRequest request); /// <summary> /// Lists the suggested resiliency policies for the Resilience Hub applications. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListSuggestedResiliencyPolicies 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 ListSuggestedResiliencyPolicies service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListSuggestedResiliencyPolicies">REST API Reference for ListSuggestedResiliencyPolicies Operation</seealso> Task<ListSuggestedResiliencyPoliciesResponse> ListSuggestedResiliencyPoliciesAsync(ListSuggestedResiliencyPoliciesRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListTagsForResource /// <summary> /// Lists the tags for your resources in your Resilience Hub applications. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListTagsForResource service method.</param> /// /// <returns>The response from the ListTagsForResource service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso> ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request); /// <summary> /// Lists the tags for your resources in your Resilience Hub applications. /// </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 ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso> Task<ListTagsForResourceResponse> ListTagsForResourceAsync(ListTagsForResourceRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListTestRecommendations /// <summary> /// Lists the test recommendations for the Resilience Hub application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListTestRecommendations service method.</param> /// /// <returns>The response from the ListTestRecommendations service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListTestRecommendations">REST API Reference for ListTestRecommendations Operation</seealso> ListTestRecommendationsResponse ListTestRecommendations(ListTestRecommendationsRequest request); /// <summary> /// Lists the test recommendations for the Resilience Hub application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListTestRecommendations 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 ListTestRecommendations service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListTestRecommendations">REST API Reference for ListTestRecommendations Operation</seealso> Task<ListTestRecommendationsResponse> ListTestRecommendationsAsync(ListTestRecommendationsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListUnsupportedAppVersionResources /// <summary> /// Lists the resources that are not currently supported in Resilience Hub. An unsupported /// resource is a resource that exists in the object that was used to create an app, but /// is not supported by Resilience Hub. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListUnsupportedAppVersionResources service method.</param> /// /// <returns>The response from the ListUnsupportedAppVersionResources service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListUnsupportedAppVersionResources">REST API Reference for ListUnsupportedAppVersionResources Operation</seealso> ListUnsupportedAppVersionResourcesResponse ListUnsupportedAppVersionResources(ListUnsupportedAppVersionResourcesRequest request); /// <summary> /// Lists the resources that are not currently supported in Resilience Hub. An unsupported /// resource is a resource that exists in the object that was used to create an app, but /// is not supported by Resilience Hub. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListUnsupportedAppVersionResources 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 ListUnsupportedAppVersionResources service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListUnsupportedAppVersionResources">REST API Reference for ListUnsupportedAppVersionResources Operation</seealso> Task<ListUnsupportedAppVersionResourcesResponse> ListUnsupportedAppVersionResourcesAsync(ListUnsupportedAppVersionResourcesRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region PublishAppVersion /// <summary> /// Publishes a new version of a specific Resilience Hub application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the PublishAppVersion service method.</param> /// /// <returns>The response from the PublishAppVersion service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/PublishAppVersion">REST API Reference for PublishAppVersion Operation</seealso> PublishAppVersionResponse PublishAppVersion(PublishAppVersionRequest request); /// <summary> /// Publishes a new version of a specific Resilience Hub application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the PublishAppVersion 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 PublishAppVersion service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/PublishAppVersion">REST API Reference for PublishAppVersion Operation</seealso> Task<PublishAppVersionResponse> PublishAppVersionAsync(PublishAppVersionRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region PutDraftAppVersionTemplate /// <summary> /// Adds or updates the app template for an Resilience Hub application draft version. /// </summary> /// <param name="request">Container for the necessary parameters to execute the PutDraftAppVersionTemplate service method.</param> /// /// <returns>The response from the PutDraftAppVersionTemplate service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/PutDraftAppVersionTemplate">REST API Reference for PutDraftAppVersionTemplate Operation</seealso> PutDraftAppVersionTemplateResponse PutDraftAppVersionTemplate(PutDraftAppVersionTemplateRequest request); /// <summary> /// Adds or updates the app template for an Resilience Hub application draft version. /// </summary> /// <param name="request">Container for the necessary parameters to execute the PutDraftAppVersionTemplate 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 PutDraftAppVersionTemplate service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/PutDraftAppVersionTemplate">REST API Reference for PutDraftAppVersionTemplate Operation</seealso> Task<PutDraftAppVersionTemplateResponse> PutDraftAppVersionTemplateAsync(PutDraftAppVersionTemplateRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region RemoveDraftAppVersionResourceMappings /// <summary> /// Removes resource mappings from a draft application version. /// </summary> /// <param name="request">Container for the necessary parameters to execute the RemoveDraftAppVersionResourceMappings service method.</param> /// /// <returns>The response from the RemoveDraftAppVersionResourceMappings service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/RemoveDraftAppVersionResourceMappings">REST API Reference for RemoveDraftAppVersionResourceMappings Operation</seealso> RemoveDraftAppVersionResourceMappingsResponse RemoveDraftAppVersionResourceMappings(RemoveDraftAppVersionResourceMappingsRequest request); /// <summary> /// Removes resource mappings from a draft application version. /// </summary> /// <param name="request">Container for the necessary parameters to execute the RemoveDraftAppVersionResourceMappings 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 RemoveDraftAppVersionResourceMappings service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/RemoveDraftAppVersionResourceMappings">REST API Reference for RemoveDraftAppVersionResourceMappings Operation</seealso> Task<RemoveDraftAppVersionResourceMappingsResponse> RemoveDraftAppVersionResourceMappingsAsync(RemoveDraftAppVersionResourceMappingsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ResolveAppVersionResources /// <summary> /// Resolves the resources for an application version. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ResolveAppVersionResources service method.</param> /// /// <returns>The response from the ResolveAppVersionResources service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ResolveAppVersionResources">REST API Reference for ResolveAppVersionResources Operation</seealso> ResolveAppVersionResourcesResponse ResolveAppVersionResources(ResolveAppVersionResourcesRequest request); /// <summary> /// Resolves the resources for an application version. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ResolveAppVersionResources 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 ResolveAppVersionResources service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ResolveAppVersionResources">REST API Reference for ResolveAppVersionResources Operation</seealso> Task<ResolveAppVersionResourcesResponse> ResolveAppVersionResourcesAsync(ResolveAppVersionResourcesRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region StartAppAssessment /// <summary> /// Creates a new application assessment for an application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the StartAppAssessment service method.</param> /// /// <returns>The response from the StartAppAssessment service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ServiceQuotaExceededException"> /// This exception occurs when you have exceeded your service quota. To perform the requested /// action, remove some of the relevant resources, or use Service Quotas to request a /// service quota increase. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/StartAppAssessment">REST API Reference for StartAppAssessment Operation</seealso> StartAppAssessmentResponse StartAppAssessment(StartAppAssessmentRequest request); /// <summary> /// Creates a new application assessment for an application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the StartAppAssessment 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 StartAppAssessment service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ServiceQuotaExceededException"> /// This exception occurs when you have exceeded your service quota. To perform the requested /// action, remove some of the relevant resources, or use Service Quotas to request a /// service quota increase. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/StartAppAssessment">REST API Reference for StartAppAssessment Operation</seealso> Task<StartAppAssessmentResponse> StartAppAssessmentAsync(StartAppAssessmentRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region TagResource /// <summary> /// Applies one or more tags to a resource. /// </summary> /// <param name="request">Container for the necessary parameters to execute the TagResource service method.</param> /// /// <returns>The response from the TagResource service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/TagResource">REST API Reference for TagResource Operation</seealso> TagResourceResponse TagResource(TagResourceRequest request); /// <summary> /// Applies one or more tags to a resource. /// </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 ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/TagResource">REST API Reference for TagResource Operation</seealso> Task<TagResourceResponse> TagResourceAsync(TagResourceRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UntagResource /// <summary> /// Removes one or more tags from a resource. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UntagResource service method.</param> /// /// <returns>The response from the UntagResource service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UntagResource">REST API Reference for UntagResource Operation</seealso> UntagResourceResponse UntagResource(UntagResourceRequest request); /// <summary> /// Removes one or more tags from a resource. /// </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 ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UntagResource">REST API Reference for UntagResource Operation</seealso> Task<UntagResourceResponse> UntagResourceAsync(UntagResourceRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateApp /// <summary> /// Updates an application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateApp service method.</param> /// /// <returns>The response from the UpdateApp service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateApp">REST API Reference for UpdateApp Operation</seealso> UpdateAppResponse UpdateApp(UpdateAppRequest request); /// <summary> /// Updates an application. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateApp 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 UpdateApp service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateApp">REST API Reference for UpdateApp Operation</seealso> Task<UpdateAppResponse> UpdateAppAsync(UpdateAppRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateAppVersion /// <summary> /// Updates the Resilience Hub application version. /// /// <note> /// <para> /// This API updates the Resilience Hub application draft version. To use this information /// for running resiliency assessments, you must publish the Resilience Hub application /// using the <code>PublishAppVersion</code> API. /// </para> /// </note> /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateAppVersion service method.</param> /// /// <returns>The response from the UpdateAppVersion service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateAppVersion">REST API Reference for UpdateAppVersion Operation</seealso> UpdateAppVersionResponse UpdateAppVersion(UpdateAppVersionRequest request); /// <summary> /// Updates the Resilience Hub application version. /// /// <note> /// <para> /// This API updates the Resilience Hub application draft version. To use this information /// for running resiliency assessments, you must publish the Resilience Hub application /// using the <code>PublishAppVersion</code> API. /// </para> /// </note> /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateAppVersion 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 UpdateAppVersion service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateAppVersion">REST API Reference for UpdateAppVersion Operation</seealso> Task<UpdateAppVersionResponse> UpdateAppVersionAsync(UpdateAppVersionRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateAppVersionAppComponent /// <summary> /// Updates an existing Application Component in the Resilience Hub application. /// /// <note> /// <para> /// This API updates the Resilience Hub application draft version. To use this Application /// Component for running assessments, you must publish the Resilience Hub application /// using the <code>PublishAppVersion</code> API. /// </para> /// </note> /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateAppVersionAppComponent service method.</param> /// /// <returns>The response from the UpdateAppVersionAppComponent service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateAppVersionAppComponent">REST API Reference for UpdateAppVersionAppComponent Operation</seealso> UpdateAppVersionAppComponentResponse UpdateAppVersionAppComponent(UpdateAppVersionAppComponentRequest request); /// <summary> /// Updates an existing Application Component in the Resilience Hub application. /// /// <note> /// <para> /// This API updates the Resilience Hub application draft version. To use this Application /// Component for running assessments, you must publish the Resilience Hub application /// using the <code>PublishAppVersion</code> API. /// </para> /// </note> /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateAppVersionAppComponent 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 UpdateAppVersionAppComponent service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateAppVersionAppComponent">REST API Reference for UpdateAppVersionAppComponent Operation</seealso> Task<UpdateAppVersionAppComponentResponse> UpdateAppVersionAppComponentAsync(UpdateAppVersionAppComponentRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateAppVersionResource /// <summary> /// Updates the resource details in the Resilience Hub application. /// /// <note> <ul> <li> /// <para> /// This action has no effect outside Resilience Hub. /// </para> /// </li> <li> /// <para> /// This API updates the Resilience Hub application draft version. To use this resource /// for running resiliency assessments, you must publish the Resilience Hub application /// using the <code>PublishAppVersion</code> API. /// </para> /// </li> <li> /// <para> /// To update application version with new <code>physicalResourceID</code>, you must call /// <code>ResolveAppVersionResources</code> API. /// </para> /// </li> </ul> </note> /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateAppVersionResource service method.</param> /// /// <returns>The response from the UpdateAppVersionResource service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ServiceQuotaExceededException"> /// This exception occurs when you have exceeded your service quota. To perform the requested /// action, remove some of the relevant resources, or use Service Quotas to request a /// service quota increase. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateAppVersionResource">REST API Reference for UpdateAppVersionResource Operation</seealso> UpdateAppVersionResourceResponse UpdateAppVersionResource(UpdateAppVersionResourceRequest request); /// <summary> /// Updates the resource details in the Resilience Hub application. /// /// <note> <ul> <li> /// <para> /// This action has no effect outside Resilience Hub. /// </para> /// </li> <li> /// <para> /// This API updates the Resilience Hub application draft version. To use this resource /// for running resiliency assessments, you must publish the Resilience Hub application /// using the <code>PublishAppVersion</code> API. /// </para> /// </li> <li> /// <para> /// To update application version with new <code>physicalResourceID</code>, you must call /// <code>ResolveAppVersionResources</code> API. /// </para> /// </li> </ul> </note> /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateAppVersionResource 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 UpdateAppVersionResource service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ServiceQuotaExceededException"> /// This exception occurs when you have exceeded your service quota. To perform the requested /// action, remove some of the relevant resources, or use Service Quotas to request a /// service quota increase. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateAppVersionResource">REST API Reference for UpdateAppVersionResource Operation</seealso> Task<UpdateAppVersionResourceResponse> UpdateAppVersionResourceAsync(UpdateAppVersionResourceRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateResiliencyPolicy /// <summary> /// Updates a resiliency policy. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateResiliencyPolicy service method.</param> /// /// <returns>The response from the UpdateResiliencyPolicy service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateResiliencyPolicy">REST API Reference for UpdateResiliencyPolicy Operation</seealso> UpdateResiliencyPolicyResponse UpdateResiliencyPolicy(UpdateResiliencyPolicyRequest request); /// <summary> /// Updates a resiliency policy. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateResiliencyPolicy 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 UpdateResiliencyPolicy service method, as returned by ResilienceHub.</returns> /// <exception cref="Amazon.ResilienceHub.Model.AccessDeniedException"> /// You don't have permissions to perform the requested operation. The user or role that /// is making the request must have at least one IAM permissions policy attached that /// grants the required permissions. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ConflictException"> /// This exception occurs when a conflict with a previous successful write is detected. /// This generally occurs when the previous write did not have time to propagate to the /// host serving the current request. A retry (with appropriate backoff logic) is the /// recommended response to this exception. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.InternalServerException"> /// This exception occurs when there is an internal failure in the Resilience Hub service. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ResourceNotFoundException"> /// This exception occurs when the specified resource could not be found. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ThrottlingException"> /// This exception occurs when you have exceeded the limit on the number of requests per /// second. /// </exception> /// <exception cref="Amazon.ResilienceHub.Model.ValidationException"> /// This exception occurs when a request is not valid. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateResiliencyPolicy">REST API Reference for UpdateResiliencyPolicy Operation</seealso> Task<UpdateResiliencyPolicyResponse> UpdateResiliencyPolicyAsync(UpdateResiliencyPolicyRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion } }