Skip to content

Commit d4711b4

Browse files
feat: update AWS API models
1 parent 316b131 commit d4711b4

File tree

13 files changed

+3969
-523
lines changed

13 files changed

+3969
-523
lines changed

codegen/sdk/aws-models/arc-region-switch.json

Lines changed: 1 addition & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@
420420
"FederatedUser"
421421
],
422422
"aws.protocols#awsJson1_0": {},
423-
"smithy.api#documentation": "<p>Amazon Application Recovery Controller (ARC) Region switch helps you to quickly and reliably shift traffic away from an impaired Amazon Web Services Region to a healthy Region. With Region switch, you can create plans that define the steps to shift traffic for your application from one Amazon Web Services Region to another. You can test your plans in practice mode before using them in a real recovery scenario.</p> <p>Region switch provides a structured approach to multi-Region failover, helping you to meet your recovery time objectives (RTOs) and maintain business continuity during regional disruptions.</p>",
423+
"smithy.api#documentation": "<p>Amazon Application Recovery Controller (ARC) Region switch helps you to quickly and reliably shift traffic away from an impaired Amazon Web Services Region to a healthy Region. With Region switch, you can create plans that define the steps to shift traffic for your application from one Amazon Web Services Region to another. You can test your plans in practice mode before using them in a real recovery scenario.</p> <p>Region switch provides a structured approach to multi-Region failover, helping you to meet your recovery time objectives (RTOs) and maintain business continuity during regional disruptions.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/r53recovery/latest/dg/region-switch.html\">Region switch in ARC</a> in the <i>Amazon Application Recovery Controller User Guide</i>.</p>",
424424
"smithy.api#title": "ARC - Region switch",
425425
"smithy.protocols#rpcv2Cbor": {},
426426
"smithy.rules#endpointRuleSet": {
@@ -953,102 +953,6 @@
953953
"UseFIPS": false
954954
}
955955
},
956-
{
957-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
958-
"expect": {
959-
"endpoint": {
960-
"url": "https://arc-region-switch-fips.us-iso-east-1.c2s.ic.gov"
961-
}
962-
},
963-
"params": {
964-
"Region": "us-iso-east-1",
965-
"UseFIPS": true
966-
}
967-
},
968-
{
969-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
970-
"expect": {
971-
"endpoint": {
972-
"url": "https://arc-region-switch.us-iso-east-1.c2s.ic.gov"
973-
}
974-
},
975-
"params": {
976-
"Region": "us-iso-east-1",
977-
"UseFIPS": false
978-
}
979-
},
980-
{
981-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
982-
"expect": {
983-
"endpoint": {
984-
"url": "https://arc-region-switch-fips.us-isob-east-1.sc2s.sgov.gov"
985-
}
986-
},
987-
"params": {
988-
"Region": "us-isob-east-1",
989-
"UseFIPS": true
990-
}
991-
},
992-
{
993-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
994-
"expect": {
995-
"endpoint": {
996-
"url": "https://arc-region-switch.us-isob-east-1.sc2s.sgov.gov"
997-
}
998-
},
999-
"params": {
1000-
"Region": "us-isob-east-1",
1001-
"UseFIPS": false
1002-
}
1003-
},
1004-
{
1005-
"documentation": "For region eu-isoe-west-1 with FIPS enabled and DualStack enabled",
1006-
"expect": {
1007-
"endpoint": {
1008-
"url": "https://arc-region-switch-fips.eu-isoe-west-1.cloud.adc-e.uk"
1009-
}
1010-
},
1011-
"params": {
1012-
"Region": "eu-isoe-west-1",
1013-
"UseFIPS": true
1014-
}
1015-
},
1016-
{
1017-
"documentation": "For region eu-isoe-west-1 with FIPS disabled and DualStack enabled",
1018-
"expect": {
1019-
"endpoint": {
1020-
"url": "https://arc-region-switch.eu-isoe-west-1.cloud.adc-e.uk"
1021-
}
1022-
},
1023-
"params": {
1024-
"Region": "eu-isoe-west-1",
1025-
"UseFIPS": false
1026-
}
1027-
},
1028-
{
1029-
"documentation": "For region us-isof-south-1 with FIPS enabled and DualStack enabled",
1030-
"expect": {
1031-
"endpoint": {
1032-
"url": "https://arc-region-switch-fips.us-isof-south-1.csp.hci.ic.gov"
1033-
}
1034-
},
1035-
"params": {
1036-
"Region": "us-isof-south-1",
1037-
"UseFIPS": true
1038-
}
1039-
},
1040-
{
1041-
"documentation": "For region us-isof-south-1 with FIPS disabled and DualStack enabled",
1042-
"expect": {
1043-
"endpoint": {
1044-
"url": "https://arc-region-switch.us-isof-south-1.csp.hci.ic.gov"
1045-
}
1046-
},
1047-
"params": {
1048-
"Region": "us-isof-south-1",
1049-
"UseFIPS": false
1050-
}
1051-
},
1052956
{
1053957
"documentation": "Missing region",
1054958
"expect": {

0 commit comments

Comments
 (0)