Skip to content

Commit 62f24f9

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: Medialive now supports the ability to transfer AWS Elemental Link devices to another region.
1 parent 82702ac commit 62f24f9

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
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 Elemental MediaLive",
4+
"contributor": "",
5+
"description": "Medialive now supports the ability to transfer AWS Elemental Link devices to another region."
6+
}

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13774,6 +13774,11 @@
1377413774
"locationName": "targetCustomerId",
1377513775
"documentation": "The AWS account ID (12 digits) for the recipient of the device transfer."
1377613776
},
13777+
"TargetRegion": {
13778+
"shape": "__string",
13779+
"locationName": "targetRegion",
13780+
"documentation": "The target AWS region to transfer the device."
13781+
},
1377713782
"TransferMessage": {
1377813783
"shape": "__string",
1377913784
"locationName": "transferMessage",
@@ -13796,6 +13801,11 @@
1379613801
"locationName": "targetCustomerId",
1379713802
"documentation": "The AWS account ID (12 digits) for the recipient of the device transfer."
1379813803
},
13804+
"TargetRegion": {
13805+
"shape": "__string",
13806+
"locationName": "targetRegion",
13807+
"documentation": "The target AWS region to transfer the device."
13808+
},
1379913809
"TransferMessage": {
1380013810
"shape": "__string",
1380113811
"locationName": "transferMessage",

0 commit comments

Comments
 (0)