Skip to content

Commit 7519bb4

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: The AWS Elemental MediaLive APIs and SDKs now support the ability to transfer the ownership of MediaLive Link devices across AWS accounts.
1 parent c55b6b6 commit 7519bb4

File tree

3 files changed

+491
-0
lines changed

3 files changed

+491
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Elemental MediaLive",
4+
"description": "The AWS Elemental MediaLive APIs and SDKs now support the ability to transfer the ownership of MediaLive Link devices across AWS accounts."
5+
}

services/medialive/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@
5353
"output_token": "NextToken",
5454
"limit_key": "MaxResults",
5555
"result_key": "InputDevices"
56+
},
57+
"ListInputDeviceTransfers": {
58+
"input_token": "NextToken",
59+
"output_token": "NextToken",
60+
"limit_key": "MaxResults",
61+
"result_key": "InputDeviceTransfers"
5662
}
5763
}
5864
}

0 commit comments

Comments
 (0)