{"openapi":"3.0.0","info":{"version":"2020-04-30","x-release":"v4","title":"AWS Resilience Hub","description":"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. ","x-logo":{"url":"https://twitter.com/awscloud/profile_image?size=original","backgroundColor":"#FFFFFF"},"termsOfService":"https://aws.amazon.com/service-terms/","contact":{"name":"Mike Ralphson","email":"mike.ralphson@gmail.com","url":"https://github.com/mermade/aws2openapi","x-twitter":"PermittedSoc"},"license":{"name":"Apache 2.0 License","url":"http://www.apache.org/licenses/"},"x-providerName":"amazonaws.com","x-serviceName":"resiliencehub","x-aws-signingName":"resiliencehub","x-origin":[{"contentType":"application/json","url":"https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/resiliencehub-2020-04-30.normal.json","converter":{"url":"https://github.com/mermade/aws2openapi","version":"1.0.0"},"x-apisguru-driver":"external"}],"x-apiClientRegistration":{"url":"https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct"},"x-apisguru-categories":["cloud"],"x-preferred":true},"externalDocs":{"description":"Amazon Web Services documentation","url":"https://docs.aws.amazon.com/resiliencehub/"},"servers":[{"url":"http://resiliencehub.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The AWS Resilience Hub multi-region endpoint"},{"url":"https://resiliencehub.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The AWS Resilience Hub multi-region endpoint"},{"url":"http://resiliencehub.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The AWS Resilience Hub endpoint for China (Beijing) and China (Ningxia)"},{"url":"https://resiliencehub.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The AWS Resilience Hub endpoint for China (Beijing) and China (Ningxia)"}],"x-hasEquivalentPaths":true,"paths":{"/add-draft-app-version-resource-mappings":{"post":{"operationId":"AddDraftAppVersionResourceMappings","description":"Adds the resource mapping for the draft application version. You can also update an existing resource mapping to a new physical resource.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddDraftAppVersionResourceMappingsResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn","resourceMappings"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"resourceMappings":{"description":"Mappings used to map logical resources from the template to physical resources. You can use the mapping type <code>CFN_STACK</code> if the application template uses a logical stack name. Or you can map individual resources by using the mapping type <code>RESOURCE</code>. We recommend using the mapping type <code>CFN_STACK</code> if the application is backed by a CloudFormation stack.","type":"array","items":{"$ref":"#/components/schemas/ResourceMapping"}}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/batch-update-recommendation-status":{"post":{"operationId":"BatchUpdateRecommendationStatus","description":"Enables you to include or exclude one or more operational recommendations.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchUpdateRecommendationStatusResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn","requestEntries"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"requestEntries":{"description":"Defines the list of operational recommendations that need to be included or excluded.","type":"array","items":{"$ref":"#/components/schemas/UpdateRecommendationStatusRequestEntry"},"minItems":1,"maxItems":50}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/create-app":{"post":{"operationId":"CreateApp","description":"<p>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 a 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. In addition, you can also add resources that are located on Amazon Elastic Kubernetes Service (Amazon EKS) clusters as optional resources. 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>.</p> <p>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).</p>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateAppResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ServiceQuotaExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceQuotaExceededException"}}}},"484":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"485":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"486":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["name"],"properties":{"assessmentSchedule":{"description":" Assessment execution schedule with 'Daily' or 'Disabled' values. ","type":"string","enum":["Disabled","Daily"]},"clientToken":{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.","type":"string","pattern":"^[A-za-z0-9_.-]{0,63}$","minLength":1,"maxLength":63},"description":{"description":"The optional description for an app.","type":"string","minLength":0,"maxLength":500},"eventSubscriptions":{"description":"The list of events you would like to subscribe and get notification for. Currently, Resilience Hub supports only <b>Drift detected</b> and <b>Scheduled assessment failure</b> events notification.","type":"array","items":{"$ref":"#/components/schemas/EventSubscription"},"minItems":0,"maxItems":10},"name":{"description":"Name of the application.","type":"string","pattern":"^[A-Za-z0-9][A-Za-z0-9_\\-]{1,59}$"},"permissionModel":{"description":"Defines the roles and credentials that Resilience Hub would use while creating the application, importing its resources, and running an assessment.","type":"object","properties":{"crossAccountRoleArns":{"allOf":[{"$ref":"#/components/schemas/IamRoleArnList"},{"description":"<p>Defines a list of role Amazon Resource Names (ARNs) to be used in other accounts. These ARNs are used for querying purposes while importing resources and assessing your application.</p> <note> <ul> <li> <p>These ARNs are required only when your resources are in other accounts and you have different role name in these accounts. Else, the invoker role name will be used in the other accounts.</p> </li> <li> <p>These roles must have a trust policy with <code>iam:AssumeRole</code> permission to the invoker role in the primary account.</p> </li> </ul> </note>"}]},"invokerRoleName":{"allOf":[{"$ref":"#/components/schemas/IamRoleName"},{"description":"<p>Existing Amazon Web Services IAM role name in the primary Amazon Web Services account that will be assumed by Resilience Hub Service Principle to obtain a read-only access to your application resources while running an assessment.</p> <note> <p>You must have <code>iam:passRole</code> permission for this role while creating or updating the application.</p> </note>"}]},"type":{"allOf":[{"$ref":"#/components/schemas/PermissionModelType"},{"description":"Defines how Resilience Hub scans your resources. It can scan for the resources by using a pre-existing role in your Amazon Web Services account, or by using the credentials of the current IAM user."}]}}},"policyArn":{"description":"Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"tags":{"description":"Tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.","type":"object","minProperties":1,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/create-app-version-app-component":{"post":{"operationId":"CreateAppVersionAppComponent","description":"<p>Creates a new Application Component in the Resilience Hub application.</p> <note> <p>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.</p> </note>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateAppVersionAppComponentResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ServiceQuotaExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceQuotaExceededException"}}}},"484":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"485":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"486":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn","name","type"],"properties":{"additionalInfo":{"description":"Currently, there is no supported additional information for Application Components.","type":"object","additionalProperties":{"$ref":"#/components/schemas/AdditionalInfoValueList"}},"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"clientToken":{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.","type":"string","pattern":"^[A-za-z0-9_.-]{0,63}$","minLength":1,"maxLength":63},"id":{"description":"Identifier of the Application Component.","type":"string","minLength":1,"maxLength":255},"name":{"description":"Name of the Application Component.","type":"string","minLength":1,"maxLength":255},"type":{"description":"Type of Application Component. For more information about the types of Application Component, see <a href=\"https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html\">Grouping resources in an AppComponent</a>.","type":"string","minLength":1,"maxLength":255}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/create-app-version-resource":{"post":{"operationId":"CreateAppVersionResource","description":"<p>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.</p> <note> <ul> <li> <p>This action has no effect outside Resilience Hub.</p> </li> <li> <p>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.</p> </li> <li> <p>To update application version with new <code>physicalResourceID</code>, you must call <code>ResolveAppVersionResources</code> API.</p> </li> </ul> </note>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateAppVersionResourceResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ServiceQuotaExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceQuotaExceededException"}}}},"484":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"485":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"486":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn","appComponents","logicalResourceId","physicalResourceId","resourceType"],"properties":{"additionalInfo":{"description":"Currently, there is no supported additional information for resources.","type":"object","additionalProperties":{"$ref":"#/components/schemas/AdditionalInfoValueList"}},"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"appComponents":{"description":"List of Application Components that this resource belongs to. If an Application Component is not part of the Resilience Hub application, it will be added.","type":"array","items":{"$ref":"#/components/schemas/String255"}},"awsAccountId":{"description":"Amazon Web Services account that owns the physical resource.","type":"string","pattern":"^[0-9]{12}$"},"awsRegion":{"description":"Amazon Web Services region that owns the physical resource.","type":"string","pattern":"^[a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]$"},"clientToken":{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.","type":"string","pattern":"^[A-za-z0-9_.-]{0,63}$","minLength":1,"maxLength":63},"logicalResourceId":{"description":"Defines a logical resource identifier.","type":"object","properties":{"eksSourceName":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"<p>Name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to.</p> <note> <p>This parameter accepts values in \"eks-cluster/namespace\" format.</p> </note>"}]},"identifier":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Identifier of the resource."}]},"logicalStackName":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"The name of the CloudFormation stack this resource belongs to."}]},"resourceGroupName":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"The name of the resource group that this resource belongs to."}]},"terraformSourceName":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":" The name of the Terraform S3 state file this resource belongs to. "}]}}},"physicalResourceId":{"description":"Physical identifier of the resource.","type":"string","minLength":1,"maxLength":2048},"resourceName":{"description":"Name of the resource.","type":"string","pattern":"^[A-Za-z0-9][A-Za-z0-9_\\-]{1,59}$"},"resourceType":{"description":"Type of resource.","type":"string","minLength":1,"maxLength":255}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/create-recommendation-template":{"post":{"operationId":"CreateRecommendationTemplate","description":"Creates a new recommendation template for the Resilience Hub application.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateRecommendationTemplateResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ServiceQuotaExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceQuotaExceededException"}}}},"484":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"485":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"486":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["assessmentArn","name"],"properties":{"assessmentArn":{"description":"Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"bucketName":{"description":"The name of the Amazon S3 bucket that will contain the recommendation template.","type":"string","pattern":"^[A-Za-z0-9][A-Za-z0-9_\\-]{1,59}$"},"clientToken":{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.","type":"string","pattern":"^[A-za-z0-9_.-]{0,63}$","minLength":1,"maxLength":63},"format":{"description":"<p>The format for the recommendation template.</p> <dl> <dt>CfnJson</dt> <dd> <p>The template is CloudFormation JSON.</p> </dd> <dt>CfnYaml</dt> <dd> <p>The template is CloudFormation YAML.</p> </dd> </dl>","type":"string","enum":["CfnYaml","CfnJson"]},"name":{"description":"The name for the recommendation template.","type":"string","pattern":"^[A-Za-z0-9][A-Za-z0-9_\\-]{1,59}$"},"recommendationIds":{"description":"Identifiers for the recommendations used to create a recommendation template.","type":"array","items":{"$ref":"#/components/schemas/Uuid"},"minItems":1,"maxItems":200},"recommendationTypes":{"description":"<p>An array of strings that specify the recommendation template type or types.</p> <dl> <dt>Alarm</dt> <dd> <p>The template is an <a>AlarmRecommendation</a> template.</p> </dd> <dt>Sop</dt> <dd> <p>The template is a <a>SopRecommendation</a> template.</p> </dd> <dt>Test</dt> <dd> <p>The template is a <a>TestRecommendation</a> template.</p> </dd> </dl>","type":"array","items":{"$ref":"#/components/schemas/RenderRecommendationType"},"minItems":1,"maxItems":4},"tags":{"description":"Tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.","type":"object","minProperties":1,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/create-resiliency-policy":{"post":{"operationId":"CreateResiliencyPolicy","description":"Creates a resiliency policy for an application.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateResiliencyPolicyResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"482":{"description":"ServiceQuotaExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceQuotaExceededException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["policy","policyName","tier"],"properties":{"clientToken":{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.","type":"string","pattern":"^[A-za-z0-9_.-]{0,63}$","minLength":1,"maxLength":63},"dataLocationConstraint":{"description":"Specifies a high-level geographical location constraint for where your resilience policy data can be stored.","type":"string","enum":["AnyLocation","SameContinent","SameCountry"]},"policy":{"description":"The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.","type":"object","additionalProperties":{"$ref":"#/components/schemas/FailurePolicy"}},"policyDescription":{"description":"The description for the policy.","type":"string","minLength":0,"maxLength":500},"policyName":{"description":"The name of the policy","type":"string","pattern":"^[A-Za-z0-9][A-Za-z0-9_\\-]{1,59}$"},"tags":{"description":"Tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.","type":"object","minProperties":1,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}},"tier":{"description":"The tier for this resiliency policy, ranging from the highest severity (<code>MissionCritical</code>) to lowest (<code>NonCritical</code>).","type":"string","enum":["MissionCritical","Critical","Important","CoreServices","NonCritical","NotApplicable"]}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/delete-app":{"post":{"operationId":"DeleteApp","description":"Deletes an Resilience Hub application. This is a destructive action that can't be undone.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteAppResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"clientToken":{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.","type":"string","pattern":"^[A-za-z0-9_.-]{0,63}$","minLength":1,"maxLength":63},"forceDelete":{"description":"A boolean option to force the deletion of an Resilience Hub application. ","type":"boolean"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/delete-app-assessment":{"post":{"operationId":"DeleteAppAssessment","description":"Deletes an Resilience Hub application assessment. This is a destructive action that can't be undone.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteAppAssessmentResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["assessmentArn"],"properties":{"assessmentArn":{"description":"Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"clientToken":{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.","type":"string","pattern":"^[A-za-z0-9_.-]{0,63}$","minLength":1,"maxLength":63}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/delete-app-input-source":{"post":{"operationId":"DeleteAppInputSource","description":"Deletes the input source and all of its imported resources from the Resilience Hub application.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteAppInputSourceResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"clientToken":{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.","type":"string","pattern":"^[A-za-z0-9_.-]{0,63}$","minLength":1,"maxLength":63},"eksSourceClusterNamespace":{"description":"The input source of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.","type":"object","properties":{"eksClusterArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster. The format for this ARN is: arn:<code>aws</code>:eks:<code>region</code>:<code>account-id</code>:cluster/<code>cluster-name</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"namespace":{"allOf":[{"$ref":"#/components/schemas/EksNamespace"},{"description":"Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster."}]}}},"sourceArn":{"description":"The Amazon Resource Name (ARN) of the imported resource you want to remove from the Resilience Hub application. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"terraformSource":{"description":" The Terraform s3 state file you need to import. ","type":"object","properties":{"s3StateFileUrl":{"allOf":[{"$ref":"#/components/schemas/S3Url"},{"description":" The URL of the Terraform s3 state file you need to import. "}]}}}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/delete-app-version-app-component":{"post":{"operationId":"DeleteAppVersionAppComponent","description":"<p>Deletes an Application Component from the Resilience Hub application.</p> <note> <ul> <li> <p>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.</p> </li> <li> <p>You will not be able to delete an Application Component if it has resources associated with it.</p> </li> </ul> </note>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteAppVersionAppComponentResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn","id"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"clientToken":{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.","type":"string","pattern":"^[A-za-z0-9_.-]{0,63}$","minLength":1,"maxLength":63},"id":{"description":"Identifier of the Application Component.","type":"string","minLength":1,"maxLength":255}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/delete-app-version-resource":{"post":{"operationId":"DeleteAppVersionResource","description":"<p>Deletes a resource from the Resilience Hub application.</p> <note> <ul> <li> <p>You can only delete a manually added resource. To exclude non-manually added resources, use the <code>UpdateAppVersionResource</code> API.</p> </li> <li> <p>This action has no effect outside Resilience Hub.</p> </li> <li> <p>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.</p> </li> </ul> </note>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteAppVersionResourceResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"awsAccountId":{"description":"Amazon Web Services account that owns the physical resource.","type":"string","pattern":"^[0-9]{12}$"},"awsRegion":{"description":"Amazon Web Services region that owns the physical resource.","type":"string","pattern":"^[a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]$"},"clientToken":{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.","type":"string","pattern":"^[A-za-z0-9_.-]{0,63}$","minLength":1,"maxLength":63},"logicalResourceId":{"description":"Defines a logical resource identifier.","type":"object","properties":{"eksSourceName":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"<p>Name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to.</p> <note> <p>This parameter accepts values in \"eks-cluster/namespace\" format.</p> </note>"}]},"identifier":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Identifier of the resource."}]},"logicalStackName":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"The name of the CloudFormation stack this resource belongs to."}]},"resourceGroupName":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"The name of the resource group that this resource belongs to."}]},"terraformSourceName":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":" The name of the Terraform S3 state file this resource belongs to. "}]}}},"physicalResourceId":{"description":"Physical identifier of the resource.","type":"string","minLength":1,"maxLength":2048},"resourceName":{"description":"Name of the resource.","type":"string","pattern":"^[A-Za-z0-9][A-Za-z0-9_\\-]{1,59}$"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/delete-recommendation-template":{"post":{"operationId":"DeleteRecommendationTemplate","description":"Deletes a recommendation template. This is a destructive action that can't be undone.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteRecommendationTemplateResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["recommendationTemplateArn"],"properties":{"clientToken":{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.","type":"string","pattern":"^[A-za-z0-9_.-]{0,63}$","minLength":1,"maxLength":63},"recommendationTemplateArn":{"description":"The Amazon Resource Name (ARN) for a recommendation template.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/delete-resiliency-policy":{"post":{"operationId":"DeleteResiliencyPolicy","description":"Deletes a resiliency policy. This is a destructive action that can't be undone.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteResiliencyPolicyResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["policyArn"],"properties":{"clientToken":{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.","type":"string","pattern":"^[A-za-z0-9_.-]{0,63}$","minLength":1,"maxLength":63},"policyArn":{"description":"Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/describe-app":{"post":{"operationId":"DescribeApp","description":"Describes an Resilience Hub application.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeAppResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/describe-app-assessment":{"post":{"operationId":"DescribeAppAssessment","description":"Describes an assessment for an Resilience Hub application.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeAppAssessmentResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["assessmentArn"],"properties":{"assessmentArn":{"description":"Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/describe-app-version":{"post":{"operationId":"DescribeAppVersion","description":"Describes the Resilience Hub application version.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeAppVersionResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn","appVersion"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"appVersion":{"description":"Resilience Hub application version.","type":"string","pattern":"^\\S{1,50}$"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/describe-app-version-app-component":{"post":{"operationId":"DescribeAppVersionAppComponent","description":"Describes an Application Component in the Resilience Hub application.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeAppVersionAppComponentResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn","appVersion","id"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"appVersion":{"description":"Resilience Hub application version.","type":"string","pattern":"^\\S{1,50}$"},"id":{"description":"Identifier of the Application Component.","type":"string","minLength":1,"maxLength":255}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/describe-app-version-resource":{"post":{"operationId":"DescribeAppVersionResource","description":"<p>Describes a resource of the Resilience Hub application.</p> <note> <p>This API accepts only one of the following parameters to descibe the resource:</p> <ul> <li> <p> <code>resourceName</code> </p> </li> <li> <p> <code>logicalResourceId</code> </p> </li> <li> <p> <code>physicalResourceId</code> (Along with <code>physicalResourceId</code>, you can also provide <code>awsAccountId</code>, and <code>awsRegion</code>)</p> </li> </ul> </note>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeAppVersionResourceResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn","appVersion"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"appVersion":{"description":"Resilience Hub application version.","type":"string","pattern":"^\\S{1,50}$"},"awsAccountId":{"description":"Amazon Web Services account that owns the physical resource.","type":"string","pattern":"^[0-9]{12}$"},"awsRegion":{"description":"Amazon Web Services region that owns the physical resource.","type":"string","pattern":"^[a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]$"},"logicalResourceId":{"description":"Defines a logical resource identifier.","type":"object","properties":{"eksSourceName":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"<p>Name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to.</p> <note> <p>This parameter accepts values in \"eks-cluster/namespace\" format.</p> </note>"}]},"identifier":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Identifier of the resource."}]},"logicalStackName":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"The name of the CloudFormation stack this resource belongs to."}]},"resourceGroupName":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"The name of the resource group that this resource belongs to."}]},"terraformSourceName":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":" The name of the Terraform S3 state file this resource belongs to. "}]}}},"physicalResourceId":{"description":"Physical identifier of the resource.","type":"string","minLength":1,"maxLength":2048},"resourceName":{"description":"Name of the resource.","type":"string","pattern":"^[A-Za-z0-9][A-Za-z0-9_\\-]{1,59}$"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/describe-app-version-resources-resolution-status":{"post":{"operationId":"DescribeAppVersionResourcesResolutionStatus","description":"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.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeAppVersionResourcesResolutionStatusResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn","appVersion"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"appVersion":{"description":"The version of the application.","type":"string","pattern":"^\\S{1,50}$"},"resolutionId":{"description":"The identifier for a specific resolution.","type":"string","minLength":1,"maxLength":255}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/describe-app-version-template":{"post":{"operationId":"DescribeAppVersionTemplate","description":"Describes details about an Resilience Hub application.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeAppVersionTemplateResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn","appVersion"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"appVersion":{"description":"The version of the application.","type":"string","pattern":"^\\S{1,50}$"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/describe-draft-app-version-resources-import-status":{"post":{"operationId":"DescribeDraftAppVersionResourcesImportStatus","description":"<p>Describes the status of importing resources to an application version.</p> <note> <p>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.</p> </note>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeDraftAppVersionResourcesImportStatusResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/describe-resiliency-policy":{"post":{"operationId":"DescribeResiliencyPolicy","description":"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.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeResiliencyPolicyResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["policyArn"],"properties":{"policyArn":{"description":"Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/import-resources-to-draft-app-version":{"post":{"operationId":"ImportResourcesToDraftAppVersion","description":"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>.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImportResourcesToDraftAppVersionResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ServiceQuotaExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceQuotaExceededException"}}}},"484":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"485":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"486":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"eksSources":{"description":"The input sources of the Amazon Elastic Kubernetes Service resources you need to import.","type":"array","items":{"$ref":"#/components/schemas/EksSource"}},"importStrategy":{"description":"The import strategy you would like to set to import resources into Resilience Hub application.","type":"string","enum":["AddOnly","ReplaceAll"]},"sourceArns":{"description":"The Amazon Resource Names (ARNs) for the resources.","type":"array","items":{"$ref":"#/components/schemas/Arn"}},"terraformSources":{"description":" A list of terraform file s3 URLs you need to import. ","type":"array","items":{"$ref":"#/components/schemas/TerraformSource"}}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/list-alarm-recommendations":{"post":{"operationId":"ListAlarmRecommendations","description":"Lists the alarm recommendations for an Resilience Hub application.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListAlarmRecommendationsResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[{"name":"maxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"nextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["assessmentArn"],"properties":{"assessmentArn":{"description":"Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"maxResults":{"description":"Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.","type":"integer","minimum":1,"maximum":100},"nextToken":{"description":"Null, or the token from a previous call to get the next set of results.","type":"string","pattern":"^\\S{1,2000}$"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/list-app-assessment-compliance-drifts":{"post":{"operationId":"ListAppAssessmentComplianceDrifts","description":"List of compliance drifts that were detected while running an assessment.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListAppAssessmentComplianceDriftsResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"482":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[{"name":"maxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"nextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["assessmentArn"],"properties":{"assessmentArn":{"description":"Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"maxResults":{"description":"Indicates the maximum number of applications requested.","type":"integer","minimum":1,"maximum":100},"nextToken":{"description":"Indicates the unique token number of the next application to be checked for compliance and regulatory requirements from the list of applications.","type":"string","pattern":"^\\S{1,2000}$"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/list-app-assessments":{"get":{"operationId":"ListAppAssessments","description":"Lists the assessments for an Resilience Hub application. You can use request parameters to refine the results for the response object.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListAppAssessmentsResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[{"name":"appArn","in":"query","required":false,"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","schema":{"type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"}},{"name":"assessmentName","in":"query","required":false,"description":"The name for the assessment.","schema":{"type":"string","pattern":"^[A-Za-z0-9][A-Za-z0-9_\\-]{1,59}$"}},{"name":"assessmentStatus","in":"query","required":false,"description":"The current status of the assessment for the resiliency policy.","schema":{"type":"array","items":{"$ref":"#/components/schemas/AssessmentStatus"},"minItems":1,"maxItems":10}},{"name":"complianceStatus","in":"query","required":false,"description":"The current status of compliance for the resiliency policy.","schema":{"type":"string","enum":["PolicyBreached","PolicyMet"]}},{"name":"invoker","in":"query","required":false,"description":"Specifies the entity that invoked a specific assessment, either a <code>User</code> or the <code>System</code>.","schema":{"type":"string","enum":["User","System"]}},{"name":"maxResults","in":"query","required":false,"description":"Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.","schema":{"type":"integer","minimum":1,"maximum":100}},{"name":"nextToken","in":"query","required":false,"description":"Null, or the token from a previous call to get the next set of results.","schema":{"type":"string","pattern":"^\\S{1,2000}$"}},{"name":"reverseOrder","in":"query","required":false,"description":"The default is to sort by ascending <b>startTime</b>. To sort by descending <b>startTime</b>, set reverseOrder to <code>true</code>.","schema":{"type":"boolean"}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/list-app-component-compliances":{"post":{"operationId":"ListAppComponentCompliances","description":"Lists the compliances for an Resilience Hub Application Component.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListAppComponentCompliancesResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[{"name":"maxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"nextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["assessmentArn"],"properties":{"assessmentArn":{"description":"Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"maxResults":{"description":"Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.","type":"integer","minimum":1,"maximum":100},"nextToken":{"description":"Null, or the token from a previous call to get the next set of results.","type":"string","pattern":"^\\S{1,2000}$"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/list-app-component-recommendations":{"post":{"operationId":"ListAppComponentRecommendations","description":"Lists the recommendations for an Resilience Hub Application Component.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListAppComponentRecommendationsResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[{"name":"maxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"nextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["assessmentArn"],"properties":{"assessmentArn":{"description":"Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"maxResults":{"description":"Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.","type":"integer","minimum":1,"maximum":100},"nextToken":{"description":"Null, or the token from a previous call to get the next set of results.","type":"string","pattern":"^\\S{1,2000}$"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/list-app-input-sources":{"post":{"operationId":"ListAppInputSources","description":"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>.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListAppInputSourcesResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[{"name":"maxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"nextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn","appVersion"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"appVersion":{"description":"Resilience Hub application version.","type":"string","pattern":"^\\S{1,50}$"},"maxResults":{"description":"Maximum number of input sources to be displayed per Resilience Hub application.","type":"integer","minimum":1,"maximum":100},"nextToken":{"description":"Null, or the token from a previous call to get the next set of results.","type":"string","pattern":"^\\S{1,2000}$"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/list-app-version-app-components":{"post":{"operationId":"ListAppVersionAppComponents","description":"Lists all the Application Components in the Resilience Hub application.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListAppVersionAppComponentsResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[{"name":"maxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"nextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn","appVersion"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"appVersion":{"description":"Version of the Application Component.","type":"string","pattern":"^\\S{1,50}$"},"maxResults":{"description":"Maximum number of Application Components to be displayed per Resilience Hub application version.","type":"integer","minimum":1,"maximum":100},"nextToken":{"description":"Null, or the token from a previous call to get the next set of results.","type":"string","pattern":"^\\S{1,2000}$"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/list-app-version-resource-mappings":{"post":{"operationId":"ListAppVersionResourceMappings","description":"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.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListAppVersionResourceMappingsResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[{"name":"maxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"nextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn","appVersion"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"appVersion":{"description":"The version of the application.","type":"string","pattern":"^\\S{1,50}$"},"maxResults":{"description":"Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.","type":"integer","minimum":1,"maximum":100},"nextToken":{"description":"Null, or the token from a previous call to get the next set of results.","type":"string","pattern":"^\\S{1,2000}$"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/list-app-version-resources":{"post":{"operationId":"ListAppVersionResources","description":"Lists all the resources in an Resilience Hub application.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListAppVersionResourcesResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[{"name":"maxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"nextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn","appVersion"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"appVersion":{"description":"The version of the application.","type":"string","pattern":"^\\S{1,50}$"},"maxResults":{"description":"Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.","type":"integer","minimum":1,"maximum":100},"nextToken":{"description":"Null, or the token from a previous call to get the next set of results.","type":"string","pattern":"^\\S{1,2000}$"},"resolutionId":{"description":"The identifier for a specific resolution.","type":"string","minLength":1,"maxLength":255}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/list-app-versions":{"post":{"operationId":"ListAppVersions","description":"Lists the different versions for the Resilience Hub applications.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListAppVersionsResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[{"name":"maxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"nextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"endTime":{"description":"Upper limit of the time range to filter the application versions.","type":"string","format":"date-time"},"maxResults":{"description":"Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.","type":"integer","minimum":1,"maximum":100},"nextToken":{"description":"Null, or the token from a previous call to get the next set of results.","type":"string","pattern":"^\\S{1,2000}$"},"startTime":{"description":"Lower limit of the time range to filter the application versions.","type":"string","format":"date-time"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/list-apps":{"get":{"operationId":"ListApps","description":"<p>Lists your Resilience Hub applications.</p> <note> <p>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:</p> <p> <code>An error occurred (ValidationException) when calling the ListApps operation: Only one filter is supported for this operation.</code> </p> </note>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListAppsResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"482":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[{"name":"appArn","in":"query","required":false,"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","schema":{"type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"}},{"name":"maxResults","in":"query","required":false,"description":"Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.","schema":{"type":"integer","minimum":1,"maximum":100}},{"name":"name","in":"query","required":false,"description":"The name for the one of the listed applications.","schema":{"type":"string","pattern":"^[A-Za-z0-9][A-Za-z0-9_\\-]{1,59}$"}},{"name":"nextToken","in":"query","required":false,"description":"Null, or the token from a previous call to get the next set of results.","schema":{"type":"string","pattern":"^\\S{1,2000}$"}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/list-recommendation-templates#assessmentArn":{"get":{"operationId":"ListRecommendationTemplates","description":"Lists the recommendation templates for the Resilience Hub applications.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListRecommendationTemplatesResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"482":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[{"name":"assessmentArn","in":"query","required":true,"description":"Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","schema":{"type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"}},{"name":"maxResults","in":"query","required":false,"description":"Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.","schema":{"type":"integer","minimum":1,"maximum":100}},{"name":"name","in":"query","required":false,"description":"The name for one of the listed recommendation templates.","schema":{"type":"string","pattern":"^[A-Za-z0-9][A-Za-z0-9_\\-]{1,59}$"}},{"name":"nextToken","in":"query","required":false,"description":"Null, or the token from a previous call to get the next set of results.","schema":{"type":"string","pattern":"^\\S{1,2000}$"}},{"name":"recommendationTemplateArn","in":"query","required":false,"description":"The Amazon Resource Name (ARN) for a recommendation template.","schema":{"type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"}},{"name":"reverseOrder","in":"query","required":false,"description":"The default is to sort by ascending <b>startTime</b>. To sort by descending <b>startTime</b>, set reverseOrder to <code>true</code>.","schema":{"type":"boolean"}},{"name":"status","in":"query","required":false,"description":"Status of the action.","schema":{"type":"array","items":{"$ref":"#/components/schemas/RecommendationTemplateStatus"},"minItems":1,"maxItems":4}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/list-resiliency-policies":{"get":{"operationId":"ListResiliencyPolicies","description":"Lists the resiliency policies for the Resilience Hub applications.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListResiliencyPoliciesResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[{"name":"maxResults","in":"query","required":false,"description":"Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.","schema":{"type":"integer","minimum":1,"maximum":100}},{"name":"nextToken","in":"query","required":false,"description":"Null, or the token from a previous call to get the next set of results.","schema":{"type":"string","pattern":"^\\S{1,2000}$"}},{"name":"policyName","in":"query","required":false,"description":"The name of the policy","schema":{"type":"string","pattern":"^[A-Za-z0-9][A-Za-z0-9_\\-]{1,59}$"}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/list-sop-recommendations":{"post":{"operationId":"ListSopRecommendations","description":"Lists the standard operating procedure (SOP) recommendations for the Resilience Hub applications.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListSopRecommendationsResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[{"name":"maxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"nextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["assessmentArn"],"properties":{"assessmentArn":{"description":"Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"maxResults":{"description":"Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.","type":"integer","minimum":1,"maximum":100},"nextToken":{"description":"Null, or the token from a previous call to get the next set of results.","type":"string","pattern":"^\\S{1,2000}$"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/list-suggested-resiliency-policies":{"get":{"operationId":"ListSuggestedResiliencyPolicies","description":"Lists the suggested resiliency policies for the Resilience Hub applications.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListSuggestedResiliencyPoliciesResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[{"name":"maxResults","in":"query","required":false,"description":"Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.","schema":{"type":"integer","minimum":1,"maximum":100}},{"name":"nextToken","in":"query","required":false,"description":"Null, or the token from a previous call to get the next set of results.","schema":{"type":"string","pattern":"^\\S{1,2000}$"}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/tags/{resourceArn}":{"get":{"operationId":"ListTagsForResource","description":"Lists the tags for your resources in your Resilience Hub applications.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListTagsForResourceResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[{"name":"resourceArn","in":"path","required":true,"description":"The Amazon Resource Name (ARN) for a specific resource in your Resilience Hub application.","schema":{"type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"post":{"operationId":"TagResource","description":"Applies one or more tags to a resource.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagResourceResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[{"name":"resourceArn","in":"path","required":true,"description":"Amazon Resource Name (ARN) of the resource. ","schema":{"type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["tags"],"properties":{"tags":{"description":"The tags to assign to the resource. Each tag consists of a key/value pair.","type":"object","minProperties":1,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}}}}}}}}},"/list-test-recommendations":{"post":{"operationId":"ListTestRecommendations","description":"Lists the test recommendations for the Resilience Hub application.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListTestRecommendationsResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[{"name":"maxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"nextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["assessmentArn"],"properties":{"assessmentArn":{"description":"Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"maxResults":{"description":"Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.","type":"integer","minimum":1,"maximum":100},"nextToken":{"description":"Null, or the token from a previous call to get the next set of results.","type":"string","pattern":"^\\S{1,2000}$"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/list-unsupported-app-version-resources":{"post":{"operationId":"ListUnsupportedAppVersionResources","description":"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.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListUnsupportedAppVersionResourcesResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[{"name":"maxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"nextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn","appVersion"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"appVersion":{"description":"The version of the application.","type":"string","pattern":"^\\S{1,50}$"},"maxResults":{"description":"Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.","type":"integer","minimum":1,"maximum":100},"nextToken":{"description":"Null, or the token from a previous call to get the next set of results.","type":"string","pattern":"^\\S{1,2000}$"},"resolutionId":{"description":"The identifier for a specific resolution.","type":"string","minLength":1,"maxLength":255}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/publish-app-version":{"post":{"operationId":"PublishAppVersion","description":"Publishes a new version of a specific Resilience Hub application.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublishAppVersionResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"versionName":{"description":"Name of the application version.","type":"string","pattern":"^\\S{1,50}$"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/put-draft-app-version-template":{"post":{"operationId":"PutDraftAppVersionTemplate","description":"Adds or updates the app template for an Resilience Hub application draft version.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutDraftAppVersionTemplateResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn","appTemplateBody"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"appTemplateBody":{"description":"<p>A JSON string that provides information about your application structure. To learn more about the <code>appTemplateBody</code> template, see the sample template provided in the <i>Examples</i> section.</p> <p>The <code>appTemplateBody</code> JSON string has the following structure:</p> <ul> <li> <p> <b> <code>resources</code> </b> </p> <p>The list of logical resources that must be included in the Resilience Hub application.</p> <p>Type: Array</p> <note> <p>Don't add the resources that you want to exclude.</p> </note> <p>Each <code>resources</code> array item includes the following fields:</p> <ul> <li> <p> <i> <code>logicalResourceId</code> </i> </p> <p>Logical identifier of the resource.</p> <p>Type: Object</p> <p>Each <code>logicalResourceId</code> object includes the following fields:</p> <ul> <li> <p> <code>identifier</code> </p> <p>Identifier of the resource.</p> <p>Type: String</p> </li> <li> <p> <code>logicalStackName</code> </p> <p>The name of the CloudFormation stack this resource belongs to.</p> <p>Type: String</p> </li> <li> <p> <code>resourceGroupName</code> </p> <p>The name of the resource group this resource belongs to.</p> <p>Type: String</p> </li> <li> <p> <code>terraformSourceName</code> </p> <p>The name of the Terraform S3 state file this resource belongs to.</p> <p>Type: String</p> </li> <li> <p> <code>eksSourceName</code> </p> <p>Name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to.</p> <note> <p>This parameter accepts values in \"eks-cluster/namespace\" format.</p> </note> <p>Type: String</p> </li> </ul> </li> <li> <p> <i> <code>type</code> </i> </p> <p>The type of resource.</p> <p>Type: string</p> </li> <li> <p> <i> <code>name</code> </i> </p> <p>The name of the resource.</p> <p>Type: String</p> </li> <li> <p> <code>additionalInfo</code> </p> <p>Additional configuration parameters for an Resilience Hub application. If you want to implement <code>additionalInfo</code> through the Resilience Hub console rather than using an API call, see <a href=\"https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html\">Configure the application configuration parameters</a>.</p> <note> <p>Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account.</p> <p>Key: <code>\"failover-regions\"</code> </p> <p>Value: <code>\"[{\"region\":\"&lt;REGION&gt;\", \"accounts\":[{\"id\":\"&lt;ACCOUNT_ID&gt;\"}]}]\"</code> </p> </note> </li> </ul> </li> <li> <p> <b> <code>appComponents</code> </b> </p> <p>List of Application Components that this resource belongs to. If an Application Component is not part of the Resilience Hub application, it will be added.</p> <p>Type: Array</p> <p>Each <code>appComponents</code> array item includes the following fields:</p> <ul> <li> <p> <code>name</code> </p> <p>Name of the Application Component.</p> <p>Type: String</p> </li> <li> <p> <code>type</code> </p> <p>Type of Application Component. For more information about the types of Application Component, see <a href=\"https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html\">Grouping resources in an AppComponent</a>.</p> <p>Type: String</p> </li> <li> <p> <code>resourceNames</code> </p> <p>The list of included resources that are assigned to the Application Component.</p> <p>Type: Array of strings</p> </li> <li> <p> <code>additionalInfo</code> </p> <p>Additional configuration parameters for an Resilience Hub application. If you want to implement <code>additionalInfo</code> through the Resilience Hub console rather than using an API call, see <a href=\"https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html\">Configure the application configuration parameters</a>.</p> <note> <p>Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account.</p> <p>Key: <code>\"failover-regions\"</code> </p> <p>Value: <code>\"[{\"region\":\"&lt;REGION&gt;\", \"accounts\":[{\"id\":\"&lt;ACCOUNT_ID&gt;\"}]}]\"</code> </p> </note> </li> </ul> </li> <li> <p> <b> <code>excludedResources</code> </b> </p> <p>The list of logical resource identifiers to be excluded from the application.</p> <p>Type: Array</p> <note> <p>Don't add the resources that you want to include.</p> </note> <p>Each <code>excludedResources</code> array item includes the following fields:</p> <ul> <li> <p> <i> <code>logicalResourceIds</code> </i> </p> <p>Logical identifier of the resource.</p> <p>Type: Object</p> <note> <p>You can configure only one of the following fields:</p> <ul> <li> <p> <code>logicalStackName</code> </p> </li> <li> <p> <code>resourceGroupName</code> </p> </li> <li> <p> <code>terraformSourceName</code> </p> </li> <li> <p> <code>eksSourceName</code> </p> </li> </ul> </note> <p>Each <code>logicalResourceIds</code> object includes the following fields:</p> <ul> <li> <p> <code>identifier</code> </p> <p>Identifier of the resource.</p> <p>Type: String</p> </li> <li> <p> <code>logicalStackName</code> </p> <p>The name of the CloudFormation stack this resource belongs to.</p> <p>Type: String</p> </li> <li> <p> <code>resourceGroupName</code> </p> <p>The name of the resource group this resource belongs to.</p> <p>Type: String</p> </li> <li> <p> <code>terraformSourceName</code> </p> <p>The name of the Terraform S3 state file this resource belongs to.</p> <p>Type: String</p> </li> <li> <p> <code>eksSourceName</code> </p> <p>Name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to.</p> <note> <p>This parameter accepts values in \"eks-cluster/namespace\" format.</p> </note> <p>Type: String</p> </li> </ul> </li> </ul> </li> <li> <p> <b> <code>version</code> </b> </p> <p>Resilience Hub application version.</p> </li> <li> <p> <code>additionalInfo</code> </p> <p>Additional configuration parameters for an Resilience Hub application. If you want to implement <code>additionalInfo</code> through the Resilience Hub console rather than using an API call, see <a href=\"https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html\">Configure the application configuration parameters</a>.</p> <note> <p>Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account.</p> <p>Key: <code>\"failover-regions\"</code> </p> <p>Value: <code>\"[{\"region\":\"&lt;REGION&gt;\", \"accounts\":[{\"id\":\"&lt;ACCOUNT_ID&gt;\"}]}]\"</code> </p> </note> </li> </ul>","type":"string","pattern":"^[\\w\\s:,-\\.'\\/{}\\[\\]:\"\\\\]+$","minLength":0,"maxLength":409600}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/remove-draft-app-version-resource-mappings":{"post":{"operationId":"RemoveDraftAppVersionResourceMappings","description":"Removes resource mappings from a draft application version.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RemoveDraftAppVersionResourceMappingsResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"appRegistryAppNames":{"description":"The names of the registered applications you want to remove from the resource mappings.","type":"array","items":{"$ref":"#/components/schemas/EntityName"}},"eksSourceNames":{"description":"<p>The names of the Amazon Elastic Kubernetes Service clusters and namespaces you want to remove from the resource mappings.</p> <note> <p>This parameter accepts values in \"eks-cluster/namespace\" format.</p> </note>","type":"array","items":{"$ref":"#/components/schemas/String255"}},"logicalStackNames":{"description":"The names of the CloudFormation stacks you want to remove from the resource mappings.","type":"array","items":{"$ref":"#/components/schemas/String255"}},"resourceGroupNames":{"description":"The names of the resource groups you want to remove from the resource mappings.","type":"array","items":{"$ref":"#/components/schemas/EntityName"}},"resourceNames":{"description":"The names of the resources you want to remove from the resource mappings.","type":"array","items":{"$ref":"#/components/schemas/EntityName"}},"terraformSourceNames":{"description":"The names of the Terraform sources you want to remove from the resource mappings.","type":"array","items":{"$ref":"#/components/schemas/String255"}}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/resolve-app-version-resources":{"post":{"operationId":"ResolveAppVersionResources","description":"Resolves the resources for an application version.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResolveAppVersionResourcesResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn","appVersion"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"appVersion":{"description":"The version of the application.","type":"string","pattern":"^\\S{1,50}$"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/start-app-assessment":{"post":{"operationId":"StartAppAssessment","description":"Creates a new application assessment for an application.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StartAppAssessmentResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ServiceQuotaExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceQuotaExceededException"}}}},"484":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"485":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"486":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn","appVersion","assessmentName"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"appVersion":{"description":"The version of the application.","type":"string","pattern":"^\\S{1,50}$"},"assessmentName":{"description":"The name for the assessment.","type":"string","pattern":"^[A-Za-z0-9][A-Za-z0-9_\\-]{1,59}$"},"clientToken":{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.","type":"string","pattern":"^[A-za-z0-9_.-]{0,63}$","minLength":1,"maxLength":63},"tags":{"description":"Tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.","type":"object","minProperties":1,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/tags/{resourceArn}#tagKeys":{"delete":{"operationId":"UntagResource","description":"Removes one or more tags from a resource.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UntagResourceResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[{"name":"resourceArn","in":"path","required":true,"description":"Amazon Resource Name (ARN) of the resource. ","schema":{"type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"}},{"name":"tagKeys","in":"query","required":true,"description":"The keys of the tags you want to remove.","schema":{"type":"array","items":{"$ref":"#/components/schemas/TagKey"},"minItems":1,"maxItems":50}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/update-app":{"post":{"operationId":"UpdateApp","description":"Updates an application.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateAppResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn"],"properties":{"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"assessmentSchedule":{"description":" Assessment execution schedule with 'Daily' or 'Disabled' values. ","type":"string","enum":["Disabled","Daily"]},"clearResiliencyPolicyArn":{"description":"Specifies if the resiliency policy ARN should be cleared.","type":"boolean"},"description":{"description":"The optional description for an app.","type":"string","minLength":0,"maxLength":500},"eventSubscriptions":{"description":"The list of events you would like to subscribe and get notification for. Currently, Resilience Hub supports notifications only for <b>Drift detected</b> and <b>Scheduled assessment failure</b> events.","type":"array","items":{"$ref":"#/components/schemas/EventSubscription"},"minItems":0,"maxItems":10},"permissionModel":{"description":"Defines the roles and credentials that Resilience Hub would use while creating the application, importing its resources, and running an assessment.","type":"object","properties":{"crossAccountRoleArns":{"allOf":[{"$ref":"#/components/schemas/IamRoleArnList"},{"description":"<p>Defines a list of role Amazon Resource Names (ARNs) to be used in other accounts. These ARNs are used for querying purposes while importing resources and assessing your application.</p> <note> <ul> <li> <p>These ARNs are required only when your resources are in other accounts and you have different role name in these accounts. Else, the invoker role name will be used in the other accounts.</p> </li> <li> <p>These roles must have a trust policy with <code>iam:AssumeRole</code> permission to the invoker role in the primary account.</p> </li> </ul> </note>"}]},"invokerRoleName":{"allOf":[{"$ref":"#/components/schemas/IamRoleName"},{"description":"<p>Existing Amazon Web Services IAM role name in the primary Amazon Web Services account that will be assumed by Resilience Hub Service Principle to obtain a read-only access to your application resources while running an assessment.</p> <note> <p>You must have <code>iam:passRole</code> permission for this role while creating or updating the application.</p> </note>"}]},"type":{"allOf":[{"$ref":"#/components/schemas/PermissionModelType"},{"description":"Defines how Resilience Hub scans your resources. It can scan for the resources by using a pre-existing role in your Amazon Web Services account, or by using the credentials of the current IAM user."}]}}},"policyArn":{"description":"Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/update-app-version":{"post":{"operationId":"UpdateAppVersion","description":"<p>Updates the Resilience Hub application version.</p> <note> <p>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.</p> </note>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateAppVersionResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn"],"properties":{"additionalInfo":{"description":"<p>Additional configuration parameters for an Resilience Hub application. If you want to implement <code>additionalInfo</code> through the Resilience Hub console rather than using an API call, see <a href=\"https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html\">Configure the application configuration parameters</a>.</p> <note> <p>Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account.</p> <p>Key: <code>\"failover-regions\"</code> </p> <p>Value: <code>\"[{\"region\":\"&lt;REGION&gt;\", \"accounts\":[{\"id\":\"&lt;ACCOUNT_ID&gt;\"}]}]\"</code> </p> </note>","type":"object","additionalProperties":{"$ref":"#/components/schemas/AdditionalInfoValueList"}},"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/update-app-version-app-component":{"post":{"operationId":"UpdateAppVersionAppComponent","description":"<p>Updates an existing Application Component in the Resilience Hub application.</p> <note> <p>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.</p> </note>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateAppVersionAppComponentResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn","id"],"properties":{"additionalInfo":{"description":"Currently, there is no supported additional information for Application Components.","type":"object","additionalProperties":{"$ref":"#/components/schemas/AdditionalInfoValueList"}},"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"id":{"description":"Identifier of the Application Component.","type":"string","minLength":1,"maxLength":255},"name":{"description":"Name of the Application Component.","type":"string","minLength":1,"maxLength":255},"type":{"description":"Type of Application Component. For more information about the types of Application Component, see <a href=\"https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html\">Grouping resources in an AppComponent</a>.","type":"string","minLength":1,"maxLength":255}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/update-app-version-resource":{"post":{"operationId":"UpdateAppVersionResource","description":"<p>Updates the resource details in the Resilience Hub application.</p> <note> <ul> <li> <p>This action has no effect outside Resilience Hub.</p> </li> <li> <p>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.</p> </li> <li> <p>To update application version with new <code>physicalResourceID</code>, you must call <code>ResolveAppVersionResources</code> API.</p> </li> </ul> </note>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateAppVersionResourceResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ServiceQuotaExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceQuotaExceededException"}}}},"484":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"485":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"486":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["appArn"],"properties":{"additionalInfo":{"description":"Currently, there is no supported additional information for resources.","type":"object","additionalProperties":{"$ref":"#/components/schemas/AdditionalInfoValueList"}},"appArn":{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"appComponents":{"description":"List of Application Components that this resource belongs to. If an Application Component is not part of the Resilience Hub application, it will be added.","type":"array","items":{"$ref":"#/components/schemas/String255"}},"awsAccountId":{"description":"Amazon Web Services account that owns the physical resource.","type":"string","pattern":"^[0-9]{12}$"},"awsRegion":{"description":"Amazon Web Services region that owns the physical resource.","type":"string","pattern":"^[a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]$"},"excluded":{"description":"<p>Indicates if a resource is excluded from an Resilience Hub application.</p> <note> <p>You can exclude only imported resources from an Resilience Hub application.</p> </note>","type":"boolean"},"logicalResourceId":{"description":"Defines a logical resource identifier.","type":"object","properties":{"eksSourceName":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"<p>Name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to.</p> <note> <p>This parameter accepts values in \"eks-cluster/namespace\" format.</p> </note>"}]},"identifier":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Identifier of the resource."}]},"logicalStackName":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"The name of the CloudFormation stack this resource belongs to."}]},"resourceGroupName":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"The name of the resource group that this resource belongs to."}]},"terraformSourceName":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":" The name of the Terraform S3 state file this resource belongs to. "}]}}},"physicalResourceId":{"description":"Physical identifier of the resource.","type":"string","minLength":1,"maxLength":2048},"resourceName":{"description":"Name of the resource.","type":"string","pattern":"^[A-Za-z0-9][A-Za-z0-9_\\-]{1,59}$"},"resourceType":{"description":"Type of resource.","type":"string","minLength":1,"maxLength":255}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/update-resiliency-policy":{"post":{"operationId":"UpdateResiliencyPolicy","description":"Updates a resiliency policy.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateResiliencyPolicyResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"485":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["policyArn"],"properties":{"dataLocationConstraint":{"description":"Specifies a high-level geographical location constraint for where your resilience policy data can be stored.","type":"string","enum":["AnyLocation","SameContinent","SameCountry"]},"policy":{"description":"The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.","type":"object","additionalProperties":{"$ref":"#/components/schemas/FailurePolicy"}},"policyArn":{"description":"Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide.","type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"policyDescription":{"description":"The description for the policy.","type":"string","minLength":0,"maxLength":500},"policyName":{"description":"The name of the policy","type":"string","pattern":"^[A-Za-z0-9][A-Za-z0-9_\\-]{1,59}$"},"tier":{"description":"The tier for this resiliency policy, ranging from the highest severity (<code>MissionCritical</code>) to lowest (<code>NonCritical</code>).","type":"string","enum":["MissionCritical","Critical","Important","CoreServices","NonCritical","NotApplicable"]}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]}},"components":{"parameters":{"X-Amz-Content-Sha256":{"name":"X-Amz-Content-Sha256","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Date":{"name":"X-Amz-Date","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Algorithm":{"name":"X-Amz-Algorithm","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Credential":{"name":"X-Amz-Credential","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Security-Token":{"name":"X-Amz-Security-Token","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Signature":{"name":"X-Amz-Signature","in":"header","schema":{"type":"string"},"required":false},"X-Amz-SignedHeaders":{"name":"X-Amz-SignedHeaders","in":"header","schema":{"type":"string"},"required":false}},"securitySchemes":{"hmac":{"type":"apiKey","name":"Authorization","in":"header","description":"Amazon Signature authorization v4","x-amazon-apigateway-authtype":"awsSigv4"}},"schemas":{"AddDraftAppVersionResourceMappingsResponse":{"type":"object","required":["appArn","appVersion","resourceMappings"],"properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"The version of the application."}]},"resourceMappings":{"allOf":[{"$ref":"#/components/schemas/ResourceMappingList"},{"description":"List of sources that are used to map a logical resource from the template to a physical resource. You can use sources such as CloudFormation, Terraform state files, AppRegistry applications, or Amazon EKS."}]}}},"ResourceMapping":{"type":"object","required":["mappingType","physicalResourceId"],"properties":{"appRegistryAppName":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"The name of the application this resource is mapped to."}]},"eksSourceName":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"<p>Name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to.</p> <note> <p>This parameter accepts values in \"eks-cluster/namespace\" format.</p> </note>"}]},"logicalStackName":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"The name of the CloudFormation stack this resource is mapped to."}]},"mappingType":{"allOf":[{"$ref":"#/components/schemas/ResourceMappingType"},{"description":"<p>Specifies the type of resource mapping.</p> <dl> <dt>AppRegistryApp</dt> <dd> <p>The resource is mapped to another application. The name of the application is contained in the <code>appRegistryAppName</code> property.</p> </dd> <dt>CfnStack</dt> <dd> <p>The resource is mapped to a CloudFormation stack. The name of the CloudFormation stack is contained in the <code>logicalStackName</code> property.</p> </dd> <dt>Resource</dt> <dd> <p>The resource is mapped to another resource. The name of the resource is contained in the <code>resourceName</code> property.</p> </dd> <dt>ResourceGroup</dt> <dd> <p>The resource is mapped to Resource Groups. The name of the resource group is contained in the <code>resourceGroupName</code> property.</p> </dd> </dl>"}]},"physicalResourceId":{"allOf":[{"$ref":"#/components/schemas/PhysicalResourceId"},{"description":"Identifier of the physical resource."}]},"resourceGroupName":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"Name of the resource group that the resource is mapped to."}]},"resourceName":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"Name of the resource that the resource is mapped to."}]},"terraformSourceName":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":" The short name of the Terraform source. "}]}},"description":"Defines a resource mapping."},"InternalServerException":{},"ResourceNotFoundException":{},"ConflictException":{},"ThrottlingException":{},"ValidationException":{},"AccessDeniedException":{},"BatchUpdateRecommendationStatusResponse":{"type":"object","required":["appArn","failedEntries","successfulEntries"],"properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"failedEntries":{"allOf":[{"$ref":"#/components/schemas/BatchUpdateRecommendationStatusFailedEntries"},{"description":"A list of items with error details about each item, which could not be included or excluded."}]},"successfulEntries":{"allOf":[{"$ref":"#/components/schemas/BatchUpdateRecommendationStatusSuccessfulEntries"},{"description":"A list of items that were included or excluded."}]}}},"UpdateRecommendationStatusRequestEntry":{"type":"object","required":["entryId","excluded","item","referenceId"],"properties":{"entryId":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"<p>An identifier for an entry in this batch that is used to communicate the result.</p> <note> <p>The <code>entryId</code>s of a batch request need to be unique within a request.</p> </note>"}]},"excludeReason":{"allOf":[{"$ref":"#/components/schemas/ExcludeRecommendationReason"},{"description":"Indicates the reason for excluding an operational recommendation."}]},"excluded":{"allOf":[{"$ref":"#/components/schemas/BooleanOptional"},{"description":"Indicates if the operational recommendation needs to be excluded. If set to True, the operational recommendation will be excluded."}]},"item":{"allOf":[{"$ref":"#/components/schemas/UpdateRecommendationStatusItem"},{"description":"The operational recommendation item."}]},"referenceId":{"allOf":[{"$ref":"#/components/schemas/SpecReferenceId"},{"description":"Reference identifier of the operational recommendation item."}]}},"description":"Defines the operational recommendation item that is to be included or excluded."},"CreateAppResponse":{"type":"object","required":["app"],"properties":{"app":{"allOf":[{"$ref":"#/components/schemas/App"},{"description":"The created application returned as an object with details including compliance status, creation time, description, resiliency score, and more."}]}}},"EventSubscription":{"type":"object","required":["eventType","name"],"properties":{"eventType":{"allOf":[{"$ref":"#/components/schemas/EventType"},{"description":"The type of event you would like to subscribe and get notification for. Currently, Resilience Hub supports notifications only for <b>Drift detected</b> (<code>DriftDetected</code>) and <b>Scheduled assessment failure</b> (<code>ScheduledAssessmentFailure</code>) events."}]},"name":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Unique name to identify an event subscription."}]},"snsTopicArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]}},"description":"Indicates an event you would like to subscribe and get notification for. Currently, Resilience Hub supports notifications only for <b>Drift detected</b> and <b>Scheduled assessment failure</b> events."},"IamRoleArnList":{"type":"array","items":{"$ref":"#/components/schemas/IamRoleArn"},"minItems":0,"maxItems":10},"IamRoleName":{"type":"string","pattern":"^([^/]([!-~]+/){1,511})?[A-Za-z0-9_+=,.@-]{1,64}$"},"PermissionModelType":{"type":"string","enum":["LegacyIAMUser","RoleBased"]},"TagValue":{"type":"string","pattern":"^[^\\x00-\\x1f\\x22]*$","minLength":0,"maxLength":256},"ServiceQuotaExceededException":{},"CreateAppVersionAppComponentResponse":{"type":"object","required":["appArn","appVersion"],"properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appComponent":{"allOf":[{"$ref":"#/components/schemas/AppComponent"},{"description":"List of Application Components that belong to this resource."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Resilience Hub application version."}]}}},"AdditionalInfoValueList":{"type":"array","items":{"$ref":"#/components/schemas/String1024"},"minItems":1,"maxItems":10},"CreateAppVersionResourceResponse":{"type":"object","required":["appArn","appVersion"],"properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Resilience Hub application version."}]},"physicalResource":{"allOf":[{"$ref":"#/components/schemas/PhysicalResource"},{"description":"Defines a physical resource. A physical resource is a resource that exists in your account. It can be identified using an Amazon Resource Name (ARN) or a Resilience Hub-native identifier."}]}}},"String255":{"type":"string","minLength":1,"maxLength":255},"EntityName":{"type":"string","pattern":"^[A-Za-z0-9][A-Za-z0-9_\\-]{1,59}$"},"CreateRecommendationTemplateResponse":{"type":"object","properties":{"recommendationTemplate":{"allOf":[{"$ref":"#/components/schemas/RecommendationTemplate"},{"description":"The newly created recommendation template, returned as an object. This object includes the template's name, format, status, tags, Amazon S3 bucket location, and more."}]}}},"Uuid":{"type":"string","pattern":"^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$"},"RenderRecommendationType":{"type":"string","enum":["Alarm","Sop","Test"]},"CreateResiliencyPolicyResponse":{"type":"object","required":["policy"],"properties":{"policy":{"allOf":[{"$ref":"#/components/schemas/ResiliencyPolicy"},{"description":"The type of resiliency policy that was created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds."}]}}},"FailurePolicy":{"type":"object","required":["rpoInSecs","rtoInSecs"],"properties":{"rpoInSecs":{"allOf":[{"$ref":"#/components/schemas/Seconds"},{"description":"The Recovery Point Objective (RPO), in seconds."}]},"rtoInSecs":{"allOf":[{"$ref":"#/components/schemas/Seconds"},{"description":"The Recovery Time Objective (RTO), in seconds."}]}},"description":"Defines a failure policy."},"DeleteAppResponse":{"type":"object","required":["appArn"],"properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]}}},"DeleteAppAssessmentResponse":{"type":"object","required":["assessmentArn","assessmentStatus"],"properties":{"assessmentArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"assessmentStatus":{"allOf":[{"$ref":"#/components/schemas/AssessmentStatus"},{"description":"The current status of the assessment for the resiliency policy."}]}}},"DeleteAppInputSourceResponse":{"type":"object","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appInputSource":{"allOf":[{"$ref":"#/components/schemas/AppInputSource"},{"description":"Name of the input source from where the application resource is imported from."}]}}},"Arn":{"type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"},"EksNamespace":{"type":"string","pattern":"^[a-z0-9]([-a-z0-9]*[a-z0-9])?$","minLength":1,"maxLength":63},"S3Url":{"type":"string","pattern":"^((https://([^/]+)\\.s3((-|\\.)[^/]+)?\\.amazonaws\\.com(.cn)?)|(s3://([^/]+)))/\\S{1,2000}$","minLength":0,"maxLength":2000},"DeleteAppVersionAppComponentResponse":{"type":"object","required":["appArn","appVersion"],"properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appComponent":{"allOf":[{"$ref":"#/components/schemas/AppComponent"},{"description":"List of Application Components that belong to this resource."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Resilience Hub application version."}]}}},"DeleteAppVersionResourceResponse":{"type":"object","required":["appArn","appVersion"],"properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Resilience Hub application version."}]},"physicalResource":{"allOf":[{"$ref":"#/components/schemas/PhysicalResource"},{"description":"Defines a physical resource. A physical resource is a resource that exists in your account. It can be identified using an Amazon Resource Name (ARN) or a Resilience Hub-native identifier."}]}}},"DeleteRecommendationTemplateResponse":{"type":"object","required":["recommendationTemplateArn","status"],"properties":{"recommendationTemplateArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"The Amazon Resource Name (ARN) for a recommendation template."}]},"status":{"allOf":[{"$ref":"#/components/schemas/RecommendationTemplateStatus"},{"description":"Status of the action."}]}}},"DeleteResiliencyPolicyResponse":{"type":"object","required":["policyArn"],"properties":{"policyArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]}}},"DescribeAppResponse":{"type":"object","required":["app"],"properties":{"app":{"allOf":[{"$ref":"#/components/schemas/App"},{"description":"The specified application, returned as an object with details including compliance status, creation time, description, resiliency score, and more."}]}}},"DescribeAppAssessmentResponse":{"type":"object","required":["assessment"],"properties":{"assessment":{"allOf":[{"$ref":"#/components/schemas/AppAssessment"},{"description":"The assessment for an Resilience Hub application, returned as an object. This object includes Amazon Resource Names (ARNs), compliance information, compliance status, cost, messages, resiliency scores, and more."}]}}},"DescribeAppVersionResponse":{"type":"object","required":["appArn","appVersion"],"properties":{"additionalInfo":{"allOf":[{"$ref":"#/components/schemas/AdditionalInfoMap"},{"description":"<p>Additional configuration parameters for an Resilience Hub application. If you want to implement <code>additionalInfo</code> through the Resilience Hub console rather than using an API call, see <a href=\"https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html\">Configure the application configuration parameters</a>.</p> <note> <p>Currently, this parameter supports only failover region and account.</p> </note>"}]},"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Resilience Hub application version."}]}}},"DescribeAppVersionAppComponentResponse":{"type":"object","required":["appArn","appVersion"],"properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appComponent":{"allOf":[{"$ref":"#/components/schemas/AppComponent"},{"description":"List of Application Components that belong to this resource."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Resilience Hub application version."}]}}},"DescribeAppVersionResourceResponse":{"type":"object","required":["appArn","appVersion"],"properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Resilience Hub application version."}]},"physicalResource":{"allOf":[{"$ref":"#/components/schemas/PhysicalResource"},{"description":"Defines a physical resource. A physical resource is a resource that exists in your account. It can be identified using an Amazon Resource Name (ARN) or a Resilience Hub-native identifier."}]}}},"DescribeAppVersionResourcesResolutionStatusResponse":{"type":"object","required":["appArn","appVersion","resolutionId","status"],"properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"The version of the application."}]},"errorMessage":{"allOf":[{"$ref":"#/components/schemas/String500"},{"description":"The returned error message for the request."}]},"resolutionId":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"The identifier for a specific resolution."}]},"status":{"allOf":[{"$ref":"#/components/schemas/ResourceResolutionStatusType"},{"description":"Status of the action."}]}}},"DescribeAppVersionTemplateResponse":{"type":"object","required":["appArn","appTemplateBody","appVersion"],"properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appTemplateBody":{"allOf":[{"$ref":"#/components/schemas/AppTemplateBody"},{"description":"<p>A JSON string that provides information about your application structure. To learn more about the <code>appTemplateBody</code> template, see the sample template provided in the <i>Examples</i> section.</p> <p>The <code>appTemplateBody</code> JSON string has the following structure:</p> <ul> <li> <p> <b> <code>resources</code> </b> </p> <p>The list of logical resources that must be included in the Resilience Hub application.</p> <p>Type: Array</p> <note> <p>Don't add the resources that you want to exclude.</p> </note> <p>Each <code>resources</code> array item includes the following fields:</p> <ul> <li> <p> <i> <code>logicalResourceId</code> </i> </p> <p>Logical identifier of the resource.</p> <p>Type: Object</p> <p>Each <code>logicalResourceId</code> object includes the following fields:</p> <ul> <li> <p> <code>identifier</code> </p> <p>Identifier of the resource.</p> <p>Type: String</p> </li> <li> <p> <code>logicalStackName</code> </p> <p>The name of the CloudFormation stack this resource belongs to.</p> <p>Type: String</p> </li> <li> <p> <code>resourceGroupName</code> </p> <p>The name of the resource group this resource belongs to.</p> <p>Type: String</p> </li> <li> <p> <code>terraformSourceName</code> </p> <p>The name of the Terraform S3 state file this resource belongs to.</p> <p>Type: String</p> </li> <li> <p> <code>eksSourceName</code> </p> <p>Name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to.</p> <note> <p>This parameter accepts values in \"eks-cluster/namespace\" format.</p> </note> <p>Type: String</p> </li> </ul> </li> <li> <p> <i> <code>type</code> </i> </p> <p>The type of resource.</p> <p>Type: string</p> </li> <li> <p> <i> <code>name</code> </i> </p> <p>The name of the resource.</p> <p>Type: String</p> </li> <li> <p> <code>additionalInfo</code> </p> <p>Additional configuration parameters for an Resilience Hub application. If you want to implement <code>additionalInfo</code> through the Resilience Hub console rather than using an API call, see <a href=\"https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html\">Configure the application configuration parameters</a>.</p> <note> <p>Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account.</p> <p>Key: <code>\"failover-regions\"</code> </p> <p>Value: <code>\"[{\"region\":\"&lt;REGION&gt;\", \"accounts\":[{\"id\":\"&lt;ACCOUNT_ID&gt;\"}]}]\"</code> </p> </note> </li> </ul> </li> <li> <p> <b> <code>appComponents</code> </b> </p> <p>List of Application Components that this resource belongs to. If an Application Component is not part of the Resilience Hub application, it will be added.</p> <p>Type: Array</p> <p>Each <code>appComponents</code> array item includes the following fields:</p> <ul> <li> <p> <code>name</code> </p> <p>Name of the Application Component.</p> <p>Type: String</p> </li> <li> <p> <code>type</code> </p> <p>Type of Application Component. For more information about the types of Application Component, see <a href=\"https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html\">Grouping resources in an AppComponent</a>.</p> <p>Type: String</p> </li> <li> <p> <code>resourceNames</code> </p> <p>The list of included resources that are assigned to the Application Component.</p> <p>Type: Array of strings</p> </li> <li> <p> <code>additionalInfo</code> </p> <p>Additional configuration parameters for an Resilience Hub application. If you want to implement <code>additionalInfo</code> through the Resilience Hub console rather than using an API call, see <a href=\"https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html\">Configure the application configuration parameters</a>.</p> <note> <p>Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account.</p> <p>Key: <code>\"failover-regions\"</code> </p> <p>Value: <code>\"[{\"region\":\"&lt;REGION&gt;\", \"accounts\":[{\"id\":\"&lt;ACCOUNT_ID&gt;\"}]}]\"</code> </p> </note> </li> </ul> </li> <li> <p> <b> <code>excludedResources</code> </b> </p> <p>The list of logical resource identifiers to be excluded from the application.</p> <p>Type: Array</p> <note> <p>Don't add the resources that you want to include.</p> </note> <p>Each <code>excludedResources</code> array item includes the following fields:</p> <ul> <li> <p> <i> <code>logicalResourceIds</code> </i> </p> <p>Logical identifier of the resource.</p> <p>Type: Object</p> <note> <p>You can configure only one of the following fields:</p> <ul> <li> <p> <code>logicalStackName</code> </p> </li> <li> <p> <code>resourceGroupName</code> </p> </li> <li> <p> <code>terraformSourceName</code> </p> </li> <li> <p> <code>eksSourceName</code> </p> </li> </ul> </note> <p>Each <code>logicalResourceIds</code> object includes the following fields:</p> <ul> <li> <p> <code>identifier</code> </p> <p>Identifier of the resource.</p> <p>Type: String</p> </li> <li> <p> <code>logicalStackName</code> </p> <p>The name of the CloudFormation stack this resource belongs to.</p> <p>Type: String</p> </li> <li> <p> <code>resourceGroupName</code> </p> <p>The name of the resource group this resource belongs to.</p> <p>Type: String</p> </li> <li> <p> <code>terraformSourceName</code> </p> <p>The name of the Terraform S3 state file this resource belongs to.</p> <p>Type: String</p> </li> <li> <p> <code>eksSourceName</code> </p> <p>Name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to.</p> <note> <p>This parameter accepts values in \"eks-cluster/namespace\" format.</p> </note> <p>Type: String</p> </li> </ul> </li> </ul> </li> <li> <p> <b> <code>version</code> </b> </p> <p>Resilience Hub application version.</p> </li> <li> <p> <code>additionalInfo</code> </p> <p>Additional configuration parameters for an Resilience Hub application. If you want to implement <code>additionalInfo</code> through the Resilience Hub console rather than using an API call, see <a href=\"https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html\">Configure the application configuration parameters</a>.</p> <note> <p>Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account.</p> <p>Key: <code>\"failover-regions\"</code> </p> <p>Value: <code>\"[{\"region\":\"&lt;REGION&gt;\", \"accounts\":[{\"id\":\"&lt;ACCOUNT_ID&gt;\"}]}]\"</code> </p> </note> </li> </ul>"}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"The version of the application."}]}}},"DescribeDraftAppVersionResourcesImportStatusResponse":{"type":"object","required":["appArn","appVersion","status","statusChangeTime"],"properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"The version of the application."}]},"errorMessage":{"allOf":[{"$ref":"#/components/schemas/String500"},{"description":"The returned error message for the request."}]},"status":{"allOf":[{"$ref":"#/components/schemas/ResourceImportStatusType"},{"description":"Status of the action."}]},"statusChangeTime":{"allOf":[{"$ref":"#/components/schemas/TimeStamp"},{"description":"The timestamp for when the status last changed."}]}}},"DescribeResiliencyPolicyResponse":{"type":"object","required":["policy"],"properties":{"policy":{"allOf":[{"$ref":"#/components/schemas/ResiliencyPolicy"},{"description":"Information about the specific resiliency policy, returned as an object. This object includes creation time, data location constraints, its name, description, tags, the recovery time objective (RTO) and recovery point objective (RPO) in seconds, and more."}]}}},"ImportResourcesToDraftAppVersionResponse":{"type":"object","required":["appArn","appVersion","status"],"properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"The version of the application."}]},"eksSources":{"allOf":[{"$ref":"#/components/schemas/EksSourceList"},{"description":"The input sources of the Amazon Elastic Kubernetes Service resources you have imported."}]},"sourceArns":{"allOf":[{"$ref":"#/components/schemas/ArnList"},{"description":"The Amazon Resource Names (ARNs) for the resources you have imported."}]},"status":{"allOf":[{"$ref":"#/components/schemas/ResourceImportStatusType"},{"description":"Status of the action."}]},"terraformSources":{"allOf":[{"$ref":"#/components/schemas/TerraformSourceList"},{"description":" A list of terraform file s3 URLs you have imported. "}]}}},"EksSource":{"type":"object","required":["eksClusterArn","namespaces"],"properties":{"eksClusterArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster. The format for this ARN is: arn:<code>aws</code>:eks:<code>region</code>:<code>account-id</code>:cluster/<code>cluster-name</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"namespaces":{"allOf":[{"$ref":"#/components/schemas/EksNamespaceList"},{"description":"The list of namespaces located on your Amazon Elastic Kubernetes Service cluster."}]}},"description":"The input source of the Amazon Elastic Kubernetes Service cluster."},"TerraformSource":{"type":"object","required":["s3StateFileUrl"],"properties":{"s3StateFileUrl":{"allOf":[{"$ref":"#/components/schemas/S3Url"},{"description":" The URL of the Terraform s3 state file you need to import. "}]}},"description":" The Terraform s3 state file you need to import. "},"ListAlarmRecommendationsResponse":{"type":"object","required":["alarmRecommendations"],"properties":{"alarmRecommendations":{"allOf":[{"$ref":"#/components/schemas/AlarmRecommendationList"},{"description":"The alarm recommendations for an Resilience Hub application, returned as an object. This object includes Application Component names, descriptions, information about whether a recommendation has already been implemented or not, prerequisites, and more."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Token for the next set of results, or null if there are no more results."}]}}},"ListAppAssessmentComplianceDriftsResponse":{"type":"object","required":["complianceDrifts"],"properties":{"complianceDrifts":{"allOf":[{"$ref":"#/components/schemas/ComplianceDriftList"},{"description":"Indicates compliance drifts (recovery time objective (RTO) and recovery point objective (RPO)) detected for an assessed entity."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Token number of the next application to be checked for compliance and regulatory requirements from the list of applications."}]}}},"ListAppAssessmentsResponse":{"type":"object","required":["assessmentSummaries"],"properties":{"assessmentSummaries":{"allOf":[{"$ref":"#/components/schemas/AppAssessmentSummaryList"},{"description":"The summaries for the specified assessments, returned as an object. This object includes application versions, associated Amazon Resource Numbers (ARNs), cost, messages, resiliency scores, and more."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Token for the next set of results, or null if there are no more results."}]}}},"AssessmentStatus":{"type":"string","enum":["Pending","InProgress","Failed","Success"]},"ListAppComponentCompliancesResponse":{"type":"object","required":["componentCompliances"],"properties":{"componentCompliances":{"allOf":[{"$ref":"#/components/schemas/ComponentCompliancesList"},{"description":"The compliances for an Resilience Hub Application Component, returned as an object. This object contains the names of the Application Components, compliances, costs, resiliency scores, outage scores, and more."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Token for the next set of results, or null if there are no more results."}]}}},"ListAppComponentRecommendationsResponse":{"type":"object","required":["componentRecommendations"],"properties":{"componentRecommendations":{"allOf":[{"$ref":"#/components/schemas/ComponentRecommendationList"},{"description":"The recommendations for an Resilience Hub Application Component, returned as an object. This object contains the names of the Application Components, configuration recommendations, and recommendation statuses."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Token for the next set of results, or null if there are no more results."}]}}},"ListAppInputSourcesResponse":{"type":"object","required":["appInputSources"],"properties":{"appInputSources":{"allOf":[{"$ref":"#/components/schemas/AppInputSourceList"},{"description":"The list of Resilience Hub application input sources."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Token for the next set of results, or null if there are no more results."}]}}},"ListAppVersionAppComponentsResponse":{"type":"object","required":["appArn","appVersion"],"properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appComponents":{"allOf":[{"$ref":"#/components/schemas/AppComponentList"},{"description":"Defines an Application Component."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Resilience Hub application version."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Token for the next set of results, or null if there are no more results."}]}}},"ListAppVersionResourceMappingsResponse":{"type":"object","required":["resourceMappings"],"properties":{"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Token for the next set of results, or null if there are no more results."}]},"resourceMappings":{"allOf":[{"$ref":"#/components/schemas/ResourceMappingList"},{"description":"Mappings used to map logical resources from the template to physical resources. You can use the mapping type <code>CFN_STACK</code> if the application template uses a logical stack name. Or you can map individual resources by using the mapping type <code>RESOURCE</code>. We recommend using the mapping type <code>CFN_STACK</code> if the application is backed by a CloudFormation stack."}]}}},"ListAppVersionResourcesResponse":{"type":"object","required":["physicalResources","resolutionId"],"properties":{"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Token for the next set of results, or null if there are no more results."}]},"physicalResources":{"allOf":[{"$ref":"#/components/schemas/PhysicalResourceList"},{"description":"The physical resources in the application version."}]},"resolutionId":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"The ID for a specific resolution."}]}}},"ListAppVersionsResponse":{"type":"object","required":["appVersions"],"properties":{"appVersions":{"allOf":[{"$ref":"#/components/schemas/AppVersionList"},{"description":"The version of the application."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Token for the next set of results, or null if there are no more results."}]}}},"ListAppsResponse":{"type":"object","required":["appSummaries"],"properties":{"appSummaries":{"allOf":[{"$ref":"#/components/schemas/AppSummaryList"},{"description":"Summaries for the Resilience Hub application."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Token for the next set of results, or null if there are no more results."}]}}},"ListRecommendationTemplatesResponse":{"type":"object","properties":{"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Token for the next set of results, or null if there are no more results."}]},"recommendationTemplates":{"allOf":[{"$ref":"#/components/schemas/RecommendationTemplateList"},{"description":"The recommendation templates for the Resilience Hub applications."}]}}},"RecommendationTemplateStatus":{"type":"string","enum":["Pending","InProgress","Failed","Success"]},"ListResiliencyPoliciesResponse":{"type":"object","required":["resiliencyPolicies"],"properties":{"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Token for the next set of results, or null if there are no more results."}]},"resiliencyPolicies":{"allOf":[{"$ref":"#/components/schemas/ResiliencyPolicies"},{"description":"The resiliency policies for the Resilience Hub applications."}]}}},"ListSopRecommendationsResponse":{"type":"object","required":["sopRecommendations"],"properties":{"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Token for the next set of results, or null if there are no more results."}]},"sopRecommendations":{"allOf":[{"$ref":"#/components/schemas/SopRecommendationList"},{"description":"The standard operating procedure (SOP) recommendations for the Resilience Hub applications."}]}}},"ListSuggestedResiliencyPoliciesResponse":{"type":"object","required":["resiliencyPolicies"],"properties":{"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Token for the next set of results, or null if there are no more results."}]},"resiliencyPolicies":{"allOf":[{"$ref":"#/components/schemas/ResiliencyPolicies"},{"description":"The suggested resiliency policies for the Resilience Hub applications."}]}}},"ListTagsForResourceResponse":{"type":"object","properties":{"tags":{"allOf":[{"$ref":"#/components/schemas/TagMap"},{"description":"Tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair."}]}}},"ListTestRecommendationsResponse":{"type":"object","required":["testRecommendations"],"properties":{"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Token for the next set of results, or null if there are no more results."}]},"testRecommendations":{"allOf":[{"$ref":"#/components/schemas/TestRecommendationList"},{"description":"The test recommendations for the Resilience Hub application."}]}}},"ListUnsupportedAppVersionResourcesResponse":{"type":"object","required":["resolutionId","unsupportedResources"],"properties":{"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Token for the next set of results, or null if there are no more results."}]},"resolutionId":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"The identifier for a specific resolution."}]},"unsupportedResources":{"allOf":[{"$ref":"#/components/schemas/UnsupportedResourceList"},{"description":"The unsupported resources for the application."}]}}},"PublishAppVersionResponse":{"type":"object","required":["appArn"],"properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"The version of the application."}]},"identifier":{"allOf":[{"$ref":"#/components/schemas/LongOptional"},{"description":"Identifier of the application version."}]},"versionName":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Name of the application version."}]}}},"PutDraftAppVersionTemplateResponse":{"type":"object","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"The version of the application."}]}}},"RemoveDraftAppVersionResourceMappingsResponse":{"type":"object","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"The version of the application."}]}}},"ResolveAppVersionResourcesResponse":{"type":"object","required":["appArn","appVersion","resolutionId","status"],"properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"The version of the application."}]},"resolutionId":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"The identifier for a specific resolution."}]},"status":{"allOf":[{"$ref":"#/components/schemas/ResourceResolutionStatusType"},{"description":"Status of the action."}]}}},"StartAppAssessmentResponse":{"type":"object","required":["assessment"],"properties":{"assessment":{"allOf":[{"$ref":"#/components/schemas/AppAssessment"},{"description":"The assessment created."}]}}},"TagResourceResponse":{"type":"object","properties":{}},"UntagResourceResponse":{"type":"object","properties":{}},"TagKey":{"type":"string","pattern":"^(?!aws:)[^\\x00-\\x1f\\x22]+$","minLength":1,"maxLength":128},"UpdateAppResponse":{"type":"object","required":["app"],"properties":{"app":{"allOf":[{"$ref":"#/components/schemas/App"},{"description":"The specified application, returned as an object with details including compliance status, creation time, description, resiliency score, and more."}]}}},"UpdateAppVersionResponse":{"type":"object","required":["appArn","appVersion"],"properties":{"additionalInfo":{"allOf":[{"$ref":"#/components/schemas/AdditionalInfoMap"},{"description":"<p>Additional configuration parameters for an Resilience Hub application. If you want to implement <code>additionalInfo</code> through the Resilience Hub console rather than using an API call, see <a href=\"https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html\">Configure the application configuration parameters</a>.</p> <note> <p>Currently, this parameter supports only failover region and account.</p> </note>"}]},"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Resilience Hub application version."}]}}},"UpdateAppVersionAppComponentResponse":{"type":"object","required":["appArn","appVersion"],"properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appComponent":{"allOf":[{"$ref":"#/components/schemas/AppComponent"},{"description":"List of Application Components that belong to this resource."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Resilience Hub application version."}]}}},"UpdateAppVersionResourceResponse":{"type":"object","required":["appArn","appVersion"],"properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Resilience Hub application version."}]},"physicalResource":{"allOf":[{"$ref":"#/components/schemas/PhysicalResource"},{"description":"Defines a physical resource. A physical resource is a resource that exists in your account. It can be identified using an Amazon Resource Name (ARN) or a Resilience Hub-native identifier."}]}}},"UpdateResiliencyPolicyResponse":{"type":"object","required":["policy"],"properties":{"policy":{"allOf":[{"$ref":"#/components/schemas/ResiliencyPolicy"},{"description":"The type of resiliency policy that was updated, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds."}]}}},"ResourceMappingList":{"type":"array","items":{"$ref":"#/components/schemas/ResourceMapping"}},"AddDraftAppVersionResourceMappingsRequest":{"type":"object","required":["appArn","resourceMappings"],"title":"AddDraftAppVersionResourceMappingsRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"resourceMappings":{"allOf":[{"$ref":"#/components/schemas/ResourceMappingList"},{"description":"Mappings used to map logical resources from the template to physical resources. You can use the mapping type <code>CFN_STACK</code> if the application template uses a logical stack name. Or you can map individual resources by using the mapping type <code>RESOURCE</code>. We recommend using the mapping type <code>CFN_STACK</code> if the application is backed by a CloudFormation stack."}]}}},"EntityVersion":{"type":"string","pattern":"^\\S{1,50}$"},"AdditionalInfoMap":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/AdditionalInfoValueList"}},"String1024":{"type":"string","minLength":1,"maxLength":1024},"EntityId":{"type":"string","pattern":"^\\S{1,255}$"},"AppComponentNameList":{"type":"array","items":{"$ref":"#/components/schemas/String255"}},"EntityDescription":{"type":"string","minLength":0,"maxLength":500},"RecommendationItemList":{"type":"array","items":{"$ref":"#/components/schemas/RecommendationItem"}},"String500":{"type":"string","minLength":1,"maxLength":500},"SpecReferenceId":{"type":"string","minLength":1,"maxLength":500},"AlarmType":{"type":"string","enum":["Metric","Composite","Canary","Logs","Event"]},"AlarmRecommendation":{"type":"object","required":["name","recommendationId","referenceId","type"],"properties":{"appComponentName":{"allOf":[{"$ref":"#/components/schemas/EntityId"},{"deprecated":true,"description":"Application Component name for the CloudWatch alarm recommendation. This name is saved as the first item in the <code>appComponentNames</code> list.An alarm recommendation can be attached to multiple Application Components, hence this property will be replaced by the new property 'appComponentNames'."}]},"appComponentNames":{"allOf":[{"$ref":"#/components/schemas/AppComponentNameList"},{"description":"List of Application Component names for the CloudWatch alarm recommendation."}]},"description":{"allOf":[{"$ref":"#/components/schemas/EntityDescription"},{"description":"Description of the alarm recommendation."}]},"items":{"allOf":[{"$ref":"#/components/schemas/RecommendationItemList"},{"description":"List of CloudWatch alarm recommendations."}]},"name":{"allOf":[{"$ref":"#/components/schemas/String500"},{"description":"Name of the alarm recommendation."}]},"prerequisite":{"allOf":[{"$ref":"#/components/schemas/String500"},{"description":"The prerequisite for the alarm recommendation."}]},"recommendationId":{"allOf":[{"$ref":"#/components/schemas/Uuid"},{"description":"Identifier of the alarm recommendation."}]},"referenceId":{"allOf":[{"$ref":"#/components/schemas/SpecReferenceId"},{"description":"Reference identifier of the alarm recommendation."}]},"type":{"allOf":[{"$ref":"#/components/schemas/AlarmType"},{"description":"Type of alarm recommendation."}]}},"description":"Defines a recommendation for a CloudWatch alarm."},"AlarmRecommendationList":{"type":"array","items":{"$ref":"#/components/schemas/AlarmRecommendation"}},"AlarmReferenceIdList":{"type":"array","items":{"$ref":"#/components/schemas/String500"},"minItems":1,"maxItems":200},"AppAssessmentScheduleType":{"type":"string","enum":["Disabled","Daily"]},"AppComplianceStatusType":{"type":"string","enum":["PolicyBreached","PolicyMet","NotAssessed","ChangesDetected"]},"TimeStamp":{"type":"string","format":"date-time"},"AppDriftStatusType":{"type":"string","enum":["NotChecked","NotDetected","Detected"]},"EventSubscriptionList":{"type":"array","items":{"$ref":"#/components/schemas/EventSubscription"},"minItems":0,"maxItems":10},"PermissionModel":{"type":"object","required":["type"],"properties":{"crossAccountRoleArns":{"allOf":[{"$ref":"#/components/schemas/IamRoleArnList"},{"description":"<p>Defines a list of role Amazon Resource Names (ARNs) to be used in other accounts. These ARNs are used for querying purposes while importing resources and assessing your application.</p> <note> <ul> <li> <p>These ARNs are required only when your resources are in other accounts and you have different role name in these accounts. Else, the invoker role name will be used in the other accounts.</p> </li> <li> <p>These roles must have a trust policy with <code>iam:AssumeRole</code> permission to the invoker role in the primary account.</p> </li> </ul> </note>"}]},"invokerRoleName":{"allOf":[{"$ref":"#/components/schemas/IamRoleName"},{"description":"<p>Existing Amazon Web Services IAM role name in the primary Amazon Web Services account that will be assumed by Resilience Hub Service Principle to obtain a read-only access to your application resources while running an assessment.</p> <note> <p>You must have <code>iam:passRole</code> permission for this role while creating or updating the application.</p> </note>"}]},"type":{"allOf":[{"$ref":"#/components/schemas/PermissionModelType"},{"description":"Defines how Resilience Hub scans your resources. It can scan for the resources by using a pre-existing role in your Amazon Web Services account, or by using the credentials of the current IAM user."}]}},"description":"Defines the roles and credentials that Resilience Hub would use while creating the application, importing its resources, and running an assessment."},"Double":{"type":"number","format":"double"},"AppStatusType":{"type":"string","enum":["Active","Deleting"]},"TagMap":{"type":"object","minProperties":1,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}},"App":{"type":"object","required":["appArn","creationTime","name"],"properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"assessmentSchedule":{"allOf":[{"$ref":"#/components/schemas/AppAssessmentScheduleType"},{"description":"Assessment execution schedule with 'Daily' or 'Disabled' values. "}]},"complianceStatus":{"allOf":[{"$ref":"#/components/schemas/AppComplianceStatusType"},{"description":"Current status of compliance for the resiliency policy."}]},"creationTime":{"allOf":[{"$ref":"#/components/schemas/TimeStamp"},{"description":"Timestamp for when the app was created."}]},"description":{"allOf":[{"$ref":"#/components/schemas/EntityDescription"},{"description":"Optional description for an application."}]},"driftStatus":{"allOf":[{"$ref":"#/components/schemas/AppDriftStatusType"},{"description":"Indicates if compliance drifts (deviations) were detected while running an assessment for your application."}]},"eventSubscriptions":{"allOf":[{"$ref":"#/components/schemas/EventSubscriptionList"},{"description":"The list of events you would like to subscribe and get notification for. Currently, Resilience Hub supports notifications only for <b>Drift detected</b> and <b>Scheduled assessment failure</b> events."}]},"lastAppComplianceEvaluationTime":{"allOf":[{"$ref":"#/components/schemas/TimeStamp"},{"description":"Timestamp for the most recent compliance evaluation."}]},"lastDriftEvaluationTime":{"allOf":[{"$ref":"#/components/schemas/TimeStamp"},{"description":"Indicates the last time that a drift was evaluated."}]},"lastResiliencyScoreEvaluationTime":{"allOf":[{"$ref":"#/components/schemas/TimeStamp"},{"description":"Timestamp for the most recent resiliency score evaluation."}]},"name":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"Name for the application."}]},"permissionModel":{"allOf":[{"$ref":"#/components/schemas/PermissionModel"},{"description":"Defines the roles and credentials that Resilience Hub would use while creating the application, importing its resources, and running an assessment."}]},"policyArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"resiliencyScore":{"allOf":[{"$ref":"#/components/schemas/Double"},{"description":"Current resiliency score for the application."}]},"status":{"allOf":[{"$ref":"#/components/schemas/AppStatusType"},{"description":"Status of the application."}]},"tags":{"allOf":[{"$ref":"#/components/schemas/TagMap"},{"description":"Tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair."}]}},"description":"Defines an Resilience Hub application."},"AssessmentCompliance":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DisruptionCompliance"}},"ComplianceStatus":{"type":"string","enum":["PolicyBreached","PolicyMet"]},"Cost":{"type":"object","required":["amount","currency","frequency"],"properties":{"amount":{"allOf":[{"$ref":"#/components/schemas/Double"},{"description":"The cost amount."}]},"currency":{"allOf":[{"$ref":"#/components/schemas/CurrencyCode"},{"description":"The cost currency, for example <code>USD</code>."}]},"frequency":{"allOf":[{"$ref":"#/components/schemas/CostFrequency"},{"description":"The cost frequency."}]}},"description":"Defines a cost object."},"DriftStatus":{"type":"string","enum":["NotChecked","NotDetected","Detected"]},"AssessmentInvoker":{"type":"string","enum":["User","System"]},"ResiliencyPolicy":{"type":"object","properties":{"creationTime":{"allOf":[{"$ref":"#/components/schemas/TimeStamp"},{"description":"The timestamp for when the resiliency policy was created."}]},"dataLocationConstraint":{"allOf":[{"$ref":"#/components/schemas/DataLocationConstraint"},{"description":"Specifies a high-level geographical location constraint for where your resilience policy data can be stored."}]},"estimatedCostTier":{"allOf":[{"$ref":"#/components/schemas/EstimatedCostTier"},{"description":"Specifies the estimated cost tier of the resiliency policy."}]},"policy":{"allOf":[{"$ref":"#/components/schemas/DisruptionPolicy"},{"description":"The resiliency policy."}]},"policyArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"policyDescription":{"allOf":[{"$ref":"#/components/schemas/EntityDescription"},{"description":"The description for the policy."}]},"policyName":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"The name of the policy"}]},"tags":{"allOf":[{"$ref":"#/components/schemas/TagMap"},{"description":"Tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair."}]},"tier":{"allOf":[{"$ref":"#/components/schemas/ResiliencyPolicyTier"},{"description":"The tier for this resiliency policy, ranging from the highest severity (<code>MissionCritical</code>) to lowest (<code>NonCritical</code>)."}]}},"description":"Defines a resiliency policy."},"ResiliencyScore":{"type":"object","required":["disruptionScore","score"],"properties":{"disruptionScore":{"allOf":[{"$ref":"#/components/schemas/DisruptionResiliencyScore"},{"description":"The disruption score for a valid key."}]},"score":{"allOf":[{"$ref":"#/components/schemas/Double"},{"description":"The outage score for a valid key."}]}},"description":"The overall resiliency score, returned as an object that includes the disruption score and outage score."},"ResourceErrorsDetails":{"type":"object","properties":{"hasMoreErrors":{"allOf":[{"$ref":"#/components/schemas/BooleanOptional"},{"description":" This indicates if there are more errors not listed in the resourceErrors list. "}]},"resourceErrors":{"allOf":[{"$ref":"#/components/schemas/ResourceErrorList"},{"description":" A list of errors retrieving an application's resources. "}]}},"description":" A list of errors retrieving an application's resources. "},"AppAssessment":{"type":"object","required":["assessmentArn","assessmentStatus","invoker"],"properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Version of an application."}]},"assessmentArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"assessmentName":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"Name of the assessment."}]},"assessmentStatus":{"allOf":[{"$ref":"#/components/schemas/AssessmentStatus"},{"description":"Current status of the assessment for the resiliency policy."}]},"compliance":{"allOf":[{"$ref":"#/components/schemas/AssessmentCompliance"},{"description":"Application compliance against the resiliency policy."}]},"complianceStatus":{"allOf":[{"$ref":"#/components/schemas/ComplianceStatus"},{"description":"Current status of the compliance for the resiliency policy."}]},"cost":{"allOf":[{"$ref":"#/components/schemas/Cost"},{"description":"Cost for the application."}]},"driftStatus":{"allOf":[{"$ref":"#/components/schemas/DriftStatus"},{"description":"Indicates if compliance drifts (deviations) were detected while running an assessment for your application."}]},"endTime":{"allOf":[{"$ref":"#/components/schemas/TimeStamp"},{"description":"End time for the action."}]},"invoker":{"allOf":[{"$ref":"#/components/schemas/AssessmentInvoker"},{"description":"The entity that invoked the assessment."}]},"message":{"allOf":[{"$ref":"#/components/schemas/String500"},{"description":"Error or warning message from the assessment execution"}]},"policy":{"allOf":[{"$ref":"#/components/schemas/ResiliencyPolicy"},{"description":"Resiliency policy of an application."}]},"resiliencyScore":{"allOf":[{"$ref":"#/components/schemas/ResiliencyScore"},{"description":"Current resiliency score for an application."}]},"resourceErrorsDetails":{"allOf":[{"$ref":"#/components/schemas/ResourceErrorsDetails"},{"description":" A resource error object containing a list of errors retrieving an application's resources. "}]},"startTime":{"allOf":[{"$ref":"#/components/schemas/TimeStamp"},{"description":"Starting time for the action."}]},"tags":{"allOf":[{"$ref":"#/components/schemas/TagMap"},{"description":"Tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair."}]},"versionName":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Version name of the published application."}]}},"description":"Defines an application assessment."},"AppAssessmentSummary":{"type":"object","required":["assessmentArn","assessmentStatus"],"properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Version of an application."}]},"assessmentArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"assessmentName":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"Name of the assessment."}]},"assessmentStatus":{"allOf":[{"$ref":"#/components/schemas/AssessmentStatus"},{"description":"Current status of the assessment for the resiliency policy."}]},"complianceStatus":{"allOf":[{"$ref":"#/components/schemas/ComplianceStatus"},{"description":"TCurrent status of compliance for the resiliency policy."}]},"cost":{"allOf":[{"$ref":"#/components/schemas/Cost"},{"description":"Cost for an application."}]},"driftStatus":{"allOf":[{"$ref":"#/components/schemas/DriftStatus"},{"description":"Indicates if compliance drifts (deviations) were detected while running an assessment for your application."}]},"endTime":{"allOf":[{"$ref":"#/components/schemas/TimeStamp"},{"description":"End time for the action."}]},"invoker":{"allOf":[{"$ref":"#/components/schemas/AssessmentInvoker"},{"description":"Entity that invoked the assessment."}]},"message":{"allOf":[{"$ref":"#/components/schemas/String500"},{"description":"Message from the assessment run."}]},"resiliencyScore":{"allOf":[{"$ref":"#/components/schemas/Double"},{"description":"Current resiliency score for the application."}]},"startTime":{"allOf":[{"$ref":"#/components/schemas/TimeStamp"},{"description":"Starting time for the action."}]},"versionName":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Name of an application version."}]}},"description":"Defines an application assessment summary."},"AppAssessmentSummaryList":{"type":"array","items":{"$ref":"#/components/schemas/AppAssessmentSummary"}},"AppComponent":{"type":"object","required":["name","type"],"properties":{"additionalInfo":{"allOf":[{"$ref":"#/components/schemas/AdditionalInfoMap"},{"description":"<p>Additional configuration parameters for an Resilience Hub application. If you want to implement <code>additionalInfo</code> through the Resilience Hub console rather than using an API call, see <a href=\"https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html\">Configure the application configuration parameters</a>.</p> <note> <p>Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account.</p> <p>Key: <code>\"failover-regions\"</code> </p> <p>Value: <code>\"[{\"region\":\"&lt;REGION&gt;\", \"accounts\":[{\"id\":\"&lt;ACCOUNT_ID&gt;\"}]}]\"</code> </p> </note>"}]},"id":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Identifier of the Application Component."}]},"name":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Name of the Application Component."}]},"type":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"The type of Application Component."}]}},"description":"Defines an Application Component."},"AppComponentCompliance":{"type":"object","properties":{"appComponentName":{"allOf":[{"$ref":"#/components/schemas/EntityId"},{"description":"Name of the Application Component."}]},"compliance":{"allOf":[{"$ref":"#/components/schemas/AssessmentCompliance"},{"description":"The compliance of the Application Component against the resiliency policy."}]},"cost":{"allOf":[{"$ref":"#/components/schemas/Cost"},{"description":"The cost for the application."}]},"message":{"allOf":[{"$ref":"#/components/schemas/String500"},{"description":"The compliance message."}]},"resiliencyScore":{"allOf":[{"$ref":"#/components/schemas/ResiliencyScore"},{"description":"The current resiliency score for the application."}]},"status":{"allOf":[{"$ref":"#/components/schemas/ComplianceStatus"},{"description":"Status of the action."}]}},"description":"Defines the compliance of an Application Component against the resiliency policy."},"AppComponentList":{"type":"array","items":{"$ref":"#/components/schemas/AppComponent"}},"EksSourceClusterNamespace":{"type":"object","required":["eksClusterArn","namespace"],"properties":{"eksClusterArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster. The format for this ARN is: arn:<code>aws</code>:eks:<code>region</code>:<code>account-id</code>:cluster/<code>cluster-name</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"namespace":{"allOf":[{"$ref":"#/components/schemas/EksNamespace"},{"description":"Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster."}]}},"description":"The input source of the namespace that is located on your Amazon Elastic Kubernetes Service cluster."},"ResourceMappingType":{"type":"string","enum":["CfnStack","Resource","AppRegistryApp","ResourceGroup","Terraform","EKS"]},"Integer":{"type":"integer"},"AppInputSource":{"type":"object","required":["importType"],"properties":{"eksSourceClusterNamespace":{"allOf":[{"$ref":"#/components/schemas/EksSourceClusterNamespace"},{"description":"The namespace on your Amazon Elastic Kubernetes Service cluster."}]},"importType":{"allOf":[{"$ref":"#/components/schemas/ResourceMappingType"},{"description":"The resource type of the input source."}]},"resourceCount":{"allOf":[{"$ref":"#/components/schemas/Integer"},{"description":"The number of resources."}]},"sourceArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"The Amazon Resource Name (ARN) of the input source. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"sourceName":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"The name of the input source."}]},"terraformSource":{"allOf":[{"$ref":"#/components/schemas/TerraformSource"},{"description":"The name of the Terraform s3 state ﬁle."}]}},"description":"The list of Resilience Hub application input sources."},"AppInputSourceList":{"type":"array","items":{"$ref":"#/components/schemas/AppInputSource"}},"AppSummary":{"type":"object","required":["appArn","creationTime","name"],"properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"assessmentSchedule":{"allOf":[{"$ref":"#/components/schemas/AppAssessmentScheduleType"},{"description":" Assessment execution schedule with 'Daily' or 'Disabled' values. "}]},"complianceStatus":{"allOf":[{"$ref":"#/components/schemas/AppComplianceStatusType"},{"description":"The current status of compliance for the resiliency policy."}]},"creationTime":{"allOf":[{"$ref":"#/components/schemas/TimeStamp"},{"description":"The timestamp for when the app was created."}]},"description":{"allOf":[{"$ref":"#/components/schemas/EntityDescription"},{"description":"The optional description for an app."}]},"driftStatus":{"allOf":[{"$ref":"#/components/schemas/AppDriftStatusType"},{"description":"Indicates if compliance drifts (deviations) were detected while running an assessment for your application."}]},"name":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"The name of the application."}]},"resiliencyScore":{"allOf":[{"$ref":"#/components/schemas/Double"},{"description":"The current resiliency score for the application."}]},"status":{"allOf":[{"$ref":"#/components/schemas/AppStatusType"},{"description":"Status of the application."}]}},"description":"Defines an application summary."},"AppSummaryList":{"type":"array","items":{"$ref":"#/components/schemas/AppSummary"}},"AppTemplateBody":{"type":"string","pattern":"^[\\w\\s:,-\\.'\\/{}\\[\\]:\"\\\\]+$","minLength":0,"maxLength":409600},"AppVersionSummary":{"type":"object","required":["appVersion"],"properties":{"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Version of an application."}]},"creationTime":{"allOf":[{"$ref":"#/components/schemas/TimeStamp"},{"description":"Creation time of the application version."}]},"identifier":{"allOf":[{"$ref":"#/components/schemas/LongOptional"},{"description":"Identifier of the application version."}]},"versionName":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Name of the application version."}]}},"description":"Version of an application."},"AppVersionList":{"type":"array","items":{"$ref":"#/components/schemas/AppVersionSummary"}},"LongOptional":{"type":"integer"},"ArnList":{"type":"array","items":{"$ref":"#/components/schemas/Arn"}},"DisruptionCompliance":{"type":"object","required":["complianceStatus"],"properties":{"achievableRpoInSecs":{"allOf":[{"$ref":"#/components/schemas/Seconds"},{"description":"The Recovery Point Objective (RPO) that is achievable, in seconds."}]},"achievableRtoInSecs":{"allOf":[{"$ref":"#/components/schemas/Seconds"},{"description":"The Recovery Time Objective (RTO) that is achievable, in seconds"}]},"complianceStatus":{"allOf":[{"$ref":"#/components/schemas/ComplianceStatus"},{"description":"The current status of compliance for the resiliency policy."}]},"currentRpoInSecs":{"allOf":[{"$ref":"#/components/schemas/Seconds"},{"description":"The current RPO, in seconds."}]},"currentRtoInSecs":{"allOf":[{"$ref":"#/components/schemas/Seconds"},{"description":"The current RTO, in seconds."}]},"message":{"allOf":[{"$ref":"#/components/schemas/String500"},{"description":"The disruption compliance message."}]},"rpoDescription":{"allOf":[{"$ref":"#/components/schemas/String500"},{"description":"The RPO description."}]},"rpoReferenceId":{"allOf":[{"$ref":"#/components/schemas/String500"},{"description":"Reference identifier of the RPO ."}]},"rtoDescription":{"allOf":[{"$ref":"#/components/schemas/String500"},{"description":"The RTO description."}]},"rtoReferenceId":{"allOf":[{"$ref":"#/components/schemas/String500"},{"description":"Reference identifier of the RTO."}]}},"description":"Defines the compliance against the resiliency policy for a disruption."},"AssessmentStatusList":{"type":"array","items":{"$ref":"#/components/schemas/AssessmentStatus"},"minItems":1,"maxItems":10},"AwsRegion":{"type":"string","pattern":"^[a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]$"},"BatchUpdateRecommendationStatusFailedEntry":{"type":"object","required":["entryId","errorMessage"],"properties":{"entryId":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"<p>An identifier of an entry in this batch that is used to communicate the result.</p> <note> <p>The <code>entryId</code>s of a batch request need to be unique within a request.</p> </note>"}]},"errorMessage":{"allOf":[{"$ref":"#/components/schemas/ErrorMessage"},{"description":"Indicates the error that occurred while excluding an operational recommendation."}]}},"description":"List of operational recommendations that did not get included or excluded."},"BatchUpdateRecommendationStatusFailedEntries":{"type":"array","items":{"$ref":"#/components/schemas/BatchUpdateRecommendationStatusFailedEntry"}},"ErrorMessage":{"type":"string","minLength":0,"maxLength":500},"UpdateRecommendationStatusRequestEntries":{"type":"array","items":{"$ref":"#/components/schemas/UpdateRecommendationStatusRequestEntry"},"minItems":1,"maxItems":50},"BatchUpdateRecommendationStatusRequest":{"type":"object","required":["appArn","requestEntries"],"title":"BatchUpdateRecommendationStatusRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"requestEntries":{"allOf":[{"$ref":"#/components/schemas/UpdateRecommendationStatusRequestEntries"},{"description":"Defines the list of operational recommendations that need to be included or excluded."}]}}},"BatchUpdateRecommendationStatusSuccessfulEntries":{"type":"array","items":{"$ref":"#/components/schemas/BatchUpdateRecommendationStatusSuccessfulEntry"}},"BatchUpdateRecommendationStatusSuccessfulEntry":{"type":"object","required":["entryId","excluded","item","referenceId"],"properties":{"entryId":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"<p>An identifier for an entry in this batch that is used to communicate the result.</p> <note> <p>The <code>entryId</code>s of a batch request need to be unique within a request.</p> </note>"}]},"excludeReason":{"allOf":[{"$ref":"#/components/schemas/ExcludeRecommendationReason"},{"description":"Indicates the reason for excluding an operational recommendation."}]},"excluded":{"allOf":[{"$ref":"#/components/schemas/BooleanOptional"},{"description":"Indicates if the operational recommendation was successfully excluded."}]},"item":{"allOf":[{"$ref":"#/components/schemas/UpdateRecommendationStatusItem"},{"description":"The operational recommendation item."}]},"referenceId":{"allOf":[{"$ref":"#/components/schemas/SpecReferenceId"},{"description":"Reference identifier of the operational recommendation."}]}},"description":"List of operational recommendations that were successfully included or excluded."},"ExcludeRecommendationReason":{"type":"string","enum":["AlreadyImplemented","NotRelevant","ComplexityOfImplementation"]},"BooleanOptional":{"type":"boolean"},"UpdateRecommendationStatusItem":{"type":"object","properties":{"resourceId":{"allOf":[{"$ref":"#/components/schemas/String500"},{"description":"Resource identifier of the operational recommendation item."}]},"targetAccountId":{"allOf":[{"$ref":"#/components/schemas/CustomerId"},{"description":"Identifier of the target Amazon Web Services account."}]},"targetRegion":{"allOf":[{"$ref":"#/components/schemas/AwsRegion"},{"description":"Identifier of the target Amazon Web Services Region."}]}},"description":"Defines the operational recommendation item that needs a status update."},"ClientToken":{"type":"string","pattern":"^[A-za-z0-9_.-]{0,63}$","minLength":1,"maxLength":63},"DifferenceType":{"type":"string","enum":["NotEqual"]},"DriftType":{"type":"string","enum":["ApplicationCompliance"]},"ComplianceDrift":{"type":"object","properties":{"actualReferenceId":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Assessment identifier that is associated with this drift item."}]},"actualValue":{"allOf":[{"$ref":"#/components/schemas/AssessmentCompliance"},{"description":"Actual compliance value of the entity."}]},"appId":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Identifier of your application."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Published version of your application on which drift was detected."}]},"diffType":{"allOf":[{"$ref":"#/components/schemas/DifferenceType"},{"description":"Difference type between actual and expected recovery point objective (RPO) and recovery time objective (RTO) values. Currently, Resilience Hub supports only <b>NotEqual</b> difference type."}]},"driftType":{"allOf":[{"$ref":"#/components/schemas/DriftType"},{"description":"The type of drift detected. Currently, Resilience Hub supports only <b>ApplicationCompliance</b> drift type."}]},"entityId":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Identifier of an entity in which drift was detected. For compliance drift, the entity ID can be either application ID or the AppComponent ID."}]},"entityType":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"The type of entity in which drift was detected. For compliance drifts, Resilience Hub supports <code>AWS::ResilienceHub::AppComponent</code> and <code>AWS::ResilienceHub::Application</code>."}]},"expectedReferenceId":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Assessment identifier of a previous assessment of the same application version. Resilience Hub uses the previous assessment (associated with the reference identifier) to compare the compliance with the current assessment to identify drifts."}]},"expectedValue":{"allOf":[{"$ref":"#/components/schemas/AssessmentCompliance"},{"description":"The expected compliance value of an entity."}]}},"description":"Indicates the compliance drifts (recovery time objective (RTO) and recovery point objective (RPO)) that were detected for an assessed entity."},"ComplianceDriftList":{"type":"array","items":{"$ref":"#/components/schemas/ComplianceDrift"}},"ComponentCompliancesList":{"type":"array","items":{"$ref":"#/components/schemas/AppComponentCompliance"}},"ConfigRecommendationList":{"type":"array","items":{"$ref":"#/components/schemas/ConfigRecommendation"}},"RecommendationComplianceStatus":{"type":"string","enum":["BreachedUnattainable","BreachedCanMeet","MetCanImprove"]},"ComponentRecommendation":{"type":"object","required":["appComponentName","configRecommendations","recommendationStatus"],"properties":{"appComponentName":{"allOf":[{"$ref":"#/components/schemas/EntityId"},{"description":"Name of the Application Component."}]},"configRecommendations":{"allOf":[{"$ref":"#/components/schemas/ConfigRecommendationList"},{"description":"List of recommendations."}]},"recommendationStatus":{"allOf":[{"$ref":"#/components/schemas/RecommendationComplianceStatus"},{"description":"Status of the recommendation."}]}},"description":"Defines recommendations for an Resilience Hub Application Component, returned as an object. This object contains component names, configuration recommendations, and recommendation statuses."},"ComponentRecommendationList":{"type":"array","items":{"$ref":"#/components/schemas/ComponentRecommendation"}},"HaArchitecture":{"type":"string","enum":["MultiSite","WarmStandby","PilotLight","BackupAndRestore","NoRecoveryPlan"]},"ConfigRecommendationOptimizationType":{"type":"string","enum":["LeastCost","LeastChange","BestAZRecovery","LeastErrors","BestAttainable","BestRegionRecovery"]},"RecommendationCompliance":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/RecommendationDisruptionCompliance"}},"SuggestedChangesList":{"type":"array","items":{"$ref":"#/components/schemas/EntityDescription"}},"ConfigRecommendation":{"type":"object","required":["name","optimizationType","referenceId"],"properties":{"appComponentName":{"allOf":[{"$ref":"#/components/schemas/EntityId"},{"description":"Name of the Application Component."}]},"compliance":{"allOf":[{"$ref":"#/components/schemas/AssessmentCompliance"},{"description":"The current compliance against the resiliency policy before applying the configuration change."}]},"cost":{"allOf":[{"$ref":"#/components/schemas/Cost"},{"description":"The cost for the application."}]},"description":{"allOf":[{"$ref":"#/components/schemas/EntityDescription"},{"description":"The optional description for an app."}]},"haArchitecture":{"allOf":[{"$ref":"#/components/schemas/HaArchitecture"},{"description":"The architecture type."}]},"name":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"The name of the recommendation configuration."}]},"optimizationType":{"allOf":[{"$ref":"#/components/schemas/ConfigRecommendationOptimizationType"},{"description":"The type of optimization."}]},"recommendationCompliance":{"allOf":[{"$ref":"#/components/schemas/RecommendationCompliance"},{"description":"The expected compliance against the resiliency policy after applying the configuration change."}]},"referenceId":{"allOf":[{"$ref":"#/components/schemas/SpecReferenceId"},{"description":"Reference identifier for the recommendation configuration."}]},"suggestedChanges":{"allOf":[{"$ref":"#/components/schemas/SuggestedChangesList"},{"description":"List of the suggested configuration changes."}]}},"description":"Defines a recommendation configuration."},"CurrencyCode":{"type":"string","minLength":0,"maxLength":3},"CostFrequency":{"type":"string","enum":["Hourly","Daily","Monthly","Yearly"]},"CreateAppRequest":{"type":"object","required":["name"],"title":"CreateAppRequest","properties":{"assessmentSchedule":{"allOf":[{"$ref":"#/components/schemas/AppAssessmentScheduleType"},{"description":" Assessment execution schedule with 'Daily' or 'Disabled' values. "}]},"clientToken":{"allOf":[{"$ref":"#/components/schemas/ClientToken"},{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests."}]},"description":{"allOf":[{"$ref":"#/components/schemas/EntityDescription"},{"description":"The optional description for an app."}]},"eventSubscriptions":{"allOf":[{"$ref":"#/components/schemas/EventSubscriptionList"},{"description":"The list of events you would like to subscribe and get notification for. Currently, Resilience Hub supports only <b>Drift detected</b> and <b>Scheduled assessment failure</b> events notification."}]},"name":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"Name of the application."}]},"permissionModel":{"allOf":[{"$ref":"#/components/schemas/PermissionModel"},{"description":"Defines the roles and credentials that Resilience Hub would use while creating the application, importing its resources, and running an assessment."}]},"policyArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"tags":{"allOf":[{"$ref":"#/components/schemas/TagMap"},{"description":"Tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair."}]}}},"CreateAppVersionAppComponentRequest":{"type":"object","required":["appArn","name","type"],"title":"CreateAppVersionAppComponentRequest","properties":{"additionalInfo":{"allOf":[{"$ref":"#/components/schemas/AdditionalInfoMap"},{"description":"Currently, there is no supported additional information for Application Components."}]},"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"clientToken":{"allOf":[{"$ref":"#/components/schemas/ClientToken"},{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests."}]},"id":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Identifier of the Application Component."}]},"name":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Name of the Application Component."}]},"type":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Type of Application Component. For more information about the types of Application Component, see <a href=\"https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html\">Grouping resources in an AppComponent</a>."}]}}},"CustomerId":{"type":"string","pattern":"^[0-9]{12}$"},"LogicalResourceId":{"type":"object","required":["identifier"],"properties":{"eksSourceName":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"<p>Name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to.</p> <note> <p>This parameter accepts values in \"eks-cluster/namespace\" format.</p> </note>"}]},"identifier":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Identifier of the resource."}]},"logicalStackName":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"The name of the CloudFormation stack this resource belongs to."}]},"resourceGroupName":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"The name of the resource group that this resource belongs to."}]},"terraformSourceName":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":" The name of the Terraform S3 state file this resource belongs to. "}]}},"description":"Defines a logical resource identifier."},"String2048":{"type":"string","minLength":1,"maxLength":2048},"CreateAppVersionResourceRequest":{"type":"object","required":["appArn","appComponents","logicalResourceId","physicalResourceId","resourceType"],"title":"CreateAppVersionResourceRequest","properties":{"additionalInfo":{"allOf":[{"$ref":"#/components/schemas/AdditionalInfoMap"},{"description":"Currently, there is no supported additional information for resources."}]},"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appComponents":{"allOf":[{"$ref":"#/components/schemas/AppComponentNameList"},{"description":"List of Application Components that this resource belongs to. If an Application Component is not part of the Resilience Hub application, it will be added."}]},"awsAccountId":{"allOf":[{"$ref":"#/components/schemas/CustomerId"},{"description":"Amazon Web Services account that owns the physical resource."}]},"awsRegion":{"allOf":[{"$ref":"#/components/schemas/AwsRegion"},{"description":"Amazon Web Services region that owns the physical resource."}]},"clientToken":{"allOf":[{"$ref":"#/components/schemas/ClientToken"},{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests."}]},"logicalResourceId":{"allOf":[{"$ref":"#/components/schemas/LogicalResourceId"},{"description":"Logical identifier of the resource."}]},"physicalResourceId":{"allOf":[{"$ref":"#/components/schemas/String2048"},{"description":"Physical identifier of the resource."}]},"resourceName":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"Name of the resource."}]},"resourceType":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Type of resource."}]}}},"PhysicalResource":{"type":"object","required":["logicalResourceId","physicalResourceId","resourceType"],"properties":{"additionalInfo":{"allOf":[{"$ref":"#/components/schemas/AdditionalInfoMap"},{"description":"<p>Additional configuration parameters for an Resilience Hub application. If you want to implement <code>additionalInfo</code> through the Resilience Hub console rather than using an API call, see <a href=\"https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html\">Configure the application configuration parameters</a>.</p> <note> <p>Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account.</p> <p>Key: <code>\"failover-regions\"</code> </p> <p>Value: <code>\"[{\"region\":\"&lt;REGION&gt;\", \"accounts\":[{\"id\":\"&lt;ACCOUNT_ID&gt;\"}]}]\"</code> </p> </note>"}]},"appComponents":{"allOf":[{"$ref":"#/components/schemas/AppComponentList"},{"description":"The application components that belong to this resource."}]},"excluded":{"allOf":[{"$ref":"#/components/schemas/BooleanOptional"},{"description":"Indicates if a resource is included or excluded from the assessment."}]},"logicalResourceId":{"allOf":[{"$ref":"#/components/schemas/LogicalResourceId"},{"description":"Logical identifier of the resource."}]},"parentResourceName":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"Name of the parent resource."}]},"physicalResourceId":{"allOf":[{"$ref":"#/components/schemas/PhysicalResourceId"},{"description":"Identifier of the physical resource."}]},"resourceName":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"The name of the resource."}]},"resourceType":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"The type of resource."}]},"sourceType":{"allOf":[{"$ref":"#/components/schemas/ResourceSourceType"},{"description":"Type of input source."}]}},"description":"Defines a physical resource. A physical resource is a resource that exists in your account. It can be identified using an Amazon Resource Name (ARN) or an Resilience Hub-native identifier. "},"TemplateFormat":{"type":"string","enum":["CfnYaml","CfnJson"]},"RecommendationIdList":{"type":"array","items":{"$ref":"#/components/schemas/Uuid"},"minItems":1,"maxItems":200},"RenderRecommendationTypeList":{"type":"array","items":{"$ref":"#/components/schemas/RenderRecommendationType"},"minItems":1,"maxItems":4},"CreateRecommendationTemplateRequest":{"type":"object","required":["assessmentArn","name"],"title":"CreateRecommendationTemplateRequest","properties":{"assessmentArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"bucketName":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"The name of the Amazon S3 bucket that will contain the recommendation template."}]},"clientToken":{"allOf":[{"$ref":"#/components/schemas/ClientToken"},{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests."}]},"format":{"allOf":[{"$ref":"#/components/schemas/TemplateFormat"},{"description":"<p>The format for the recommendation template.</p> <dl> <dt>CfnJson</dt> <dd> <p>The template is CloudFormation JSON.</p> </dd> <dt>CfnYaml</dt> <dd> <p>The template is CloudFormation YAML.</p> </dd> </dl>"}]},"name":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"The name for the recommendation template."}]},"recommendationIds":{"allOf":[{"$ref":"#/components/schemas/RecommendationIdList"},{"description":"Identifiers for the recommendations used to create a recommendation template."}]},"recommendationTypes":{"allOf":[{"$ref":"#/components/schemas/RenderRecommendationTypeList"},{"description":"<p>An array of strings that specify the recommendation template type or types.</p> <dl> <dt>Alarm</dt> <dd> <p>The template is an <a>AlarmRecommendation</a> template.</p> </dd> <dt>Sop</dt> <dd> <p>The template is a <a>SopRecommendation</a> template.</p> </dd> <dt>Test</dt> <dd> <p>The template is a <a>TestRecommendation</a> template.</p> </dd> </dl>"}]},"tags":{"allOf":[{"$ref":"#/components/schemas/TagMap"},{"description":"Tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair."}]}}},"RecommendationTemplate":{"type":"object","required":["assessmentArn","format","name","recommendationTemplateArn","recommendationTypes","status"],"properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"assessmentArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"endTime":{"allOf":[{"$ref":"#/components/schemas/TimeStamp"},{"description":"The end time for the action."}]},"format":{"allOf":[{"$ref":"#/components/schemas/TemplateFormat"},{"description":"<p>Format of the recommendation template.</p> <dl> <dt>CfnJson</dt> <dd> <p>The template is CloudFormation JSON.</p> </dd> <dt>CfnYaml</dt> <dd> <p>The template is CloudFormation YAML.</p> </dd> </dl>"}]},"message":{"allOf":[{"$ref":"#/components/schemas/String500"},{"description":"Message for the recommendation template."}]},"name":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"Name for the recommendation template."}]},"needsReplacements":{"allOf":[{"$ref":"#/components/schemas/BooleanOptional"},{"description":"Indicates if replacements are needed."}]},"recommendationIds":{"allOf":[{"$ref":"#/components/schemas/RecommendationIdList"},{"description":"Identifiers for the recommendations used in the recommendation template."}]},"recommendationTemplateArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) for the recommendation template."}]},"recommendationTypes":{"allOf":[{"$ref":"#/components/schemas/RenderRecommendationTypeList"},{"description":"<p>An array of strings that specify the recommendation template type or types.</p> <dl> <dt>Alarm</dt> <dd> <p>The template is an <a>AlarmRecommendation</a> template.</p> </dd> <dt>Sop</dt> <dd> <p>The template is a <a>SopRecommendation</a> template.</p> </dd> <dt>Test</dt> <dd> <p>The template is a <a>TestRecommendation</a> template.</p> </dd> </dl>"}]},"startTime":{"allOf":[{"$ref":"#/components/schemas/TimeStamp"},{"description":"The start time for the action."}]},"status":{"allOf":[{"$ref":"#/components/schemas/RecommendationTemplateStatus"},{"description":"Status of the action."}]},"tags":{"allOf":[{"$ref":"#/components/schemas/TagMap"},{"description":"Tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair."}]},"templatesLocation":{"allOf":[{"$ref":"#/components/schemas/S3Location"},{"description":"The file location of the template."}]}},"description":"Defines a recommendation template created with the <a>CreateRecommendationTemplate</a> action."},"DataLocationConstraint":{"type":"string","enum":["AnyLocation","SameContinent","SameCountry"]},"DisruptionPolicy":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/FailurePolicy"}},"ResiliencyPolicyTier":{"type":"string","enum":["MissionCritical","Critical","Important","CoreServices","NonCritical","NotApplicable"]},"CreateResiliencyPolicyRequest":{"type":"object","required":["policy","policyName","tier"],"title":"CreateResiliencyPolicyRequest","properties":{"clientToken":{"allOf":[{"$ref":"#/components/schemas/ClientToken"},{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests."}]},"dataLocationConstraint":{"allOf":[{"$ref":"#/components/schemas/DataLocationConstraint"},{"description":"Specifies a high-level geographical location constraint for where your resilience policy data can be stored."}]},"policy":{"allOf":[{"$ref":"#/components/schemas/DisruptionPolicy"},{"description":"The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds."}]},"policyDescription":{"allOf":[{"$ref":"#/components/schemas/EntityDescription"},{"description":"The description for the policy."}]},"policyName":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"The name of the policy"}]},"tags":{"allOf":[{"$ref":"#/components/schemas/TagMap"},{"description":"Tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair."}]},"tier":{"allOf":[{"$ref":"#/components/schemas/ResiliencyPolicyTier"},{"description":"The tier for this resiliency policy, ranging from the highest severity (<code>MissionCritical</code>) to lowest (<code>NonCritical</code>)."}]}}},"DeleteAppAssessmentRequest":{"type":"object","required":["assessmentArn"],"title":"DeleteAppAssessmentRequest","properties":{"assessmentArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"clientToken":{"allOf":[{"$ref":"#/components/schemas/ClientToken"},{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests."}]}}},"DeleteAppInputSourceRequest":{"type":"object","required":["appArn"],"title":"DeleteAppInputSourceRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"clientToken":{"allOf":[{"$ref":"#/components/schemas/ClientToken"},{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests."}]},"eksSourceClusterNamespace":{"allOf":[{"$ref":"#/components/schemas/EksSourceClusterNamespace"},{"description":"The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the Resilience Hub application."}]},"sourceArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"The Amazon Resource Name (ARN) of the imported resource you want to remove from the Resilience Hub application. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"terraformSource":{"allOf":[{"$ref":"#/components/schemas/TerraformSource"},{"description":"The imported Terraform s3 state ﬁle you want to remove from the Resilience Hub application."}]}}},"DeleteAppRequest":{"type":"object","required":["appArn"],"title":"DeleteAppRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"clientToken":{"allOf":[{"$ref":"#/components/schemas/ClientToken"},{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests."}]},"forceDelete":{"allOf":[{"$ref":"#/components/schemas/BooleanOptional"},{"description":"A boolean option to force the deletion of an Resilience Hub application. "}]}}},"DeleteAppVersionAppComponentRequest":{"type":"object","required":["appArn","id"],"title":"DeleteAppVersionAppComponentRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"clientToken":{"allOf":[{"$ref":"#/components/schemas/ClientToken"},{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests."}]},"id":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Identifier of the Application Component."}]}}},"DeleteAppVersionResourceRequest":{"type":"object","required":["appArn"],"title":"DeleteAppVersionResourceRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"awsAccountId":{"allOf":[{"$ref":"#/components/schemas/CustomerId"},{"description":"Amazon Web Services account that owns the physical resource."}]},"awsRegion":{"allOf":[{"$ref":"#/components/schemas/AwsRegion"},{"description":"Amazon Web Services region that owns the physical resource."}]},"clientToken":{"allOf":[{"$ref":"#/components/schemas/ClientToken"},{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests."}]},"logicalResourceId":{"allOf":[{"$ref":"#/components/schemas/LogicalResourceId"},{"description":"Logical identifier of the resource."}]},"physicalResourceId":{"allOf":[{"$ref":"#/components/schemas/String2048"},{"description":"Physical identifier of the resource."}]},"resourceName":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"Name of the resource."}]}}},"DeleteRecommendationTemplateRequest":{"type":"object","required":["recommendationTemplateArn"],"title":"DeleteRecommendationTemplateRequest","properties":{"clientToken":{"allOf":[{"$ref":"#/components/schemas/ClientToken"},{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests."}]},"recommendationTemplateArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"The Amazon Resource Name (ARN) for a recommendation template."}]}}},"DeleteResiliencyPolicyRequest":{"type":"object","required":["policyArn"],"title":"DeleteResiliencyPolicyRequest","properties":{"clientToken":{"allOf":[{"$ref":"#/components/schemas/ClientToken"},{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests."}]},"policyArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]}}},"DescribeAppAssessmentRequest":{"type":"object","required":["assessmentArn"],"title":"DescribeAppAssessmentRequest","properties":{"assessmentArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]}}},"DescribeAppRequest":{"type":"object","required":["appArn"],"title":"DescribeAppRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]}}},"DescribeAppVersionAppComponentRequest":{"type":"object","required":["appArn","appVersion","id"],"title":"DescribeAppVersionAppComponentRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Resilience Hub application version."}]},"id":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Identifier of the Application Component."}]}}},"DescribeAppVersionRequest":{"type":"object","required":["appArn","appVersion"],"title":"DescribeAppVersionRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Resilience Hub application version."}]}}},"DescribeAppVersionResourceRequest":{"type":"object","required":["appArn","appVersion"],"title":"DescribeAppVersionResourceRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Resilience Hub application version."}]},"awsAccountId":{"allOf":[{"$ref":"#/components/schemas/CustomerId"},{"description":"Amazon Web Services account that owns the physical resource."}]},"awsRegion":{"allOf":[{"$ref":"#/components/schemas/AwsRegion"},{"description":"Amazon Web Services region that owns the physical resource."}]},"logicalResourceId":{"allOf":[{"$ref":"#/components/schemas/LogicalResourceId"},{"description":"Logical identifier of the resource."}]},"physicalResourceId":{"allOf":[{"$ref":"#/components/schemas/String2048"},{"description":"Physical identifier of the resource."}]},"resourceName":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"Name of the resource."}]}}},"DescribeAppVersionResourcesResolutionStatusRequest":{"type":"object","required":["appArn","appVersion"],"title":"DescribeAppVersionResourcesResolutionStatusRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"The version of the application."}]},"resolutionId":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"The identifier for a specific resolution."}]}}},"ResourceResolutionStatusType":{"type":"string","enum":["Pending","InProgress","Failed","Success"]},"DescribeAppVersionTemplateRequest":{"type":"object","required":["appArn","appVersion"],"title":"DescribeAppVersionTemplateRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"The version of the application."}]}}},"DescribeDraftAppVersionResourcesImportStatusRequest":{"type":"object","required":["appArn"],"title":"DescribeDraftAppVersionResourcesImportStatusRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]}}},"ResourceImportStatusType":{"type":"string","enum":["Pending","InProgress","Failed","Success"]},"DescribeResiliencyPolicyRequest":{"type":"object","required":["policyArn"],"title":"DescribeResiliencyPolicyRequest","properties":{"policyArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]}}},"Seconds":{"type":"integer","minimum":0},"DisruptionResiliencyScore":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/Double"}},"DisruptionType":{"type":"string","enum":["Software","Hardware","AZ","Region"]},"DocumentName":{"type":"string","minLength":1,"maxLength":500},"EksNamespaceList":{"type":"array","items":{"$ref":"#/components/schemas/EksNamespace"}},"EksSourceList":{"type":"array","items":{"$ref":"#/components/schemas/EksSource"}},"EntityNameList":{"type":"array","items":{"$ref":"#/components/schemas/EntityName"}},"EstimatedCostTier":{"type":"string","enum":["L1","L2","L3","L4"]},"EventType":{"type":"string","enum":["ScheduledAssessmentFailure","DriftDetected"]},"IamRoleArn":{"type":"string","pattern":"^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):iam::[0-9]{12}:role/(([^/][!-~]+/){1,511})?[A-Za-z0-9_+=,.@-]{1,64}$"},"ResourceImportStrategyType":{"type":"string","enum":["AddOnly","ReplaceAll"]},"TerraformSourceList":{"type":"array","items":{"$ref":"#/components/schemas/TerraformSource"}},"ImportResourcesToDraftAppVersionRequest":{"type":"object","required":["appArn"],"title":"ImportResourcesToDraftAppVersionRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"eksSources":{"allOf":[{"$ref":"#/components/schemas/EksSourceList"},{"description":"The input sources of the Amazon Elastic Kubernetes Service resources you need to import."}]},"importStrategy":{"allOf":[{"$ref":"#/components/schemas/ResourceImportStrategyType"},{"description":"The import strategy you would like to set to import resources into Resilience Hub application."}]},"sourceArns":{"allOf":[{"$ref":"#/components/schemas/ArnList"},{"description":"The Amazon Resource Names (ARNs) for the resources."}]},"terraformSources":{"allOf":[{"$ref":"#/components/schemas/TerraformSourceList"},{"description":" A list of terraform file s3 URLs you need to import. "}]}}},"MaxResults":{"type":"integer","minimum":1,"maximum":100},"NextToken":{"type":"string","pattern":"^\\S{1,2000}$"},"ListAlarmRecommendationsRequest":{"type":"object","required":["assessmentArn"],"title":"ListAlarmRecommendationsRequest","properties":{"assessmentArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"maxResults":{"allOf":[{"$ref":"#/components/schemas/MaxResults"},{"description":"Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Null, or the token from a previous call to get the next set of results."}]}}},"ListAppAssessmentComplianceDriftsRequest":{"type":"object","required":["assessmentArn"],"title":"ListAppAssessmentComplianceDriftsRequest","properties":{"assessmentArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"maxResults":{"allOf":[{"$ref":"#/components/schemas/MaxResults"},{"description":"Indicates the maximum number of applications requested."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Indicates the unique token number of the next application to be checked for compliance and regulatory requirements from the list of applications."}]}}},"ListAppAssessmentsRequest":{"type":"object","title":"ListAppAssessmentsRequest","properties":{}},"ListAppComponentCompliancesRequest":{"type":"object","required":["assessmentArn"],"title":"ListAppComponentCompliancesRequest","properties":{"assessmentArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"maxResults":{"allOf":[{"$ref":"#/components/schemas/MaxResults"},{"description":"Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Null, or the token from a previous call to get the next set of results."}]}}},"ListAppComponentRecommendationsRequest":{"type":"object","required":["assessmentArn"],"title":"ListAppComponentRecommendationsRequest","properties":{"assessmentArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"maxResults":{"allOf":[{"$ref":"#/components/schemas/MaxResults"},{"description":"Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Null, or the token from a previous call to get the next set of results."}]}}},"ListAppInputSourcesRequest":{"type":"object","required":["appArn","appVersion"],"title":"ListAppInputSourcesRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Resilience Hub application version."}]},"maxResults":{"allOf":[{"$ref":"#/components/schemas/MaxResults"},{"description":"Maximum number of input sources to be displayed per Resilience Hub application."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Null, or the token from a previous call to get the next set of results."}]}}},"ListAppVersionAppComponentsRequest":{"type":"object","required":["appArn","appVersion"],"title":"ListAppVersionAppComponentsRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Version of the Application Component."}]},"maxResults":{"allOf":[{"$ref":"#/components/schemas/MaxResults"},{"description":"Maximum number of Application Components to be displayed per Resilience Hub application version."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Null, or the token from a previous call to get the next set of results."}]}}},"ListAppVersionResourceMappingsRequest":{"type":"object","required":["appArn","appVersion"],"title":"ListAppVersionResourceMappingsRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"The version of the application."}]},"maxResults":{"allOf":[{"$ref":"#/components/schemas/MaxResults"},{"description":"Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Null, or the token from a previous call to get the next set of results."}]}}},"ListAppVersionResourcesRequest":{"type":"object","required":["appArn","appVersion"],"title":"ListAppVersionResourcesRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"The version of the application."}]},"maxResults":{"allOf":[{"$ref":"#/components/schemas/MaxResults"},{"description":"Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Null, or the token from a previous call to get the next set of results."}]},"resolutionId":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"The identifier for a specific resolution."}]}}},"PhysicalResourceList":{"type":"array","items":{"$ref":"#/components/schemas/PhysicalResource"}},"ListAppVersionsRequest":{"type":"object","required":["appArn"],"title":"ListAppVersionsRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"endTime":{"allOf":[{"$ref":"#/components/schemas/TimeStamp"},{"description":"Upper limit of the time range to filter the application versions."}]},"maxResults":{"allOf":[{"$ref":"#/components/schemas/MaxResults"},{"description":"Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Null, or the token from a previous call to get the next set of results."}]},"startTime":{"allOf":[{"$ref":"#/components/schemas/TimeStamp"},{"description":"Lower limit of the time range to filter the application versions."}]}}},"ListAppsRequest":{"type":"object","title":"ListAppsRequest","properties":{}},"RecommendationTemplateStatusList":{"type":"array","items":{"$ref":"#/components/schemas/RecommendationTemplateStatus"},"minItems":1,"maxItems":4},"ListRecommendationTemplatesRequest":{"type":"object","title":"ListRecommendationTemplatesRequest","properties":{}},"RecommendationTemplateList":{"type":"array","items":{"$ref":"#/components/schemas/RecommendationTemplate"}},"ListResiliencyPoliciesRequest":{"type":"object","title":"ListResiliencyPoliciesRequest","properties":{}},"ResiliencyPolicies":{"type":"array","items":{"$ref":"#/components/schemas/ResiliencyPolicy"}},"ListSopRecommendationsRequest":{"type":"object","required":["assessmentArn"],"title":"ListSopRecommendationsRequest","properties":{"assessmentArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"maxResults":{"allOf":[{"$ref":"#/components/schemas/MaxResults"},{"description":"Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Null, or the token from a previous call to get the next set of results."}]}}},"SopRecommendationList":{"type":"array","items":{"$ref":"#/components/schemas/SopRecommendation"}},"ListSuggestedResiliencyPoliciesRequest":{"type":"object","title":"ListSuggestedResiliencyPoliciesRequest","properties":{}},"ListTagsForResourceRequest":{"type":"object","title":"ListTagsForResourceRequest","properties":{}},"ListTestRecommendationsRequest":{"type":"object","required":["assessmentArn"],"title":"ListTestRecommendationsRequest","properties":{"assessmentArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"maxResults":{"allOf":[{"$ref":"#/components/schemas/MaxResults"},{"description":"Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Null, or the token from a previous call to get the next set of results."}]}}},"TestRecommendationList":{"type":"array","items":{"$ref":"#/components/schemas/TestRecommendation"}},"ListUnsupportedAppVersionResourcesRequest":{"type":"object","required":["appArn","appVersion"],"title":"ListUnsupportedAppVersionResourcesRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"The version of the application."}]},"maxResults":{"allOf":[{"$ref":"#/components/schemas/MaxResults"},{"description":"Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Null, or the token from a previous call to get the next set of results."}]},"resolutionId":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"The identifier for a specific resolution."}]}}},"UnsupportedResourceList":{"type":"array","items":{"$ref":"#/components/schemas/UnsupportedResource"}},"PhysicalIdentifierType":{"type":"string","enum":["Arn","Native"]},"PhysicalResourceId":{"type":"object","required":["identifier","type"],"properties":{"awsAccountId":{"allOf":[{"$ref":"#/components/schemas/CustomerId"},{"description":"The Amazon Web Services account that owns the physical resource."}]},"awsRegion":{"allOf":[{"$ref":"#/components/schemas/AwsRegion"},{"description":"The Amazon Web Services Region that the physical resource is located in."}]},"identifier":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Identifier of the physical resource."}]},"type":{"allOf":[{"$ref":"#/components/schemas/PhysicalIdentifierType"},{"description":"<p>Specifies the type of physical resource identifier.</p> <dl> <dt>Arn</dt> <dd> <p>The resource identifier is an Amazon Resource Name (ARN) and it can identify the following list of resources:</p> <ul> <li> <p> <code>AWS::ECS::Service</code> </p> </li> <li> <p> <code>AWS::EFS::FileSystem</code> </p> </li> <li> <p> <code>AWS::ElasticLoadBalancingV2::LoadBalancer</code> </p> </li> <li> <p> <code>AWS::Lambda::Function</code> </p> </li> <li> <p> <code>AWS::SNS::Topic</code> </p> </li> </ul> </dd> <dt>Native</dt> <dd> <p>The resource identifier is an Resilience Hub-native identifier and it can identify the following list of resources:</p> <ul> <li> <p> <code>AWS::ApiGateway::RestApi</code> </p> </li> <li> <p> <code>AWS::ApiGatewayV2::Api</code> </p> </li> <li> <p> <code>AWS::AutoScaling::AutoScalingGroup</code> </p> </li> <li> <p> <code>AWS::DocDB::DBCluster</code> </p> </li> <li> <p> <code>AWS::DocDB::DBGlobalCluster</code> </p> </li> <li> <p> <code>AWS::DocDB::DBInstance</code> </p> </li> <li> <p> <code>AWS::DynamoDB::GlobalTable</code> </p> </li> <li> <p> <code>AWS::DynamoDB::Table</code> </p> </li> <li> <p> <code>AWS::EC2::EC2Fleet</code> </p> </li> <li> <p> <code>AWS::EC2::Instance</code> </p> </li> <li> <p> <code>AWS::EC2::NatGateway</code> </p> </li> <li> <p> <code>AWS::EC2::Volume</code> </p> </li> <li> <p> <code>AWS::ElasticLoadBalancing::LoadBalancer</code> </p> </li> <li> <p> <code>AWS::RDS::DBCluster</code> </p> </li> <li> <p> <code>AWS::RDS::DBInstance</code> </p> </li> <li> <p> <code>AWS::RDS::GlobalCluster</code> </p> </li> <li> <p> <code>AWS::Route53::RecordSet</code> </p> </li> <li> <p> <code>AWS::S3::Bucket</code> </p> </li> <li> <p> <code>AWS::SQS::Queue</code> </p> </li> </ul> </dd> </dl>"}]}},"description":"Defines a physical resource identifier."},"ResourceSourceType":{"type":"string","enum":["AppTemplate","Discovered"]},"PublishAppVersionRequest":{"type":"object","required":["appArn"],"title":"PublishAppVersionRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"versionName":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"Name of the application version."}]}}},"PutDraftAppVersionTemplateRequest":{"type":"object","required":["appArn","appTemplateBody"],"title":"PutDraftAppVersionTemplateRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appTemplateBody":{"allOf":[{"$ref":"#/components/schemas/AppTemplateBody"},{"description":"<p>A JSON string that provides information about your application structure. To learn more about the <code>appTemplateBody</code> template, see the sample template provided in the <i>Examples</i> section.</p> <p>The <code>appTemplateBody</code> JSON string has the following structure:</p> <ul> <li> <p> <b> <code>resources</code> </b> </p> <p>The list of logical resources that must be included in the Resilience Hub application.</p> <p>Type: Array</p> <note> <p>Don't add the resources that you want to exclude.</p> </note> <p>Each <code>resources</code> array item includes the following fields:</p> <ul> <li> <p> <i> <code>logicalResourceId</code> </i> </p> <p>Logical identifier of the resource.</p> <p>Type: Object</p> <p>Each <code>logicalResourceId</code> object includes the following fields:</p> <ul> <li> <p> <code>identifier</code> </p> <p>Identifier of the resource.</p> <p>Type: String</p> </li> <li> <p> <code>logicalStackName</code> </p> <p>The name of the CloudFormation stack this resource belongs to.</p> <p>Type: String</p> </li> <li> <p> <code>resourceGroupName</code> </p> <p>The name of the resource group this resource belongs to.</p> <p>Type: String</p> </li> <li> <p> <code>terraformSourceName</code> </p> <p>The name of the Terraform S3 state file this resource belongs to.</p> <p>Type: String</p> </li> <li> <p> <code>eksSourceName</code> </p> <p>Name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to.</p> <note> <p>This parameter accepts values in \"eks-cluster/namespace\" format.</p> </note> <p>Type: String</p> </li> </ul> </li> <li> <p> <i> <code>type</code> </i> </p> <p>The type of resource.</p> <p>Type: string</p> </li> <li> <p> <i> <code>name</code> </i> </p> <p>The name of the resource.</p> <p>Type: String</p> </li> <li> <p> <code>additionalInfo</code> </p> <p>Additional configuration parameters for an Resilience Hub application. If you want to implement <code>additionalInfo</code> through the Resilience Hub console rather than using an API call, see <a href=\"https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html\">Configure the application configuration parameters</a>.</p> <note> <p>Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account.</p> <p>Key: <code>\"failover-regions\"</code> </p> <p>Value: <code>\"[{\"region\":\"&lt;REGION&gt;\", \"accounts\":[{\"id\":\"&lt;ACCOUNT_ID&gt;\"}]}]\"</code> </p> </note> </li> </ul> </li> <li> <p> <b> <code>appComponents</code> </b> </p> <p>List of Application Components that this resource belongs to. If an Application Component is not part of the Resilience Hub application, it will be added.</p> <p>Type: Array</p> <p>Each <code>appComponents</code> array item includes the following fields:</p> <ul> <li> <p> <code>name</code> </p> <p>Name of the Application Component.</p> <p>Type: String</p> </li> <li> <p> <code>type</code> </p> <p>Type of Application Component. For more information about the types of Application Component, see <a href=\"https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html\">Grouping resources in an AppComponent</a>.</p> <p>Type: String</p> </li> <li> <p> <code>resourceNames</code> </p> <p>The list of included resources that are assigned to the Application Component.</p> <p>Type: Array of strings</p> </li> <li> <p> <code>additionalInfo</code> </p> <p>Additional configuration parameters for an Resilience Hub application. If you want to implement <code>additionalInfo</code> through the Resilience Hub console rather than using an API call, see <a href=\"https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html\">Configure the application configuration parameters</a>.</p> <note> <p>Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account.</p> <p>Key: <code>\"failover-regions\"</code> </p> <p>Value: <code>\"[{\"region\":\"&lt;REGION&gt;\", \"accounts\":[{\"id\":\"&lt;ACCOUNT_ID&gt;\"}]}]\"</code> </p> </note> </li> </ul> </li> <li> <p> <b> <code>excludedResources</code> </b> </p> <p>The list of logical resource identifiers to be excluded from the application.</p> <p>Type: Array</p> <note> <p>Don't add the resources that you want to include.</p> </note> <p>Each <code>excludedResources</code> array item includes the following fields:</p> <ul> <li> <p> <i> <code>logicalResourceIds</code> </i> </p> <p>Logical identifier of the resource.</p> <p>Type: Object</p> <note> <p>You can configure only one of the following fields:</p> <ul> <li> <p> <code>logicalStackName</code> </p> </li> <li> <p> <code>resourceGroupName</code> </p> </li> <li> <p> <code>terraformSourceName</code> </p> </li> <li> <p> <code>eksSourceName</code> </p> </li> </ul> </note> <p>Each <code>logicalResourceIds</code> object includes the following fields:</p> <ul> <li> <p> <code>identifier</code> </p> <p>Identifier of the resource.</p> <p>Type: String</p> </li> <li> <p> <code>logicalStackName</code> </p> <p>The name of the CloudFormation stack this resource belongs to.</p> <p>Type: String</p> </li> <li> <p> <code>resourceGroupName</code> </p> <p>The name of the resource group this resource belongs to.</p> <p>Type: String</p> </li> <li> <p> <code>terraformSourceName</code> </p> <p>The name of the Terraform S3 state file this resource belongs to.</p> <p>Type: String</p> </li> <li> <p> <code>eksSourceName</code> </p> <p>Name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to.</p> <note> <p>This parameter accepts values in \"eks-cluster/namespace\" format.</p> </note> <p>Type: String</p> </li> </ul> </li> </ul> </li> <li> <p> <b> <code>version</code> </b> </p> <p>Resilience Hub application version.</p> </li> <li> <p> <code>additionalInfo</code> </p> <p>Additional configuration parameters for an Resilience Hub application. If you want to implement <code>additionalInfo</code> through the Resilience Hub console rather than using an API call, see <a href=\"https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html\">Configure the application configuration parameters</a>.</p> <note> <p>Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account.</p> <p>Key: <code>\"failover-regions\"</code> </p> <p>Value: <code>\"[{\"region\":\"&lt;REGION&gt;\", \"accounts\":[{\"id\":\"&lt;ACCOUNT_ID&gt;\"}]}]\"</code> </p> </note> </li> </ul>"}]}}},"RecommendationDisruptionCompliance":{"type":"object","required":["expectedComplianceStatus"],"properties":{"expectedComplianceStatus":{"allOf":[{"$ref":"#/components/schemas/ComplianceStatus"},{"description":"The expected compliance status after applying the recommended configuration change."}]},"expectedRpoDescription":{"allOf":[{"$ref":"#/components/schemas/String500"},{"description":"The expected Recovery Point Objective (RPO) description after applying the recommended configuration change."}]},"expectedRpoInSecs":{"allOf":[{"$ref":"#/components/schemas/Seconds"},{"description":"The expected RPO after applying the recommended configuration change."}]},"expectedRtoDescription":{"allOf":[{"$ref":"#/components/schemas/String500"},{"description":"The expected Recovery Time Objective (RTO) description after applying the recommended configuration change."}]},"expectedRtoInSecs":{"allOf":[{"$ref":"#/components/schemas/Seconds"},{"description":"The expected RTO after applying the recommended configuration change."}]}},"description":"Defines a disruption compliance recommendation."},"RecommendationItem":{"type":"object","properties":{"alreadyImplemented":{"allOf":[{"$ref":"#/components/schemas/BooleanOptional"},{"description":"Specifies if the recommendation has already been implemented."}]},"excludeReason":{"allOf":[{"$ref":"#/components/schemas/ExcludeRecommendationReason"},{"description":"Indicates the reason for excluding an operational recommendation."}]},"excluded":{"allOf":[{"$ref":"#/components/schemas/BooleanOptional"},{"description":"Indicates if an operational recommendation item is excluded."}]},"resourceId":{"allOf":[{"$ref":"#/components/schemas/String500"},{"description":"Identifier of the resource."}]},"targetAccountId":{"allOf":[{"$ref":"#/components/schemas/CustomerId"},{"description":"Identifier of the target account."}]},"targetRegion":{"allOf":[{"$ref":"#/components/schemas/AwsRegion"},{"description":"The target region."}]}},"description":"Defines a recommendation."},"S3Location":{"type":"object","properties":{"bucket":{"allOf":[{"$ref":"#/components/schemas/String500"},{"description":"The name of the Amazon S3 bucket."}]},"prefix":{"allOf":[{"$ref":"#/components/schemas/String500"},{"description":"The prefix for the Amazon S3 bucket."}]}},"description":"The location of the Amazon S3 bucket."},"String255List":{"type":"array","items":{"$ref":"#/components/schemas/String255"}},"RemoveDraftAppVersionResourceMappingsRequest":{"type":"object","required":["appArn"],"title":"RemoveDraftAppVersionResourceMappingsRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appRegistryAppNames":{"allOf":[{"$ref":"#/components/schemas/EntityNameList"},{"description":"The names of the registered applications you want to remove from the resource mappings."}]},"eksSourceNames":{"allOf":[{"$ref":"#/components/schemas/String255List"},{"description":"<p>The names of the Amazon Elastic Kubernetes Service clusters and namespaces you want to remove from the resource mappings.</p> <note> <p>This parameter accepts values in \"eks-cluster/namespace\" format.</p> </note>"}]},"logicalStackNames":{"allOf":[{"$ref":"#/components/schemas/String255List"},{"description":"The names of the CloudFormation stacks you want to remove from the resource mappings."}]},"resourceGroupNames":{"allOf":[{"$ref":"#/components/schemas/EntityNameList"},{"description":"The names of the resource groups you want to remove from the resource mappings."}]},"resourceNames":{"allOf":[{"$ref":"#/components/schemas/EntityNameList"},{"description":"The names of the resources you want to remove from the resource mappings."}]},"terraformSourceNames":{"allOf":[{"$ref":"#/components/schemas/String255List"},{"description":"The names of the Terraform sources you want to remove from the resource mappings."}]}}},"ResolveAppVersionResourcesRequest":{"type":"object","required":["appArn","appVersion"],"title":"ResolveAppVersionResourcesRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"The version of the application."}]}}},"ResourceError":{"type":"object","properties":{"logicalResourceId":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Identifier of the logical resource. "}]},"physicalResourceId":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Identifier of the physical resource. "}]},"reason":{"allOf":[{"$ref":"#/components/schemas/ErrorMessage"},{"description":" This is the error message. "}]}},"description":" Defines application resource errors. "},"ResourceErrorList":{"type":"array","items":{"$ref":"#/components/schemas/ResourceError"}},"SopServiceType":{"type":"string","enum":["SSM"]},"SopRecommendation":{"type":"object","required":["recommendationId","referenceId","serviceType"],"properties":{"appComponentName":{"allOf":[{"$ref":"#/components/schemas/EntityId"},{"description":"Name of the Application Component."}]},"description":{"allOf":[{"$ref":"#/components/schemas/String500"},{"description":"Description of the SOP recommendation."}]},"items":{"allOf":[{"$ref":"#/components/schemas/RecommendationItemList"},{"description":"The recommendation items."}]},"name":{"allOf":[{"$ref":"#/components/schemas/DocumentName"},{"description":"Name of the SOP recommendation."}]},"prerequisite":{"allOf":[{"$ref":"#/components/schemas/String500"},{"description":"Prerequisite for the SOP recommendation."}]},"recommendationId":{"allOf":[{"$ref":"#/components/schemas/Uuid"},{"description":"Identifier for the SOP recommendation."}]},"referenceId":{"allOf":[{"$ref":"#/components/schemas/SpecReferenceId"},{"description":"Reference identifier for the SOP recommendation."}]},"serviceType":{"allOf":[{"$ref":"#/components/schemas/SopServiceType"},{"description":"The service type."}]}},"description":"Defines a standard operating procedure (SOP) recommendation."},"StartAppAssessmentRequest":{"type":"object","required":["appArn","appVersion","assessmentName"],"title":"StartAppAssessmentRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appVersion":{"allOf":[{"$ref":"#/components/schemas/EntityVersion"},{"description":"The version of the application."}]},"assessmentName":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"The name for the assessment."}]},"clientToken":{"allOf":[{"$ref":"#/components/schemas/ClientToken"},{"description":"Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests."}]},"tags":{"allOf":[{"$ref":"#/components/schemas/TagMap"},{"description":"Tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair."}]}}},"String128WithoutWhitespace":{"type":"string","pattern":"^\\S{1,128}$"},"TagKeyList":{"type":"array","items":{"$ref":"#/components/schemas/TagKey"},"minItems":1,"maxItems":50},"TagResourceRequest":{"type":"object","required":["tags"],"title":"TagResourceRequest","properties":{"tags":{"allOf":[{"$ref":"#/components/schemas/TagMap"},{"description":"The tags to assign to the resource. Each tag consists of a key/value pair."}]}}},"TestRisk":{"type":"string","enum":["Small","Medium","High"]},"TestType":{"type":"string","enum":["Software","Hardware","AZ","Region"]},"TestRecommendation":{"type":"object","required":["referenceId"],"properties":{"appComponentName":{"allOf":[{"$ref":"#/components/schemas/EntityId"},{"description":"Name of the Application Component."}]},"dependsOnAlarms":{"allOf":[{"$ref":"#/components/schemas/AlarmReferenceIdList"},{"description":" A list of recommended alarms that are used in the test and must be exported before or with the test. "}]},"description":{"allOf":[{"$ref":"#/components/schemas/String500"},{"description":"Description for the test recommendation."}]},"intent":{"allOf":[{"$ref":"#/components/schemas/EntityDescription"},{"description":"Intent of the test recommendation."}]},"items":{"allOf":[{"$ref":"#/components/schemas/RecommendationItemList"},{"description":"The test recommendation items."}]},"name":{"allOf":[{"$ref":"#/components/schemas/DocumentName"},{"description":"Name of the test recommendation."}]},"prerequisite":{"allOf":[{"$ref":"#/components/schemas/String500"},{"description":"Prerequisite of the test recommendation."}]},"recommendationId":{"allOf":[{"$ref":"#/components/schemas/Uuid"},{"description":"Identifier for the test recommendation."}]},"referenceId":{"allOf":[{"$ref":"#/components/schemas/SpecReferenceId"},{"description":"Reference identifier for the test recommendation."}]},"risk":{"allOf":[{"$ref":"#/components/schemas/TestRisk"},{"description":"Level of risk for this test recommendation."}]},"type":{"allOf":[{"$ref":"#/components/schemas/TestType"},{"description":"Type of test recommendation."}]}},"description":"Defines a test recommendation."},"UnsupportedResource":{"type":"object","required":["logicalResourceId","physicalResourceId","resourceType"],"properties":{"logicalResourceId":{"allOf":[{"$ref":"#/components/schemas/LogicalResourceId"},{"description":"Logical resource identifier for the unsupported resource."}]},"physicalResourceId":{"allOf":[{"$ref":"#/components/schemas/PhysicalResourceId"},{"description":"Physical resource identifier for the unsupported resource."}]},"resourceType":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"The type of resource."}]},"unsupportedResourceStatus":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"The status of the unsupported resource."}]}},"description":"Defines a resource that is not supported by Resilience Hub."},"UntagResourceRequest":{"type":"object","title":"UntagResourceRequest","properties":{}},"UpdateAppRequest":{"type":"object","required":["appArn"],"title":"UpdateAppRequest","properties":{"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"assessmentSchedule":{"allOf":[{"$ref":"#/components/schemas/AppAssessmentScheduleType"},{"description":" Assessment execution schedule with 'Daily' or 'Disabled' values. "}]},"clearResiliencyPolicyArn":{"allOf":[{"$ref":"#/components/schemas/BooleanOptional"},{"description":"Specifies if the resiliency policy ARN should be cleared."}]},"description":{"allOf":[{"$ref":"#/components/schemas/EntityDescription"},{"description":"The optional description for an app."}]},"eventSubscriptions":{"allOf":[{"$ref":"#/components/schemas/EventSubscriptionList"},{"description":"The list of events you would like to subscribe and get notification for. Currently, Resilience Hub supports notifications only for <b>Drift detected</b> and <b>Scheduled assessment failure</b> events."}]},"permissionModel":{"allOf":[{"$ref":"#/components/schemas/PermissionModel"},{"description":"Defines the roles and credentials that Resilience Hub would use while creating an application, importing its resources, and running an assessment."}]},"policyArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]}}},"UpdateAppVersionAppComponentRequest":{"type":"object","required":["appArn","id"],"title":"UpdateAppVersionAppComponentRequest","properties":{"additionalInfo":{"allOf":[{"$ref":"#/components/schemas/AdditionalInfoMap"},{"description":"Currently, there is no supported additional information for Application Components."}]},"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"id":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Identifier of the Application Component."}]},"name":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Name of the Application Component."}]},"type":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Type of Application Component. For more information about the types of Application Component, see <a href=\"https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html\">Grouping resources in an AppComponent</a>."}]}}},"UpdateAppVersionRequest":{"type":"object","required":["appArn"],"title":"UpdateAppVersionRequest","properties":{"additionalInfo":{"allOf":[{"$ref":"#/components/schemas/AdditionalInfoMap"},{"description":"<p>Additional configuration parameters for an Resilience Hub application. If you want to implement <code>additionalInfo</code> through the Resilience Hub console rather than using an API call, see <a href=\"https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html\">Configure the application configuration parameters</a>.</p> <note> <p>Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account.</p> <p>Key: <code>\"failover-regions\"</code> </p> <p>Value: <code>\"[{\"region\":\"&lt;REGION&gt;\", \"accounts\":[{\"id\":\"&lt;ACCOUNT_ID&gt;\"}]}]\"</code> </p> </note>"}]},"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]}}},"UpdateAppVersionResourceRequest":{"type":"object","required":["appArn"],"title":"UpdateAppVersionResourceRequest","properties":{"additionalInfo":{"allOf":[{"$ref":"#/components/schemas/AdditionalInfoMap"},{"description":"Currently, there is no supported additional information for resources."}]},"appArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"appComponents":{"allOf":[{"$ref":"#/components/schemas/AppComponentNameList"},{"description":"List of Application Components that this resource belongs to. If an Application Component is not part of the Resilience Hub application, it will be added."}]},"awsAccountId":{"allOf":[{"$ref":"#/components/schemas/CustomerId"},{"description":"Amazon Web Services account that owns the physical resource."}]},"awsRegion":{"allOf":[{"$ref":"#/components/schemas/AwsRegion"},{"description":"Amazon Web Services region that owns the physical resource."}]},"excluded":{"allOf":[{"$ref":"#/components/schemas/BooleanOptional"},{"description":"<p>Indicates if a resource is excluded from an Resilience Hub application.</p> <note> <p>You can exclude only imported resources from an Resilience Hub application.</p> </note>"}]},"logicalResourceId":{"allOf":[{"$ref":"#/components/schemas/LogicalResourceId"},{"description":"Logical identifier of the resource."}]},"physicalResourceId":{"allOf":[{"$ref":"#/components/schemas/String2048"},{"description":"Physical identifier of the resource."}]},"resourceName":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"Name of the resource."}]},"resourceType":{"allOf":[{"$ref":"#/components/schemas/String255"},{"description":"Type of resource."}]}}},"UpdateResiliencyPolicyRequest":{"type":"object","required":["policyArn"],"title":"UpdateResiliencyPolicyRequest","properties":{"dataLocationConstraint":{"allOf":[{"$ref":"#/components/schemas/DataLocationConstraint"},{"description":"Specifies a high-level geographical location constraint for where your resilience policy data can be stored."}]},"policy":{"allOf":[{"$ref":"#/components/schemas/DisruptionPolicy"},{"description":"The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds."}]},"policyArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\"> Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i> guide."}]},"policyDescription":{"allOf":[{"$ref":"#/components/schemas/EntityDescription"},{"description":"The description for the policy."}]},"policyName":{"allOf":[{"$ref":"#/components/schemas/EntityName"},{"description":"The name of the policy"}]},"tier":{"allOf":[{"$ref":"#/components/schemas/ResiliencyPolicyTier"},{"description":"The tier for this resiliency policy, ranging from the highest severity (<code>MissionCritical</code>) to lowest (<code>NonCritical</code>)."}]}}}}},"security":[{"hmac":[]}]}