|
1363 | 1363 | "stagingAvailabilityZone":{
|
1364 | 1364 | "shape":"AwsAvailabilityZone",
|
1365 | 1365 | "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>" |
1366 | 1370 | }
|
1367 | 1371 | },
|
1368 | 1372 | "documentation":"<p>Information about Data Replication</p>"
|
|
2994 | 2998 | "AWS"
|
2995 | 2999 | ]
|
2996 | 3000 | },
|
| 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 | + }, |
2997 | 3007 | "PITPolicy":{
|
2998 | 3008 | "type":"list",
|
2999 | 3009 | "member":{"shape":"PITPolicyRule"},
|
|
3255 | 3265 | "shape":"RecoveryInstanceProperties",
|
3256 | 3266 | "documentation":"<p>Properties of the Recovery Instance machine.</p>"
|
3257 | 3267 | },
|
| 3268 | + "sourceOutpostArn":{ |
| 3269 | + "shape":"OutpostARN", |
| 3270 | + "documentation":"<p>The ARN of the source Outpost</p>" |
| 3271 | + }, |
3258 | 3272 | "sourceServerID":{
|
3259 | 3273 | "shape":"SourceServerID",
|
3260 | 3274 | "documentation":"<p>The Source Server ID that this Recovery Instance is associated with.</p>"
|
|
3310 | 3324 | "stagingAvailabilityZone":{
|
3311 | 3325 | "shape":"AwsAvailabilityZone",
|
3312 | 3326 | "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>" |
3313 | 3331 | }
|
3314 | 3332 | },
|
3315 | 3333 | "documentation":"<p>Information about Data Replication</p>"
|
|
3998 | 4016 | "originRegion":{
|
3999 | 4017 | "shape":"AwsRegion",
|
4000 | 4018 | "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>" |
4001 | 4023 | }
|
4002 | 4024 | },
|
4003 | 4025 | "documentation":"<p>Properties of the cloud environment where this Source Server originated from.</p>"
|
|
4924 | 4946 | "REGULAR",
|
4925 | 4947 | "CONTAINS_MARKETPLACE_PRODUCT_CODES",
|
4926 | 4948 | "MISSING_VOLUME_ATTRIBUTES",
|
4927 |
| - "MISSING_VOLUME_ATTRIBUTES_AND_PRECHECK_UNAVAILABLE" |
| 4949 | + "MISSING_VOLUME_ATTRIBUTES_AND_PRECHECK_UNAVAILABLE", |
| 4950 | + "PENDING" |
4928 | 4951 | ]
|
4929 | 4952 | },
|
4930 | 4953 | "VolumeToConversionMap":{
|
|
0 commit comments