

# Resources


The Amazon Route 53 Application Recovery Controller REST API includes the following resources.

**Topics**
+ [

# DeleteCrossAccountAuthorization
](crossaccountauthorizations-crossaccountauthorization.md)
+ [

# GetArchitectureRecommendations
](recoverygroups-recoverygroupname-architecturerecommendations.md)
+ [

# GetCell, UpdateCell, DeleteCell
](cells-cellname.md)
+ [

# GetCellReadinessSummary
](cellreadiness-cellname.md)
+ [

# GetReadinessCheck, UpdateReadinessCheck, DeleteReadinessCheck
](readinesschecks-readinesscheckname.md)
+ [

# GetReadinessCheckResourceStatus
](readinesschecks-readinesscheckname-resource-resourceidentifier-status.md)
+ [

# GetReadinessCheckStatus
](readinesschecks-readinesscheckname-status.md)
+ [

# GetRecoveryGroup, UpdateRecoveryGroup, DeleteRecoveryGroup
](recoverygroups-recoverygroupname.md)
+ [

# GetRecoveryGroupReadinessSummary
](recoverygroupreadiness-recoverygroupname.md)
+ [

# GetResourceSet, UpdateResourceSet, DeleteResourceSet
](resourcesets-resourcesetname.md)
+ [

# ListCells, CreateCell
](cells.md)
+ [

# ListCrossAccountAuthorizations, CreateCrossAccountAuthorization
](crossaccountauthorizations.md)
+ [

# ListReadinessChecks, CreateReadinessCheck
](readinesschecks.md)
+ [

# ListRecoveryGroups, CreateRecoveryGroup
](recoverygroups.md)
+ [

# ListResourceSets, CreateResourceSet
](resourcesets.md)
+ [

# ListRules
](rules.md)
+ [

# ListTagsForResources, TagResource, UntagResource
](tags-resource-arn.md)

# DeleteCrossAccountAuthorization


## URI


`/crossaccountauthorizations/crossAccountAuthorization`

## HTTP methods


### DELETE


**Operation ID:** `DeleteCrossAccountAuthorization`

Deletes cross account readiness authorization.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| crossAccountAuthorization | String | True | The cross-account authorization. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | DeleteCrossAccountAuthorizationResult | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### OPTIONS


Enables CORS by returning correct headers.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| crossAccountAuthorization | String | True | The cross-account authorization. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | None | 200 response - Success. | 

## Schemas


### Response bodies


#### DeleteCrossAccountAuthorizationResult schema
DeleteCrossAccountAuthorizationResult

```
{
}
```

## Properties


### DeleteCrossAccountAuthorizationResult


A successful `DeleteCrossAccountAuthorization` request returns no response.

## See also


For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

### DeleteCrossAccountAuthorization

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/DeleteCrossAccountAuthorization)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/DeleteCrossAccountAuthorization)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/DeleteCrossAccountAuthorization)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/DeleteCrossAccountAuthorization)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/DeleteCrossAccountAuthorization)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/DeleteCrossAccountAuthorization)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/DeleteCrossAccountAuthorization)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/DeleteCrossAccountAuthorization)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/DeleteCrossAccountAuthorization)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/DeleteCrossAccountAuthorization)

# GetArchitectureRecommendations


## URI


`/recoverygroups/recoveryGroupName/architectureRecommendations`

## HTTP methods


### GET


**Operation ID:** `GetArchitectureRecommendations`

Gets recommendations about architecture designs for improving resiliency for an application, based on a recovery group.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| recoveryGroupName | String | True | The name of a recovery group. | 


**Query parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| nextToken | String | False | The token that identifies which batch of results you want to see. | 
| maxResults | String | False | The number of objects that you want to return with this call. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | GetArchitectureRecommendationsOutput | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 404 | None | 404 response - Malformed query string. The query string contains a syntax error or resource not found. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### OPTIONS


Enables CORS by returning correct headers.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| recoveryGroupName | String | True | The name of a recovery group. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | None | 200 response - Success. | 

## Schemas


### Response bodies


#### GetArchitectureRecommendationsOutput schema
GetArchitectureRecommendationsOutput

```
{
  "lastAuditTimestamp": "string",
  "nextToken": "string",
  "recommendations": [
    {
      "recommendationText": "string"
    }
  ]
}
```

## Properties


### GetArchitectureRecommendationsOutput


Result from `GetArchitectureRecommendations` call.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| lastAuditTimestamp | string | True | The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format. | 
| nextToken | string | False | The token that identifies which batch of results you want to see. | 
| recommendations | Array of type [Recommendation](#recoverygroups-recoverygroupname-architecturerecommendations-model-recommendation) | True | A list of the recommendations for the customer's application. | 

### Recommendation


Recommendations that are provided to make an application more recovery resilient.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| recommendationText | string | True | Text of the recommendations that are provided to make an application more recovery resilient. | 

## See also


For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

### GetArchitectureRecommendations

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/GetArchitectureRecommendations)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/GetArchitectureRecommendations)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/GetArchitectureRecommendations)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/GetArchitectureRecommendations)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/GetArchitectureRecommendations)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/GetArchitectureRecommendations)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/GetArchitectureRecommendations)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/GetArchitectureRecommendations)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/GetArchitectureRecommendations)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/GetArchitectureRecommendations)

# GetCell, UpdateCell, DeleteCell


## URI


`/cells/cellName`

## HTTP methods


### GET


**Operation ID:** `GetCell`

Gets information about a cell including cell name, cell Amazon Resource Name (ARN), ARNs of nested cells for this cell, and a list of those cell ARNs with their associated recovery group ARNs.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| cellName | String | True | The name of the cell. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | CellOutput | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 404 | None | 404 response - Malformed query string. The query string contains a syntax error or resource not found. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### PUT


**Operation ID:** `UpdateCell`

Updates a cell to replace the list of nested cells with a new list of nested cells.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| cellName | String | True | The name of the cell. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | CellOutput | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 404 | None | 404 response - Malformed query string. The query string contains a syntax error or resource not found. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### DELETE


**Operation ID:** `DeleteCell`

Delete a cell. When successful, the response code is 204, with no response body.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| cellName | String | True | The name of the cell. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 204 | None | 204 response - Successful deletion | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 404 | None | 404 response - Malformed query string. The query string contains a syntax error or resource not found. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### OPTIONS


Enable CORS by returning correct headers.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| cellName | String | True | The name of the cell. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | None | 200 response - Success. | 

## Schemas


### Request bodies


#### PUT schema
PUT

```
{
  "cells": [
    "string"
  ]
}
```

### Response bodies


#### CellOutput schema
CellOutput

```
{
  "cells": [
    "string"
  ],
  "parentReadinessScopes": [
    "string"
  ],
  "cellName": "string",
  "cellArn": "string",
  "tags": {
  }
}
```

## Properties


### CellOutput


Information about a cell.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| cellArn | stringMaxLength: 256 | True | The Amazon Resource Name (ARN) for the cell. | 
| cellName | stringPattern: `\A[a-zA-Z0-9_]+\z`MaxLength: 64 | True | The name of the cell. | 
| cells | Array of type string | True | A list of cell ARNs. | 
| parentReadinessScopes | Array of type string | True | The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element. | 
| tags | [Tags](#cells-cellname-model-tags) | False | Tags on the resources. | 

### CellUpdateParameters


Parameters used to update a cell.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| cells | Array of type string | True | A list of cell Amazon Resource Names (ARNs), which completely replaces the previous list. | 

### Tags


A collection of tags associated with a resource.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| `*` | string | False |  | 

## See also


For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

### GetCell

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/GetCell)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/GetCell)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/GetCell)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/GetCell)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/GetCell)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/GetCell)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/GetCell)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/GetCell)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/GetCell)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/GetCell)

### UpdateCell

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/UpdateCell)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/UpdateCell)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/UpdateCell)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/UpdateCell)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/UpdateCell)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/UpdateCell)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/UpdateCell)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/UpdateCell)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/UpdateCell)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/UpdateCell)

### DeleteCell

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/DeleteCell)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/DeleteCell)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/DeleteCell)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/DeleteCell)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/DeleteCell)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/DeleteCell)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/DeleteCell)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/DeleteCell)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/DeleteCell)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/DeleteCell)

# GetCellReadinessSummary


## URI


`/cellreadiness/cellName`

## HTTP methods


### GET


**Operation ID:** `GetCellReadinessSummary`

Gets readiness for a cell. Aggregates the readiness of all the resources that are associated with the cell into a single value.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| cellName | String | True | The name of the cell. | 


**Query parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| nextToken | String | False | The token that identifies which batch of results you want to see. | 
| maxResults | String | False | The number of objects that you want to return with this call. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | GetCellReadinessSummaryOutput | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 404 | None | 404 response - Malformed query string. The query string contains a syntax error or resource not found. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### OPTIONS


Enable CORS by returning correct headers.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| cellName | String | True | The name of the cell. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | None | 200 response - Success. | 

## Schemas


### Response bodies


#### GetCellReadinessSummaryOutput schema
GetCellReadinessSummaryOutput

```
{
  "nextToken": "string",
  "readiness": enum,
  "readinessChecks": [
    {
      "readinessCheckName": "string",
      "readiness": enum
    }
  ]
}
```

## Properties


### GetCellReadinessSummaryOutput


Result of a `GetReadinessCellSummary` operation


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| nextToken | string | True | The token that identifies which batch of results you want to see. | 
| readiness | [Readiness](#cellreadiness-cellname-model-readiness) | True | The readiness at a cell level. | 
| readinessChecks | Array of type [ReadinessCheckSummary](#cellreadiness-cellname-model-readinesschecksummary) | True | Summaries for the readiness checks that make up the cell. | 

### Readiness


The readiness status.
+ `READY`
+ `NOT_READY`
+ `UNKNOWN`
+ `NOT_AUTHORIZED`

### ReadinessCheckSummary


Summary of all readiness check statuses in a recovery group, paginated in `GetRecoveryGroupReadinessSummary` and `GetCellReadinessSummary`.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| readiness | [Readiness](#cellreadiness-cellname-model-readiness) | False | The readiness status of this readiness check. | 
| readinessCheckName | string | False | The name of a readiness check. | 

## See also


For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

### GetCellReadinessSummary

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/GetCellReadinessSummary)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/GetCellReadinessSummary)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/GetCellReadinessSummary)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/GetCellReadinessSummary)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/GetCellReadinessSummary)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/GetCellReadinessSummary)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/GetCellReadinessSummary)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/GetCellReadinessSummary)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/GetCellReadinessSummary)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/GetCellReadinessSummary)

# GetReadinessCheck, UpdateReadinessCheck, DeleteReadinessCheck


## URI


`/readinesschecks/readinessCheckName`

## HTTP methods


### GET


**Operation ID:** `GetReadinessCheck`

Gets details about a readiness check.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| readinessCheckName | String | True | Name of a readiness check. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | ReadinessCheckOutput | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 404 | None | 404 response - Malformed query string. The query string contains a syntax error or resource not found. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### PUT


**Operation ID:** `UpdateReadinessCheck`

Updates a readiness check.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| readinessCheckName | String | True | Name of a readiness check. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | ReadinessCheckOutput | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 404 | None | 404 response - Malformed query string. The query string contains a syntax error or resource not found. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### DELETE


**Operation ID:** `DeleteReadinessCheck`

Deletes a readiness check.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| readinessCheckName | String | True | Name of a readiness check. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 204 | None | 204 response - Successful deletion | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 404 | None | 404 response - Malformed query string. The query string contains a syntax error or resource not found. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### OPTIONS


Enables CORS by returning correct headers.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| readinessCheckName | String | True | Name of a readiness check. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | None | 200 response - Success. | 

## Schemas


### Request bodies


#### PUT schema
PUT

```
{
  "resourceSetName": "string"
}
```

### Response bodies


#### ReadinessCheckOutput schema
ReadinessCheckOutput

```
{
  "resourceSet": "string",
  "readinessCheckName": "string",
  "readinessCheckArn": "string",
  "tags": {
  }
}
```

## Properties


### ReadinessCheckOutput


A readiness check.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| readinessCheckArn | stringMaxLength: 256 | True | The Amazon Resource Name (ARN) associated with a readiness check. | 
| readinessCheckName | stringPattern: `\A[a-zA-Z0-9_]+\z`MaxLength: 64 | False | Name of a readiness check. | 
| resourceSet | stringPattern: `\A[a-zA-Z0-9_]+\z`MaxLength: 64 | True | Name of the resource set to be checked. | 
| tags | [Tags](#readinesschecks-readinesscheckname-model-tags) | False |  | 

### ReadinessCheckUpdateParameters


Parameter used to create or update a readiness check.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| resourceSetName | string | True | The name of the resource set to be checked. | 

### Tags


A collection of tags associated with a resource.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| `*` | string | False |  | 

## See also


For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

### GetReadinessCheck

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/GetReadinessCheck)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/GetReadinessCheck)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/GetReadinessCheck)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/GetReadinessCheck)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/GetReadinessCheck)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/GetReadinessCheck)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/GetReadinessCheck)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/GetReadinessCheck)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/GetReadinessCheck)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/GetReadinessCheck)

### UpdateReadinessCheck

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/UpdateReadinessCheck)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/UpdateReadinessCheck)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/UpdateReadinessCheck)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/UpdateReadinessCheck)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/UpdateReadinessCheck)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/UpdateReadinessCheck)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/UpdateReadinessCheck)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/UpdateReadinessCheck)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/UpdateReadinessCheck)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/UpdateReadinessCheck)

### DeleteReadinessCheck

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/DeleteReadinessCheck)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/DeleteReadinessCheck)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/DeleteReadinessCheck)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/DeleteReadinessCheck)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/DeleteReadinessCheck)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/DeleteReadinessCheck)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/DeleteReadinessCheck)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/DeleteReadinessCheck)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/DeleteReadinessCheck)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/DeleteReadinessCheck)

# GetReadinessCheckResourceStatus


## URI


`/readinesschecks/readinessCheckName/resource/resourceIdentifier/status`

## HTTP methods


### GET


**Operation ID:** `GetReadinessCheckResourceStatus`

Gets individual readiness status for a readiness check. To see the overall readiness status for a recovery group, that considers the readiness status for all the readiness checks in the recovery group, use `GetRecoveryGroupReadinessSummary`.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| readinessCheckName | String | True | Name of a readiness check. | 
| resourceIdentifier | String | True | The resource identifier, which is the Amazon Resource Name (ARN) or the identifier generated for the resource by Application Recovery Controller (for example, for a DNS target resource). | 


**Query parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| nextToken | String | False | The token that identifies which batch of results you want to see. | 
| maxResults | String | False | The number of objects that you want to return with this call. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | GetReadinessCheckResourceStatusOutput | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 404 | None | 404 response - Malformed query string. The query string contains a syntax error or resource not found. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### OPTIONS



**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| readinessCheckName | String | True | Name of a readiness check. | 
| resourceIdentifier | String | True | The resource identifier, which is the Amazon Resource Name (ARN) or the identifier generated for the resource by Application Recovery Controller (for example, for a DNS target resource). | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | None | 200 response - Success. | 

## Schemas


### Response bodies


#### GetReadinessCheckResourceStatusOutput schema
GetReadinessCheckResourceStatusOutput

```
{
  "nextToken": "string",
  "readiness": enum,
  "rules": [
    {
      "readiness": enum,
      "messages": [
        {
          "messageText": "string"
        }
      ],
      "lastCheckedTimestamp": "string",
      "ruleId": "string"
    }
  ]
}
```

## Properties


### GetReadinessCheckResourceStatusOutput


Result of a `GetReadinessCheckResourceStatus` operation.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| nextToken | string | True | The token that identifies which batch of results you want to see. | 
| readiness | [Readiness](#readinesschecks-readinesscheckname-resource-resourceidentifier-status-model-readiness) | True | The readiness at a rule level. | 
| rules | Array of type [RuleResult](#readinesschecks-readinesscheckname-resource-resourceidentifier-status-model-ruleresult) | True | Details of the rule's results. | 

### Message


Information relating to readiness check status.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| messageText | string | False | The text of a readiness check message. | 

### Readiness


The readiness status.
+ `READY`
+ `NOT_READY`
+ `UNKNOWN`
+ `NOT_AUTHORIZED`

### RuleResult


The result of a successful `Rule` request, with status for an individual rule.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| lastCheckedTimestamp | string | True | The time the resource was last checked for readiness, in ISO-8601 format, UTC. | 
| messages | Array of type [Message](#readinesschecks-readinesscheckname-resource-resourceidentifier-status-model-message) | True | Details about the resource's readiness. | 
| readiness | [Readiness](#readinesschecks-readinesscheckname-resource-resourceidentifier-status-model-readiness) | True | The readiness at rule level. | 
| ruleId | string | True | The identifier of the rule. | 

## See also


For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

### GetReadinessCheckResourceStatus

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/GetReadinessCheckResourceStatus)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/GetReadinessCheckResourceStatus)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/GetReadinessCheckResourceStatus)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/GetReadinessCheckResourceStatus)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/GetReadinessCheckResourceStatus)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/GetReadinessCheckResourceStatus)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/GetReadinessCheckResourceStatus)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/GetReadinessCheckResourceStatus)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/GetReadinessCheckResourceStatus)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/GetReadinessCheckResourceStatus)

# GetReadinessCheckStatus


## URI


`/readinesschecks/readinessCheckName/status`

## HTTP methods


### GET


**Operation ID:** `GetReadinessCheckStatus`

Gets the readiness status for an individual readiness check. To see the overall readiness status for a recovery group, that considers the readiness status for all the readiness checks in a recovery group, use `GetRecoveryGroupReadinessSummary`.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| readinessCheckName | String | True | Name of a readiness check. | 


**Query parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| nextToken | String | False | The token that identifies which batch of results you want to see. | 
| maxResults | String | False | The number of objects that you want to return with this call. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | GetReadinessCheckStatusOutput | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 404 | None | 404 response - Malformed query string. The query string contains a syntax error or resource not found. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### OPTIONS


Enables CORS by returning correct headers.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| readinessCheckName | String | True | Name of a readiness check. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | None | 200 response - Success. | 

## Schemas


### Response bodies


#### GetReadinessCheckStatusOutput schema
GetReadinessCheckStatusOutput

```
{
  "nextToken": "string",
  "readiness": enum,
  "messages": [
    {
      "messageText": "string"
    }
  ],
  "resources": [
    {
      "componentId": "string",
      "readiness": enum,
      "resourceArn": "string",
      "lastCheckedTimestamp": "string"
    }
  ]
}
```

## Properties


### GetReadinessCheckStatusOutput


Result of a `GetReadinessCheckStatus` operation.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| messages | Array of type [Message](#readinesschecks-readinesscheckname-status-model-message) | True | Top level messages for readiness check status | 
| nextToken | string | True | The token that identifies which batch of results you want to see. | 
| readiness | [Readiness](#readinesschecks-readinesscheckname-status-model-readiness) | True | The readiness at rule level. | 
| resources | Array of type [ResourceResult](#readinesschecks-readinesscheckname-status-model-resourceresult) | True | Summary of the readiness of resources. | 

### Message


Information relating to readiness check status.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| messageText | string | False | The text of a readiness check message. | 

### Readiness


The readiness status.
+ `READY`
+ `NOT_READY`
+ `UNKNOWN`
+ `NOT_AUTHORIZED`

### ResourceResult


The result of a successful `Resource` request, with status for an individual resource.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| componentId | string | False | The component id of the resource. | 
| lastCheckedTimestamp | string | True | The time (UTC) that the resource was last checked for readiness, in ISO-8601 format. | 
| readiness | [Readiness](#readinesschecks-readinesscheckname-status-model-readiness) | True | The readiness of a resource. | 
| resourceArn | string | False | The Amazon Resource Name (ARN) of the resource. | 

## See also


For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

### GetReadinessCheckStatus

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/GetReadinessCheckStatus)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/GetReadinessCheckStatus)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/GetReadinessCheckStatus)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/GetReadinessCheckStatus)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/GetReadinessCheckStatus)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/GetReadinessCheckStatus)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/GetReadinessCheckStatus)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/GetReadinessCheckStatus)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/GetReadinessCheckStatus)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/GetReadinessCheckStatus)

# GetRecoveryGroup, UpdateRecoveryGroup, DeleteRecoveryGroup


## URI


`/recoverygroups/recoveryGroupName`

## HTTP methods


### GET


**Operation ID:** `GetRecoveryGroup`

Gets details about a recovery group, including a list of the cells that are included in it.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| recoveryGroupName | String | True | The name of a recovery group. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | RecoveryGroupOutput | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 404 | None | 404 response - Malformed query string. The query string contains a syntax error or resource not found. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### PUT


**Operation ID:** `UpdateRecoveryGroup`

Updates a recovery group.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| recoveryGroupName | String | True | The name of a recovery group. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | RecoveryGroupOutput | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 404 | None | 404 response - Malformed query string. The query string contains a syntax error or resource not found. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### DELETE


**Operation ID:** `DeleteRecoveryGroup`

Deletes a recovery group.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| recoveryGroupName | String | True | The name of a recovery group. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 204 | None | 204 response - Successful deletion | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 404 | None | 404 response - Malformed query string. The query string contains a syntax error or resource not found. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### OPTIONS


Enable CORS by returning correct headers 


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| recoveryGroupName | String | True | The name of a recovery group. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | None | 200 response - Success. | 

## Schemas


### Request bodies


#### PUT schema
PUT

```
{
  "cells": [
    "string"
  ]
}
```

### Response bodies


#### RecoveryGroupOutput schema
RecoveryGroupOutput

```
{
  "cells": [
    "string"
  ],
  "recoveryGroupName": "string",
  "recoveryGroupArn": "string",
  "tags": {
  }
}
```

## Properties


### RecoveryGroupOutput


A representation of the application, typically containing multiple cells.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| cells | Array of type string | True | A list of a cell's Amazon Resource Names (ARNs). | 
| recoveryGroupArn | stringMaxLength: 256 | True | The Amazon Resource Name (ARN) for the recovery group. | 
| recoveryGroupName | stringPattern: `\A[a-zA-Z0-9_]+\z`MaxLength: 64 | True | The name of the recovery group. | 
| tags | [Tags](#recoverygroups-recoverygroupname-model-tags) | False | The tags associated with the recovery group. | 

### RecoveryGroupUpdateParameters


Parameters used to update a recovery group.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| cells | Array of type string | True | A list of cell Amazon Resource Names (ARNs). This list completely replaces the previous list. | 

### Tags


A collection of tags associated with a resource.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| `*` | string | False |  | 

## See also


For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

### GetRecoveryGroup

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/GetRecoveryGroup)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/GetRecoveryGroup)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/GetRecoveryGroup)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/GetRecoveryGroup)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/GetRecoveryGroup)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/GetRecoveryGroup)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/GetRecoveryGroup)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/GetRecoveryGroup)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/GetRecoveryGroup)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/GetRecoveryGroup)

### UpdateRecoveryGroup

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/UpdateRecoveryGroup)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/UpdateRecoveryGroup)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/UpdateRecoveryGroup)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/UpdateRecoveryGroup)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/UpdateRecoveryGroup)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/UpdateRecoveryGroup)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/UpdateRecoveryGroup)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/UpdateRecoveryGroup)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/UpdateRecoveryGroup)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/UpdateRecoveryGroup)

### DeleteRecoveryGroup

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/DeleteRecoveryGroup)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/DeleteRecoveryGroup)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/DeleteRecoveryGroup)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/DeleteRecoveryGroup)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/DeleteRecoveryGroup)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/DeleteRecoveryGroup)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/DeleteRecoveryGroup)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/DeleteRecoveryGroup)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/DeleteRecoveryGroup)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/DeleteRecoveryGroup)

# GetRecoveryGroupReadinessSummary


## URI


`/recoverygroupreadiness/recoveryGroupName`

## HTTP methods


### GET


**Operation ID:** `GetRecoveryGroupReadinessSummary`

Displays a summary of information about a recovery group's readiness status. Includes the readiness checks for resources in the recovery group and the readiness status of each one.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| recoveryGroupName | String | True | The name of a recovery group. | 


**Query parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| nextToken | String | False | The token that identifies which batch of results you want to see. | 
| maxResults | String | False | The number of objects that you want to return with this call. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | GetRecoveryGroupReadinessSummaryOutput | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 404 | None | 404 response - Malformed query string. The query string contains a syntax error or resource not found. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### OPTIONS


Enable CORS by returning correct headers 


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| recoveryGroupName | String | True | The name of a recovery group. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | None | 200 response - Success. | 

## Schemas


### Response bodies


#### GetRecoveryGroupReadinessSummaryOutput schema
GetRecoveryGroupReadinessSummaryOutput

```
{
  "nextToken": "string",
  "readiness": enum,
  "readinessChecks": [
    {
      "readinessCheckName": "string",
      "readiness": enum
    }
  ]
}
```

## Properties


### GetRecoveryGroupReadinessSummaryOutput


Result of a `GetReadinessRecoveryGroupSummary` operation.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| nextToken | string | True | The token that identifies which batch of results you want to see. | 
| readiness | [Readiness](#recoverygroupreadiness-recoverygroupname-model-readiness) | True | The readiness status at a recovery group level. | 
| readinessChecks | Array of type [ReadinessCheckSummary](#recoverygroupreadiness-recoverygroupname-model-readinesschecksummary) | True | Summaries of the readiness checks for the recovery group. | 

### Readiness


The readiness status.
+ `READY`
+ `NOT_READY`
+ `UNKNOWN`
+ `NOT_AUTHORIZED`

### ReadinessCheckSummary


Summary of all readiness check statuses in a recovery group, paginated in `GetRecoveryGroupReadinessSummary` and `GetCellReadinessSummary`.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| readiness | [Readiness](#recoverygroupreadiness-recoverygroupname-model-readiness) | False | The readiness status of this readiness check. | 
| readinessCheckName | string | False | The name of a readiness check. | 

## See also


For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

### GetRecoveryGroupReadinessSummary

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/GetRecoveryGroupReadinessSummary)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/GetRecoveryGroupReadinessSummary)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/GetRecoveryGroupReadinessSummary)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/GetRecoveryGroupReadinessSummary)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/GetRecoveryGroupReadinessSummary)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/GetRecoveryGroupReadinessSummary)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/GetRecoveryGroupReadinessSummary)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/GetRecoveryGroupReadinessSummary)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/GetRecoveryGroupReadinessSummary)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/GetRecoveryGroupReadinessSummary)

# GetResourceSet, UpdateResourceSet, DeleteResourceSet


## URI


`/resourcesets/resourceSetName`

## HTTP methods


### GET


**Operation ID:** `GetResourceSet`

Displays the details about a resource set, including a list of the resources in the set.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| resourceSetName | String | True | Name of a resource set. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | ResourceSetOutput | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 404 | None | 404 response - Malformed query string. The query string contains a syntax error or resource not found. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### PUT


**Operation ID:** `UpdateResourceSet`

Updates a resource set.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| resourceSetName | String | True | Name of a resource set. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | ResourceSetOutput | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 404 | None | 404 response - Malformed query string. The query string contains a syntax error or resource not found. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### DELETE


**Operation ID:** `DeleteResourceSet`

Deletes a resource set.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| resourceSetName | String | True | Name of a resource set. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 204 | None | 204 response - Successful deletion | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 404 | None | 404 response - Malformed query string. The query string contains a syntax error or resource not found. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### OPTIONS


Enable CORS by returning correct headers 


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| resourceSetName | String | True | Name of a resource set. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | None | 200 response - Success. | 

## Schemas


### Request bodies


#### PUT schema
PUT

```
{
  "resourceSetType": "string",
  "resources": [
    {
      "readinessScopes": [
        "string"
      ],
      "componentId": "string",
      "resourceArn": "string",
      "dnsTargetResource": {
        "recordType": "string",
        "domainName": "string",
        "hostedZoneArn": "string",
        "targetResource": {
          "r53Resource": {
            "domainName": "string",
            "recordSetId": "string"
          },
          "nLBResource": {
            "arn": "string"
          }
        },
        "recordSetId": "string"
      }
    }
  ]
}
```

### Response bodies


#### ResourceSetOutput schema
ResourceSetOutput

```
{
  "resourceSetType": "string",
  "resourceSetName": "string",
  "resources": [
    {
      "readinessScopes": [
        "string"
      ],
      "componentId": "string",
      "resourceArn": "string",
      "dnsTargetResource": {
        "recordType": "string",
        "domainName": "string",
        "hostedZoneArn": "string",
        "targetResource": {
          "r53Resource": {
            "domainName": "string",
            "recordSetId": "string"
          },
          "nLBResource": {
            "arn": "string"
          }
        },
        "recordSetId": "string"
      }
    }
  ],
  "resourceSetArn": "string",
  "tags": {
  }
}
```

## Properties


### DNSTargetResource


A component for DNS/routing control readiness checks and architecture checks.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| domainName | string | False | The domain name that acts as an ingress point to a portion of the customer application. | 
| hostedZoneArn | string | False | The hosted zone Amazon Resource Name (ARN) that contains the DNS record with the provided name of the target resource. | 
| recordSetId | string | False | The Route 53 record set ID that uniquely identifies a DNS record, given a name and a type. | 
| recordType | string | False | The type of DNS record of the target resource. | 
| targetResource | [TargetResource](#resourcesets-resourcesetname-model-targetresource) | False | The target resource of the DNS target resource. | 

### NLBResource


The Network Load Balancer resource that a DNS target resource points to.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| arn | string | False | The Network Load Balancer resource Amazon Resource Name (ARN). | 

### R53ResourceRecord


The Route 53 resource that a DNS target resource record points to.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| domainName | string | False | The DNS target domain name. | 
| recordSetId | string | False | The Route 53 Resource Record Set ID. | 

### Resource


The resource element of a resource set.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| componentId | string | False | The component identifier of the resource, generated when DNS target resource is used. | 
| dnsTargetResource | [DNSTargetResource](#resourcesets-resourcesetname-model-dnstargetresource) | False | The DNS target resource. | 
| readinessScopes | Array of type string | False | The recovery group Amazon Resource Name (ARN) or the cell ARN that the readiness checks for this resource set are scoped to. | 
| resourceArn | string | False | The Amazon Resource Name (ARN) of the AWS resource. | 

### ResourceSetOutput


A collection of resources of the same type.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| resources | Array of type [Resource](#resourcesets-resourcesetname-model-resource) | True | A list of resource objects. | 
| resourceSetArn | stringMaxLength: 256 | True | The Amazon Resource Name (ARN) for the resource set. | 
| resourceSetName | stringPattern: `\A[a-zA-Z0-9_]+\z`MaxLength: 64 | True | The name of the resource set. | 
| resourceSetType | stringPattern: `AWS::[A-Za-z0-9]+::[A-Za-z0-9]+` | True | The resource type of the resources in the resource set. One of the following values:AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck, AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource | 
| tags | [Tags](#resourcesets-resourcesetname-model-tags) | False |  | 

### ResourceSetUpdateParameters


Parameters used to create a resource set.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| resources | Array of type [Resource](#resourcesets-resourcesetname-model-resource) | True | A list of resource objects. | 
| resourceSetType | stringPattern: `AWS::[A-Za-z0-9]+::[A-Za-z0-9]+` | True | The resource type of the resources in the resource set. One of the following values:AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck, AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource | 

### Tags


A collection of tags associated with a resource.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| `*` | string | False |  | 

### TargetResource


The target resource that the Route 53 record points to.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| nLBResource | [NLBResource](#resourcesets-resourcesetname-model-nlbresource) | False | The Network Load Balancer resource. | 
| r53Resource | [R53ResourceRecord](#resourcesets-resourcesetname-model-r53resourcerecord) | False | The Route 53 resource. | 

## See also


For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

### GetResourceSet

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/GetResourceSet)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/GetResourceSet)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/GetResourceSet)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/GetResourceSet)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/GetResourceSet)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/GetResourceSet)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/GetResourceSet)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/GetResourceSet)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/GetResourceSet)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/GetResourceSet)

### UpdateResourceSet

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/UpdateResourceSet)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/UpdateResourceSet)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/UpdateResourceSet)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/UpdateResourceSet)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/UpdateResourceSet)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/UpdateResourceSet)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/UpdateResourceSet)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/UpdateResourceSet)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/UpdateResourceSet)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/UpdateResourceSet)

### DeleteResourceSet

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/DeleteResourceSet)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/DeleteResourceSet)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/DeleteResourceSet)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/DeleteResourceSet)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/DeleteResourceSet)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/DeleteResourceSet)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/DeleteResourceSet)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/DeleteResourceSet)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/DeleteResourceSet)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/DeleteResourceSet)

# ListCells, CreateCell


## URI


`/cells`

## HTTP methods


### GET


**Operation ID:** `ListCells`

Lists the cells for an account.


**Query parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| nextToken | String | False | The token that identifies which batch of results you want to see. | 
| maxResults | String | False | The number of objects that you want to return with this call. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | ListCellsResult | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### POST


**Operation ID:** `CreateCell`

Creates a cell in an account.


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | CellOutput | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 409 | None | 409 response - Conflict exception. You might be using a predefined variable. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### OPTIONS


Enables CORS by returning correct headers.


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | None | 200 response - Success. | 

## Schemas


### Request bodies


#### POST schema
POST

```
{
  "cells": [
    "string"
  ],
  "cellName": "string",
  "tags": {
  }
}
```

### Response bodies


#### ListCellsResult schema
ListCellsResult

```
{
  "cells": [
    {
      "cells": [
        "string"
      ],
      "parentReadinessScopes": [
        "string"
      ],
      "cellName": "string",
      "cellArn": "string",
      "tags": {
      }
    }
  ],
  "nextToken": "string"
}
```

#### CellOutput schema
CellOutput

```
{
  "cells": [
    "string"
  ],
  "parentReadinessScopes": [
    "string"
  ],
  "cellName": "string",
  "cellArn": "string",
  "tags": {
  }
}
```

## Properties


### CellCreateParameters


Parameters used to create a cell.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| cellName | string | True | The name of the cell to create. | 
| cells | Array of type string | False | A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific AWS Regions. | 
| tags | [Tags](#cells-model-tags) | False |  | 

### CellOutput


Information about a cell.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| cellArn | stringMaxLength: 256 | True | The Amazon Resource Name (ARN) for the cell. | 
| cellName | stringPattern: `\A[a-zA-Z0-9_]+\z`MaxLength: 64 | True | The name of the cell. | 
| cells | Array of type string | True | A list of cell ARNs. | 
| parentReadinessScopes | Array of type string | True | The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element. | 
| tags | [Tags](#cells-model-tags) | False | Tags on the resources. | 

### ListCellsResult


The result of a successful `ListCells` request.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| cells | Array of type [CellOutput](#cells-model-celloutput) | False | A list of cells. | 
| nextToken | string | False | The token that identifies which batch of results you want to see. | 

### Tags


A collection of tags associated with a resource.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| `*` | string | False |  | 

## See also


For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

### ListCells

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/ListCells)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/ListCells)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/ListCells)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/ListCells)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/ListCells)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/ListCells)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/ListCells)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/ListCells)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/ListCells)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/ListCells)

### CreateCell

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/CreateCell)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/CreateCell)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/CreateCell)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/CreateCell)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/CreateCell)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/CreateCell)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/CreateCell)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/CreateCell)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/CreateCell)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/CreateCell)

# ListCrossAccountAuthorizations, CreateCrossAccountAuthorization


## URI


`/crossaccountauthorizations`

## HTTP methods


### GET


**Operation ID:** `ListCrossAccountAuthorizations`

Lists the cross-account readiness authorizations that are in place for an account.


**Query parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| nextToken | String | False | The token that identifies which batch of results you want to see. | 
| maxResults | String | False | The number of objects that you want to return with this call. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | ListCrossAccountAuthorizationsResult | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### POST


**Operation ID:** `CreateCrossAccountAuthorization`

Creates a cross-account readiness authorization. This lets you authorize another account to work with Route 53 Application Recovery Controller, for example, to check the readiness status of resources in a separate account.


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | CreateCrossAccountAuthorizationResult | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 409 | None | 409 response - Conflict exception. You might be using a predefined variable. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### OPTIONS


Enables CORS by returning correct headers.


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | None | 200 response - Success. | 

## Schemas


### Request bodies


#### POST schema
POST

```
{
  "crossAccountAuthorization": "string"
}
```

### Response bodies


#### ListCrossAccountAuthorizationsResult schema
ListCrossAccountAuthorizationsResult

```
{
  "nextToken": "string",
  "crossAccountAuthorizations": [
    "string"
  ]
}
```

#### CreateCrossAccountAuthorizationResult schema
CreateCrossAccountAuthorizationResult

```
{
  "crossAccountAuthorization": "string"
}
```

## Properties


### CreateCrossAccountAuthorizationParameters


Parameters used to create a cross-account authorization.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| crossAccountAuthorization | string | True | The cross-account authorization. | 

### CreateCrossAccountAuthorizationResult


The result of a successful `CreateCrossAccountAuthorization` request.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| crossAccountAuthorization | string | False | The cross-account authorization. | 

### ListCrossAccountAuthorizationsResult


The result of a successful `ListCrossAccountAuthorizations` request.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| crossAccountAuthorizations | Array of type string | True | A list of cross-account authorizations. | 
| nextToken | string | False | The token that identifies which batch of results you want to see. | 

## See also


For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

### ListCrossAccountAuthorizations

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/ListCrossAccountAuthorizations)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/ListCrossAccountAuthorizations)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/ListCrossAccountAuthorizations)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/ListCrossAccountAuthorizations)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/ListCrossAccountAuthorizations)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/ListCrossAccountAuthorizations)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/ListCrossAccountAuthorizations)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/ListCrossAccountAuthorizations)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/ListCrossAccountAuthorizations)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/ListCrossAccountAuthorizations)

### CreateCrossAccountAuthorization

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/CreateCrossAccountAuthorization)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/CreateCrossAccountAuthorization)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/CreateCrossAccountAuthorization)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/CreateCrossAccountAuthorization)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/CreateCrossAccountAuthorization)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/CreateCrossAccountAuthorization)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/CreateCrossAccountAuthorization)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/CreateCrossAccountAuthorization)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/CreateCrossAccountAuthorization)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/CreateCrossAccountAuthorization)

# ListReadinessChecks, CreateReadinessCheck


## URI


`/readinesschecks`

## HTTP methods


### GET


**Operation ID:** `ListReadinessChecks`

Lists the readiness checks for an account.


**Query parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| nextToken | String | False | The token that identifies which batch of results you want to see. | 
| maxResults | String | False | The number of objects that you want to return with this call. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | ListReadinessChecksResult | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### POST


**Operation ID:** `CreateReadinessCheck`

Creates a readiness check in an account. A readiness check monitors a resource set in your application, such as a set of Amazon Aurora instances, that Application Recovery Controller is auditing recovery readiness for. The audits run once every minute on every resource that's associated with a readiness check.


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | ReadinessCheckOutput | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 409 | None | 409 response - Conflict exception. You might be using a predefined variable. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### OPTIONS


Enables CORS by returning correct headers.


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | None | 200 response - Success. | 

## Schemas


### Request bodies


#### POST schema
POST

```
{
  "readinessCheckName": "string",
  "resourceSetName": "string",
  "tags": {
  }
}
```

### Response bodies


#### ListReadinessChecksResult schema
ListReadinessChecksResult

```
{
  "nextToken": "string",
  "readinessChecks": [
    {
      "resourceSet": "string",
      "readinessCheckName": "string",
      "readinessCheckArn": "string",
      "tags": {
      }
    }
  ]
}
```

#### ReadinessCheckOutput schema
ReadinessCheckOutput

```
{
  "resourceSet": "string",
  "readinessCheckName": "string",
  "readinessCheckArn": "string",
  "tags": {
  }
}
```

## Properties


### ListReadinessChecksResult


The result of a successful `ListReadinessChecks` request.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| nextToken | string | False | The token that identifies which batch of results you want to see. | 
| readinessChecks | Array of type [ReadinessCheckOutput](#readinesschecks-model-readinesscheckoutput) | False | A list of readiness checks associated with the account. | 

### ReadinessCheckCreateParameters


Parameters used to create or update a readiness check.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| readinessCheckName | string | True | The name of the readiness check to create. | 
| resourceSetName | string | True | The name of the resource set to check. | 
| tags | [Tags](#readinesschecks-model-tags) | False |  | 

### ReadinessCheckOutput


A readiness check.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| readinessCheckArn | stringMaxLength: 256 | True | The Amazon Resource Name (ARN) associated with a readiness check. | 
| readinessCheckName | stringPattern: `\A[a-zA-Z0-9_]+\z`MaxLength: 64 | False | Name of a readiness check. | 
| resourceSet | stringPattern: `\A[a-zA-Z0-9_]+\z`MaxLength: 64 | True | Name of the resource set to be checked. | 
| tags | [Tags](#readinesschecks-model-tags) | False |  | 

### Tags


A collection of tags associated with a resource.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| `*` | string | False |  | 

## See also


For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

### ListReadinessChecks

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/ListReadinessChecks)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/ListReadinessChecks)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/ListReadinessChecks)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/ListReadinessChecks)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/ListReadinessChecks)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/ListReadinessChecks)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/ListReadinessChecks)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/ListReadinessChecks)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/ListReadinessChecks)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/ListReadinessChecks)

### CreateReadinessCheck

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/CreateReadinessCheck)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/CreateReadinessCheck)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/CreateReadinessCheck)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/CreateReadinessCheck)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/CreateReadinessCheck)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/CreateReadinessCheck)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/CreateReadinessCheck)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/CreateReadinessCheck)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/CreateReadinessCheck)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/CreateReadinessCheck)

# ListRecoveryGroups, CreateRecoveryGroup


## URI


`/recoverygroups`

## HTTP methods


### GET


**Operation ID:** `ListRecoveryGroups`

Lists the recovery groups in an account.


**Query parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| nextToken | String | False | The token that identifies which batch of results you want to see. | 
| maxResults | String | False | The number of objects that you want to return with this call. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | ListRecoveryGroupsResult | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### POST


**Operation ID:** `CreateRecoveryGroup`

Creates a recovery group in an account. A recovery group corresponds to an application and includes a list of the cells that make up the application.


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | RecoveryGroupOutput | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 409 | None | 409 response - Conflict exception. You might be using a predefined variable. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### OPTIONS


Enable CORS by returning correct headers 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | None | 200 response - Success. | 

## Schemas


### Request bodies


#### POST schema
POST

```
{
  "cells": [
    "string"
  ],
  "recoveryGroupName": "string",
  "tags": {
  }
}
```

### Response bodies


#### ListRecoveryGroupsResult schema
ListRecoveryGroupsResult

```
{
  "nextToken": "string",
  "recoveryGroups": [
    {
      "cells": [
        "string"
      ],
      "recoveryGroupName": "string",
      "recoveryGroupArn": "string",
      "tags": {
      }
    }
  ]
}
```

#### RecoveryGroupOutput schema
RecoveryGroupOutput

```
{
  "cells": [
    "string"
  ],
  "recoveryGroupName": "string",
  "recoveryGroupArn": "string",
  "tags": {
  }
}
```

## Properties


### ListRecoveryGroupsResult


The result of a successful `ListRecoveryGroups` request.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| nextToken | string | False | The token that identifies which batch of results you want to see. | 
| recoveryGroups | Array of type [RecoveryGroupOutput](#recoverygroups-model-recoverygroupoutput) | False | A list of recovery groups. | 

### RecoveryGroupCreateParameters


Parameters used to create a recovery group. A recovery group corresponds to your application and includes the cells that make up the application.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| cells | Array of type string | False | A list of the cell Amazon Resource Names (ARNs) in the recovery group. | 
| recoveryGroupName | string | True | The name of the recovery group to create.  | 
| tags | [Tags](#recoverygroups-model-tags) | False |  | 

### RecoveryGroupOutput


A representation of the application, typically containing multiple cells.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| cells | Array of type string | True | A list of a cell's Amazon Resource Names (ARNs). | 
| recoveryGroupArn | stringMaxLength: 256 | True | The Amazon Resource Name (ARN) for the recovery group. | 
| recoveryGroupName | stringPattern: `\A[a-zA-Z0-9_]+\z`MaxLength: 64 | True | The name of the recovery group. | 
| tags | [Tags](#recoverygroups-model-tags) | False | The tags associated with the recovery group. | 

### Tags


A collection of tags associated with a resource.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| `*` | string | False |  | 

## See also


For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

### ListRecoveryGroups

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/ListRecoveryGroups)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/ListRecoveryGroups)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/ListRecoveryGroups)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/ListRecoveryGroups)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/ListRecoveryGroups)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/ListRecoveryGroups)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/ListRecoveryGroups)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/ListRecoveryGroups)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/ListRecoveryGroups)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/ListRecoveryGroups)

### CreateRecoveryGroup

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/CreateRecoveryGroup)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/CreateRecoveryGroup)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/CreateRecoveryGroup)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/CreateRecoveryGroup)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/CreateRecoveryGroup)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/CreateRecoveryGroup)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/CreateRecoveryGroup)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/CreateRecoveryGroup)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/CreateRecoveryGroup)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/CreateRecoveryGroup)

# ListResourceSets, CreateResourceSet


## URI


`/resourcesets`

## HTTP methods


### GET


**Operation ID:** `ListResourceSets`

Lists the resource sets in an account.


**Query parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| nextToken | String | False | The token that identifies which batch of results you want to see. | 
| maxResults | String | False | The number of objects that you want to return with this call. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | ListResourceSetsResult | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### POST


**Operation ID:** `CreateResourceSet`

Creates a resource set. A resource set is a set of resources of one type that span multiple cells. You can associate a resource set with a readiness check to monitor the resources for failover readiness.


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | ResourceSetOutput | 200 response | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 409 | None | 409 response - Conflict exception. You might be using a predefined variable. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### OPTIONS


Enable CORS by returning correct headers 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | None | 200 response - Success. | 

## Schemas


### Request bodies


#### POST schema
POST

```
{
  "resourceSetType": "string",
  "resourceSetName": "string",
  "resources": [
    {
      "readinessScopes": [
        "string"
      ],
      "componentId": "string",
      "resourceArn": "string",
      "dnsTargetResource": {
        "recordType": "string",
        "domainName": "string",
        "hostedZoneArn": "string",
        "targetResource": {
          "r53Resource": {
            "domainName": "string",
            "recordSetId": "string"
          },
          "nLBResource": {
            "arn": "string"
          }
        },
        "recordSetId": "string"
      }
    }
  ],
  "tags": {
  }
}
```

### Response bodies


#### ListResourceSetsResult schema
ListResourceSetsResult

```
{
  "nextToken": "string",
  "resourceSets": [
    {
      "resourceSetType": "string",
      "resourceSetName": "string",
      "resources": [
        {
          "readinessScopes": [
            "string"
          ],
          "componentId": "string",
          "resourceArn": "string",
          "dnsTargetResource": {
            "recordType": "string",
            "domainName": "string",
            "hostedZoneArn": "string",
            "targetResource": {
              "r53Resource": {
                "domainName": "string",
                "recordSetId": "string"
              },
              "nLBResource": {
                "arn": "string"
              }
            },
            "recordSetId": "string"
          }
        }
      ],
      "resourceSetArn": "string",
      "tags": {
      }
    }
  ]
}
```

#### ResourceSetOutput schema
ResourceSetOutput

```
{
  "resourceSetType": "string",
  "resourceSetName": "string",
  "resources": [
    {
      "readinessScopes": [
        "string"
      ],
      "componentId": "string",
      "resourceArn": "string",
      "dnsTargetResource": {
        "recordType": "string",
        "domainName": "string",
        "hostedZoneArn": "string",
        "targetResource": {
          "r53Resource": {
            "domainName": "string",
            "recordSetId": "string"
          },
          "nLBResource": {
            "arn": "string"
          }
        },
        "recordSetId": "string"
      }
    }
  ],
  "resourceSetArn": "string",
  "tags": {
  }
}
```

## Properties


### DNSTargetResource


A component for DNS/routing control readiness checks and architecture checks.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| domainName | string | False | The domain name that acts as an ingress point to a portion of the customer application. | 
| hostedZoneArn | string | False | The hosted zone Amazon Resource Name (ARN) that contains the DNS record with the provided name of the target resource. | 
| recordSetId | string | False | The Route 53 record set ID that uniquely identifies a DNS record, given a name and a type. | 
| recordType | string | False | The type of DNS record of the target resource. | 
| targetResource | [TargetResource](#resourcesets-model-targetresource) | False | The target resource of the DNS target resource. | 

### ListResourceSetsResult


The result of a successful `ListResourceSets` request.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| nextToken | string | False | The token that identifies which batch of results you want to see. | 
| resourceSets | Array of type [ResourceSetOutput](#resourcesets-model-resourcesetoutput) | False | A list of resource sets associated with the account. | 

### NLBResource


The Network Load Balancer resource that a DNS target resource points to.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| arn | string | False | The Network Load Balancer resource Amazon Resource Name (ARN). | 

### R53ResourceRecord


The Route 53 resource that a DNS target resource record points to.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| domainName | string | False | The DNS target domain name. | 
| recordSetId | string | False | The Route 53 Resource Record Set ID. | 

### Resource


The resource element of a resource set.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| componentId | string | False | The component identifier of the resource, generated when DNS target resource is used. | 
| dnsTargetResource | [DNSTargetResource](#resourcesets-model-dnstargetresource) | False | The DNS target resource. | 
| readinessScopes | Array of type string | False | The recovery group Amazon Resource Name (ARN) or the cell ARN that the readiness checks for this resource set are scoped to. | 
| resourceArn | string | False | The Amazon Resource Name (ARN) of the AWS resource. | 

### ResourceSetCreateParameters


The parameters used to create a resource set.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| resources | Array of type [Resource](#resourcesets-model-resource) | True | A list of resource objects in the resource set. | 
| resourceSetName | string | True | The name of the resource set to create. | 
| resourceSetType | stringPattern: `AWS::[A-Za-z0-9]+::[A-Za-z0-9]+` | True | The resource type of the resources in the resource set. One of the following values:AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck, AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource | 
| tags | [Tags](#resourcesets-model-tags) | False | A tag to associate with the parameters for a resource set. | 

### ResourceSetOutput


A collection of resources of the same type.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| resources | Array of type [Resource](#resourcesets-model-resource) | True | A list of resource objects. | 
| resourceSetArn | stringMaxLength: 256 | True | The Amazon Resource Name (ARN) for the resource set. | 
| resourceSetName | stringPattern: `\A[a-zA-Z0-9_]+\z`MaxLength: 64 | True | The name of the resource set. | 
| resourceSetType | stringPattern: `AWS::[A-Za-z0-9]+::[A-Za-z0-9]+` | True | The resource type of the resources in the resource set. One of the following values:AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck, AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource | 
| tags | [Tags](#resourcesets-model-tags) | False |  | 

### Tags


A collection of tags associated with a resource.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| `*` | string | False |  | 

### TargetResource


The target resource that the Route 53 record points to.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| nLBResource | [NLBResource](#resourcesets-model-nlbresource) | False | The Network Load Balancer resource. | 
| r53Resource | [R53ResourceRecord](#resourcesets-model-r53resourcerecord) | False | The Route 53 resource. | 

## See also


For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

### ListResourceSets

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/ListResourceSets)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/ListResourceSets)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/ListResourceSets)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/ListResourceSets)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/ListResourceSets)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/ListResourceSets)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/ListResourceSets)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/ListResourceSets)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/ListResourceSets)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/ListResourceSets)

### CreateResourceSet

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/CreateResourceSet)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/CreateResourceSet)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/CreateResourceSet)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/CreateResourceSet)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/CreateResourceSet)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/CreateResourceSet)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/CreateResourceSet)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/CreateResourceSet)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/CreateResourceSet)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/CreateResourceSet)

# ListRules


## URI


`/rules`

## HTTP methods


### GET


**Operation ID:** `ListRules`

Lists all readiness rules, or lists the readiness rules for a specific resource type.


**Query parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| resourceType | String | False | The resource type that a readiness rule applies to. | 
| nextToken | String | False | The token that identifies which batch of results you want to see. | 
| maxResults | String | False | The number of objects that you want to return with this call. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | ListRulesResult | 200 response - Success. | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. | 
| 429 | None | 429 response - Limit exceeded exception or too many requests exception.  | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### OPTIONS


Enable CORS by returning correct headers 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | None | 200 response - Success. | 

## Schemas


### Response bodies


#### ListRulesResult schema
ListRulesResult

```
{
  "nextToken": "string",
  "rules": [
    {
      "ruleId": "string",
      "ruleDescription": "string",
      "resourceType": "string"
    }
  ]
}
```

## Properties


### ListRulesOutput


Readiness rule information, including the resource type, rule ID, and rule description.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| resourceType | stringMaxLength: 64 | True | The resource type that the readiness rule applies to. | 
| ruleDescription | stringMaxLength: 256 | True | The description of a readiness rule. | 
| ruleId | stringMaxLength: 64 | True | The ID for the readiness rule. | 

### ListRulesResult


The result of a successful `ListRules` request.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| nextToken | string | False | The token that identifies which batch of results you want to see. | 
| rules | Array of type [ListRulesOutput](#rules-model-listrulesoutput) | False | A list of readiness rules for a specific resource type. | 

## See also


For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

### ListRules

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/ListRules)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/ListRules)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/ListRules)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/ListRules)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/ListRules)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/ListRules)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/ListRules)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/ListRules)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/ListRules)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/ListRules)

# ListTagsForResources, TagResource, UntagResource


## URI


`/tags/resource-arn`

## HTTP methods


### GET


**Operation ID:** `ListTagsForResources`

Lists the tags for a resource.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| resource-arn | String | True | The Amazon Resource Name (ARN) for a resource. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | tagsModel | 200 response - Success. | 
| 204 | None | 204 response - Successful deletion | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 404 | None | 404 response - Malformed query string. The query string contains a syntax error or resource not found. | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### POST


**Operation ID:** `TagResource`

Adds a tag to a resource.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| resource-arn | String | True | The Amazon Resource Name (ARN) for a resource. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 200 | None | 200 response - Success. | 
| 204 | None | 204 response - Successful deletion | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 404 | None | 404 response - Malformed query string. The query string contains a syntax error or resource not found. | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

### DELETE


**Operation ID:** `UntagResource`

Removes a tag from a resource.


**Path parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| resource-arn | String | True | The Amazon Resource Name (ARN) for a resource. | 


**Query parameters**  

| Name | Type | Required | Description | 
| --- |--- |--- |--- |
| tagKeys | String | True | The keys for tags you add to resources. | 


**Responses**  

| Status code | Response model | Description | 
| --- |--- |--- |
| 204 | None | 204 response - Successful deletion | 
| 400 | None | 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly. | 
| 404 | None | 404 response - Malformed query string. The query string contains a syntax error or resource not found. | 
| 500 | None | 500 response - Internal service error or temporary service error. Retry the request. | 

## Schemas


### Request bodies


#### POST schema
POST

```
{
  "tags": {
  }
}
```

### Response bodies


#### tagsModel schema
tagsModel

```
{
  "tags": {
  }
}
```

## Properties


### Tags


A collection of tags associated with a resource.


| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| `*` | string | False |  | 

### tagsModel





| Property | Type | Required | Description | 
| --- |--- |--- |--- |
| tags | [Tags](#tags-resource-arn-model-tags) | True |  | 

## See also


For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

### ListTagsForResources

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/ListTagsForResources)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/ListTagsForResources)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/ListTagsForResources)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/ListTagsForResources)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/ListTagsForResources)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/ListTagsForResources)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/ListTagsForResources)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/ListTagsForResources)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/ListTagsForResources)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/ListTagsForResources)

### TagResource

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/TagResource)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/TagResource)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/TagResource)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/TagResource)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/TagResource)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/TagResource)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/TagResource)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/TagResource)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/TagResource)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/TagResource)

### UntagResource

+ [AWS Command Line Interface V2](/goto/cli2/aws-meridian-beta-2019-12-02/UntagResource)
+ [AWS SDK for .NET V4](/goto/DotNetSDKV4/aws-meridian-beta-2019-12-02/UntagResource)
+ [AWS SDK for C\$1\$1](/goto/SdkForCpp/aws-meridian-beta-2019-12-02/UntagResource)
+ [AWS SDK for Go v2](/goto/SdkForGoV2/aws-meridian-beta-2019-12-02/UntagResource)
+ [AWS SDK for Java V2](/goto/SdkForJavaV2/aws-meridian-beta-2019-12-02/UntagResource)
+ [AWS SDK for JavaScript V3](/goto/SdkForJavaScriptV3/aws-meridian-beta-2019-12-02/UntagResource)
+ [AWS SDK for Kotlin](/goto/SdkForKotlin/aws-meridian-beta-2019-12-02/UntagResource)
+ [AWS SDK for PHP V3](/goto/SdkForPHPV3/aws-meridian-beta-2019-12-02/UntagResource)
+ [AWS SDK for Python](/goto/boto3/aws-meridian-beta-2019-12-02/UntagResource)
+ [AWS SDK for Ruby V3](/goto/SdkForRubyV3/aws-meridian-beta-2019-12-02/UntagResource)