Skip to content

Commit 7a874f1

Browse files
author
AWS
committed
AWS ARC - Zonal Shift Update: Updates to documentation and exception types for Zonal Autoshift
1 parent e910a41 commit 7a874f1

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS ARC - Zonal Shift",
4+
"contributor": "",
5+
"description": "Updates to documentation and exception types for Zonal Autoshift"
6+
}

services/arczonalshift/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
{"shape":"ValidationException"},
156156
{"shape":"AccessDeniedException"}
157157
],
158-
"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-initiated zonal shifts, as well as practice run zonal shifts that ARC started on your behalf for zonal autoshift.</p> <p>For more information about listing autoshifts, see <a href=\"https://docs.aws.amazon.com/arc-zonal-shift/latest/api/API_ListAutoshifts.html\">\"&gt;ListAutoshifts</a>.</p>"
158+
"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.</p>"
159159
},
160160
"StartZonalShift":{
161161
"name":"StartZonalShift",
@@ -351,7 +351,7 @@
351351
"documentation":"<p>The status for an autoshift. </p>"
352352
}
353353
},
354-
"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 ARC for managed resources in your Amazon Web Services account in a Region. Supported Amazon Web Services resources are automatically registered with 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>"
354+
"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 ARC for managed resources in your Amazon Web Services account in a Region. Supported Amazon Web Services resources are automatically registered with 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>"
355355
},
356356
"AutoshiftsInResource":{
357357
"type":"list",
@@ -1076,7 +1076,8 @@
10761076
"InvalidAlarmCondition",
10771077
"InvalidConditionType",
10781078
"InvalidPracticeBlocker",
1079-
"FISExperimentUpdateNotAllowed"
1079+
"FISExperimentUpdateNotAllowed",
1080+
"AutoshiftUpdateNotAllowed"
10801081
]
10811082
},
10821083
"Weight":{

0 commit comments

Comments
 (0)