Skip to content

Commit 87e2c72

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: AWS Elemental Link devices now report their Availability Zone. Link devices now support the ability to change their Availability Zone.
1 parent 4f56174 commit 87e2c72

File tree

2 files changed

+40
-4
lines changed

2 files changed

+40
-4
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": "AWS Elemental Link devices now report their Availability Zone. Link devices now support the ability to change their Availability Zone."
6+
}

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

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6137,10 +6137,15 @@
61376137
"locationName": "uhdDeviceSettings",
61386138
"documentation": "Settings that describe an input device that is type UHD."
61396139
},
6140-
"Tags": {
6140+
"Tags": {
61416141
"shape": "Tags",
61426142
"locationName": "tags",
61436143
"documentation": "A collection of key-value pairs."
6144+
},
6145+
"AvailabilityZone": {
6146+
"shape": "__string",
6147+
"locationName": "availabilityZone",
6148+
"documentation": "The Availability Zone associated with this input device."
61446149
}
61456150
},
61466151
"documentation": "Placeholder documentation for DescribeInputDeviceResponse"
@@ -9788,10 +9793,15 @@
97889793
"locationName": "uhdDeviceSettings",
97899794
"documentation": "Settings that describe an input device that is type UHD."
97909795
},
9791-
"Tags": {
9796+
"Tags": {
97929797
"shape": "Tags",
97939798
"locationName": "tags",
97949799
"documentation": "A collection of key-value pairs."
9800+
},
9801+
"AvailabilityZone": {
9802+
"shape": "__string",
9803+
"locationName": "availabilityZone",
9804+
"documentation": "The Availability Zone associated with this input device."
97959805
}
97969806
},
97979807
"documentation": "An input device."
@@ -10049,10 +10059,15 @@
1004910059
"locationName": "uhdDeviceSettings",
1005010060
"documentation": "Settings that describe an input device that is type UHD."
1005110061
},
10052-
"Tags": {
10062+
"Tags": {
1005310063
"shape": "Tags",
1005410064
"locationName": "tags",
1005510065
"documentation": "A collection of key-value pairs."
10066+
},
10067+
"AvailabilityZone": {
10068+
"shape": "__string",
10069+
"locationName": "availabilityZone",
10070+
"documentation": "The Availability Zone associated with this input device."
1005610071
}
1005710072
},
1005810073
"documentation": "Details of the input device."
@@ -15721,6 +15736,11 @@
1572115736
"shape": "InputDeviceConfigurableSettings",
1572215737
"locationName": "uhdDeviceSettings",
1572315738
"documentation": "The settings that you want to apply to the UHD input device."
15739+
},
15740+
"AvailabilityZone": {
15741+
"shape": "__string",
15742+
"locationName": "availabilityZone",
15743+
"documentation": "The Availability Zone you want associated with this input device."
1572415744
}
1572515745
},
1572615746
"documentation": "Updates an input device."
@@ -15748,6 +15768,11 @@
1574815768
"shape": "InputDeviceConfigurableSettings",
1574915769
"locationName": "uhdDeviceSettings",
1575015770
"documentation": "The settings that you want to apply to the UHD input device."
15771+
},
15772+
"AvailabilityZone": {
15773+
"shape": "__string",
15774+
"locationName": "availabilityZone",
15775+
"documentation": "The Availability Zone you want associated with this input device."
1575115776
}
1575215777
},
1575315778
"documentation": "A request to update an input device.",
@@ -15818,10 +15843,15 @@
1581815843
"locationName": "uhdDeviceSettings",
1581915844
"documentation": "Settings that describe an input device that is type UHD."
1582015845
},
15821-
"Tags": {
15846+
"Tags": {
1582215847
"shape": "Tags",
1582315848
"locationName": "tags",
1582415849
"documentation": "A collection of key-value pairs."
15850+
},
15851+
"AvailabilityZone": {
15852+
"shape": "__string",
15853+
"locationName": "availabilityZone",
15854+
"documentation": "The Availability Zone associated with this input device."
1582515855
}
1582615856
},
1582715857
"documentation": "Placeholder documentation for UpdateInputDeviceResponse"

0 commit comments

Comments
 (0)