Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Operations
- DescribeControlPanel
- CreateRoutingControl
- DescribeCluster
- DeleteRoutingControl
- UpdateRoutingControl
- CreateControlPanel
- UpdateControlPanel
- DeleteControlPanel
- DeleteCluster
- CreateSafetyRule
- CreateCluster
- ListAssociatedRoute53HealthChecks
- DescribeSafetyRule
- ListRoutingControls
- ListControlPanels
- UpdateSafetyRule
- DeleteSafetyRule
- ListClusters
- ListSafetyRules
- DescribeRoutingControl
- Types
Synopsis
- describeControlPanel_controlPanelArn :: Lens' DescribeControlPanel Text
- describeControlPanelResponse_controlPanel :: Lens' DescribeControlPanelResponse (Maybe ControlPanel)
- describeControlPanelResponse_httpStatus :: Lens' DescribeControlPanelResponse Int
- createRoutingControl_controlPanelArn :: Lens' CreateRoutingControl (Maybe Text)
- createRoutingControl_clientToken :: Lens' CreateRoutingControl (Maybe Text)
- createRoutingControl_clusterArn :: Lens' CreateRoutingControl Text
- createRoutingControl_routingControlName :: Lens' CreateRoutingControl Text
- createRoutingControlResponse_routingControl :: Lens' CreateRoutingControlResponse (Maybe RoutingControl)
- createRoutingControlResponse_httpStatus :: Lens' CreateRoutingControlResponse Int
- describeCluster_clusterArn :: Lens' DescribeCluster Text
- describeClusterResponse_cluster :: Lens' DescribeClusterResponse (Maybe Cluster)
- describeClusterResponse_httpStatus :: Lens' DescribeClusterResponse Int
- deleteRoutingControl_routingControlArn :: Lens' DeleteRoutingControl Text
- deleteRoutingControlResponse_httpStatus :: Lens' DeleteRoutingControlResponse Int
- updateRoutingControl_routingControlName :: Lens' UpdateRoutingControl Text
- updateRoutingControl_routingControlArn :: Lens' UpdateRoutingControl Text
- updateRoutingControlResponse_routingControl :: Lens' UpdateRoutingControlResponse (Maybe RoutingControl)
- updateRoutingControlResponse_httpStatus :: Lens' UpdateRoutingControlResponse Int
- createControlPanel_clientToken :: Lens' CreateControlPanel (Maybe Text)
- createControlPanel_clusterArn :: Lens' CreateControlPanel Text
- createControlPanel_controlPanelName :: Lens' CreateControlPanel Text
- createControlPanelResponse_controlPanel :: Lens' CreateControlPanelResponse (Maybe ControlPanel)
- createControlPanelResponse_httpStatus :: Lens' CreateControlPanelResponse Int
- updateControlPanel_controlPanelArn :: Lens' UpdateControlPanel Text
- updateControlPanel_controlPanelName :: Lens' UpdateControlPanel Text
- updateControlPanelResponse_controlPanel :: Lens' UpdateControlPanelResponse (Maybe ControlPanel)
- updateControlPanelResponse_httpStatus :: Lens' UpdateControlPanelResponse Int
- deleteControlPanel_controlPanelArn :: Lens' DeleteControlPanel Text
- deleteControlPanelResponse_httpStatus :: Lens' DeleteControlPanelResponse Int
- deleteCluster_clusterArn :: Lens' DeleteCluster Text
- deleteClusterResponse_httpStatus :: Lens' DeleteClusterResponse Int
- createSafetyRule_assertionRule :: Lens' CreateSafetyRule (Maybe NewAssertionRule)
- createSafetyRule_clientToken :: Lens' CreateSafetyRule (Maybe Text)
- createSafetyRule_gatingRule :: Lens' CreateSafetyRule (Maybe NewGatingRule)
- createSafetyRuleResponse_assertionRule :: Lens' CreateSafetyRuleResponse (Maybe AssertionRule)
- createSafetyRuleResponse_gatingRule :: Lens' CreateSafetyRuleResponse (Maybe GatingRule)
- createSafetyRuleResponse_httpStatus :: Lens' CreateSafetyRuleResponse Int
- createCluster_clientToken :: Lens' CreateCluster (Maybe Text)
- createCluster_clusterName :: Lens' CreateCluster Text
- createClusterResponse_cluster :: Lens' CreateClusterResponse (Maybe Cluster)
- createClusterResponse_httpStatus :: Lens' CreateClusterResponse Int
- listAssociatedRoute53HealthChecks_nextToken :: Lens' ListAssociatedRoute53HealthChecks (Maybe Text)
- listAssociatedRoute53HealthChecks_maxResults :: Lens' ListAssociatedRoute53HealthChecks (Maybe Natural)
- listAssociatedRoute53HealthChecks_routingControlArn :: Lens' ListAssociatedRoute53HealthChecks Text
- listAssociatedRoute53HealthChecksResponse_nextToken :: Lens' ListAssociatedRoute53HealthChecksResponse (Maybe Text)
- listAssociatedRoute53HealthChecksResponse_healthCheckIds :: Lens' ListAssociatedRoute53HealthChecksResponse (Maybe [Text])
- listAssociatedRoute53HealthChecksResponse_httpStatus :: Lens' ListAssociatedRoute53HealthChecksResponse Int
- describeSafetyRule_safetyRuleArn :: Lens' DescribeSafetyRule Text
- describeSafetyRuleResponse_assertionRule :: Lens' DescribeSafetyRuleResponse (Maybe AssertionRule)
- describeSafetyRuleResponse_gatingRule :: Lens' DescribeSafetyRuleResponse (Maybe GatingRule)
- describeSafetyRuleResponse_httpStatus :: Lens' DescribeSafetyRuleResponse Int
- listRoutingControls_nextToken :: Lens' ListRoutingControls (Maybe Text)
- listRoutingControls_maxResults :: Lens' ListRoutingControls (Maybe Natural)
- listRoutingControls_controlPanelArn :: Lens' ListRoutingControls Text
- listRoutingControlsResponse_nextToken :: Lens' ListRoutingControlsResponse (Maybe Text)
- listRoutingControlsResponse_routingControls :: Lens' ListRoutingControlsResponse (Maybe [RoutingControl])
- listRoutingControlsResponse_httpStatus :: Lens' ListRoutingControlsResponse Int
- listControlPanels_clusterArn :: Lens' ListControlPanels (Maybe Text)
- listControlPanels_nextToken :: Lens' ListControlPanels (Maybe Text)
- listControlPanels_maxResults :: Lens' ListControlPanels (Maybe Natural)
- listControlPanelsResponse_nextToken :: Lens' ListControlPanelsResponse (Maybe Text)
- listControlPanelsResponse_controlPanels :: Lens' ListControlPanelsResponse (Maybe [ControlPanel])
- listControlPanelsResponse_httpStatus :: Lens' ListControlPanelsResponse Int
- updateSafetyRule_gatingRuleUpdate :: Lens' UpdateSafetyRule (Maybe GatingRuleUpdate)
- updateSafetyRule_assertionRuleUpdate :: Lens' UpdateSafetyRule (Maybe AssertionRuleUpdate)
- updateSafetyRuleResponse_assertionRule :: Lens' UpdateSafetyRuleResponse (Maybe AssertionRule)
- updateSafetyRuleResponse_gatingRule :: Lens' UpdateSafetyRuleResponse (Maybe GatingRule)
- updateSafetyRuleResponse_httpStatus :: Lens' UpdateSafetyRuleResponse Int
- deleteSafetyRule_safetyRuleArn :: Lens' DeleteSafetyRule Text
- deleteSafetyRuleResponse_httpStatus :: Lens' DeleteSafetyRuleResponse Int
- listClusters_nextToken :: Lens' ListClusters (Maybe Text)
- listClusters_maxResults :: Lens' ListClusters (Maybe Natural)
- listClustersResponse_nextToken :: Lens' ListClustersResponse (Maybe Text)
- listClustersResponse_clusters :: Lens' ListClustersResponse (Maybe [Cluster])
- listClustersResponse_httpStatus :: Lens' ListClustersResponse Int
- listSafetyRules_nextToken :: Lens' ListSafetyRules (Maybe Text)
- listSafetyRules_maxResults :: Lens' ListSafetyRules (Maybe Natural)
- listSafetyRules_controlPanelArn :: Lens' ListSafetyRules Text
- listSafetyRulesResponse_nextToken :: Lens' ListSafetyRulesResponse (Maybe Text)
- listSafetyRulesResponse_safetyRules :: Lens' ListSafetyRulesResponse (Maybe [Rule])
- listSafetyRulesResponse_httpStatus :: Lens' ListSafetyRulesResponse Int
- describeRoutingControl_routingControlArn :: Lens' DescribeRoutingControl Text
- describeRoutingControlResponse_routingControl :: Lens' DescribeRoutingControlResponse (Maybe RoutingControl)
- describeRoutingControlResponse_httpStatus :: Lens' DescribeRoutingControlResponse Int
- assertionRule_status :: Lens' AssertionRule Status
- assertionRule_controlPanelArn :: Lens' AssertionRule Text
- assertionRule_safetyRuleArn :: Lens' AssertionRule Text
- assertionRule_assertedControls :: Lens' AssertionRule [Text]
- assertionRule_ruleConfig :: Lens' AssertionRule RuleConfig
- assertionRule_waitPeriodMs :: Lens' AssertionRule Int
- assertionRule_name :: Lens' AssertionRule Text
- assertionRuleUpdate_safetyRuleArn :: Lens' AssertionRuleUpdate Text
- assertionRuleUpdate_waitPeriodMs :: Lens' AssertionRuleUpdate Int
- assertionRuleUpdate_name :: Lens' AssertionRuleUpdate Text
- cluster_status :: Lens' Cluster (Maybe Status)
- cluster_clusterArn :: Lens' Cluster (Maybe Text)
- cluster_name :: Lens' Cluster (Maybe Text)
- cluster_clusterEndpoints :: Lens' Cluster (Maybe [ClusterEndpoint])
- clusterEndpoint_region :: Lens' ClusterEndpoint (Maybe Text)
- clusterEndpoint_endpoint :: Lens' ClusterEndpoint (Maybe Text)
- controlPanel_status :: Lens' ControlPanel (Maybe Status)
- controlPanel_controlPanelArn :: Lens' ControlPanel (Maybe Text)
- controlPanel_clusterArn :: Lens' ControlPanel (Maybe Text)
- controlPanel_routingControlCount :: Lens' ControlPanel (Maybe Int)
- controlPanel_name :: Lens' ControlPanel (Maybe Text)
- controlPanel_defaultControlPanel :: Lens' ControlPanel (Maybe Bool)
- gatingRule_status :: Lens' GatingRule Status
- gatingRule_targetControls :: Lens' GatingRule [Text]
- gatingRule_controlPanelArn :: Lens' GatingRule Text
- gatingRule_safetyRuleArn :: Lens' GatingRule Text
- gatingRule_gatingControls :: Lens' GatingRule [Text]
- gatingRule_ruleConfig :: Lens' GatingRule RuleConfig
- gatingRule_waitPeriodMs :: Lens' GatingRule Int
- gatingRule_name :: Lens' GatingRule Text
- gatingRuleUpdate_safetyRuleArn :: Lens' GatingRuleUpdate Text
- gatingRuleUpdate_waitPeriodMs :: Lens' GatingRuleUpdate Int
- gatingRuleUpdate_name :: Lens' GatingRuleUpdate Text
- newAssertionRule_controlPanelArn :: Lens' NewAssertionRule Text
- newAssertionRule_assertedControls :: Lens' NewAssertionRule [Text]
- newAssertionRule_ruleConfig :: Lens' NewAssertionRule RuleConfig
- newAssertionRule_waitPeriodMs :: Lens' NewAssertionRule Int
- newAssertionRule_name :: Lens' NewAssertionRule Text
- newGatingRule_targetControls :: Lens' NewGatingRule [Text]
- newGatingRule_controlPanelArn :: Lens' NewGatingRule Text
- newGatingRule_gatingControls :: Lens' NewGatingRule [Text]
- newGatingRule_ruleConfig :: Lens' NewGatingRule RuleConfig
- newGatingRule_waitPeriodMs :: Lens' NewGatingRule Int
- newGatingRule_name :: Lens' NewGatingRule Text
- routingControl_status :: Lens' RoutingControl (Maybe Status)
- routingControl_controlPanelArn :: Lens' RoutingControl (Maybe Text)
- routingControl_name :: Lens' RoutingControl (Maybe Text)
- routingControl_routingControlArn :: Lens' RoutingControl (Maybe Text)
- rule_gating :: Lens' Rule (Maybe GatingRule)
- rule_assertion :: Lens' Rule (Maybe AssertionRule)
- ruleConfig_type :: Lens' RuleConfig RuleType
- ruleConfig_inverted :: Lens' RuleConfig Bool
- ruleConfig_threshold :: Lens' RuleConfig Int
Operations
DescribeControlPanel
describeControlPanel_controlPanelArn :: Lens' DescribeControlPanel Text Source #
The Amazon Resource Name (ARN) of the control panel that you're getting details for.
describeControlPanelResponse_controlPanel :: Lens' DescribeControlPanelResponse (Maybe ControlPanel) Source #
Information about the control panel.
describeControlPanelResponse_httpStatus :: Lens' DescribeControlPanelResponse Int Source #
The response's http status code.
CreateRoutingControl
createRoutingControl_controlPanelArn :: Lens' CreateRoutingControl (Maybe Text) Source #
The Amazon Resource Name (ARN) of the control panel that includes the routing control.
createRoutingControl_clientToken :: Lens' CreateRoutingControl (Maybe Text) Source #
Unique client idempotency token.
createRoutingControl_clusterArn :: Lens' CreateRoutingControl Text Source #
The Amazon Resource Name (ARN) of the cluster that includes the routing control.
createRoutingControl_routingControlName :: Lens' CreateRoutingControl Text Source #
The name of the routing control.
createRoutingControlResponse_routingControl :: Lens' CreateRoutingControlResponse (Maybe RoutingControl) Source #
The routing control that is created.
createRoutingControlResponse_httpStatus :: Lens' CreateRoutingControlResponse Int Source #
The response's http status code.
DescribeCluster
describeCluster_clusterArn :: Lens' DescribeCluster Text Source #
The Amazon Resource Name (ARN) of the cluster that you're getting details for.
describeClusterResponse_cluster :: Lens' DescribeClusterResponse (Maybe Cluster) Source #
The cluster for the DescribeCluster request.
describeClusterResponse_httpStatus :: Lens' DescribeClusterResponse Int Source #
The response's http status code.
DeleteRoutingControl
deleteRoutingControl_routingControlArn :: Lens' DeleteRoutingControl Text Source #
The Amazon Resource Name (ARN) of the routing control that you're deleting.
deleteRoutingControlResponse_httpStatus :: Lens' DeleteRoutingControlResponse Int Source #
The response's http status code.
UpdateRoutingControl
updateRoutingControl_routingControlName :: Lens' UpdateRoutingControl Text Source #
The name of the routing control.
updateRoutingControl_routingControlArn :: Lens' UpdateRoutingControl Text Source #
The Amazon Resource Name (ARN) of the routing control.
updateRoutingControlResponse_routingControl :: Lens' UpdateRoutingControlResponse (Maybe RoutingControl) Source #
The routing control that was updated.
updateRoutingControlResponse_httpStatus :: Lens' UpdateRoutingControlResponse Int Source #
The response's http status code.
CreateControlPanel
createControlPanel_clientToken :: Lens' CreateControlPanel (Maybe Text) Source #
Unique client idempotency token.
createControlPanel_clusterArn :: Lens' CreateControlPanel Text Source #
The Amazon Resource Name (ARN) of the cluster for the control panel.
createControlPanel_controlPanelName :: Lens' CreateControlPanel Text Source #
The name of the control panel.
createControlPanelResponse_controlPanel :: Lens' CreateControlPanelResponse (Maybe ControlPanel) Source #
Information about a control panel.
createControlPanelResponse_httpStatus :: Lens' CreateControlPanelResponse Int Source #
The response's http status code.
UpdateControlPanel
updateControlPanel_controlPanelArn :: Lens' UpdateControlPanel Text Source #
The Amazon Resource Name (ARN) of the control panel.
updateControlPanel_controlPanelName :: Lens' UpdateControlPanel Text Source #
The name of the control panel.
updateControlPanelResponse_controlPanel :: Lens' UpdateControlPanelResponse (Maybe ControlPanel) Source #
The control panel to update.
updateControlPanelResponse_httpStatus :: Lens' UpdateControlPanelResponse Int Source #
The response's http status code.
DeleteControlPanel
deleteControlPanel_controlPanelArn :: Lens' DeleteControlPanel Text Source #
The Amazon Resource Name (ARN) of the control panel that you're deleting.
deleteControlPanelResponse_httpStatus :: Lens' DeleteControlPanelResponse Int Source #
The response's http status code.
DeleteCluster
deleteCluster_clusterArn :: Lens' DeleteCluster Text Source #
The Amazon Resource Name (ARN) of the cluster that you're deleting.
deleteClusterResponse_httpStatus :: Lens' DeleteClusterResponse Int Source #
The response's http status code.
CreateSafetyRule
createSafetyRule_assertionRule :: Lens' CreateSafetyRule (Maybe NewAssertionRule) Source #
Undocumented member.
createSafetyRule_clientToken :: Lens' CreateSafetyRule (Maybe Text) Source #
Unique client idempotency token.
createSafetyRule_gatingRule :: Lens' CreateSafetyRule (Maybe NewGatingRule) Source #
Undocumented member.
createSafetyRuleResponse_assertionRule :: Lens' CreateSafetyRuleResponse (Maybe AssertionRule) Source #
Undocumented member.
createSafetyRuleResponse_gatingRule :: Lens' CreateSafetyRuleResponse (Maybe GatingRule) Source #
Undocumented member.
createSafetyRuleResponse_httpStatus :: Lens' CreateSafetyRuleResponse Int Source #
The response's http status code.
CreateCluster
createCluster_clientToken :: Lens' CreateCluster (Maybe Text) Source #
Unique client idempotency token.
createCluster_clusterName :: Lens' CreateCluster Text Source #
The name of the cluster.
createClusterResponse_cluster :: Lens' CreateClusterResponse (Maybe Cluster) Source #
The cluster that was created.
createClusterResponse_httpStatus :: Lens' CreateClusterResponse Int Source #
The response's http status code.
ListAssociatedRoute53HealthChecks
listAssociatedRoute53HealthChecks_nextToken :: Lens' ListAssociatedRoute53HealthChecks (Maybe Text) Source #
The token that identifies which batch of results you want to see.
listAssociatedRoute53HealthChecks_maxResults :: Lens' ListAssociatedRoute53HealthChecks (Maybe Natural) Source #
The number of objects that you want to return with this call.
listAssociatedRoute53HealthChecks_routingControlArn :: Lens' ListAssociatedRoute53HealthChecks Text Source #
The Amazon Resource Name (ARN) of the routing control that you're getting details for.
listAssociatedRoute53HealthChecksResponse_nextToken :: Lens' ListAssociatedRoute53HealthChecksResponse (Maybe Text) Source #
The token that identifies which batch of results you want to see.
listAssociatedRoute53HealthChecksResponse_healthCheckIds :: Lens' ListAssociatedRoute53HealthChecksResponse (Maybe [Text]) Source #
Identifiers for the health checks.
listAssociatedRoute53HealthChecksResponse_httpStatus :: Lens' ListAssociatedRoute53HealthChecksResponse Int Source #
The response's http status code.
DescribeSafetyRule
describeSafetyRule_safetyRuleArn :: Lens' DescribeSafetyRule Text Source #
The request body that you include when you update a safety rule.
describeSafetyRuleResponse_assertionRule :: Lens' DescribeSafetyRuleResponse (Maybe AssertionRule) Source #
Undocumented member.
describeSafetyRuleResponse_gatingRule :: Lens' DescribeSafetyRuleResponse (Maybe GatingRule) Source #
Undocumented member.
describeSafetyRuleResponse_httpStatus :: Lens' DescribeSafetyRuleResponse Int Source #
The response's http status code.
ListRoutingControls
listRoutingControls_nextToken :: Lens' ListRoutingControls (Maybe Text) Source #
The token that identifies which batch of results you want to see.
listRoutingControls_maxResults :: Lens' ListRoutingControls (Maybe Natural) Source #
The number of objects that you want to return with this call.
listRoutingControls_controlPanelArn :: Lens' ListRoutingControls Text Source #
The Amazon Resource Name (ARN) of the control panel that you're getting routing control details for.
listRoutingControlsResponse_nextToken :: Lens' ListRoutingControlsResponse (Maybe Text) Source #
The token that identifies which batch of results you want to see.
listRoutingControlsResponse_routingControls :: Lens' ListRoutingControlsResponse (Maybe [RoutingControl]) Source #
An array of routing controls.
listRoutingControlsResponse_httpStatus :: Lens' ListRoutingControlsResponse Int Source #
The response's http status code.
ListControlPanels
listControlPanels_clusterArn :: Lens' ListControlPanels (Maybe Text) Source #
The Amazon Resource Name (ARN) of a cluster.
listControlPanels_nextToken :: Lens' ListControlPanels (Maybe Text) Source #
The token that identifies which batch of results you want to see.
listControlPanels_maxResults :: Lens' ListControlPanels (Maybe Natural) Source #
The number of objects that you want to return with this call.
listControlPanelsResponse_nextToken :: Lens' ListControlPanelsResponse (Maybe Text) Source #
The token that identifies which batch of results you want to see.
listControlPanelsResponse_controlPanels :: Lens' ListControlPanelsResponse (Maybe [ControlPanel]) Source #
The result of a successful ListControlPanel request.
listControlPanelsResponse_httpStatus :: Lens' ListControlPanelsResponse Int Source #
The response's http status code.
UpdateSafetyRule
updateSafetyRule_gatingRuleUpdate :: Lens' UpdateSafetyRule (Maybe GatingRuleUpdate) Source #
Undocumented member.
updateSafetyRule_assertionRuleUpdate :: Lens' UpdateSafetyRule (Maybe AssertionRuleUpdate) Source #
Undocumented member.
updateSafetyRuleResponse_assertionRule :: Lens' UpdateSafetyRuleResponse (Maybe AssertionRule) Source #
Undocumented member.
updateSafetyRuleResponse_gatingRule :: Lens' UpdateSafetyRuleResponse (Maybe GatingRule) Source #
Undocumented member.
updateSafetyRuleResponse_httpStatus :: Lens' UpdateSafetyRuleResponse Int Source #
The response's http status code.
DeleteSafetyRule
deleteSafetyRule_safetyRuleArn :: Lens' DeleteSafetyRule Text Source #
The request body that you include when you update a safety rule.
deleteSafetyRuleResponse_httpStatus :: Lens' DeleteSafetyRuleResponse Int Source #
The response's http status code.
ListClusters
listClusters_nextToken :: Lens' ListClusters (Maybe Text) Source #
The token that identifies which batch of results you want to see.
listClusters_maxResults :: Lens' ListClusters (Maybe Natural) Source #
The number of objects that you want to return with this call.
listClustersResponse_nextToken :: Lens' ListClustersResponse (Maybe Text) Source #
The token that identifies which batch of results you want to see.
listClustersResponse_clusters :: Lens' ListClustersResponse (Maybe [Cluster]) Source #
An array of the clusters in an account.
listClustersResponse_httpStatus :: Lens' ListClustersResponse Int Source #
The response's http status code.
ListSafetyRules
listSafetyRules_nextToken :: Lens' ListSafetyRules (Maybe Text) Source #
The token that identifies which batch of results you want to see.
listSafetyRules_maxResults :: Lens' ListSafetyRules (Maybe Natural) Source #
The number of objects that you want to return with this call.
listSafetyRules_controlPanelArn :: Lens' ListSafetyRules Text Source #
The Amazon Resource Name (ARN) of the control panel that you're getting details for.
listSafetyRulesResponse_nextToken :: Lens' ListSafetyRulesResponse (Maybe Text) Source #
The token that identifies which batch of results you want to see.
listSafetyRulesResponse_safetyRules :: Lens' ListSafetyRulesResponse (Maybe [Rule]) Source #
The list of safety rules in a control panel.
listSafetyRulesResponse_httpStatus :: Lens' ListSafetyRulesResponse Int Source #
The response's http status code.
DescribeRoutingControl
describeRoutingControl_routingControlArn :: Lens' DescribeRoutingControl Text Source #
The Amazon Resource Name (ARN) of the routing control that you're getting details for.
describeRoutingControlResponse_routingControl :: Lens' DescribeRoutingControlResponse (Maybe RoutingControl) Source #
Information about the routing control.
describeRoutingControlResponse_httpStatus :: Lens' DescribeRoutingControlResponse Int Source #
The response's http status code.
Types
AssertionRule
assertionRule_status :: Lens' AssertionRule Status Source #
The deployment status of an assertion rule. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
assertionRule_controlPanelArn :: Lens' AssertionRule Text Source #
The Amazon Resource Name (ARN) of the control panel.
assertionRule_safetyRuleArn :: Lens' AssertionRule Text Source #
The Amazon Resource Name (ARN) of the assertion rule.
assertionRule_assertedControls :: Lens' AssertionRule [Text] Source #
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.
assertionRule_ruleConfig :: Lens' AssertionRule RuleConfig Source #
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.
assertionRule_waitPeriodMs :: Lens' AssertionRule Int Source #
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.
assertionRule_name :: Lens' AssertionRule Text Source #
Name of the assertion rule. You can use any non-white space character in the name.
AssertionRuleUpdate
assertionRuleUpdate_safetyRuleArn :: Lens' AssertionRuleUpdate Text Source #
The Amazon Resource Name (ARN) of the assertion rule.
assertionRuleUpdate_waitPeriodMs :: Lens' AssertionRuleUpdate Int Source #
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_name :: Lens' AssertionRuleUpdate Text Source #
The name of the assertion rule. You can use any non-white space character in the name.
Cluster
cluster_status :: Lens' Cluster (Maybe Status) Source #
Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
cluster_clusterArn :: Lens' Cluster (Maybe Text) Source #
The Amazon Resource Name (ARN) of the cluster.
cluster_clusterEndpoints :: Lens' Cluster (Maybe [ClusterEndpoint]) Source #
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 Cluster (Data Plane) Actions.
ClusterEndpoint
clusterEndpoint_region :: Lens' ClusterEndpoint (Maybe Text) Source #
The Amazon Web Services Region for a cluster endpoint.
clusterEndpoint_endpoint :: Lens' ClusterEndpoint (Maybe Text) Source #
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 Cluster (Data Plane) Actions.
ControlPanel
controlPanel_status :: Lens' ControlPanel (Maybe Status) Source #
The deployment status of control panel. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
controlPanel_controlPanelArn :: Lens' ControlPanel (Maybe Text) Source #
The Amazon Resource Name (ARN) of the control panel.
controlPanel_clusterArn :: Lens' ControlPanel (Maybe Text) Source #
The Amazon Resource Name (ARN) of the cluster that includes the control panel.
controlPanel_routingControlCount :: Lens' ControlPanel (Maybe Int) Source #
The number of routing controls in the control panel.
controlPanel_name :: Lens' ControlPanel (Maybe Text) Source #
The name of the control panel. You can use any non-white space character in the name.
controlPanel_defaultControlPanel :: Lens' ControlPanel (Maybe Bool) Source #
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.
GatingRule
gatingRule_status :: Lens' GatingRule Status Source #
The deployment status of a gating rule. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
gatingRule_targetControls :: Lens' GatingRule [Text] Source #
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.
gatingRule_controlPanelArn :: Lens' GatingRule Text Source #
The Amazon Resource Name (ARN) of the control panel.
gatingRule_safetyRuleArn :: Lens' GatingRule Text Source #
The Amazon Resource Name (ARN) of the gating rule.
gatingRule_gatingControls :: Lens' GatingRule [Text] Source #
The gating controls for the gating rule. That is, routing controls that are evaluated by the rule configuration that you specify.
gatingRule_ruleConfig :: Lens' GatingRule RuleConfig Source #
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.
gatingRule_waitPeriodMs :: Lens' GatingRule Int Source #
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.
gatingRule_name :: Lens' GatingRule Text Source #
The name for the gating rule.
GatingRuleUpdate
gatingRuleUpdate_safetyRuleArn :: Lens' GatingRuleUpdate Text Source #
The Amazon Resource Name (ARN) of the gating rule.
gatingRuleUpdate_waitPeriodMs :: Lens' GatingRuleUpdate Int Source #
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_name :: Lens' GatingRuleUpdate Text Source #
The name for the gating rule.
NewAssertionRule
newAssertionRule_controlPanelArn :: Lens' NewAssertionRule Text Source #
The Amazon Resource Name (ARN) for the control panel.
newAssertionRule_assertedControls :: Lens' NewAssertionRule [Text] Source #
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.
newAssertionRule_ruleConfig :: Lens' NewAssertionRule RuleConfig Source #
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.
newAssertionRule_waitPeriodMs :: Lens' NewAssertionRule Int Source #
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_name :: Lens' NewAssertionRule Text Source #
The name of the assertion rule. You can use any non-white space character in the name.
NewGatingRule
newGatingRule_targetControls :: Lens' NewGatingRule [Text] Source #
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.
newGatingRule_controlPanelArn :: Lens' NewGatingRule Text Source #
The Amazon Resource Name (ARN) of the control panel.
newGatingRule_gatingControls :: Lens' NewGatingRule [Text] Source #
The gating controls for the new gating rule. That is, routing controls that are evaluated by the rule configuration that you specify.
newGatingRule_ruleConfig :: Lens' NewGatingRule RuleConfig Source #
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.
newGatingRule_waitPeriodMs :: Lens' NewGatingRule Int Source #
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_name :: Lens' NewGatingRule Text Source #
The name for the new gating rule.
RoutingControl
routingControl_status :: Lens' RoutingControl (Maybe Status) Source #
The deployment status of a routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
routingControl_controlPanelArn :: Lens' RoutingControl (Maybe Text) Source #
The Amazon Resource Name (ARN) of the control panel that includes the routing control.
routingControl_name :: Lens' RoutingControl (Maybe Text) Source #
The name of the routing control.
routingControl_routingControlArn :: Lens' RoutingControl (Maybe Text) Source #
The Amazon Resource Name (ARN) of the routing control.
Rule
rule_gating :: Lens' Rule (Maybe GatingRule) Source #
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.
rule_assertion :: Lens' Rule (Maybe AssertionRule) Source #
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.
RuleConfig
ruleConfig_type :: Lens' RuleConfig RuleType Source #
A rule can be one of the following: ATLEAST, AND, or OR.
ruleConfig_inverted :: Lens' RuleConfig Bool Source #
Logical negation of the rule. If the rule would usually evaluate true, it's evaluated as false, and vice versa.
ruleConfig_threshold :: Lens' RuleConfig Int Source #
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.