python-botocore/botocore/data/arc-zonal-shift/2022-10-30/service-2.json
2022-12-12 08:14:19 -08:00

639 lines
32 KiB
JSON

{
"version":"2.0",
"metadata":{
"apiVersion":"2022-10-30",
"endpointPrefix":"arc-zonal-shift",
"jsonVersion":"1.1",
"protocol":"rest-json",
"serviceFullName":"AWS ARC - Zonal Shift",
"serviceId":"ARC Zonal Shift",
"signatureVersion":"v4",
"signingName":"arc-zonal-shift",
"uid":"arc-zonal-shift-2022-10-30"
},
"operations":{
"CancelZonalShift":{
"name":"CancelZonalShift",
"http":{
"method":"DELETE",
"requestUri":"/zonalshifts/{zonalShiftId}",
"responseCode":200
},
"input":{"shape":"CancelZonalShiftRequest"},
"output":{"shape":"ZonalShift"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ConflictException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"}
],
"documentation":"<p>Cancel a zonal shift in Amazon Route 53 Application Recovery Controller that you've started for a resource in your AWS account in an AWS Region. </p>"
},
"GetManagedResource":{
"name":"GetManagedResource",
"http":{
"method":"GET",
"requestUri":"/managedresources/{resourceIdentifier}",
"responseCode":200
},
"input":{"shape":"GetManagedResourceRequest"},
"output":{"shape":"GetManagedResourceResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"}
],
"documentation":"<p>Get information about a resource that's been registered for zonal shifts with Amazon Route 53 Application Recovery Controller in this AWS Region. Resources that are registered for zonal shifts are managed resources in Route 53 ARC.</p> <p>At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.</p>"
},
"ListManagedResources":{
"name":"ListManagedResources",
"http":{
"method":"GET",
"requestUri":"/managedresources",
"responseCode":200
},
"input":{"shape":"ListManagedResourcesRequest"},
"output":{"shape":"ListManagedResourcesResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"}
],
"documentation":"<p>Lists all the resources in your AWS account in this AWS Region that are managed for zonal shifts in Amazon Route 53 Application Recovery Controller, and information about them. The information includes their Amazon Resource Names (ARNs), the Availability Zones the resources are deployed in, and the resource name.</p>"
},
"ListZonalShifts":{
"name":"ListZonalShifts",
"http":{
"method":"GET",
"requestUri":"/zonalshifts",
"responseCode":200
},
"input":{"shape":"ListZonalShiftsRequest"},
"output":{"shape":"ListZonalShiftsResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"}
],
"documentation":"<p>Lists all the active zonal shifts in Amazon Route 53 Application Recovery Controller in your AWS account in this AWS Region.</p>"
},
"StartZonalShift":{
"name":"StartZonalShift",
"http":{
"method":"POST",
"requestUri":"/zonalshifts",
"responseCode":201
},
"input":{"shape":"StartZonalShiftRequest"},
"output":{"shape":"ZonalShift"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ConflictException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"}
],
"documentation":"<p>You start a zonal shift to temporarily move load balancer traffic away from an Availability Zone in a AWS Region, to help your application recover immediately, for example, from a developer's bad code deployment or from an AWS infrastructure failure in a single Availability Zone. You can start a zonal shift in Route 53 ARC only for managed resources in your account in an AWS Region. Resources are automatically registered with Route 53 ARC by AWS services.</p> <p>At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.</p> <p>When you start a zonal shift, traffic for the resource is no longer routed to the Availability Zone. The zonal shift is created immediately in Route 53 ARC. However, it can take a short time, typically up to a few minutes, for existing, in-progress connections in the Availability Zone to complete.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/r53recovery/latest/dg/arc-zonal-shift.html\">Zonal shift</a> in the Amazon Route 53 Application Recovery Controller Developer Guide.</p>"
},
"UpdateZonalShift":{
"name":"UpdateZonalShift",
"http":{
"method":"PATCH",
"requestUri":"/zonalshifts/{zonalShiftId}",
"responseCode":200
},
"input":{"shape":"UpdateZonalShiftRequest"},
"output":{"shape":"ZonalShift"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ConflictException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"}
],
"documentation":"<p>Update an active zonal shift in Amazon Route 53 Application Recovery Controller in your AWS account. You can update a zonal shift to set a new expiration, or edit or replace the comment for the zonal shift. </p>"
}
},
"shapes":{
"AccessDeniedException":{
"type":"structure",
"members":{
"message":{"shape":"String"}
},
"documentation":"<p>You do not have sufficient access to perform this action.</p>",
"error":{
"httpStatusCode":403,
"senderFault":true
},
"exception":true
},
"AppliedStatus":{
"type":"string",
"enum":[
"APPLIED",
"NOT_APPLIED"
]
},
"AppliedWeights":{
"type":"map",
"key":{"shape":"AvailabilityZone"},
"value":{"shape":"Weight"}
},
"AvailabilityZone":{
"type":"string",
"max":20,
"min":0
},
"AvailabilityZones":{
"type":"list",
"member":{"shape":"AvailabilityZone"}
},
"CancelZonalShiftRequest":{
"type":"structure",
"required":["zonalShiftId"],
"members":{
"zonalShiftId":{
"shape":"ZonalShiftId",
"documentation":"<p>The internally-generated identifier of a zonal shift.</p>",
"location":"uri",
"locationName":"zonalShiftId"
}
}
},
"ConflictException":{
"type":"structure",
"required":[
"message",
"reason"
],
"members":{
"message":{"shape":"String"},
"reason":{
"shape":"ConflictExceptionReason",
"documentation":"<p>The reason for the conflict exception.</p>"
},
"zonalShiftId":{
"shape":"String",
"documentation":"<p>The zonal shift ID associated with the conflict exception.</p>"
}
},
"documentation":"<p>The request could not be processed because of conflict in the current state of the resource.</p>",
"error":{
"httpStatusCode":409,
"senderFault":true
},
"exception":true
},
"ConflictExceptionReason":{
"type":"string",
"enum":[
"ZonalShiftAlreadyExists",
"ZonalShiftStatusNotActive",
"SimultaneousZonalShiftsConflict"
]
},
"ExpiresIn":{
"type":"string",
"max":5,
"min":2,
"pattern":"^([1-9][0-9]*)(m|h)$"
},
"ExpiryTime":{"type":"timestamp"},
"GetManagedResourceRequest":{
"type":"structure",
"required":["resourceIdentifier"],
"members":{
"resourceIdentifier":{
"shape":"ResourceIdentifier",
"documentation":"<p>The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource.</p> <p>At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.</p>",
"location":"uri",
"locationName":"resourceIdentifier"
}
}
},
"GetManagedResourceResponse":{
"type":"structure",
"required":[
"appliedWeights",
"zonalShifts"
],
"members":{
"appliedWeights":{
"shape":"AppliedWeights",
"documentation":"<p>A collection of key-value pairs that indicate whether resources are active in Availability Zones or not. The key name is the Availability Zone where the resource is deployed. The value is 1 or 0.</p>"
},
"arn":{
"shape":"ResourceArn",
"documentation":"<p>The Amazon Resource Name (ARN) for the resource.</p>"
},
"name":{
"shape":"ResourceName",
"documentation":"<p>The name of the resource.</p>"
},
"zonalShifts":{
"shape":"ZonalShiftsInResource",
"documentation":"<p>The zonal shifts that are currently active for a resource. </p>"
}
}
},
"InternalServerException":{
"type":"structure",
"members":{
"message":{"shape":"String"}
},
"documentation":"<p>There was an internal server error.</p>",
"error":{"httpStatusCode":500},
"exception":true,
"fault":true
},
"ListManagedResourcesRequest":{
"type":"structure",
"members":{
"maxResults":{
"shape":"MaxResults",
"documentation":"<p>The number of objects that you want to return with this call.</p>",
"location":"querystring",
"locationName":"maxResults"
},
"nextToken":{
"shape":"String",
"documentation":"<p>Specifies that you want to receive the next page of results. Valid only if you received a <code>NextToken</code> response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's <code>NextToken</code> response to request the next page of results.</p>",
"location":"querystring",
"locationName":"nextToken"
}
}
},
"ListManagedResourcesResponse":{
"type":"structure",
"required":["items"],
"members":{
"items":{
"shape":"ManagedResourceSummaries",
"documentation":"<p>The items in the response list.</p>"
},
"nextToken":{
"shape":"String",
"documentation":"<p>Specifies that you want to receive the next page of results. Valid only if you received a <code>NextToken</code> response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's <code>NextToken</code> response to request the next page of results.</p>"
}
}
},
"ListZonalShiftsRequest":{
"type":"structure",
"members":{
"maxResults":{
"shape":"MaxResults",
"documentation":"<p>The number of objects that you want to return with this call.</p>",
"location":"querystring",
"locationName":"maxResults"
},
"nextToken":{
"shape":"String",
"documentation":"<p>Specifies that you want to receive the next page of results. Valid only if you received a <code>NextToken</code> response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's <code>NextToken</code> response to request the next page of results.</p>",
"location":"querystring",
"locationName":"nextToken"
},
"status":{
"shape":"ZonalShiftStatus",
"documentation":"<p>A status for a zonal shift.</p> <p>The <code>Status</code> for a zonal shift can have one of the following values:</p> <ul> <li> <p> <b>ACTIVE</b>: The zonal shift is started and active.</p> </li> <li> <p> <b>EXPIRED</b>: The zonal shift has expired (the expiry time was exceeded).</p> </li> <li> <p> <b>CANCELED</b>: The zonal shift was canceled.</p> </li> </ul>",
"location":"querystring",
"locationName":"status"
}
}
},
"ListZonalShiftsResponse":{
"type":"structure",
"members":{
"items":{
"shape":"ZonalShiftSummaries",
"documentation":"<p>The items in the response list.</p>"
},
"nextToken":{
"shape":"String",
"documentation":"<p>Specifies that you want to receive the next page of results. Valid only if you received a <code>NextToken</code> response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's <code>NextToken</code> response to request the next page of results.</p>"
}
}
},
"ManagedResourceSummaries":{
"type":"list",
"member":{"shape":"ManagedResourceSummary"}
},
"ManagedResourceSummary":{
"type":"structure",
"required":["availabilityZones"],
"members":{
"arn":{
"shape":"ResourceArn",
"documentation":"<p>The Amazon Resource Name (ARN) for the managed resource.</p>"
},
"availabilityZones":{
"shape":"AvailabilityZones",
"documentation":"<p>The Availability Zones that a resource is deployed in.</p>"
},
"name":{
"shape":"ResourceName",
"documentation":"<p>The name of the managed resource.</p>"
}
},
"documentation":"<p>A complex structure for a managed resource in an account.</p> <p>A managed resource is a Network Load Balancer or Application Load Balancer that has been registered with Route 53 ARC by Elastic Load Balancing. You can start a zonal shift in Route 53 ARC for a managed resource to temporarily move traffic for the resource away from an Availability Zone in an AWS Region.</p> <note> <p>At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.</p> </note>"
},
"MaxResults":{
"type":"integer",
"box":true,
"max":100,
"min":1
},
"ResourceArn":{
"type":"string",
"max":1024,
"min":8,
"pattern":"^arn:.*$"
},
"ResourceIdentifier":{
"type":"string",
"max":1024,
"min":8
},
"ResourceName":{
"type":"string",
"max":256,
"min":1
},
"ResourceNotFoundException":{
"type":"structure",
"required":["message"],
"members":{
"message":{"shape":"String"}
},
"documentation":"<p>The input requested a resource that was not found.</p>",
"error":{
"httpStatusCode":404,
"senderFault":true
},
"exception":true
},
"StartTime":{"type":"timestamp"},
"StartZonalShiftRequest":{
"type":"structure",
"required":[
"awayFrom",
"comment",
"expiresIn",
"resourceIdentifier"
],
"members":{
"awayFrom":{
"shape":"AvailabilityZone",
"documentation":"<p>The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the AWS Region.</p>"
},
"comment":{
"shape":"ZonalShiftComment",
"documentation":"<p>A comment that you enter about the zonal shift. Only the latest comment is retained; no comment history is maintained. A new comment overwrites any existing comment string.</p>"
},
"expiresIn":{
"shape":"ExpiresIn",
"documentation":"<p>The length of time that you want a zonal shift to be active, which Route 53 ARC converts to an expiry time (expiration time). Zonal shifts are temporary. You can set a zonal shift to be active initially for up to three days (72 hours).</p> <p>If you want to still keep traffic away from an Availability Zone, you can update the zonal shift and set a new expiration. You can also cancel a zonal shift, before it expires, for example, if you're ready to restore traffic to the Availability Zone.</p> <p>To set a length of time for a zonal shift to be active, specify a whole number, and then one of the following, with no space:</p> <pre><code> &lt;ul&gt; &lt;li&gt; &lt;p&gt; &lt;b&gt;A lowercase letter m:&lt;/b&gt; To specify that the value is in minutes.&lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt; &lt;b&gt;A lowercase letter h:&lt;/b&gt; To specify that the value is in hours.&lt;/p&gt; &lt;/li&gt; &lt;/ul&gt; &lt;p&gt;For example: &lt;code&gt;20h&lt;/code&gt; means the zonal shift expires in 20 hours. &lt;code&gt;120m&lt;/code&gt; means the zonal shift expires in 120 minutes (2 hours).&lt;/p&gt; </code></pre>"
},
"resourceIdentifier":{
"shape":"ResourceIdentifier",
"documentation":"<p>The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource.</p> <p>At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.</p>"
}
}
},
"String":{"type":"string"},
"ThrottlingException":{
"type":"structure",
"members":{
"message":{"shape":"String"}
},
"documentation":"<p>The request was denied due to request throttling.</p>",
"error":{
"httpStatusCode":429,
"senderFault":true
},
"exception":true
},
"UpdateZonalShiftRequest":{
"type":"structure",
"required":["zonalShiftId"],
"members":{
"comment":{
"shape":"ZonalShiftComment",
"documentation":"<p>A comment that you enter about the zonal shift. Only the latest comment is retained; no comment history is maintained. A new comment overwrites any existing comment string.</p>"
},
"expiresIn":{
"shape":"ExpiresIn",
"documentation":"<p>The length of time that you want a zonal shift to be active, which Route 53 ARC converts to an expiry time (expiration time). Zonal shifts are temporary. You can set a zonal shift to be active initially for up to three days (72 hours).</p> <p>If you want to still keep traffic away from an Availability Zone, you can update the zonal shift and set a new expiration. You can also cancel a zonal shift, before it expires, for example, if you're ready to restore traffic to the Availability Zone.</p> <p>To set a length of time for a zonal shift to be active, specify a whole number, and then one of the following, with no space:</p> <ul> <li> <p> <b>A lowercase letter m:</b> To specify that the value is in minutes.</p> </li> <li> <p> <b>A lowercase letter h:</b> To specify that the value is in hours.</p> </li> </ul> <p>For example: <code>20h</code> means the zonal shift expires in 20 hours. <code>120m</code> means the zonal shift expires in 120 minutes (2 hours).</p>"
},
"zonalShiftId":{
"shape":"ZonalShiftId",
"documentation":"<p>The identifier of a zonal shift.</p>",
"location":"uri",
"locationName":"zonalShiftId"
}
}
},
"ValidationException":{
"type":"structure",
"required":[
"message",
"reason"
],
"members":{
"message":{"shape":"String"},
"reason":{
"shape":"ValidationExceptionReason",
"documentation":"<p>The reason for the validation exception.</p>"
}
},
"documentation":"<p>The input fails to satisfy the constraints specified by an AWS service.</p>",
"error":{
"httpStatusCode":400,
"senderFault":true
},
"exception":true
},
"ValidationExceptionReason":{
"type":"string",
"enum":[
"InvalidExpiresIn",
"InvalidStatus",
"MissingValue",
"InvalidToken",
"InvalidResourceIdentifier",
"InvalidAz",
"UnsupportedAz"
]
},
"Weight":{
"type":"float",
"box":true,
"max":1.0,
"min":0.0
},
"ZonalShift":{
"type":"structure",
"required":[
"awayFrom",
"comment",
"expiryTime",
"resourceIdentifier",
"startTime",
"status",
"zonalShiftId"
],
"members":{
"awayFrom":{
"shape":"AvailabilityZone",
"documentation":"<p>The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the AWS Region.</p>"
},
"comment":{
"shape":"ZonalShiftComment",
"documentation":"<p>A comment that you enter about the zonal shift. Only the latest comment is retained; no comment history is maintained. A new comment overwrites any existing comment string.</p>"
},
"expiryTime":{
"shape":"ExpiryTime",
"documentation":"<p>The expiry time (expiration time) for the zonal shift. A zonal shift is temporary and must be set to expire when you start the zonal shift. You can initially set a zonal shift to expire in a maximum of three days (72 hours). However, you can update a zonal shift to set a new expiration at any time. </p> <p>When you start a zonal shift, you specify how long you want it to be active, which Route 53 ARC converts to an expiry time (expiration time). You can cancel a zonal shift, for example, if you're ready to restore traffic to the Availability Zone. Or you can update the zonal shift to specify another length of time to expire in.</p>"
},
"resourceIdentifier":{
"shape":"ResourceIdentifier",
"documentation":"<p>The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource.</p> <p>At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.</p>"
},
"startTime":{
"shape":"StartTime",
"documentation":"<p>The time (UTC) when the zonal shift is started.</p>"
},
"status":{
"shape":"ZonalShiftStatus",
"documentation":"<p>A status for a zonal shift.</p> <p>The <code>Status</code> for a zonal shift can have one of the following values:</p> <ul> <li> <p> <b>ACTIVE:</b> The zonal shift is started and active.</p> </li> <li> <p> <b>EXPIRED:</b> The zonal shift has expired (the expiry time was exceeded).</p> </li> <li> <p> <b>CANCELED:</b> The zonal shift was canceled.</p> </li> </ul>"
},
"zonalShiftId":{
"shape":"ZonalShiftId",
"documentation":"<p>The identifier of a zonal shift.</p>"
}
}
},
"ZonalShiftComment":{
"type":"string",
"max":128,
"min":0
},
"ZonalShiftId":{
"type":"string",
"max":36,
"min":6,
"pattern":"^[A-Za-z0-9-]+$"
},
"ZonalShiftInResource":{
"type":"structure",
"required":[
"appliedStatus",
"awayFrom",
"comment",
"expiryTime",
"resourceIdentifier",
"startTime",
"zonalShiftId"
],
"members":{
"appliedStatus":{
"shape":"AppliedStatus",
"documentation":"<p>An <code>appliedStatus</code> for a zonal shift for a resource can have one of two values: <code>APPLIED</code> or <code>NOT_APPLIED</code>. </p>"
},
"awayFrom":{
"shape":"AvailabilityZone",
"documentation":"<p>The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the AWS Region.</p>"
},
"comment":{
"shape":"ZonalShiftComment",
"documentation":"<p>A comment that you enter about the zonal shift. Only the latest comment is retained; no comment history is maintained. That is, a new comment overwrites any existing comment string.</p>"
},
"expiryTime":{
"shape":"ExpiryTime",
"documentation":"<p>The expiry time (expiration time) for the zonal shift. A zonal shift is temporary and must be set to expire when you start the zonal shift. You can initially set a zonal shift to expire in a maximum of three days (72 hours). However, you can update a zonal shift to set a new expiration at any time. </p> <p>When you start a zonal shift, you specify how long you want it to be active, which Route 53 ARC converts to an expiry time (expiration time). You can cancel a zonal shift, for example, if you're ready to restore traffic to the Availability Zone. Or you can update the zonal shift to specify another length of time to expire in.</p>"
},
"resourceIdentifier":{
"shape":"ResourceIdentifier",
"documentation":"<p>The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource.</p> <p>At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.</p>"
},
"startTime":{
"shape":"StartTime",
"documentation":"<p>The time (UTC) when the zonal shift is started.</p>"
},
"zonalShiftId":{
"shape":"ZonalShiftId",
"documentation":"<p>The identifier of a zonal shift.</p>"
}
},
"documentation":"<p>A complex structure that lists the zonal shifts for a managed resource and their statuses for the resource.</p>"
},
"ZonalShiftStatus":{
"type":"string",
"enum":[
"ACTIVE",
"EXPIRED",
"CANCELED"
]
},
"ZonalShiftSummaries":{
"type":"list",
"member":{"shape":"ZonalShiftSummary"}
},
"ZonalShiftSummary":{
"type":"structure",
"required":[
"awayFrom",
"comment",
"expiryTime",
"resourceIdentifier",
"startTime",
"status",
"zonalShiftId"
],
"members":{
"awayFrom":{
"shape":"AvailabilityZone",
"documentation":"<p>The Availability Zone that traffic is moved away from for a resource when you start a zonal shift. Until the zonal shift expires or you cancel it, traffic for the resource is instead moved to other Availability Zones in the AWS Region.</p>"
},
"comment":{
"shape":"ZonalShiftComment",
"documentation":"<p>A comment that you enter about the zonal shift. Only the latest comment is retained; no comment history is maintained. That is, a new comment overwrites any existing comment string.</p>"
},
"expiryTime":{
"shape":"ExpiryTime",
"documentation":"<p>The expiry time (expiration time) for the zonal shift. A zonal shift is temporary and must be set to expire when you start the zonal shift. You can initially set a zonal shift to expire in a maximum of three days (72 hours). However, you can update a zonal shift to set a new expiration at any time. </p> <p>When you start a zonal shift, you specify how long you want it to be active, which Route 53 ARC converts to an expiry time (expiration time). You can cancel a zonal shift, for example, if you're ready to restore traffic to the Availability Zone. Or you can update the zonal shift to specify another length of time to expire in.</p>"
},
"resourceIdentifier":{
"shape":"ResourceIdentifier",
"documentation":"<p>The identifier for the resource to include in a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource.</p> <p>At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.</p>"
},
"startTime":{
"shape":"StartTime",
"documentation":"<p>The time (UTC) when the zonal shift is started.</p>"
},
"status":{
"shape":"ZonalShiftStatus",
"documentation":"<p>A status for a zonal shift.</p> <p>The <code>Status</code> for a zonal shift can have one of the following values:</p> <ul> <li> <p> <b>ACTIVE:</b> The zonal shift is started and active.</p> </li> <li> <p> <b>EXPIRED:</b> The zonal shift has expired (the expiry time was exceeded).</p> </li> <li> <p> <b>CANCELED:</b> The zonal shift was canceled.</p> </li> </ul>"
},
"zonalShiftId":{
"shape":"ZonalShiftId",
"documentation":"<p>The identifier of a zonal shift.</p>"
}
},
"documentation":"<p>You start a zonal shift to temporarily move load balancer traffic away from an Availability Zone in a AWS Region. A zonal shift helps your application recover immediately, for example, from a developer's bad code deployment or from an AWS infrastructure failure in a single Availability Zone. You can start a zonal shift in Route 53 ARC only for managed resources in your account in an AWS Region. Supported AWS resources are automatically registered with Route 53 ARC.</p> <p>Zonal shifts are temporary. A zonal shift can be active for up to three days (72 hours).</p> <p>When you start a zonal shift, you specify how long you want it to be active, which Amazon Route 53 Application Recovery Controller converts to an expiry time (expiration time). You can cancel a zonal shift, for example, if you're ready to restore traffic to the Availability Zone. Or you can extend the zonal shift by updating the expiration so the zonal shift is active longer.</p>"
},
"ZonalShiftsInResource":{
"type":"list",
"member":{"shape":"ZonalShiftInResource"}
}
},
"documentation":"<p>This is the API Reference Guide for the zonal shift feature of Amazon Route 53 Application Recovery Controller. This guide is for developers who need detailed information about zonal shift API actions, data types, and errors.</p> <p>Zonal shift is in preview release for Amazon Route 53 Application Recovery Controller and is subject to change.</p> <p>Zonal shift in Route 53 ARC enables you to move traffic for a load balancer resource away from an Availability Zone. Starting a zonal shift helps your application recover immediately, for example, from a developer's bad code deployment or from an AWS infrastructure failure in a single Availability Zone, reducing the impact and time lost from an issue in one zone. </p> <p>Supported AWS resources are automatically registered with Route 53 ARC. Resources that are registered for zonal shifts in Route 53 ARC are managed resources in Route 53 ARC. You can start a zonal shift for any managed resource in your account in a Region. At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.</p> <p>Zonal shifts are temporary. You must specify an expiration when you start a zonal shift, of up to three days initially. If you want to still keep traffic away from an Availability Zone, you can update the zonal shift and set a new expiration. You can also cancel a zonal shift, before it expires, for example, if you're ready to restore traffic to the Availability Zone.</p> <p>For more information about using zonal shift, see the <a href=\"https://docs.aws.amazon.com/r53recovery/latest/dg/what-is-route53-recovery.html\">Amazon Route 53 Application Recovery Controller Developer Guide</a>.</p>"
}