github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/route53-recovery-cluster/2019-12-02/docs-2.json (about)

     1  {
     2    "version": "2.0",
     3    "service": "<p>Welcome to the Amazon Route 53 Application Recovery Controller API Reference Guide for Recovery Control Data Plane .</p> <p>Recovery control in Route 53 Application Recovery Controller includes extremely reliable routing controls that enable you to recover applications by rerouting traffic, for example, across Availability Zones or AWS Regions. Routing controls are simple on/off switches hosted on a cluster. A cluster is a set of five redundant regional endpoints against which you can execute API calls to update or get the state of routing controls. You use routing controls to failover traffic to recover your application across Availability Zones or Regions.</p> <p>This API guide includes information about how to get and update routing control states in Route 53 Application Recovery Controller.</p> <p>For more information about Route 53 Application Recovery Controller, see the following:</p> <ul> <li> <p>You can create clusters, routing controls, and control panels by using the control plane API for Recovery Control. For more information, see <a href=\"https://docs.aws.amazon.com/recovery-cluster/latest/api/\">Amazon Route 53 Application Recovery Controller Recovery Control API Reference</a>.</p> </li> <li> <p>Route 53 Application Recovery Controller also provides continuous readiness checks to ensure that your applications are scaled to handle failover traffic. For more information about the related API actions, see <a href=\"https://docs.aws.amazon.com/recovery-readiness/latest/api/\">Amazon Route 53 Application Recovery Controller Recovery Readiness API Reference</a>.</p> </li> <li> <p>For more information about creating resilient applications and preparing for recovery readiness with Route 53 Application Recovery Controller, see the <a href=\"r53recovery/latest/dg/\">Amazon Route 53 Application Recovery Controller Developer Guide</a>.</p> </li> </ul>",
     4    "operations": {
     5      "GetRoutingControlState": "<p>Get the state for a routing control. A routing control is a simple on/off switch that you can use to route traffic to cells. When the state is On, traffic flows to a cell. When it's off, traffic does not flow. </p> <p>Before you can create a routing control, you first must create a cluster to host the control. For more information, see <a href=\"https://docs.aws.amazon.com/recovery-cluster/latest/api/cluster.html\">CreateCluster</a>. Access one of the endpoints for the cluster to get or update the routing control state to redirect traffic.</p> <p>For more information about working with routing controls, see <a href=\"https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.html\">Routing control</a> in the Route 53 Application Recovery Controller Developer Guide.</p>",
     6      "UpdateRoutingControlState": "<p>Set the state of the routing control to reroute traffic. You can set the value to be On or Off. When the state is On, traffic flows to a cell. When it's off, traffic does not flow.</p> <p>For more information about working with routing controls, see <a href=\"https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.html\">Routing control</a> in the Route 53 Application Recovery Controller Developer Guide.</p>",
     7      "UpdateRoutingControlStates": "<p>Set multiple routing control states. You can set the value for each state to be On or Off. When the state is On, traffic flows to a cell. When it's off, traffic does not flow.</p> <p>For more information about working with routing controls, see <a href=\"https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.html\">Routing control</a> in the Route 53 Application Recovery Controller Developer Guide.</p>"
     8    },
     9    "shapes": {
    10      "AccessDeniedException": {
    11        "base": "<p>You don't have sufficient permissions to query the routing control state.</p>",
    12        "refs": {
    13        }
    14      },
    15      "Arn": {
    16        "base": null,
    17        "refs": {
    18          "GetRoutingControlStateRequest$RoutingControlArn": "<p>The Amazon Resource Number (ARN) for the routing control that you want to get the state for.</p>",
    19          "GetRoutingControlStateResponse$RoutingControlArn": "<p>The Amazon Resource Number (ARN) of the response.</p>",
    20          "UpdateRoutingControlStateEntry$RoutingControlArn": "<p>The Amazon Resource Number (ARN) for the routing control state entry.</p>",
    21          "UpdateRoutingControlStateRequest$RoutingControlArn": "<p>The Amazon Resource Number (ARN) for the routing control that you want to update the state for.</p>"
    22        }
    23      },
    24      "ConflictException": {
    25        "base": "<p>There was a conflict with this request. Try again.</p>",
    26        "refs": {
    27        }
    28      },
    29      "EndpointTemporarilyUnavailableException": {
    30        "base": "<p>The cluster endpoint isn't available. Try another cluster endpoint.</p>",
    31        "refs": {
    32        }
    33      },
    34      "GetRoutingControlStateRequest": {
    35        "base": null,
    36        "refs": {
    37        }
    38      },
    39      "GetRoutingControlStateResponse": {
    40        "base": null,
    41        "refs": {
    42        }
    43      },
    44      "InternalServerException": {
    45        "base": "<p>There was an unexpected error during processing of the request.</p>",
    46        "refs": {
    47        }
    48      },
    49      "ResourceNotFoundException": {
    50        "base": "<p>The request references a routing control that was not found.</p>",
    51        "refs": {
    52        }
    53      },
    54      "RetryAfterSeconds": {
    55        "base": "Advice to clients on when the call can be safely retried",
    56        "refs": {
    57          "InternalServerException$retryAfterSeconds": null,
    58          "ThrottlingException$retryAfterSeconds": null
    59        }
    60      },
    61      "RoutingControlState": {
    62        "base": null,
    63        "refs": {
    64          "GetRoutingControlStateResponse$RoutingControlState": "<p>The state of the routing control.</p>",
    65          "UpdateRoutingControlStateEntry$RoutingControlState": "<p>The routing control state in a set of routing control state entries.</p>",
    66          "UpdateRoutingControlStateRequest$RoutingControlState": "<p>The state of the routing control. You can set the value to be On or Off.</p>"
    67        }
    68      },
    69      "String": {
    70        "base": null,
    71        "refs": {
    72          "AccessDeniedException$message": null,
    73          "ConflictException$message": "Description of the ConflictException error",
    74          "ConflictException$resourceId": "Identifier of the resource in use",
    75          "ConflictException$resourceType": "Type of the resource in use",
    76          "EndpointTemporarilyUnavailableException$message": null,
    77          "InternalServerException$message": null,
    78          "ResourceNotFoundException$message": null,
    79          "ResourceNotFoundException$resourceId": "Hypothetical resource identifier that was not found",
    80          "ResourceNotFoundException$resourceType": "Hypothetical resource type that was not found",
    81          "ThrottlingException$message": null,
    82          "ValidationException$message": null,
    83          "ValidationExceptionField$name": "<p>The field that had the validation exception.</p>",
    84          "ValidationExceptionField$message": "<p>Information about the validation exception.</p>"
    85        }
    86      },
    87      "ThrottlingException": {
    88        "base": "<p>The request was denied because of request throttling.</p>",
    89        "refs": {
    90        }
    91      },
    92      "UpdateRoutingControlStateEntries": {
    93        "base": null,
    94        "refs": {
    95          "UpdateRoutingControlStatesRequest$UpdateRoutingControlStateEntries": "<p>A set of routing control entries that you want to update.</p>"
    96        }
    97      },
    98      "UpdateRoutingControlStateEntry": {
    99        "base": "<p>A routing control state.</p>",
   100        "refs": {
   101          "UpdateRoutingControlStateEntries$member": null
   102        }
   103      },
   104      "UpdateRoutingControlStateRequest": {
   105        "base": null,
   106        "refs": {
   107        }
   108      },
   109      "UpdateRoutingControlStateResponse": {
   110        "base": null,
   111        "refs": {
   112        }
   113      },
   114      "UpdateRoutingControlStatesRequest": {
   115        "base": null,
   116        "refs": {
   117        }
   118      },
   119      "UpdateRoutingControlStatesResponse": {
   120        "base": null,
   121        "refs": {
   122        }
   123      },
   124      "ValidationException": {
   125        "base": "<p>There was a validation error on the request.</p>",
   126        "refs": {
   127        }
   128      },
   129      "ValidationExceptionField": {
   130        "base": "<p>There was a validation error on the request.</p>",
   131        "refs": {
   132          "ValidationExceptionFieldList$member": null
   133        }
   134      },
   135      "ValidationExceptionFieldList": {
   136        "base": "The fields that caused the error, if applicable",
   137        "refs": {
   138          "ValidationException$fields": null
   139        }
   140      },
   141      "ValidationExceptionReason": {
   142        "base": "Reason the request failed validation",
   143        "refs": {
   144          "ValidationException$reason": null
   145        }
   146      }
   147    }
   148  }