1{ 2 "version":"2.0", 3 "metadata":{ 4 "apiVersion":"2022-10-30", 5 "endpointPrefix":"arc-zonal-shift", 6 "jsonVersion":"1.1", 7 "protocol":"rest-json", 8 "serviceFullName":"AWS ARC - Zonal Shift", 9 "serviceId":"ARC Zonal Shift", 10 "signatureVersion":"v4", 11 "signingName":"arc-zonal-shift", 12 "uid":"arc-zonal-shift-2022-10-30" 13 }, 14 "operations":{ 15 "CancelZonalShift":{ 16 "name":"CancelZonalShift", 17 "http":{ 18 "method":"DELETE", 19 "requestUri":"/zonalshifts/{zonalShiftId}", 20 "responseCode":200 21 }, 22 "input":{"shape":"CancelZonalShiftRequest"}, 23 "output":{"shape":"ZonalShift"}, 24 "errors":[ 25 {"shape":"InternalServerException"}, 26 {"shape":"ConflictException"}, 27 {"shape":"ResourceNotFoundException"}, 28 {"shape":"ThrottlingException"}, 29 {"shape":"ValidationException"}, 30 {"shape":"AccessDeniedException"} 31 ], 32 "documentation":"<p>Cancel a zonal shift in Amazon Route 53 Application Recovery Controller. To cancel the zonal shift, specify the zonal shift ID.</p> <p>A zonal shift can be one that you've started for a resource in your Amazon Web Services account in an Amazon Web Services Region, or it can be a zonal shift started by a practice run with zonal autoshift. </p>" 33 }, 34 "CreatePracticeRunConfiguration":{ 35 "name":"CreatePracticeRunConfiguration", 36 "http":{ 37 "method":"POST", 38 "requestUri":"/configuration", 39 "responseCode":201 40 }, 41 "input":{"shape":"CreatePracticeRunConfigurationRequest"}, 42 "output":{"shape":"CreatePracticeRunConfigurationResponse"}, 43 "errors":[ 44 {"shape":"InternalServerException"}, 45 {"shape":"ConflictException"}, 46 {"shape":"ResourceNotFoundException"}, 47 {"shape":"ThrottlingException"}, 48 {"shape":"ValidationException"}, 49 {"shape":"AccessDeniedException"} 50 ], 51 "documentation":"<p>A practice run configuration for zonal autoshift is required when you enable zonal autoshift. A practice run configuration includes specifications for blocked dates and blocked time windows, and for Amazon CloudWatch alarms that you create to use with practice runs. The alarms that you specify are an <i>outcome alarm</i>, to monitor application health during practice runs and, optionally, a <i>blocking alarm</i>, to block practice runs from starting.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/r53recovery/latest/dg/arc-zonal-autoshift.considerations.html\"> Considerations when you configure zonal autoshift</a> in the Amazon Route 53 Application Recovery Controller Developer Guide.</p>" 52 }, 53 "DeletePracticeRunConfiguration":{ 54 "name":"DeletePracticeRunConfiguration", 55 "http":{ 56 "method":"DELETE", 57 "requestUri":"/configuration/{resourceIdentifier}", 58 "responseCode":200 59 }, 60 "input":{"shape":"DeletePracticeRunConfigurationRequest"}, 61 "output":{"shape":"DeletePracticeRunConfigurationResponse"}, 62 "errors":[ 63 {"shape":"InternalServerException"}, 64 {"shape":"ConflictException"}, 65 {"shape":"ResourceNotFoundException"}, 66 {"shape":"ThrottlingException"}, 67 {"shape":"ValidationException"}, 68 {"shape":"AccessDeniedException"} 69 ], 70 "documentation":"<p>Deletes the practice run configuration for a resource. Before you can delete a practice run configuration for a resource., you must disable zonal autoshift for the resource. Practice runs must be configured for zonal autoshift to be enabled.</p>", 71 "idempotent":true 72 }, 73 "GetManagedResource":{ 74 "name":"GetManagedResource", 75 "http":{ 76 "method":"GET", 77 "requestUri":"/managedresources/{resourceIdentifier}", 78 "responseCode":200 79 }, 80 "input":{"shape":"GetManagedResourceRequest"}, 81 "output":{"shape":"GetManagedResourceResponse"}, 82 "errors":[ 83 {"shape":"InternalServerException"}, 84 {"shape":"ResourceNotFoundException"}, 85 {"shape":"ThrottlingException"}, 86 {"shape":"ValidationException"}, 87 {"shape":"AccessDeniedException"} 88 ], 89 "documentation":"<p>Get information about a resource that's been registered for zonal shifts with Amazon Route 53 Application Recovery Controller in this Amazon Web Services Region. Resources that are registered for zonal shifts are managed resources in Route 53 ARC. You can start zonal shifts and configure zonal autoshift for managed resources.</p> <p>At this time, you can only start a zonal shift or configure zonal autoshift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.</p>" 90 }, 91 "ListAutoshifts":{ 92 "name":"ListAutoshifts", 93 "http":{ 94 "method":"GET", 95 "requestUri":"/autoshifts", 96 "responseCode":200 97 }, 98 "input":{"shape":"ListAutoshiftsRequest"}, 99 "output":{"shape":"ListAutoshiftsResponse"}, 100 "errors":[ 101 {"shape":"InternalServerException"}, 102 {"shape":"ThrottlingException"}, 103 {"shape":"ValidationException"}, 104 {"shape":"AccessDeniedException"} 105 ], 106 "documentation":"<p>Returns the active autoshifts for a specified resource.</p>" 107 }, 108 "ListManagedResources":{ 109 "name":"ListManagedResources", 110 "http":{ 111 "method":"GET", 112 "requestUri":"/managedresources", 113 "responseCode":200 114 }, 115 "input":{"shape":"ListManagedResourcesRequest"}, 116 "output":{"shape":"ListManagedResourcesResponse"}, 117 "errors":[ 118 {"shape":"InternalServerException"}, 119 {"shape":"ThrottlingException"}, 120 {"shape":"ValidationException"}, 121 {"shape":"AccessDeniedException"} 122 ], 123 "documentation":"<p>Lists all the resources in your Amazon Web Services account in this Amazon Web Services Region that are managed for zonal shifts in Amazon Route 53 Application Recovery Controller, and information about them. The information includes the zonal autoshift status for the resource, as well as the Amazon Resource Name (ARN), the Availability Zones that each resource is deployed in, and the resource name.</p>" 124 }, 125 "ListZonalShifts":{ 126 "name":"ListZonalShifts", 127 "http":{ 128 "method":"GET", 129 "requestUri":"/zonalshifts", 130 "responseCode":200 131 }, 132 "input":{"shape":"ListZonalShiftsRequest"}, 133 "output":{"shape":"ListZonalShiftsResponse"}, 134 "errors":[ 135 {"shape":"InternalServerException"}, 136 {"shape":"ThrottlingException"}, 137 {"shape":"ValidationException"}, 138 {"shape":"AccessDeniedException"} 139 ], 140 "documentation":"<p>Lists all active and completed zonal shifts in Amazon Route 53 Application Recovery Controller in your Amazon Web Services account in this Amazon Web Services Region. <code>ListZonalShifts</code> returns customer-started zonal shifts, as well as practice run zonal shifts that Route 53 ARC started on your behalf for zonal autoshift.</p> <p>The <code>ListZonalShifts</code> operation does not list autoshifts. For more information about listing autoshifts, see <a href=\"https://docs.aws.amazon.com/arc-zonal-shift/latest/api/API_ListAutoshifts.html\">\">ListAutoshifts</a>.</p>" 141 }, 142 "StartZonalShift":{ 143 "name":"StartZonalShift", 144 "http":{ 145 "method":"POST", 146 "requestUri":"/zonalshifts", 147 "responseCode":201 148 }, 149 "input":{"shape":"StartZonalShiftRequest"}, 150 "output":{"shape":"ZonalShift"}, 151 "errors":[ 152 {"shape":"InternalServerException"}, 153 {"shape":"ConflictException"}, 154 {"shape":"ResourceNotFoundException"}, 155 {"shape":"ThrottlingException"}, 156 {"shape":"ValidationException"}, 157 {"shape":"AccessDeniedException"} 158 ], 159 "documentation":"<p>You start a zonal shift to temporarily move load balancer traffic away from an Availability Zone in an Amazon Web Services Region, to help your application recover immediately, for example, from a developer's bad code deployment or from an Amazon Web Services infrastructure failure in a single Availability Zone. You can start a zonal shift in Route 53 ARC only for managed resources in your Amazon Web Services account in an Amazon Web Services Region. Resources are automatically registered with Route 53 ARC by Amazon Web Services 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>" 160 }, 161 "UpdatePracticeRunConfiguration":{ 162 "name":"UpdatePracticeRunConfiguration", 163 "http":{ 164 "method":"PATCH", 165 "requestUri":"/configuration/{resourceIdentifier}", 166 "responseCode":200 167 }, 168 "input":{"shape":"UpdatePracticeRunConfigurationRequest"}, 169 "output":{"shape":"UpdatePracticeRunConfigurationResponse"}, 170 "errors":[ 171 {"shape":"InternalServerException"}, 172 {"shape":"ConflictException"}, 173 {"shape":"ResourceNotFoundException"}, 174 {"shape":"ThrottlingException"}, 175 {"shape":"ValidationException"}, 176 {"shape":"AccessDeniedException"} 177 ], 178 "documentation":"<p>Update a practice run configuration to change one or more of the following: add, change, or remove the blocking alarm; change the outcome alarm; or add, change, or remove blocking dates or time windows.</p>" 179 }, 180 "UpdateZonalAutoshiftConfiguration":{ 181 "name":"UpdateZonalAutoshiftConfiguration", 182 "http":{ 183 "method":"PUT", 184 "requestUri":"/managedresources/{resourceIdentifier}", 185 "responseCode":200 186 }, 187 "input":{"shape":"UpdateZonalAutoshiftConfigurationRequest"}, 188 "output":{"shape":"UpdateZonalAutoshiftConfigurationResponse"}, 189 "errors":[ 190 {"shape":"InternalServerException"}, 191 {"shape":"ConflictException"}, 192 {"shape":"ResourceNotFoundException"}, 193 {"shape":"ThrottlingException"}, 194 {"shape":"ValidationException"}, 195 {"shape":"AccessDeniedException"} 196 ], 197 "documentation":"<p>You can update the zonal autoshift status for a resource, to enable or disable zonal autoshift. When zonal autoshift is <code>ENABLED</code>, Amazon Web Services shifts away resource traffic from an Availability Zone, on your behalf, when Amazon Web Services determines that there's an issue in the Availability Zone that could potentially affect customers.</p>", 198 "idempotent":true 199 }, 200 "UpdateZonalShift":{ 201 "name":"UpdateZonalShift", 202 "http":{ 203 "method":"PATCH", 204 "requestUri":"/zonalshifts/{zonalShiftId}", 205 "responseCode":200 206 }, 207 "input":{"shape":"UpdateZonalShiftRequest"}, 208 "output":{"shape":"ZonalShift"}, 209 "errors":[ 210 {"shape":"InternalServerException"}, 211 {"shape":"ConflictException"}, 212 {"shape":"ResourceNotFoundException"}, 213 {"shape":"ThrottlingException"}, 214 {"shape":"ValidationException"}, 215 {"shape":"AccessDeniedException"} 216 ], 217 "documentation":"<p>Update an active zonal shift in Amazon Route 53 Application Recovery Controller in your Amazon Web Services account. You can update a zonal shift to set a new expiration, or edit or replace the comment for the zonal shift. </p>" 218 } 219 }, 220 "shapes":{ 221 "AccessDeniedException":{ 222 "type":"structure", 223 "members":{ 224 "message":{"shape":"String"} 225 }, 226 "documentation":"<p>You do not have sufficient access to perform this action.</p>", 227 "error":{ 228 "httpStatusCode":403, 229 "senderFault":true 230 }, 231 "exception":true 232 }, 233 "AppliedStatus":{ 234 "type":"string", 235 "enum":[ 236 "APPLIED", 237 "NOT_APPLIED" 238 ] 239 }, 240 "AppliedWeights":{ 241 "type":"map", 242 "key":{"shape":"AvailabilityZone"}, 243 "value":{"shape":"Weight"} 244 }, 245 "AutoshiftAppliedStatus":{ 246 "type":"string", 247 "enum":[ 248 "APPLIED", 249 "NOT_APPLIED" 250 ] 251 }, 252 "AutoshiftExecutionStatus":{ 253 "type":"string", 254 "enum":[ 255 "ACTIVE", 256 "COMPLETED" 257 ] 258 }, 259 "AutoshiftInResource":{ 260 "type":"structure", 261 "required":[ 262 "appliedStatus", 263 "awayFrom", 264 "startTime" 265 ], 266 "members":{ 267 "appliedStatus":{ 268 "shape":"AutoshiftAppliedStatus", 269 "documentation":"<p>The <code>appliedStatus</code> field specifies which application traffic shift is in effect for a resource when there is more than one traffic shift active. There can be more than one application traffic shift in progress at the same time - that is, practice run zonal shifts, customer-started zonal shifts, or an autoshift. The <code>appliedStatus</code> field for an autoshift for a resource can have one of two values: <code>APPLIED</code> or <code>NOT_APPLIED</code>. The zonal shift or autoshift that is currently in effect for the resource has an applied status set to <code>APPLIED</code>.</p> <p>The overall principle for precedence is that zonal shifts that you start as a customer take precedence autoshifts, which take precedence over practice runs. That is, customer-started zonal shifts > autoshifts > practice run zonal shifts.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/r53recovery/latest/dg/arc-zonal-autoshift.how-it-works.html\">How zonal autoshift and practice runs work</a> in the Amazon Route 53 Application Recovery Controller Developer Guide.</p>" 270 }, 271 "awayFrom":{ 272 "shape":"AvailabilityZone", 273 "documentation":"<p>The Availability Zone that traffic is shifted away from for a resource, when Amazon Web Services starts an autoshift. Until the autoshift ends, traffic for the resource is instead directed to other Availability Zones in the Amazon Web Services Region. An autoshift can end for a resource, for example, when Amazon Web Services ends the autoshift for the Availability Zone or when you disable zonal autoshift for the resource.</p>" 274 }, 275 "startTime":{ 276 "shape":"StartTime", 277 "documentation":"<p>The time (UTC) when the autoshift started.</p>" 278 } 279 }, 280 "documentation":"<p>A complex structure that lists an autoshift that is currently active for a managed resource and information about the autoshift.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/r53recovery/latest/dg/arc-zonal-autoshift.how-it-works.html\">How zonal autoshift and practice runs work</a> in the Amazon Route 53 Application Recovery Controller Developer Guide.</p>" 281 }, 282 "AutoshiftSummaries":{ 283 "type":"list", 284 "member":{"shape":"AutoshiftSummary"} 285 }, 286 "AutoshiftSummary":{ 287 "type":"structure", 288 "required":[ 289 "awayFrom", 290 "endTime", 291 "startTime", 292 "status" 293 ], 294 "members":{ 295 "awayFrom":{ 296 "shape":"AvailabilityZone", 297 "documentation":"<p>The Availability Zone that traffic is shifted away from for a resource when Amazon Web Services starts an autoshift. Until the autoshift ends, traffic for the resource is instead directed to other Availability Zones in the Amazon Web Services Region. An autoshift can end for a resource, for example, when Amazon Web Services ends the autoshift for the Availability Zone or when you disable zonal autoshift for the resource.</p>" 298 }, 299 "endTime":{ 300 "shape":"ExpiryTime", 301 "documentation":"<p>The time (in UTC) when the autoshift ended.</p>" 302 }, 303 "startTime":{ 304 "shape":"StartTime", 305 "documentation":"<p>The time (in UTC) when the autoshift started.</p>" 306 }, 307 "status":{ 308 "shape":"AutoshiftExecutionStatus", 309 "documentation":"<p>The status for an autoshift. </p>" 310 } 311 }, 312 "documentation":"<p>Information about an autoshift. Amazon Web Services starts an autoshift to temporarily move traffic for a resource away from an Availability Zone in an Amazon Web Services Region when Amazon Web Services determines that there's an issue in the Availability Zone that could potentially affect customers. You can configure zonal autoshift in Route 53 ARC for managed resources in your Amazon Web Services account in a Region. Supported Amazon Web Services resources are automatically registered with Route 53 ARC.</p> <p>Autoshifts are temporary. When the Availability Zone recovers, Amazon Web Services ends the autoshift, and traffic for the resource is no longer directed to the other Availability Zones in the Region.</p> <p>You can stop an autoshift for a resource by disabling zonal autoshift.</p>" 313 }, 314 "AutoshiftsInResource":{ 315 "type":"list", 316 "member":{"shape":"AutoshiftInResource"} 317 }, 318 "AvailabilityZone":{ 319 "type":"string", 320 "max":20, 321 "min":0 322 }, 323 "AvailabilityZones":{ 324 "type":"list", 325 "member":{"shape":"AvailabilityZone"} 326 }, 327 "BlockedDate":{ 328 "type":"string", 329 "max":10, 330 "min":10, 331 "pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$" 332 }, 333 "BlockedDates":{ 334 "type":"list", 335 "member":{"shape":"BlockedDate"}, 336 "max":15, 337 "min":0 338 }, 339 "BlockedWindow":{ 340 "type":"string", 341 "max":19, 342 "min":19, 343 "pattern":"^(Mon|Tue|Wed|Thu|Fri|Sat|Sun):[0-9]{2}:[0-9]{2}-(Mon|Tue|Wed|Thu|Fri|Sat|Sun):[0-9]{2}:[0-9]{2}$" 344 }, 345 "BlockedWindows":{ 346 "type":"list", 347 "member":{"shape":"BlockedWindow"}, 348 "max":15, 349 "min":0 350 }, 351 "CancelZonalShiftRequest":{ 352 "type":"structure", 353 "required":["zonalShiftId"], 354 "members":{ 355 "zonalShiftId":{ 356 "shape":"ZonalShiftId", 357 "documentation":"<p>The internally-generated identifier of a zonal shift.</p>", 358 "location":"uri", 359 "locationName":"zonalShiftId" 360 } 361 } 362 }, 363 "ConflictException":{ 364 "type":"structure", 365 "required":[ 366 "message", 367 "reason" 368 ], 369 "members":{ 370 "message":{"shape":"String"}, 371 "reason":{ 372 "shape":"ConflictExceptionReason", 373 "documentation":"<p>The reason for the conflict exception.</p>" 374 }, 375 "zonalShiftId":{ 376 "shape":"String", 377 "documentation":"<p>The zonal shift ID associated with the conflict exception.</p>" 378 } 379 }, 380 "documentation":"<p>The request could not be processed because of conflict in the current state of the resource.</p>", 381 "error":{ 382 "httpStatusCode":409, 383 "senderFault":true 384 }, 385 "exception":true 386 }, 387 "ConflictExceptionReason":{ 388 "type":"string", 389 "enum":[ 390 "ZonalShiftAlreadyExists", 391 "ZonalShiftStatusNotActive", 392 "SimultaneousZonalShiftsConflict", 393 "PracticeConfigurationAlreadyExists", 394 "AutoShiftEnabled", 395 "PracticeConfigurationDoesNotExist" 396 ] 397 }, 398 "ControlCondition":{ 399 "type":"structure", 400 "required":[ 401 "alarmIdentifier", 402 "type" 403 ], 404 "members":{ 405 "alarmIdentifier":{ 406 "shape":"ResourceArn", 407 "documentation":"<p>The Amazon Resource Name (ARN) for the Amazon CloudWatch alarm that you specify as a control condition for a practice run.</p>" 408 }, 409 "type":{ 410 "shape":"ControlConditionType", 411 "documentation":"<p>The type of alarm specified for a practice run. The only valid value is <code>CLOUDWATCH</code>.</p>" 412 } 413 }, 414 "documentation":"<p>A control condition is an alarm that you specify for a practice run. When you configure practice runs with zonal autoshift for a resource, you specify Amazon CloudWatch alarms, which you create in CloudWatch to use with the practice run. The alarms that you specify are an <i>outcome alarm</i>, to monitor application health during practice runs and, optionally, a <i>blocking alarm</i>, to block practice runs from starting.</p> <p>Control condition alarms do not apply for autoshifts.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/r53recovery/latest/dg/arc-zonal-autoshift.considerations.html\"> Considerations when you configure zonal autoshift</a> in the Amazon Route 53 Application Recovery Controller Developer Guide.</p>" 415 }, 416 "ControlConditionType":{ 417 "type":"string", 418 "enum":["CLOUDWATCH"] 419 }, 420 "ControlConditions":{ 421 "type":"list", 422 "member":{"shape":"ControlCondition"}, 423 "max":1, 424 "min":1 425 }, 426 "CreatePracticeRunConfigurationRequest":{ 427 "type":"structure", 428 "required":[ 429 "outcomeAlarms", 430 "resourceIdentifier" 431 ], 432 "members":{ 433 "blockedDates":{ 434 "shape":"BlockedDates", 435 "documentation":"<p>Optionally, you can block Route 53 ARC from starting practice runs for a resource on specific calendar dates.</p> <p>The format for blocked dates is: YYYY-MM-DD. Keep in mind, when you specify dates, that dates and times for practice runs are in UTC. Separate multiple blocked dates with spaces.</p> <p>For example, if you have an application update scheduled to launch on May 1, 2024, and you don't want practice runs to shift traffic away at that time, you could set a blocked date for <code>2024-05-01</code>.</p>" 436 }, 437 "blockedWindows":{ 438 "shape":"BlockedWindows", 439 "documentation":"<p>Optionally, you can block Route 53 ARC from starting practice runs for specific windows of days and times. </p> <p>The format for blocked windows is: DAY:HH:SS-DAY:HH:SS. Keep in mind, when you specify dates, that dates and times for practice runs are in UTC. Also, be aware of potential time adjustments that might be required for daylight saving time differences. Separate multiple blocked windows with spaces.</p> <p>For example, say you run business report summaries three days a week. For this scenario, you might set the following recurring days and times as blocked windows, for example: <code>MON-20:30-21:30 WED-20:30-21:30 FRI-20:30-21:30</code>.</p>" 440 }, 441 "blockingAlarms":{ 442 "shape":"ControlConditions", 443 "documentation":"<p>An Amazon CloudWatch alarm that you can specify for zonal autoshift practice runs. This alarm blocks Route 53 ARC from starting practice run zonal shifts, and ends a practice run that's in progress, when the alarm is in an <code>ALARM</code> state. </p>" 444 }, 445 "outcomeAlarms":{ 446 "shape":"ControlConditions", 447 "documentation":"<p>The <i>outcome alarm</i> for practice runs is a required Amazon CloudWatch alarm that you specify that ends a practice run when the alarm is in an <code>ALARM</code> state.</p> <p>Configure the alarm to monitor the health of your application when traffic is shifted away from an Availability Zone during each weekly practice run. You should configure the alarm to go into an <code>ALARM</code> state if your application is impacted by the zonal shift, and you want to stop the zonal shift, to let traffic for the resource return to the Availability Zone.</p>" 448 }, 449 "resourceIdentifier":{ 450 "shape":"ResourceIdentifier", 451 "documentation":"<p>The identifier of the resource to shift away traffic for when a practice run starts a zonal shift. The identifier is the Amazon Resource Name (ARN) for the resource.</p> <p>At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.</p>" 452 } 453 } 454 }, 455 "CreatePracticeRunConfigurationResponse":{ 456 "type":"structure", 457 "required":[ 458 "arn", 459 "name", 460 "practiceRunConfiguration", 461 "zonalAutoshiftStatus" 462 ], 463 "members":{ 464 "arn":{ 465 "shape":"ResourceArn", 466 "documentation":"<p>The Amazon Resource Name (ARN) of the resource that you configured the practice run for.</p>" 467 }, 468 "name":{ 469 "shape":"ResourceName", 470 "documentation":"<p>The name of the resource that you configured the practice run for. </p>" 471 }, 472 "practiceRunConfiguration":{ 473 "shape":"PracticeRunConfiguration", 474 "documentation":"<p>A practice run configuration for a resource. Configurations include the outcome alarm that you specify for practice runs, and, optionally, a blocking alarm and blocking dates and windows.</p>" 475 }, 476 "zonalAutoshiftStatus":{ 477 "shape":"ZonalAutoshiftStatus", 478 "documentation":"<p>The status for zonal autoshift for a resource. When you specify the autoshift status as <code>ENABLED</code>, Amazon Web Services shifts traffic away from shifts away application resource traffic from an Availability Zone, on your behalf, when Amazon Web Services determines that there's an issue in the Availability Zone that could potentially affect customers.</p> <p>When you enable zonal autoshift, you must also configure practice runs for the resource.</p>" 479 } 480 } 481 }, 482 "DeletePracticeRunConfigurationRequest":{ 483 "type":"structure", 484 "required":["resourceIdentifier"], 485 "members":{ 486 "resourceIdentifier":{ 487 "shape":"ResourceIdentifier", 488 "documentation":"<p>The identifier for the resource that you want to delete the practice run configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.</p>", 489 "location":"uri", 490 "locationName":"resourceIdentifier" 491 } 492 } 493 }, 494 "DeletePracticeRunConfigurationResponse":{ 495 "type":"structure", 496 "required":[ 497 "arn", 498 "name", 499 "zonalAutoshiftStatus" 500 ], 501 "members":{ 502 "arn":{ 503 "shape":"ResourceArn", 504 "documentation":"<p>The Amazon Resource Name (ARN) of the resource that you deleted the practice run for.</p>" 505 }, 506 "name":{ 507 "shape":"ResourceName", 508 "documentation":"<p>The name of the resource that you deleted the practice run for. </p>" 509 }, 510 "zonalAutoshiftStatus":{ 511 "shape":"ZonalAutoshiftStatus", 512 "documentation":"<p>The status of zonal autoshift for the resource.</p>" 513 } 514 } 515 }, 516 "ExpiresIn":{ 517 "type":"string", 518 "max":5, 519 "min":2, 520 "pattern":"^([1-9][0-9]*)(m|h)$" 521 }, 522 "ExpiryTime":{"type":"timestamp"}, 523 "GetManagedResourceRequest":{ 524 "type":"structure", 525 "required":["resourceIdentifier"], 526 "members":{ 527 "resourceIdentifier":{ 528 "shape":"ResourceIdentifier", 529 "documentation":"<p>The identifier for the resource to shift away traffic for. The identifier is the Amazon Resource Name (ARN) for the resource.</p> <p>At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.</p>", 530 "location":"uri", 531 "locationName":"resourceIdentifier" 532 } 533 } 534 }, 535 "GetManagedResourceResponse":{ 536 "type":"structure", 537 "required":[ 538 "appliedWeights", 539 "zonalShifts" 540 ], 541 "members":{ 542 "appliedWeights":{ 543 "shape":"AppliedWeights", 544 "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>" 545 }, 546 "arn":{ 547 "shape":"ResourceArn", 548 "documentation":"<p>The Amazon Resource Name (ARN) for the resource.</p>" 549 }, 550 "autoshifts":{ 551 "shape":"AutoshiftsInResource", 552 "documentation":"<p>An array of the autoshifts that are active for the resource.</p>" 553 }, 554 "name":{ 555 "shape":"ResourceName", 556 "documentation":"<p>The name of the resource.</p>" 557 }, 558 "practiceRunConfiguration":{ 559 "shape":"PracticeRunConfiguration", 560 "documentation":"<p>The practice run configuration for zonal autoshift that's associated with the resource.</p>" 561 }, 562 "zonalAutoshiftStatus":{ 563 "shape":"ZonalAutoshiftStatus", 564 "documentation":"<p>The status for zonal autoshift for a resource. When the autoshift status is <code>ENABLED</code>, Amazon Web Services shifts traffic for a resource away from an Availability Zone, on your behalf, when Amazon Web Services determines that there's an issue in the Availability Zone that could potentially affect customers.</p>" 565 }, 566 "zonalShifts":{ 567 "shape":"ZonalShiftsInResource", 568 "documentation":"<p>The zonal shifts that are currently active for a resource. </p>" 569 } 570 } 571 }, 572 "InternalServerException":{ 573 "type":"structure", 574 "members":{ 575 "message":{"shape":"String"} 576 }, 577 "documentation":"<p>There was an internal server error.</p>", 578 "error":{"httpStatusCode":500}, 579 "exception":true, 580 "fault":true 581 }, 582 "ListAutoshiftsRequest":{ 583 "type":"structure", 584 "members":{ 585 "maxResults":{ 586 "shape":"MaxResults", 587 "documentation":"<p>The number of objects that you want to return with this call.</p>", 588 "location":"querystring", 589 "locationName":"maxResults" 590 }, 591 "nextToken":{ 592 "shape":"String", 593 "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>", 594 "location":"querystring", 595 "locationName":"nextToken" 596 }, 597 "status":{ 598 "shape":"AutoshiftExecutionStatus", 599 "documentation":"<p>The status of the autoshift.</p>", 600 "location":"querystring", 601 "locationName":"status" 602 } 603 } 604 }, 605 "ListAutoshiftsResponse":{ 606 "type":"structure", 607 "members":{ 608 "items":{ 609 "shape":"AutoshiftSummaries", 610 "documentation":"<p>The items in the response list.</p>" 611 }, 612 "nextToken":{ 613 "shape":"String", 614 "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>" 615 } 616 } 617 }, 618 "ListManagedResourcesRequest":{ 619 "type":"structure", 620 "members":{ 621 "maxResults":{ 622 "shape":"MaxResults", 623 "documentation":"<p>The number of objects that you want to return with this call.</p>", 624 "location":"querystring", 625 "locationName":"maxResults" 626 }, 627 "nextToken":{ 628 "shape":"String", 629 "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>", 630 "location":"querystring", 631 "locationName":"nextToken" 632 } 633 } 634 }, 635 "ListManagedResourcesResponse":{ 636 "type":"structure", 637 "required":["items"], 638 "members":{ 639 "items":{ 640 "shape":"ManagedResourceSummaries", 641 "documentation":"<p>The items in the response list.</p>" 642 }, 643 "nextToken":{ 644 "shape":"String", 645 "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>" 646 } 647 } 648 }, 649 "ListZonalShiftsRequest":{ 650 "type":"structure", 651 "members":{ 652 "maxResults":{ 653 "shape":"MaxResults", 654 "documentation":"<p>The number of objects that you want to return with this call.</p>", 655 "location":"querystring", 656 "locationName":"maxResults" 657 }, 658 "nextToken":{ 659 "shape":"String", 660 "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>", 661 "location":"querystring", 662 "locationName":"nextToken" 663 }, 664 "resourceIdentifier":{ 665 "shape":"ResourceIdentifier", 666 "documentation":"<p>The identifier for the resource that you want to list zonal shifts for. The identifier is the Amazon Resource Name (ARN) for the resource.</p>", 667 "location":"querystring", 668 "locationName":"resourceIdentifier" 669 }, 670 "status":{ 671 "shape":"ZonalShiftStatus", 672 "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 has been 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>", 673 "location":"querystring", 674 "locationName":"status" 675 } 676 } 677 }, 678 "ListZonalShiftsResponse":{ 679 "type":"structure", 680 "members":{ 681 "items":{ 682 "shape":"ZonalShiftSummaries", 683 "documentation":"<p>The items in the response list.</p>" 684 }, 685 "nextToken":{ 686 "shape":"String", 687 "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>" 688 } 689 } 690 }, 691 "ManagedResourceSummaries":{ 692 "type":"list", 693 "member":{"shape":"ManagedResourceSummary"} 694 }, 695 "ManagedResourceSummary":{ 696 "type":"structure", 697 "required":["availabilityZones"], 698 "members":{ 699 "appliedWeights":{ 700 "shape":"AppliedWeights", 701 "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>" 702 }, 703 "arn":{ 704 "shape":"ResourceArn", 705 "documentation":"<p>The Amazon Resource Name (ARN) for the managed resource.</p>" 706 }, 707 "autoshifts":{ 708 "shape":"AutoshiftsInResource", 709 "documentation":"<p>An array of the autoshifts that have been completed for a resource.</p>" 710 }, 711 "availabilityZones":{ 712 "shape":"AvailabilityZones", 713 "documentation":"<p>The Availability Zones that a resource is deployed in.</p>" 714 }, 715 "name":{ 716 "shape":"ResourceName", 717 "documentation":"<p>The name of the managed resource.</p>" 718 }, 719 "practiceRunStatus":{ 720 "shape":"ZonalAutoshiftStatus", 721 "documentation":"<p>This status tracks whether a practice run configuration exists for a resource. When you configure a practice run for a resource so that a practice run configuration exists, Route 53 ARC sets this value to <code>ENABLED</code>. If a you have not configured a practice run for the resource, or delete a practice run configuration, Route 53 ARC sets the value to <code>DISABLED</code>.</p> <p>Route 53 ARC updates this status; you can't set a practice run status to <code>ENABLED</code> or <code>DISABLED</code>.</p>" 722 }, 723 "zonalAutoshiftStatus":{ 724 "shape":"ZonalAutoshiftStatus", 725 "documentation":"<p>The status of autoshift for a resource. When you configure zonal autoshift for a resource, you can set the value of the status to <code>ENABLED</code> or <code>DISABLED</code>.</p>" 726 }, 727 "zonalShifts":{ 728 "shape":"ZonalShiftsInResource", 729 "documentation":"<p>An array of the zonal shifts for a resource.</p>" 730 } 731 }, 732 "documentation":"<p>A complex structure for a managed resource in an Amazon Web Services account with information about zonal shifts and autoshifts.</p> <p>A managed resource is a 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 Amazon Web Services Region. You can also configure zonal autoshift for a managed resource.</p> <note> <p>At this time, managed resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.</p> </note>" 733 }, 734 "MaxResults":{ 735 "type":"integer", 736 "box":true, 737 "max":100, 738 "min":1 739 }, 740 "PracticeRunConfiguration":{ 741 "type":"structure", 742 "required":["outcomeAlarms"], 743 "members":{ 744 "blockedDates":{ 745 "shape":"BlockedDates", 746 "documentation":"<p>An array of one or more dates that you can specify when Amazon Web Services does not start practice runs for a resource.</p> <p>Specify blocked dates, in UTC, in the format <code>YYYY-MM-DD</code>, separated by spaces. </p>" 747 }, 748 "blockedWindows":{ 749 "shape":"BlockedWindows", 750 "documentation":"<p>An array of one or more windows of days and times that you can block Route 53 ARC from starting practice runs for a resource.</p> <p>Specify the blocked windows in UTC, using the format <code>DAY:HH:MM-DAY:HH:MM</code>, separated by spaces. For example, <code>MON:18:30-MON:19:30 TUE:18:30-TUE:19:30</code>.</p>" 751 }, 752 "blockingAlarms":{ 753 "shape":"ControlConditions", 754 "documentation":"<p>The <i>blocking alarm</i> for practice runs is an optional alarm that you can specify that blocks practice runs when the alarm is in an <code>ALARM</code> state.</p>" 755 }, 756 "outcomeAlarms":{ 757 "shape":"ControlConditions", 758 "documentation":"<p>The <i>outcome alarm</i> for practice runs is an alarm that you specify that ends a practice run when the alarm is in an <code>ALARM</code> state.</p>" 759 } 760 }, 761 "documentation":"<p>A practice run configuration for a resource includes the Amazon CloudWatch alarms that you've specified for a practice run, as well as any blocked dates or blocked windows for the practice run.</p> <p>You can update or delete a practice run configuration. Before you delete a practice run configuration, you must disable zonal autoshift for the resource. A practice run configuration is required when zonal autoshift is enabled.</p>" 762 }, 763 "PracticeRunOutcome":{ 764 "type":"string", 765 "enum":[ 766 "FAILED", 767 "INTERRUPTED", 768 "PENDING", 769 "SUCCEEDED" 770 ] 771 }, 772 "ResourceArn":{ 773 "type":"string", 774 "max":1024, 775 "min":8, 776 "pattern":"^arn:.*$" 777 }, 778 "ResourceIdentifier":{ 779 "type":"string", 780 "max":1024, 781 "min":8 782 }, 783 "ResourceName":{ 784 "type":"string", 785 "max":256, 786 "min":1 787 }, 788 "ResourceNotFoundException":{ 789 "type":"structure", 790 "required":["message"], 791 "members":{ 792 "message":{"shape":"String"} 793 }, 794 "documentation":"<p>The input requested a resource that was not found.</p>", 795 "error":{ 796 "httpStatusCode":404, 797 "senderFault":true 798 }, 799 "exception":true 800 }, 801 "StartTime":{"type":"timestamp"}, 802 "StartZonalShiftRequest":{ 803 "type":"structure", 804 "required":[ 805 "awayFrom", 806 "comment", 807 "expiresIn", 808 "resourceIdentifier" 809 ], 810 "members":{ 811 "awayFrom":{ 812 "shape":"AvailabilityZone", 813 "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 Amazon Web Services Region.</p>" 814 }, 815 "comment":{ 816 "shape":"ZonalShiftComment", 817 "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>" 818 }, 819 "expiresIn":{ 820 "shape":"ExpiresIn", 821 "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>" 822 }, 823 "resourceIdentifier":{ 824 "shape":"ResourceIdentifier", 825 "documentation":"<p>The identifier for the resource to shift away traffic for. The identifier is the Amazon Resource Name (ARN) for the resource.</p> <p>At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.</p>" 826 } 827 } 828 }, 829 "String":{"type":"string"}, 830 "ThrottlingException":{ 831 "type":"structure", 832 "members":{ 833 "message":{"shape":"String"} 834 }, 835 "documentation":"<p>The request was denied due to request throttling.</p>", 836 "error":{ 837 "httpStatusCode":429, 838 "senderFault":true 839 }, 840 "exception":true 841 }, 842 "UpdatePracticeRunConfigurationRequest":{ 843 "type":"structure", 844 "required":["resourceIdentifier"], 845 "members":{ 846 "blockedDates":{ 847 "shape":"BlockedDates", 848 "documentation":"<p>Add, change, or remove blocked dates for a practice run in zonal autoshift.</p> <p>Optionally, you can block practice runs for specific calendar dates. The format for blocked dates is: YYYY-MM-DD. Keep in mind, when you specify dates, that dates and times for practice runs are in UTC. Separate multiple blocked dates with spaces.</p> <p>For example, if you have an application update scheduled to launch on May 1, 2024, and you don't want practice runs to shift traffic away at that time, you could set a blocked date for <code>2024-05-01</code>.</p>" 849 }, 850 "blockedWindows":{ 851 "shape":"BlockedWindows", 852 "documentation":"<p>Add, change, or remove windows of days and times for when you can, optionally, block Route 53 ARC from starting a practice run for a resource.</p> <p>The format for blocked windows is: DAY:HH:SS-DAY:HH:SS. Keep in mind, when you specify dates, that dates and times for practice runs are in UTC. Also, be aware of potential time adjustments that might be required for daylight saving time differences. Separate multiple blocked windows with spaces.</p> <p>For example, say you run business report summaries three days a week. For this scenario, you might set the following recurring days and times as blocked windows, for example: <code>MON-20:30-21:30 WED-20:30-21:30 FRI-20:30-21:30</code>.</p>" 853 }, 854 "blockingAlarms":{ 855 "shape":"ControlConditions", 856 "documentation":"<p>Add, change, or remove the Amazon CloudWatch alarm that you optionally specify as the blocking alarm for practice runs.</p>" 857 }, 858 "outcomeAlarms":{ 859 "shape":"ControlConditions", 860 "documentation":"<p>Specify a new the Amazon CloudWatch alarm as the outcome alarm for practice runs.</p>" 861 }, 862 "resourceIdentifier":{ 863 "shape":"ResourceIdentifier", 864 "documentation":"<p>The identifier for the resource that you want to update the practice run configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.</p>", 865 "location":"uri", 866 "locationName":"resourceIdentifier" 867 } 868 } 869 }, 870 "UpdatePracticeRunConfigurationResponse":{ 871 "type":"structure", 872 "required":[ 873 "arn", 874 "name", 875 "practiceRunConfiguration", 876 "zonalAutoshiftStatus" 877 ], 878 "members":{ 879 "arn":{ 880 "shape":"ResourceArn", 881 "documentation":"<p>The Amazon Resource Name (ARN) of the resource that you updated the practice run for.</p>" 882 }, 883 "name":{ 884 "shape":"ResourceName", 885 "documentation":"<p>The name of the resource that you updated the practice run for. </p>" 886 }, 887 "practiceRunConfiguration":{ 888 "shape":"PracticeRunConfiguration", 889 "documentation":"<p>The practice run configuration that was updated.</p>" 890 }, 891 "zonalAutoshiftStatus":{ 892 "shape":"ZonalAutoshiftStatus", 893 "documentation":"<p>The zonal autoshift status for the resource that you updated the practice run for.</p>" 894 } 895 } 896 }, 897 "UpdateZonalAutoshiftConfigurationRequest":{ 898 "type":"structure", 899 "required":[ 900 "resourceIdentifier", 901 "zonalAutoshiftStatus" 902 ], 903 "members":{ 904 "resourceIdentifier":{ 905 "shape":"ResourceIdentifier", 906 "documentation":"<p>The identifier for the resource that you want to update the zonal autoshift configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.</p>", 907 "location":"uri", 908 "locationName":"resourceIdentifier" 909 }, 910 "zonalAutoshiftStatus":{ 911 "shape":"ZonalAutoshiftStatus", 912 "documentation":"<p>The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for.</p>" 913 } 914 } 915 }, 916 "UpdateZonalAutoshiftConfigurationResponse":{ 917 "type":"structure", 918 "required":[ 919 "resourceIdentifier", 920 "zonalAutoshiftStatus" 921 ], 922 "members":{ 923 "resourceIdentifier":{ 924 "shape":"ResourceIdentifier", 925 "documentation":"<p>The identifier for the resource that you updated the zonal autoshift configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.</p>" 926 }, 927 "zonalAutoshiftStatus":{ 928 "shape":"ZonalAutoshiftStatus", 929 "documentation":"<p>The zonal autoshift status for the resource that you updated the zonal autoshift configuration for.</p>" 930 } 931 } 932 }, 933 "UpdateZonalShiftRequest":{ 934 "type":"structure", 935 "required":["zonalShiftId"], 936 "members":{ 937 "comment":{ 938 "shape":"ZonalShiftComment", 939 "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>" 940 }, 941 "expiresIn":{ 942 "shape":"ExpiresIn", 943 "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>" 944 }, 945 "zonalShiftId":{ 946 "shape":"ZonalShiftId", 947 "documentation":"<p>The identifier of a zonal shift.</p>", 948 "location":"uri", 949 "locationName":"zonalShiftId" 950 } 951 } 952 }, 953 "ValidationException":{ 954 "type":"structure", 955 "required":[ 956 "message", 957 "reason" 958 ], 959 "members":{ 960 "message":{"shape":"String"}, 961 "reason":{ 962 "shape":"ValidationExceptionReason", 963 "documentation":"<p>The reason for the validation exception.</p>" 964 } 965 }, 966 "documentation":"<p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>", 967 "error":{ 968 "httpStatusCode":400, 969 "senderFault":true 970 }, 971 "exception":true 972 }, 973 "ValidationExceptionReason":{ 974 "type":"string", 975 "enum":[ 976 "InvalidExpiresIn", 977 "InvalidStatus", 978 "MissingValue", 979 "InvalidToken", 980 "InvalidResourceIdentifier", 981 "InvalidAz", 982 "UnsupportedAz", 983 "InvalidAlarmCondition", 984 "InvalidConditionType", 985 "InvalidPracticeBlocker" 986 ] 987 }, 988 "Weight":{ 989 "type":"float", 990 "box":true, 991 "max":1.0, 992 "min":0.0 993 }, 994 "ZonalAutoshiftStatus":{ 995 "type":"string", 996 "enum":[ 997 "ENABLED", 998 "DISABLED" 999 ] 1000 }, 1001 "ZonalShift":{ 1002 "type":"structure", 1003 "required":[ 1004 "awayFrom", 1005 "comment", 1006 "expiryTime", 1007 "resourceIdentifier", 1008 "startTime", 1009 "status", 1010 "zonalShiftId" 1011 ], 1012 "members":{ 1013 "awayFrom":{ 1014 "shape":"AvailabilityZone", 1015 "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 Amazon Web Services Region.</p>" 1016 }, 1017 "comment":{ 1018 "shape":"ZonalShiftComment", 1019 "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>" 1020 }, 1021 "expiryTime":{ 1022 "shape":"ExpiryTime", 1023 "documentation":"<p>The expiry time (expiration time) for a customer-started 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 when you're ready to restore traffic to the Availability Zone, or just wait for it to expire. Or you can update the zonal shift to specify another length of time to expire in.</p>" 1024 }, 1025 "resourceIdentifier":{ 1026 "shape":"ResourceIdentifier", 1027 "documentation":"<p>The identifier for the resource to shift away traffic for. The identifier is the Amazon Resource Name (ARN) for the resource.</p> <p>At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.</p>" 1028 }, 1029 "startTime":{ 1030 "shape":"StartTime", 1031 "documentation":"<p>The time (UTC) when the zonal shift starts.</p>" 1032 }, 1033 "status":{ 1034 "shape":"ZonalShiftStatus", 1035 "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 has been 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>" 1036 }, 1037 "zonalShiftId":{ 1038 "shape":"ZonalShiftId", 1039 "documentation":"<p>The identifier of a zonal shift.</p>" 1040 } 1041 } 1042 }, 1043 "ZonalShiftComment":{ 1044 "type":"string", 1045 "max":128, 1046 "min":0 1047 }, 1048 "ZonalShiftId":{ 1049 "type":"string", 1050 "max":36, 1051 "min":6, 1052 "pattern":"^[A-Za-z0-9-]+$" 1053 }, 1054 "ZonalShiftInResource":{ 1055 "type":"structure", 1056 "required":[ 1057 "appliedStatus", 1058 "awayFrom", 1059 "comment", 1060 "expiryTime", 1061 "resourceIdentifier", 1062 "startTime", 1063 "zonalShiftId" 1064 ], 1065 "members":{ 1066 "appliedStatus":{ 1067 "shape":"AppliedStatus", 1068 "documentation":"<p>The <code>appliedStatus</code> field specifies which application traffic shift is in effect for a resource when there is more than one traffic shift active. There can be more than one application traffic shift in progress at the same time - that is, practice run zonal shifts, customer-started zonal shifts, or an autoshift. The <code>appliedStatus</code> field for an autoshift for a resource can have one of two values: <code>APPLIED</code> or <code>NOT_APPLIED</code>. The zonal shift or autoshift that is currently in effect for the resource has an applied status set to <code>APPLIED</code>.</p> <p>The overall principle for precedence is that zonal shifts that you start as a customer take precedence autoshifts, which take precedence over practice runs. That is, customer-started zonal shifts > autoshifts > practice run zonal shifts.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/r53recovery/latest/dg/arc-zonal-autoshift.how-it-works.html\">How zonal autoshift and practice runs work</a> in the Amazon Route 53 Application Recovery Controller Developer Guide.</p>" 1069 }, 1070 "awayFrom":{ 1071 "shape":"AvailabilityZone", 1072 "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 Amazon Web Services Region.</p>" 1073 }, 1074 "comment":{ 1075 "shape":"ZonalShiftComment", 1076 "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>" 1077 }, 1078 "expiryTime":{ 1079 "shape":"ExpiryTime", 1080 "documentation":"<p>The expiry time (expiration time) for a customer-started 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 when you're ready to restore traffic to the Availability Zone, or just wait for it to expire. Or you can update the zonal shift to specify another length of time to expire in.</p>" 1081 }, 1082 "practiceRunOutcome":{ 1083 "shape":"PracticeRunOutcome", 1084 "documentation":"<p>The outcome, or end state, returned for a practice run. The following values can be returned:</p> <ul> <li> <p> <b>PENDING:</b> Outcome value when a practice run is in progress.</p> </li> <li> <p> <b>SUCCEEDED:</b> Outcome value when the outcome alarm specified for the practice run configuration does not go into an <code>ALARM</code> state during the practice run, and the practice run was not interrupted before it completed the expected 30 minute zonal shift.</p> </li> <li> <p> <b>INTERRUPTED:</b> Outcome value when the practice run was stopped before the expected 30 minute zonal shift duration, or there was another problem with the practice run that created an inconclusive outcome.</p> </li> <li> <p> <b>FAILED:</b> Outcome value when the outcome alarm specified for the practice run configuration goes into an <code>ALARM</code> state during the practice run, and the practice run was not interrupted before it completed.</p> </li> </ul> <p>For more information about practice run outcomes, see <a href=\"https://docs.aws.amazon.com/r53recovery/latest/dg/arc-zonal-autoshift.configure.html\"> Considerations when you configure zonal autoshift</a> in the Amazon Route 53 Application Recovery Controller Developer Guide.</p>" 1085 }, 1086 "resourceIdentifier":{ 1087 "shape":"ResourceIdentifier", 1088 "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>" 1089 }, 1090 "startTime":{ 1091 "shape":"StartTime", 1092 "documentation":"<p>The time (UTC) when the zonal shift starts.</p>" 1093 }, 1094 "zonalShiftId":{ 1095 "shape":"ZonalShiftId", 1096 "documentation":"<p>The identifier of a zonal shift.</p>" 1097 } 1098 }, 1099 "documentation":"<p>A complex structure that lists the zonal shifts for a managed resource and their statuses for the resource.</p>" 1100 }, 1101 "ZonalShiftStatus":{ 1102 "type":"string", 1103 "enum":[ 1104 "ACTIVE", 1105 "EXPIRED", 1106 "CANCELED" 1107 ] 1108 }, 1109 "ZonalShiftSummaries":{ 1110 "type":"list", 1111 "member":{"shape":"ZonalShiftSummary"} 1112 }, 1113 "ZonalShiftSummary":{ 1114 "type":"structure", 1115 "required":[ 1116 "awayFrom", 1117 "comment", 1118 "expiryTime", 1119 "resourceIdentifier", 1120 "startTime", 1121 "status", 1122 "zonalShiftId" 1123 ], 1124 "members":{ 1125 "awayFrom":{ 1126 "shape":"AvailabilityZone", 1127 "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 Amazon Web Services Region.</p>" 1128 }, 1129 "comment":{ 1130 "shape":"ZonalShiftComment", 1131 "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>" 1132 }, 1133 "expiryTime":{ 1134 "shape":"ExpiryTime", 1135 "documentation":"<p>The expiry time (expiration time) for a customer-started 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 when you're ready to restore traffic to the Availability Zone, or just wait for it to expire. Or you can update the zonal shift to specify another length of time to expire in.</p>" 1136 }, 1137 "practiceRunOutcome":{ 1138 "shape":"PracticeRunOutcome", 1139 "documentation":"<p>The outcome, or end state, of a practice run. The following values can be returned:</p> <ul> <li> <p> <b>PENDING:</b> Outcome value when the practice run is in progress.</p> </li> <li> <p> <b>SUCCEEDED:</b> Outcome value when the outcome alarm specified for the practice run configuration does not go into an <code>ALARM</code> state during the practice run, and the practice run was not interrupted before it completed.</p> </li> <li> <p> <b>INTERRUPTED:</b> Outcome value when the practice run did not run for the expected 30 minutes or there was another problem with the practice run that created an inconclusive outcome.</p> </li> <li> <p> <b>FAILED:</b> Outcome value when the outcome alarm specified for the practice run configuration goes into an <code>ALARM</code> state during the practice run, and the practice run was not interrupted before it completed.</p> </li> </ul> <p>For more information about practice run outcomes, see <a href=\"https://docs.aws.amazon.com/r53recovery/latest/dg/arc-zonal-autoshift.configure.html\"> Considerations when you configure zonal autoshift</a> in the Amazon Route 53 Application Recovery Controller Developer Guide.</p>" 1140 }, 1141 "resourceIdentifier":{ 1142 "shape":"ResourceIdentifier", 1143 "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>" 1144 }, 1145 "startTime":{ 1146 "shape":"StartTime", 1147 "documentation":"<p>The time (UTC) when the zonal shift starts.</p>" 1148 }, 1149 "status":{ 1150 "shape":"ZonalShiftStatus", 1151 "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 has been 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>" 1152 }, 1153 "zonalShiftId":{ 1154 "shape":"ZonalShiftId", 1155 "documentation":"<p>The identifier of a zonal shift.</p>" 1156 } 1157 }, 1158 "documentation":"<p>Lists information about zonal shifts in Amazon Route 53 Application Recovery Controller, including zonal shifts that you start yourself and zonal shifts that Route 53 ARC starts on your behalf for practice runs with zonal autoshift.</p> <p>Zonal shifts are temporary, including customer-started zonal shifts and the zonal autoshift practice run zonal shifts that Route 53 ARC starts weekly, on your behalf. A zonal shift that a customer starts can be active for up to three days (72 hours). A practice run zonal shift has a 30 minute duration.</p>" 1159 }, 1160 "ZonalShiftsInResource":{ 1161 "type":"list", 1162 "member":{"shape":"ZonalShiftInResource"} 1163 } 1164 }, 1165 "documentation":"<p>Welcome to the Zonal Shift API Reference Guide for Amazon Route 53 Application Recovery Controller (Route 53 ARC).</p> <p>You can start a zonal shift to move traffic for a load balancer resource away from an Availability Zone to help your application recover quickly from an impairment in an Availability Zone. For example, you can recover your application from a developer's bad code deployment or from an Amazon Web Services infrastructure failure in a single Availability Zone.</p> <p>You can also configure zonal autoshift for a load balancer resource. Zonal autoshift is a capability in Route 53 ARC where Amazon Web Services shifts away application resource traffic from an Availability Zone, on your behalf, to help reduce your time to recovery during events. Amazon Web Services shifts away traffic for resources that are enabled for zonal autoshift whenever Amazon Web Services determines that there's an issue in the Availability Zone that could potentially affect customers.</p> <p>To ensure that zonal autoshift is safe for your application, you must also configure practice runs when you enable zonal autoshift for a resource. Practice runs start weekly zonal shifts for a resource, to shift traffic for the resource out of an Availability Zone. Practice runs make sure, on a regular basis, that you have enough capacity in all the Availability Zones in an Amazon Web Services Region for your application to continue to operate normally when traffic for a resource is shifted away from one Availability Zone.</p> <important> <p>You must prescale resource capacity in all Availability Zones in the Region where your application is deployed, before you configure practice runs or enable zonal autoshift for a resource. You should not rely on scaling on demand when an autoshift or practice run starts. </p> </important> <p>For more information about using zonal shift and zonal autoshift, 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>" 1166} 1167