'2.0', 'service' => '

Recovery Control Configuration API Reference for Amazon Route 53 Application Recovery Controller

', 'operations' => [ 'CreateCluster' => '

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 cluster data plane.

', 'CreateControlPanel' => '

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 Amazon Web Services Region.

', 'CreateRoutingControl' => '

Creates a new 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 traffic routing.

To get or update the routing control state, see the Recovery Cluster (data plane) API actions for Amazon Route 53 Application Recovery Controller.

', 'CreateSafetyRule' => '

Creates a safety rule in a control panel. Safety rules let you add safeguards around changing routing control states, and for enabling and disabling routing controls, to help prevent unexpected outcomes.

There are two types of safety rules: assertion rules and gating rules.

Assertion rule: An assertion rule enforces that, when you change a routing control state, that a certain criteria is met. For example, the criteria might be that at least one routing control state is On after the transaction so that traffic continues to flow to at least one cell for the application. This ensures that you avoid a fail-open scenario.

Gating rule: A gating rule lets you configure a gating routing control as an overall "on/off" switch for a group of routing controls. Or, you can configure more complex gating scenarios, for example by configuring multiple gating routing controls.

For more information, see Safety rules in the Amazon Route 53 Application Recovery Controller Developer Guide.

', 'DeleteCluster' => '

Delete a cluster.

', 'DeleteControlPanel' => '

Deletes a control panel.

', 'DeleteRoutingControl' => '

Deletes a routing control.

', 'DeleteSafetyRule' => '

Deletes a safety rule.

/>', 'DescribeCluster' => '

Display the details about a cluster. The response includes the cluster name, endpoints, status, and Amazon Resource Name (ARN).

', 'DescribeControlPanel' => '

Displays details about a control panel.

', 'DescribeRoutingControl' => '

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.

To get or update the routing control state, see the Recovery Cluster (data plane) API actions for Amazon Route 53 Application Recovery Controller.

', 'DescribeSafetyRule' => '

Returns information about a safety rule.

', 'ListAssociatedRoute53HealthChecks' => '

Returns an array of all Amazon Route 53 health checks associated with a specific routing control.

', 'ListClusters' => '

Returns an array of all the clusters in an account.

', 'ListControlPanels' => '

Returns an array of control panels in an account or in a cluster.

', 'ListRoutingControls' => '

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.

', 'ListSafetyRules' => '

List the safety rules (the assertion rules and gating rules) that you\'ve defined for the routing controls in a control panel.

', 'ListTagsForResource' => '

Lists the tags for a resource.

', 'TagResource' => '

Adds a tag to a resource.

', 'UntagResource' => '

Removes a tag from a resource.

', 'UpdateControlPanel' => '

Updates a control panel. The only update you can make to a control panel is to change the name of the control panel.

', 'UpdateRoutingControl' => '

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.

', 'UpdateSafetyRule' => '

Update a safety rule (an assertion rule or gating rule). 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 one.

', ], 'shapes' => [ 'AccessDeniedException' => [ 'base' => '

403 response - You do not have sufficient access to perform this action.

', 'refs' => [], ], 'AssertionRule' => [ 'base' => '

An assertion rule enforces that, when you change a routing control state, that the criteria that you set in the rule configuration is met. Otherwise, the change to the routing control is not accepted. For example, the criteria might be that at least one routing control state is On after the transaction so that traffic continues to flow to at least one cell for the application. This ensures that you avoid a fail-open scenario.

', 'refs' => [ 'CreateSafetyRuleResponse$AssertionRule' => '

The assertion rule created.

', 'DescribeSafetyRuleResponse$AssertionRule' => '

The assertion rule in the response.

', 'Rule$ASSERTION' => '

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 state is not accepted. For example, the criteria might be that at least one routing control state is On after the transaction so that traffic continues to flow to at least one cell for the application. This ensures that you avoid a fail-open scenario.

', 'UpdateSafetyRuleResponse$AssertionRule' => '

The assertion rule updated.

', ], ], 'AssertionRuleUpdate' => [ 'base' => '

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.

', 'refs' => [ 'UpdateSafetyRuleRequest$AssertionRuleUpdate' => '

The assertion rule to update.

', ], ], 'Cluster' => [ 'base' => '

A set of five redundant Regional endpoints against which you can execute API calls to update or get the state of routing controls. You can host multiple control panels and routing controls on one cluster.

', 'refs' => [ 'CreateClusterResponse$Cluster' => '

The cluster that was created.

', 'DescribeClusterResponse$Cluster' => '

The cluster for the DescribeCluster request.

', '__listOfCluster$member' => NULL, ], ], 'ClusterEndpoint' => [ 'base' => '

A cluster endpoint. Specify an endpoint when you want to set or retrieve a routing control state in the cluster.

', 'refs' => [ '__listOfClusterEndpoint$member' => NULL, ], ], 'ConflictException' => [ 'base' => '

409 response - ConflictException. You might be using a predefined variable.

', 'refs' => [], ], 'ControlPanel' => [ 'base' => '

A control panel represents a group of routing controls that can be changed together in a single transaction.

', 'refs' => [ 'CreateControlPanelResponse$ControlPanel' => '

Information about a control panel.

', 'DescribeControlPanelResponse$ControlPanel' => '

Information about the control panel.

', 'UpdateControlPanelResponse$ControlPanel' => '

The control panel to update.

', '__listOfControlPanel$member' => NULL, ], ], 'CreateClusterRequest' => [ 'base' => '

The properties of a request to create a cluster.

', 'refs' => [], ], 'CreateClusterResponse' => [ 'base' => '

The result of a successful CreateCluster request.

', 'refs' => [], ], 'CreateControlPanelRequest' => [ 'base' => '

A request to create a control panel.

', 'refs' => [], ], 'CreateControlPanelResponse' => [ 'base' => '

The result of a successful CreateControlPanel request.

', 'refs' => [], ], 'CreateRoutingControlRequest' => [ 'base' => '

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.

', 'refs' => [], ], 'CreateRoutingControlResponse' => [ 'base' => '

The result of a successful CreateRoutingControl request.

', 'refs' => [], ], 'CreateSafetyRuleRequest' => [ 'base' => '

Request to create a safety rule. You can create either an assertion rule or a gating rule with a CreateSafetyRuleRequest call.

', 'refs' => [], ], 'CreateSafetyRuleResponse' => [ 'base' => '

The result of a successful CreateSafetyRule request.

', 'refs' => [], ], 'DeleteClusterResponse' => [ 'base' => '

A successful DeleteCluster request returns no response.

', 'refs' => [], ], 'DeleteControlPanelResponse' => [ 'base' => '

A successful DeleteControlPanel request returns no response.

', 'refs' => [], ], 'DeleteRoutingControlResponse' => [ 'base' => '

A successful DeleteRoutingControl request returns no response.

', 'refs' => [], ], 'DeleteSafetyRuleResponse' => [ 'base' => '

There is an empty response when you delete a safety rule.

/>', 'refs' => [], ], 'DescribeClusterResponse' => [ 'base' => '

The result of a successful DescribeCluster request.

', 'refs' => [], ], 'DescribeControlPanelResponse' => [ 'base' => '

The result of a successful DescribeControlPanel request.

', 'refs' => [], ], 'DescribeRoutingControlResponse' => [ 'base' => '

The result of a successful DescribeRoutingControl request.

', 'refs' => [], ], 'DescribeSafetyRuleResponse' => [ 'base' => '

The response when you send a DescribeSafetyRuleResponse request.

', 'refs' => [], ], 'GatingRule' => [ 'base' => '

A gating rule verifies that a gating routing control or set of gating routing controls, evaluates as true, based on a rule configuration that you specify, which allows a set of routing control state changes to complete.

For example, if you specify one gating routing control and you set the Type in the rule configuration to OR, that indicates that you must set the gating routing control to On for the rule to evaluate as true; that is, for the gating control "switch" to be "On". When you do that, then you can update the routing control states for the target routing controls that you specify in the gating rule.

', 'refs' => [ 'CreateSafetyRuleResponse$GatingRule' => '

The gating rule created.

', 'DescribeSafetyRuleResponse$GatingRule' => '

The gating rule in the response.

', 'Rule$GATING' => '

A gating rule verifies that a gating routing control or set of gating routing controls, evaluates as true, based on a rule configuration that you specify, which allows a set of routing control state changes to complete.

For example, if you specify one gating routing control and you set the Type in the rule configuration to OR, that indicates that you must set the gating routing control to On for the rule to evaluate as true; that is, for the gating control "switch" to be "On". When you do that, then you can update the routing control states for the target routing controls that you specify in the gating rule.

', 'UpdateSafetyRuleResponse$GatingRule' => '

The gating rule updated.

', ], ], 'GatingRuleUpdate' => [ 'base' => '

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.

', 'refs' => [ 'UpdateSafetyRuleRequest$GatingRuleUpdate' => '

The gating rule to update.

', ], ], 'InternalServerException' => [ 'base' => '

500 response - InternalServiceError. Temporary service error. Retry the request.

', 'refs' => [], ], 'ListAssociatedRoute53HealthChecksResponse' => [ 'base' => '

The result of a successful ListAssociatedRoute53HealthChecks request.

', 'refs' => [], ], 'ListClustersResponse' => [ 'base' => '

The result of a successful ListClusters request.

', 'refs' => [], ], 'ListControlPanelsResponse' => [ 'base' => '

The result of a successful ListControlPanel request.

', 'refs' => [], ], 'ListRoutingControlsResponse' => [ 'base' => '

The result of a successful ListRoutingControl request.

', 'refs' => [], ], 'ListSafetyRulesResponse' => [ 'base' => '

The response to a ListSafetyRulesRequest.

', 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => '

The result of a successful ListTagsForResource request.

', 'refs' => [], ], 'NewAssertionRule' => [ 'base' => '

A new assertion rule for a control panel.

', 'refs' => [ 'CreateSafetyRuleRequest$AssertionRule' => '

The assertion rule requested.

', ], ], 'NewGatingRule' => [ 'base' => '

A new gating rule for a control panel.

', 'refs' => [ 'CreateSafetyRuleRequest$GatingRule' => '

The gating rule requested.

', ], ], 'ResourceNotFoundException' => [ 'base' => '

404 response - MalformedQueryString. The query string contains a syntax error or resource not found.

', 'refs' => [], ], 'RoutingControl' => [ 'base' => '

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.

', 'refs' => [ 'CreateRoutingControlResponse$RoutingControl' => '

The routing control that is created.

', 'DescribeRoutingControlResponse$RoutingControl' => '

Information about the routing control.

', 'UpdateRoutingControlResponse$RoutingControl' => '

The routing control that was updated.

', '__listOfRoutingControl$member' => NULL, ], ], 'Rule' => [ 'base' => '

A safety rule. A safety rule can be an assertion rule or a gating rule.

', 'refs' => [ '__listOfRule$member' => NULL, ], ], 'RuleConfig' => [ 'base' => '

The rule configuration for an assertion rule. That is, the criteria that you set for specific assertion controls (routing controls) that specify how many control states must be ON after a transaction completes.

', 'refs' => [ 'AssertionRule$RuleConfig' => '

The criteria that you set for specific assertion routing controls (AssertedControls) that designate how many routing control states must be ON as the result of a transaction. For example, if you have three assertion routing controls, you might specify ATLEAST 2 for your rule configuration. This means that at least two assertion routing control states must be ON, so that at least two Amazon Web Services Regions have traffic flowing to them.

', 'GatingRule$RuleConfig' => '

The criteria that you set for gating routing controls that designate how many of the routing control states must be ON to allow you to update target routing control states.

', 'NewAssertionRule$RuleConfig' => '

The criteria that you set for specific assertion controls (routing controls) that designate how many control states must be ON 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 ON, so that at least two Amazon Web Services Regions have traffic flowing to them.

', 'NewGatingRule$RuleConfig' => '

The criteria that you set for specific gating controls (routing controls) that designate how many control states must be ON to allow you to change (set or unset) the target control states.

', ], ], 'RuleType' => [ 'base' => '

An enumerated type that determines how the evaluated rules are processed. RuleType can be one of the following:

ATLEAST - At least N routing controls must be set. You specify N as the Threshold in the rule configuration.

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.

OR - Any control must be set. This is a shortcut for "At least N," where N is 1.

', 'refs' => [ 'RuleConfig$Type' => '

A rule can be one of the following: ATLEAST, AND, or OR.

', ], ], 'ServiceQuotaExceededException' => [ 'base' => '

402 response - You attempted to create more resources than the service allows based on service quotas.

', 'refs' => [], ], 'Status' => [ 'base' => '

The deployment status of a resource. Status can be one of the following:

PENDING: Amazon Route 53 Application Recovery Controller is creating the resource.

DEPLOYED: The resource is deployed and ready to use.

PENDING_DELETION: Amazon Route 53 Application Recovery Controller is deleting the resource.

', 'refs' => [ 'AssertionRule$Status' => '

The deployment status of an assertion rule. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.

', 'Cluster$Status' => '

Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.

', 'ControlPanel$Status' => '

The deployment status of control panel. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.

', 'GatingRule$Status' => '

The deployment status of a gating rule. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.

', 'RoutingControl$Status' => '

The deployment status of a routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.

', ], ], 'TagResourceRequest' => [ 'base' => '

Request to tag a resource.

', 'refs' => [], ], 'TagResourceResponse' => [ 'base' => '

The result of a successful TagResource request.

', 'refs' => [], ], 'ThrottlingException' => [ 'base' => '

429 response - LimitExceededException or TooManyRequestsException.

', 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => '

The result of a successful UntagResource request.

', 'refs' => [], ], 'UpdateControlPanelRequest' => [ 'base' => '

Updates an existing control panel.

', 'refs' => [], ], 'UpdateControlPanelResponse' => [ 'base' => '

The result of a successful UpdateControlPanel request.

', 'refs' => [], ], 'UpdateRoutingControlRequest' => [ 'base' => '

A request to update a routing control.

', 'refs' => [], ], 'UpdateRoutingControlResponse' => [ 'base' => '

The result of a successful UpdateRoutingControl request.

', 'refs' => [], ], 'UpdateSafetyRuleRequest' => [ 'base' => '

Request to update a safety rule. A safety rule can be an assertion rule or a gating rule.

', 'refs' => [], ], 'UpdateSafetyRuleResponse' => [ 'base' => '

The result of a successful UpdateSafetyRule request.

', 'refs' => [], ], 'ValidationException' => [ 'base' => '

400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.

', 'refs' => [], ], '__boolean' => [ 'base' => NULL, 'refs' => [ 'ControlPanel$DefaultControlPanel' => '

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.

', 'RuleConfig$Inverted' => '

Logical negation of the rule. If the rule would usually evaluate true, it\'s evaluated as false, and vice versa.

', ], ], '__integer' => [ 'base' => NULL, 'refs' => [ 'AssertionRule$WaitPeriodMs' => '

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.

', 'AssertionRuleUpdate$WaitPeriodMs' => '

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.

', 'ControlPanel$RoutingControlCount' => '

The number of routing controls in the control panel.

', 'GatingRule$WaitPeriodMs' => '

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.

', 'GatingRuleUpdate$WaitPeriodMs' => '

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.

', 'NewAssertionRule$WaitPeriodMs' => '

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.

', 'NewGatingRule$WaitPeriodMs' => '

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.

', 'RuleConfig$Threshold' => '

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.

', ], ], '__listOfCluster' => [ 'base' => NULL, 'refs' => [ 'ListClustersResponse$Clusters' => '

An array of the clusters in an account.

', ], ], '__listOfClusterEndpoint' => [ 'base' => NULL, 'refs' => [ 'Cluster$ClusterEndpoints' => '

Endpoints for a cluster. Specify one of these endpoints when you want to set or retrieve a routing control state in the cluster.

To get or update the routing control state, see the Amazon Route 53 Application Recovery Controller Routing Control Actions.

', ], ], '__listOfControlPanel' => [ 'base' => NULL, 'refs' => [ 'ListControlPanelsResponse$ControlPanels' => '

The result of a successful ListControlPanel request.

', ], ], '__listOfRoutingControl' => [ 'base' => NULL, 'refs' => [ 'ListRoutingControlsResponse$RoutingControls' => '

An array of routing controls.

', ], ], '__listOfRule' => [ 'base' => NULL, 'refs' => [ 'ListSafetyRulesResponse$SafetyRules' => '

The list of safety rules in a control panel.

', ], ], '__listOf__stringMax36PatternS' => [ 'base' => NULL, 'refs' => [ 'ListAssociatedRoute53HealthChecksResponse$HealthCheckIds' => '

Identifiers for the health checks.

', ], ], '__listOf__stringMin1Max256PatternAZaZ09' => [ 'base' => NULL, 'refs' => [ 'AssertionRule$AssertedControls' => '

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.

', 'GatingRule$GatingControls' => '

An array of gating routing control Amazon Resource Names (ARNs). For a simple "on/off" switch, specify the ARN for one routing control. The gating routing controls are evaluated by the rule configuration that you specify to determine if the target routing control states can be changed.

', 'GatingRule$TargetControls' => '

An array of target routing control Amazon Resource Names (ARNs) for which the states can only be updated if the rule configuration that you specify evaluates to true for the gating routing control. As a simple example, if you have a single gating control, it acts as an overall "on/off" switch for a set of target routing controls. You can use this to manually override automated failover, for example.

', 'NewAssertionRule$AssertedControls' => '

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.

', 'NewGatingRule$GatingControls' => '

The gating controls for the new gating rule. That is, routing controls that are evaluated by the rule configuration that you specify.

', 'NewGatingRule$TargetControls' => '

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.

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.

', ], ], '__mapOf__stringMin0Max256PatternS' => [ 'base' => NULL, 'refs' => [ 'CreateClusterRequest$Tags' => '

The tags associated with the cluster.

', 'CreateControlPanelRequest$Tags' => '

The tags associated with the control panel.

', 'CreateSafetyRuleRequest$Tags' => '

The tags associated with the safety rule.

', 'ListTagsForResourceResponse$Tags' => '

The tags associated with the resource.

', 'TagResourceRequest$Tags' => '

The tags associated with the resource.

', ], ], '__string' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$Message' => NULL, 'ConflictException$Message' => NULL, 'InternalServerException$Message' => NULL, 'ResourceNotFoundException$Message' => NULL, 'ServiceQuotaExceededException$Message' => NULL, 'ThrottlingException$Message' => NULL, 'ValidationException$Message' => NULL, ], ], '__stringMax36PatternS' => [ 'base' => NULL, 'refs' => [ '__listOf__stringMax36PatternS$member' => NULL, ], ], '__stringMin0Max256PatternS' => [ 'base' => NULL, 'refs' => [ '__mapOf__stringMin0Max256PatternS$member' => NULL, ], ], '__stringMin1Max128PatternAZaZ09' => [ 'base' => NULL, 'refs' => [ 'ClusterEndpoint$Endpoint' => '

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.

To get or update the routing control state, see the Amazon Route 53 Application Recovery Controller Routing Control Actions.

', ], ], '__stringMin1Max256PatternAZaZ09' => [ 'base' => NULL, 'refs' => [ 'AssertionRule$ControlPanelArn' => '

The Amazon Resource Name (ARN) of the control panel.

', 'AssertionRule$SafetyRuleArn' => '

The Amazon Resource Name (ARN) of the assertion rule.

', 'AssertionRuleUpdate$SafetyRuleArn' => '

The Amazon Resource Name (ARN) of the assertion rule.

', 'Cluster$ClusterArn' => '

The Amazon Resource Name (ARN) of the cluster.

', 'ControlPanel$ClusterArn' => '

The Amazon Resource Name (ARN) of the cluster that includes the control panel.

', 'ControlPanel$ControlPanelArn' => '

The Amazon Resource Name (ARN) of the control panel.

', 'CreateControlPanelRequest$ClusterArn' => '

The Amazon Resource Name (ARN) of the cluster for the control panel.

', 'CreateRoutingControlRequest$ClusterArn' => '

The Amazon Resource Name (ARN) of the cluster that includes the routing control.

', 'CreateRoutingControlRequest$ControlPanelArn' => '

The Amazon Resource Name (ARN) of the control panel that includes the routing control.

', 'GatingRule$ControlPanelArn' => '

The Amazon Resource Name (ARN) of the control panel.

', 'GatingRule$SafetyRuleArn' => '

The Amazon Resource Name (ARN) of the gating rule.

', 'GatingRuleUpdate$SafetyRuleArn' => '

The Amazon Resource Name (ARN) of the gating rule.

', 'NewAssertionRule$ControlPanelArn' => '

The Amazon Resource Name (ARN) for the control panel.

', 'NewGatingRule$ControlPanelArn' => '

The Amazon Resource Name (ARN) of the control panel.

', 'RoutingControl$ControlPanelArn' => '

The Amazon Resource Name (ARN) of the control panel that includes the routing control.

', 'RoutingControl$RoutingControlArn' => '

The Amazon Resource Name (ARN) of the routing control.

', 'UpdateControlPanelRequest$ControlPanelArn' => '

The Amazon Resource Name (ARN) of the control panel.

', 'UpdateRoutingControlRequest$RoutingControlArn' => '

The Amazon Resource Name (ARN) of the routing control.

', '__listOf__stringMin1Max256PatternAZaZ09$member' => NULL, ], ], '__stringMin1Max32PatternS' => [ 'base' => NULL, 'refs' => [ 'ClusterEndpoint$Region' => '

The Amazon Web Services Region for a cluster endpoint.

', ], ], '__stringMin1Max64PatternS' => [ 'base' => NULL, 'refs' => [ 'AssertionRule$Name' => '

Name of the assertion rule. You can use any non-white space character in the name.

', 'AssertionRuleUpdate$Name' => '

The name of the assertion rule. You can use any non-white space character in the name.

', 'Cluster$Name' => '

The name of the cluster.

', 'ControlPanel$Name' => '

The name of the control panel. You can use any non-white space character in the name.

', 'CreateClusterRequest$ClientToken' => '

A unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request with an action, specify a client token in the request.

', 'CreateClusterRequest$ClusterName' => '

The name of the cluster.

', 'CreateControlPanelRequest$ClientToken' => '

A unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request with an action, specify a client token in the request.

', 'CreateControlPanelRequest$ControlPanelName' => '

The name of the control panel.

', 'CreateRoutingControlRequest$ClientToken' => '

A unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request with an action, specify a client token in the request.

', 'CreateRoutingControlRequest$RoutingControlName' => '

The name of the routing control.

', 'CreateSafetyRuleRequest$ClientToken' => '

A unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request with an action, specify a client token in the request.

', 'GatingRule$Name' => '

The name for the gating rule. You can use any non-white space character in the name.

', 'GatingRuleUpdate$Name' => '

The name for the gating rule. You can use any non-white space character in the name.

', 'NewAssertionRule$Name' => '

The name of the assertion rule. You can use any non-white space character in the name.

', 'NewGatingRule$Name' => '

The name for the new gating rule.

', 'RoutingControl$Name' => '

The name of the routing control.

', 'UpdateControlPanelRequest$ControlPanelName' => '

The name of the control panel.

', 'UpdateRoutingControlRequest$RoutingControlName' => '

The name of the routing control.

', ], ], '__stringMin1Max8096PatternS' => [ 'base' => NULL, 'refs' => [ 'ListAssociatedRoute53HealthChecksResponse$NextToken' => '

Next token for listing health checks.

', 'ListClustersResponse$NextToken' => '

The token that identifies which batch of results you want to see.

', 'ListControlPanelsResponse$NextToken' => '

The token that identifies which batch of results you want to see.

', 'ListRoutingControlsResponse$NextToken' => '

The token that identifies which batch of results you want to see.

', 'ListSafetyRulesResponse$NextToken' => '

The token that identifies which batch of results you want to see.

', ], ], ],];