github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/route53-recovery-control-config/2020-11-02/docs-2.json (about)

     1  {
     2    "version": "2.0",
     3    "service": "<p>Recovery Control Configuration API Reference for Amazon Route 53 Application Recovery Controller</p>",
     4    "operations": {
     5      "CreateCluster": "<p>Create a new cluster. A cluster is a set of redundant Regional endpoints against which you can run API calls to update or get the state of one or more routing controls. Each cluster has a name, status, Amazon Resource Name (ARN), and an array of the five cluster endpoints (one for each supported Amazon Web Services Region) that you can use with API calls to the Amazon Route 53 Application Recovery Controller cluster data plane.</p>",
     6      "CreateControlPanel": "<p>Creates a new control panel. A control panel represents a group of routing controls that can be changed together in a single transaction. You can use a control panel to centrally view the operational status of applications across your organization, and trigger multi-app failovers in a single transaction, for example, to fail over an Availability Zone or AWS Region.</p>",
     7      "CreateRoutingControl": "<p>Creates a new routing control.</p> <p>A routing control has one of two states: ON and OFF. You can map the routing control state to the state of an Amazon Route 53 health check, which can be used to control traffic routing.</p> <p>To get or update the routing control state, see the Recovery Cluster (data plane) API actions for Amazon Route 53 Application Recovery Controller.</p>",
     8      "CreateSafetyRule": "<p>Creates a safety rule in a control panel. Safety rules let you add safeguards around enabling and disabling routing controls, to help prevent unexpected outcomes.</p> <p>There are two types of safety rules: assertion rules and gating rules.</p> <p>Assertion rule: An assertion rule enforces that, when a routing control state is changed, the criteria set by the rule configuration is met. Otherwise, the change to the routing control is not accepted.</p> <p>Gating rule: A gating rule verifies that a set of gating controls evaluates as true, based on a rule configuration that you specify. If the gating rule evaluates to true, Amazon Route 53 Application Recovery Controller allows a set of routing control state changes to run and complete against the set of target controls.</p>",
     9      "DeleteCluster": "<p>Delete a cluster.</p>",
    10      "DeleteControlPanel": "<p>Deletes a control panel.</p>",
    11      "DeleteRoutingControl": "<p>Deletes a routing control.</p>",
    12      "DeleteSafetyRule": "<p>Deletes a safety rule.</p>/&gt;",
    13      "DescribeCluster": "<p>Display the details about a cluster. The response includes the cluster name, endpoints, status, and Amazon Resource Name (ARN).</p>",
    14      "DescribeControlPanel": "<p>Displays details about a control panel.</p>",
    15      "DescribeRoutingControl": "<p>Displays details about a routing control. A routing control has one of two states: ON and OFF. You can map the routing control state to the state of an Amazon Route 53 health check, which can be used to control routing.</p> <p>To get or update the routing control state, see the Recovery Cluster (data plane) API actions for Amazon Route 53 Application Recovery Controller.</p>",
    16      "DescribeSafetyRule": "<p>Describes the safety rules (that is, the assertion rules and gating rules) for the routing controls in a control panel.</p>",
    17      "ListAssociatedRoute53HealthChecks": "<p>Returns an array of all Amazon Route 53 health checks associated with a specific routing control.</p>",
    18      "ListClusters": "<p>Returns an array of all the clusters in an account.</p>",
    19      "ListControlPanels": "<p>Returns an array of control panels for a cluster.</p>",
    20      "ListRoutingControls": "<p>Returns an array of routing controls for a control panel. A routing control is an Amazon Route 53 Application Recovery Controller construct that has one of two states: ON and OFF. You can map the routing control state to the state of an Amazon Route 53 health check, which can be used to control routing.</p>",
    21      "ListSafetyRules": "<p>List the safety rules (the assertion rules and gating rules) that you've defined for the routing controls in a control panel.</p>",
    22      "UpdateControlPanel": "<p>Updates a control panel. The only update you can make to a control panel is to change the name of the control panel.</p>",
    23      "UpdateRoutingControl": "<p>Updates a routing control. You can only update the name of the routing control. To get or update the routing control state, see the Recovery Cluster (data plane) API actions for Amazon Route 53 Application Recovery Controller.</p>",
    24      "UpdateSafetyRule": "<p>Update a safety rule (an assertion rule or gating rule) for the routing controls in a control panel. You can only update the name and the waiting period for a safety rule. To make other updates, delete the safety rule and create a new safety rule.</p>"
    25    },
    26    "shapes": {
    27      "AccessDeniedException": {
    28        "base": "<p>403 response - AccessDeniedException. You do not have sufficient access to perform this action.</p>",
    29        "refs": {
    30        }
    31      },
    32      "AssertionRule": {
    33        "base": "<p>An assertion rule enforces that, when a routing control state is changed, the criteria set by the rule configuration is met. Otherwise, the change to the routing control is not accepted.</p>",
    34        "refs": {
    35          "CreateSafetyRuleResponse$AssertionRule": null,
    36          "DescribeSafetyRuleResponse$AssertionRule": null,
    37          "Rule$ASSERTION": "<p>An assertion rule enforces that, when a routing control state is changed, the criteria set by the rule configuration is met. Otherwise, the change to the routing control is not accepted.</p>",
    38          "UpdateSafetyRuleResponse$AssertionRule": null
    39        }
    40      },
    41      "AssertionRuleUpdate": {
    42        "base": "<p>An update to an assertion rule. You can update the name or the evaluation period (wait period). If you don't specify one of the items to update, the item is unchanged.</p>",
    43        "refs": {
    44          "UpdateSafetyRuleRequest$AssertionRuleUpdate": null
    45        }
    46      },
    47      "Cluster": {
    48        "base": "<p>A cluster is a set of five consensus-forming Regional endpoints that represent the infrastructure that hosts your routing controls. Typically, you host together on one cluster all of the routing controls for your applications.</p>",
    49        "refs": {
    50          "CreateClusterResponse$Cluster": "<p>The cluster that was created.</p>",
    51          "DescribeClusterResponse$Cluster": "<p>The cluster for the DescribeCluster request.</p>",
    52          "__listOfCluster$member": null
    53        }
    54      },
    55      "ClusterEndpoint": {
    56        "base": "<p>A cluster endpoint. Specify an endpoint when you want to set or retrieve a routing control state in the cluster.</p>",
    57        "refs": {
    58          "__listOfClusterEndpoint$member": null
    59        }
    60      },
    61      "ConflictException": {
    62        "base": "<p>409 response - ConflictException.</p>",
    63        "refs": {
    64        }
    65      },
    66      "ControlPanel": {
    67        "base": "<p>A control panel represents a group of routing controls that can be changed together in a single transaction.</p>",
    68        "refs": {
    69          "CreateControlPanelResponse$ControlPanel": "<p>Information about a control panel.</p>",
    70          "DescribeControlPanelResponse$ControlPanel": "<p>Information about the control panel.</p>",
    71          "UpdateControlPanelResponse$ControlPanel": "<p>The control panel to update.</p>",
    72          "__listOfControlPanel$member": null
    73        }
    74      },
    75      "CreateClusterRequest": {
    76        "base": "<p>The properties of a request to create a cluster.</p>",
    77        "refs": {
    78        }
    79      },
    80      "CreateClusterResponse": {
    81        "base": "<p>The result of a successful CreateCluster request.</p>",
    82        "refs": {
    83        }
    84      },
    85      "CreateControlPanelRequest": {
    86        "base": "<p>A request to create a control panel.</p>",
    87        "refs": {
    88        }
    89      },
    90      "CreateControlPanelResponse": {
    91        "base": "<p>The result of a successful CreateControlPanel request.</p>",
    92        "refs": {
    93        }
    94      },
    95      "CreateRoutingControlRequest": {
    96        "base": "<p>A request to create a routing control. If you don't specify ControlPanelArn, Amazon Route 53 Application Recovery Controller creates the routing control in DefaultControlPanel.</p>",
    97        "refs": {
    98        }
    99      },
   100      "CreateRoutingControlResponse": {
   101        "base": "<p>The result of a successful CreateRoutingControl request.</p>",
   102        "refs": {
   103        }
   104      },
   105      "CreateSafetyRuleRequest": {
   106        "base": "<p>Request to create a safety rule. You can create either an assertion rule or a gating rule with a CreateSafetyRuleRequest call.</p>",
   107        "refs": {
   108        }
   109      },
   110      "CreateSafetyRuleResponse": {
   111        "base": "<p>The result of a successful CreateSafetyRule request.</p>",
   112        "refs": {
   113        }
   114      },
   115      "DeleteClusterResponse": {
   116        "base": "<p>A successful DeleteCluster request returns no response.</p>",
   117        "refs": {
   118        }
   119      },
   120      "DeleteControlPanelResponse": {
   121        "base": "<p>A successful DeleteControlPanel request returns no response.</p>",
   122        "refs": {
   123        }
   124      },
   125      "DeleteRoutingControlResponse": {
   126        "base": "<p>A successful DeleteRoutingControl request returns no response.</p>",
   127        "refs": {
   128        }
   129      },
   130      "DeleteSafetyRuleResponse": {
   131        "base": "<p>There is an empty response when you delete a safety rule.</p>/&gt;",
   132        "refs": {
   133        }
   134      },
   135      "DescribeClusterResponse": {
   136        "base": "<p>The result of a successful DescribeCluster request.</p>",
   137        "refs": {
   138        }
   139      },
   140      "DescribeControlPanelResponse": {
   141        "base": "<p>The result of a successful DescribeControlPanel request.</p>",
   142        "refs": {
   143        }
   144      },
   145      "DescribeRoutingControlResponse": {
   146        "base": "<p>The result of a successful DescribeRoutingControl request.</p>",
   147        "refs": {
   148        }
   149      },
   150      "DescribeSafetyRuleResponse": {
   151        "base": "<p>The response when you send a DescribeSafetyRuleResponse request.</p>",
   152        "refs": {
   153        }
   154      },
   155      "GatingRule": {
   156        "base": "<p>A gating rule verifies that a set of gating controls evaluates as true, based on a rule configuration that you specify. If the gating rule evaluates to true, Amazon Route 53 Application Recovery Controller allows a set of routing control state changes to run and complete against the set of target controls.</p>",
   157        "refs": {
   158          "CreateSafetyRuleResponse$GatingRule": null,
   159          "DescribeSafetyRuleResponse$GatingRule": null,
   160          "Rule$GATING": "<p>A gating rule verifies that a set of gating controls evaluates as true, based on a rule configuration that you specify. If the gating rule evaluates to true, Amazon Route 53 Application Recovery Controller allows a set of routing control state changes to run and complete against the set of target controls.</p>",
   161          "UpdateSafetyRuleResponse$GatingRule": null
   162        }
   163      },
   164      "GatingRuleUpdate": {
   165        "base": "<p>Update to a gating rule. You can update the name or the evaluation period (wait period). If you don't specify one of the items to update, the item is unchanged.</p>",
   166        "refs": {
   167          "UpdateSafetyRuleRequest$GatingRuleUpdate": null
   168        }
   169      },
   170      "InternalServerException": {
   171        "base": "<p>500 response - InternalServiceError. Temporary service error. Retry the request.</p>",
   172        "refs": {
   173        }
   174      },
   175      "ListAssociatedRoute53HealthChecksResponse": {
   176        "base": "<p>The result of a successful ListAssociatedRoute53HealthChecks request.</p>",
   177        "refs": {
   178        }
   179      },
   180      "ListClustersResponse": {
   181        "base": "<p>The result of a successful ListClusters request.</p>",
   182        "refs": {
   183        }
   184      },
   185      "ListControlPanelsResponse": {
   186        "base": "<p>The result of a successful ListControlPanel request.</p>",
   187        "refs": {
   188        }
   189      },
   190      "ListRoutingControlsResponse": {
   191        "base": "<p>The result of a successful ListRoutingControl request.</p>",
   192        "refs": {
   193        }
   194      },
   195      "ListSafetyRulesResponse": {
   196        "base": "<p>The response to a ListSafetyRulesRequest.</p>",
   197        "refs": {
   198        }
   199      },
   200      "NewAssertionRule": {
   201        "base": "<p>A new assertion rule for a control panel.</p>",
   202        "refs": {
   203          "CreateSafetyRuleRequest$AssertionRule": null
   204        }
   205      },
   206      "NewGatingRule": {
   207        "base": "<p>A new gating rule for a control panel.</p>",
   208        "refs": {
   209          "CreateSafetyRuleRequest$GatingRule": null
   210        }
   211      },
   212      "ResourceNotFoundException": {
   213        "base": "<p>404 response - The query string contains a syntax error or resource not found.</p>",
   214        "refs": {
   215        }
   216      },
   217      "RoutingControl": {
   218        "base": "<p>A routing control has one of two states: ON and OFF. You can map the routing control state to the state of an Amazon Route 53 health check, which can be used to control traffic routing.</p>",
   219        "refs": {
   220          "CreateRoutingControlResponse$RoutingControl": "<p>The routing control that is created.</p>",
   221          "DescribeRoutingControlResponse$RoutingControl": "<p>Information about the routing control.</p>",
   222          "UpdateRoutingControlResponse$RoutingControl": "<p>The routing control that was updated.</p>",
   223          "__listOfRoutingControl$member": null
   224        }
   225      },
   226      "Rule": {
   227        "base": "<p>A safety rule. A safety rule can be an assertion rule or a gating rule.</p>",
   228        "refs": {
   229          "__listOfRule$member": null
   230        }
   231      },
   232      "RuleConfig": {
   233        "base": "<p>The rule configuration for an assertion rule. That is, the criteria that you set for specific assertion controls (routing controls) that specify how many controls must be enabled after a transaction completes.</p>",
   234        "refs": {
   235          "AssertionRule$RuleConfig": "<p>The criteria that you set for specific assertion controls (routing controls) that designate how many controls must be enabled as the result of a transaction. For example, if you have three assertion controls, you might specify atleast 2 for your rule configuration. This means that at least two assertion controls must be enabled, so that at least two Amazon Web Services Regions are enabled.</p>",
   236          "GatingRule$RuleConfig": "<p>The criteria that you set for specific gating controls (routing controls) that designates how many controls must be enabled to allow you to change (set or unset) the target controls.</p>",
   237          "NewAssertionRule$RuleConfig": "<p>The criteria that you set for specific assertion controls (routing controls) that designate how many controls must be enabled as the result of a transaction. For example, if you have three assertion controls, you might specify atleast 2 for your rule configuration. This means that at least two assertion controls must be enabled, so that at least two Amazon Web Services Regions are enabled.</p>",
   238          "NewGatingRule$RuleConfig": "<p>The criteria that you set for specific gating controls (routing controls) that designates how many controls must be enabled to allow you to change (set or unset) the target controls.</p>"
   239        }
   240      },
   241      "RuleType": {
   242        "base": "<p>An enumerated type that determines how the evaluated rules are processed. RuleType can be one of the following:</p> <p>ATLEAST - At least N routing controls must be set. You specify N as the Threshold in the rule configuration.</p> <p>AND - All routing controls must be set. This is a shortcut for \"At least N,\" where N is the total number of controls in the rule.</p> <p>OR - Any control must be set. This is a shortcut for \"At least N,\" where N is 1.</p>",
   243        "refs": {
   244          "RuleConfig$Type": "<p>A rule can be one of the following: ATLEAST, AND, or OR.</p>"
   245        }
   246      },
   247      "ServiceQuotaExceededException": {
   248        "base": "<p>402 response</p>",
   249        "refs": {
   250        }
   251      },
   252      "Status": {
   253        "base": "<p>The deployment status of a resource. Status can be one of the following:</p> <p>PENDING: Amazon Route 53 Application Recovery Controller is creating the resource.</p> <p>DEPLOYED: The resource is deployed and ready to use.</p> <p>PENDING_DELETION: Amazon Route 53 Application Recovery Controller is deleting the resource.</p>",
   254        "refs": {
   255          "AssertionRule$Status": "<p>The deployment status of an assertion rule. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.</p>",
   256          "Cluster$Status": "<p>Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.</p>",
   257          "ControlPanel$Status": "<p>The deployment status of control panel. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.</p>",
   258          "GatingRule$Status": "<p>The deployment status of a gating rule. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.</p>",
   259          "RoutingControl$Status": "<p>The deployment status of a routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.</p>"
   260        }
   261      },
   262      "ThrottlingException": {
   263        "base": "<p>429 response - ThrottlingException.</p>",
   264        "refs": {
   265        }
   266      },
   267      "UpdateControlPanelRequest": {
   268        "base": "<p>Updates an existing control panel.</p>",
   269        "refs": {
   270        }
   271      },
   272      "UpdateControlPanelResponse": {
   273        "base": "<p>The result of a successful UpdateControlPanel request.</p>",
   274        "refs": {
   275        }
   276      },
   277      "UpdateRoutingControlRequest": {
   278        "base": "<p>A request to update a routing control.</p>",
   279        "refs": {
   280        }
   281      },
   282      "UpdateRoutingControlResponse": {
   283        "base": "<p>The result of a successful UpdateRoutingControl request.</p>",
   284        "refs": {
   285        }
   286      },
   287      "UpdateSafetyRuleRequest": {
   288        "base": "<p>Request to update a safety rule. A safety rule can be an assertion rule or a gating rule.</p>",
   289        "refs": {
   290        }
   291      },
   292      "UpdateSafetyRuleResponse": {
   293        "base": "<p>The result of a successful UpdateSafetyRule request.</p>",
   294        "refs": {
   295        }
   296      },
   297      "ValidationException": {
   298        "base": "<p>400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you used parameters together incorrectly.</p>",
   299        "refs": {
   300        }
   301      },
   302      "__boolean": {
   303        "base": null,
   304        "refs": {
   305          "ControlPanel$DefaultControlPanel": "<p>A flag that Amazon Route 53 Application Recovery Controller sets to true to designate the default control panel for a cluster. When you create a cluster, Amazon Route 53 Application Recovery Controller creates a control panel, and sets this flag for that control panel. If you create a control panel yourself, this flag is set to false.</p>",
   306          "RuleConfig$Inverted": "<p>Logical negation of the rule. If the rule would usually evaluate true, it's evaluated as false, and vice versa.</p>"
   307        }
   308      },
   309      "__integer": {
   310        "base": null,
   311        "refs": {
   312          "AssertionRule$WaitPeriodMs": "<p>An evaluation period, in milliseconds (ms), during which any request against the target routing controls will fail. This helps prevent \"flapping\" of state. The wait period is 5000 ms by default, but you can choose a custom value.</p>",
   313          "AssertionRuleUpdate$WaitPeriodMs": "<p>An evaluation period, in milliseconds (ms), during which any request against the target routing controls will fail. This helps prevent \"flapping\" of state. The wait period is 5000 ms by default, but you can choose a custom value.</p>",
   314          "ControlPanel$RoutingControlCount": "<p>The number of routing controls in the control panel.</p>",
   315          "GatingRule$WaitPeriodMs": "<p>An evaluation period, in milliseconds (ms), during which any request against the target routing controls will fail. This helps prevent \"flapping\" of state. The wait period is 5000 ms by default, but you can choose a custom value.</p>",
   316          "GatingRuleUpdate$WaitPeriodMs": "<p>An evaluation period, in milliseconds (ms), during which any request against the target routing controls will fail. This helps prevent \"flapping\" of state. The wait period is 5000 ms by default, but you can choose a custom value.</p>",
   317          "NewAssertionRule$WaitPeriodMs": "<p>An evaluation period, in milliseconds (ms), during which any request against the target routing controls will fail. This helps prevent \"flapping\" of state. The wait period is 5000 ms by default, but you can choose a custom value.</p>",
   318          "NewGatingRule$WaitPeriodMs": "<p>An evaluation period, in milliseconds (ms), during which any request against the target routing controls will fail. This helps prevent \"flapping\" of state. The wait period is 5000 ms by default, but you can choose a custom value.</p>",
   319          "RuleConfig$Threshold": "<p>The value of N, when you specify an ATLEAST rule type. That is, Threshold is the number of controls that must be set when you specify an ATLEAST type.</p>"
   320        }
   321      },
   322      "__listOfCluster": {
   323        "base": null,
   324        "refs": {
   325          "ListClustersResponse$Clusters": "<p>An array of the clusters in an account.</p>"
   326        }
   327      },
   328      "__listOfClusterEndpoint": {
   329        "base": null,
   330        "refs": {
   331          "Cluster$ClusterEndpoints": "<p>Endpoints for a cluster. Specify one of these endpoints when you want to set or retrieve a routing control state in the cluster.</p> <p>To get or update the routing control state, see the Amazon Route 53 Application Recovery Controller Cluster (Data Plane) Actions.</p>"
   332        }
   333      },
   334      "__listOfControlPanel": {
   335        "base": null,
   336        "refs": {
   337          "ListControlPanelsResponse$ControlPanels": "<p>The result of a successful ListControlPanel request.</p>"
   338        }
   339      },
   340      "__listOfRoutingControl": {
   341        "base": null,
   342        "refs": {
   343          "ListRoutingControlsResponse$RoutingControls": "<p>An array of routing controls.</p>"
   344        }
   345      },
   346      "__listOfRule": {
   347        "base": null,
   348        "refs": {
   349          "ListSafetyRulesResponse$SafetyRules": "<p>The list of safety rules in a control panel.</p>"
   350        }
   351      },
   352      "__listOf__string": {
   353        "base": null,
   354        "refs": {
   355          "AssertionRule$AssertedControls": "<p>The routing controls that are part of transactions that are evaluated to determine if a request to change a routing control state is allowed. For example, you might include three routing controls, one for each of three Amazon Web Services Regions.</p>",
   356          "GatingRule$GatingControls": "<p>The gating controls for the gating rule. That is, routing controls that are evaluated by the rule configuration that you specify.</p>",
   357          "GatingRule$TargetControls": "<p>Routing controls that can only be set or unset if the specified RuleConfig evaluates to true for the specified GatingControls. For example, say you have three gating controls, one for each of three Amazon Web Services Regions. Now you specify ATLEAST 2 as your RuleConfig. With these settings, you can only change (set or unset) the routing controls that you have specified as TargetControls if that rule evaluates to true.</p> <p>In other words, your ability to change the routing controls that you have specified as TargetControls is gated by the rule that you set for the routing controls in GatingControls.</p>",
   358          "ListAssociatedRoute53HealthChecksResponse$HealthCheckIds": "<p>Identifiers for the health checks.</p>",
   359          "NewAssertionRule$AssertedControls": "<p>The routing controls that are part of transactions that are evaluated to determine if a request to change a routing control state is allowed. For example, you might include three routing controls, one for each of three Amazon Web Services Regions.</p>",
   360          "NewGatingRule$GatingControls": "<p>The gating controls for the new gating rule. That is, routing controls that are evaluated by the rule configuration that you specify.</p>",
   361          "NewGatingRule$TargetControls": "<p>Routing controls that can only be set or unset if the specified RuleConfig evaluates to true for the specified GatingControls. For example, say you have three gating controls, one for each of three Amazon Web Services Regions. Now you specify AtLeast 2 as your RuleConfig. With these settings, you can only change (set or unset) the routing controls that you have specified as TargetControls if that rule evaluates to true.</p> <p>In other words, your ability to change the routing controls that you have specified as TargetControls is gated by the rule that you set for the routing controls in GatingControls.</p>"
   362        }
   363      },
   364      "__string": {
   365        "base": null,
   366        "refs": {
   367          "AccessDeniedException$Message": null,
   368          "AssertionRule$ControlPanelArn": "<p>The Amazon Resource Name (ARN) of the control panel.</p>",
   369          "AssertionRule$SafetyRuleArn": "<p>The Amazon Resource Name (ARN) of the assertion rule.</p>",
   370          "AssertionRuleUpdate$SafetyRuleArn": "<p>The Amazon Resource Name (ARN) of the assertion rule.</p>",
   371          "Cluster$ClusterArn": "<p>The Amazon Resource Name (ARN) of the cluster.</p>",
   372          "ConflictException$Message": null,
   373          "ControlPanel$ClusterArn": "<p>The Amazon Resource Name (ARN) of the cluster that includes the control panel.</p>",
   374          "ControlPanel$ControlPanelArn": "<p>The Amazon Resource Name (ARN) of the control panel.</p>",
   375          "CreateControlPanelRequest$ClusterArn": "<p>The Amazon Resource Name (ARN) of the cluster for the control panel.</p>",
   376          "CreateRoutingControlRequest$ClusterArn": "<p>The Amazon Resource Name (ARN) of the cluster that includes the routing control.</p>",
   377          "CreateRoutingControlRequest$ControlPanelArn": "<p>The Amazon Resource Name (ARN) of the control panel that includes the routing control.</p>",
   378          "GatingRule$ControlPanelArn": "<p>The Amazon Resource Name (ARN) of the control panel.</p>",
   379          "GatingRule$SafetyRuleArn": "<p>The Amazon Resource Name (ARN) of the gating rule.</p>",
   380          "GatingRuleUpdate$SafetyRuleArn": "<p>The Amazon Resource Name (ARN) of the gating rule.</p>",
   381          "InternalServerException$Message": null,
   382          "NewAssertionRule$ControlPanelArn": "<p>The Amazon Resource Name (ARN) for the control panel.</p>",
   383          "NewGatingRule$ControlPanelArn": "<p>The Amazon Resource Name (ARN) of the control panel.</p>",
   384          "ResourceNotFoundException$Message": null,
   385          "RoutingControl$ControlPanelArn": "<p>The Amazon Resource Name (ARN) of the control panel that includes the routing control.</p>",
   386          "RoutingControl$RoutingControlArn": "<p>The Amazon Resource Name (ARN) of the routing control.</p>",
   387          "ServiceQuotaExceededException$Message": null,
   388          "ThrottlingException$Message": null,
   389          "UpdateControlPanelRequest$ControlPanelArn": "<p>The Amazon Resource Name (ARN) of the control panel.</p>",
   390          "UpdateRoutingControlRequest$RoutingControlArn": "<p>The Amazon Resource Name (ARN) of the routing control.</p>",
   391          "ValidationException$Message": null,
   392          "__listOf__string$member": null
   393        }
   394      },
   395      "__stringMax64": {
   396        "base": null,
   397        "refs": {
   398          "CreateClusterRequest$ClientToken": "<p>Unique client idempotency token.</p>",
   399          "CreateControlPanelRequest$ClientToken": "<p>Unique client idempotency token.</p>",
   400          "CreateRoutingControlRequest$ClientToken": "<p>Unique client idempotency token.</p>",
   401          "CreateSafetyRuleRequest$ClientToken": "<p>Unique client idempotency token.</p>"
   402        }
   403      },
   404      "__stringMax8096": {
   405        "base": null,
   406        "refs": {
   407          "ListAssociatedRoute53HealthChecksResponse$NextToken": "<p>The token that identifies which batch of results you want to see.</p>",
   408          "ListClustersResponse$NextToken": "<p>The token that identifies which batch of results you want to see.</p>",
   409          "ListControlPanelsResponse$NextToken": "<p>The token that identifies which batch of results you want to see.</p>",
   410          "ListRoutingControlsResponse$NextToken": "<p>The token that identifies which batch of results you want to see.</p>",
   411          "ListSafetyRulesResponse$NextToken": "<p>The token that identifies which batch of results you want to see.</p>"
   412        }
   413      },
   414      "__stringMin1Max128": {
   415        "base": null,
   416        "refs": {
   417          "ClusterEndpoint$Endpoint": "<p>A cluster endpoint. Specify an endpoint and Amazon Web Services Region when you want to set or retrieve a routing control state in the cluster.</p> <p>To get or update the routing control state, see the Amazon Route 53 Application Recovery Controller Cluster (Data Plane) Actions.</p>"
   418        }
   419      },
   420      "__stringMin1Max32": {
   421        "base": null,
   422        "refs": {
   423          "ClusterEndpoint$Region": "<p>The Amazon Web Services Region for a cluster endpoint.</p>"
   424        }
   425      },
   426      "__stringMin1Max64PatternS": {
   427        "base": null,
   428        "refs": {
   429          "AssertionRule$Name": "<p>Name of the assertion rule. You can use any non-white space character in the name.</p>",
   430          "AssertionRuleUpdate$Name": "<p>The name of the assertion rule. You can use any non-white space character in the name.</p>",
   431          "Cluster$Name": "<p>The name of the cluster.</p>",
   432          "ControlPanel$Name": "<p>The name of the control panel. You can use any non-white space character in the name.</p>",
   433          "CreateClusterRequest$ClusterName": "<p>The name of the cluster.</p>",
   434          "CreateControlPanelRequest$ControlPanelName": "<p>The name of the control panel.</p>",
   435          "CreateRoutingControlRequest$RoutingControlName": "<p>The name of the routing control.</p>",
   436          "GatingRule$Name": "<p>The name for the gating rule.</p>",
   437          "GatingRuleUpdate$Name": "<p>The name for the gating rule.</p>",
   438          "NewAssertionRule$Name": "<p>The name of the assertion rule. You can use any non-white space character in the name.</p>",
   439          "NewGatingRule$Name": "<p>The name for the new gating rule.</p>",
   440          "RoutingControl$Name": "<p>The name of the routing control.</p>",
   441          "UpdateControlPanelRequest$ControlPanelName": "<p>The name of the control panel.</p>",
   442          "UpdateRoutingControlRequest$RoutingControlName": "<p>The name of the routing control.</p>"
   443        }
   444      }
   445    }
   446  }