Skip to content

Commit 21e64c8

Browse files
author
AWS
committed
Elastic Disaster Recovery Service Update: Outpost ARN added to Source Server and Recovery Instance
1 parent eab1d02 commit 21e64c8

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
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": "Elastic Disaster Recovery Service",
4+
"contributor": "",
5+
"description": "Outpost ARN added to Source Server and Recovery Instance"
6+
}

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

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,6 +1363,10 @@
13631363
"stagingAvailabilityZone":{
13641364
"shape":"AwsAvailabilityZone",
13651365
"documentation":"<p>AWS Availability zone into which data is being replicated.</p>"
1366+
},
1367+
"stagingOutpostArn":{
1368+
"shape":"OutpostARN",
1369+
"documentation":"<p>The ARN of the staging Outpost</p>"
13661370
}
13671371
},
13681372
"documentation":"<p>Information about Data Replication</p>"
@@ -2994,6 +2998,12 @@
29942998
"AWS"
29952999
]
29963000
},
3001+
"OutpostARN":{
3002+
"type":"string",
3003+
"max":255,
3004+
"min":20,
3005+
"pattern":"^arn:aws([a-z-]+)?:outposts:[a-z\\d-]+:\\d{12}:outpost/op-[a-f0-9]{17}$"
3006+
},
29973007
"PITPolicy":{
29983008
"type":"list",
29993009
"member":{"shape":"PITPolicyRule"},
@@ -3255,6 +3265,10 @@
32553265
"shape":"RecoveryInstanceProperties",
32563266
"documentation":"<p>Properties of the Recovery Instance machine.</p>"
32573267
},
3268+
"sourceOutpostArn":{
3269+
"shape":"OutpostARN",
3270+
"documentation":"<p>The ARN of the source Outpost</p>"
3271+
},
32583272
"sourceServerID":{
32593273
"shape":"SourceServerID",
32603274
"documentation":"<p>The Source Server ID that this Recovery Instance is associated with.</p>"
@@ -3310,6 +3324,10 @@
33103324
"stagingAvailabilityZone":{
33113325
"shape":"AwsAvailabilityZone",
33123326
"documentation":"<p>AWS Availability zone into which data is being replicated.</p>"
3327+
},
3328+
"stagingOutpostArn":{
3329+
"shape":"OutpostARN",
3330+
"documentation":"<p>The ARN of the staging Outpost</p>"
33133331
}
33143332
},
33153333
"documentation":"<p>Information about Data Replication</p>"
@@ -3998,6 +4016,10 @@
39984016
"originRegion":{
39994017
"shape":"AwsRegion",
40004018
"documentation":"<p>AWS Region for an EC2-originated Source Server.</p>"
4019+
},
4020+
"sourceOutpostArn":{
4021+
"shape":"OutpostARN",
4022+
"documentation":"<p>The ARN of the source Outpost</p>"
40014023
}
40024024
},
40034025
"documentation":"<p>Properties of the cloud environment where this Source Server originated from.</p>"
@@ -4924,7 +4946,8 @@
49244946
"REGULAR",
49254947
"CONTAINS_MARKETPLACE_PRODUCT_CODES",
49264948
"MISSING_VOLUME_ATTRIBUTES",
4927-
"MISSING_VOLUME_ATTRIBUTES_AND_PRECHECK_UNAVAILABLE"
4949+
"MISSING_VOLUME_ATTRIBUTES_AND_PRECHECK_UNAVAILABLE",
4950+
"PENDING"
49284951
]
49294952
},
49304953
"VolumeToConversionMap":{

0 commit comments

Comments
 (0)