Skip to content

Commit 8aaca95

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent c8f99ee commit 8aaca95

File tree

9 files changed

+508
-258
lines changed

9 files changed

+508
-258
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::MediaLive - Updated the API, and documentation for AWS Elemental MediaLive.
5+
6+
* Feature - Aws::PinpointEmail - Updated the API, and documentation for Amazon Pinpoint Email Service.
7+
8+
* Feature - Aws::ServiceCatalog - Updated the API, and documentation for AWS Service Catalog.
9+
10+
* Feature - Aws::WorkSpaces - Updated the API, and documentation for Amazon WorkSpaces.
11+
412
2.11.249 (2019-03-27)
513
------------------
614

aws-sdk-core/apis/medialive/2017-10-14/api-2.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"serviceFullName": "AWS Elemental MediaLive",
77
"serviceId": "MediaLive",
88
"protocol": "rest-json",
9-
"jsonVersion": "1.1",
109
"uid": "medialive-2017-10-14",
1110
"signatureVersion": "v4",
12-
"serviceAbbreviation": "MediaLive"
11+
"serviceAbbreviation": "MediaLive",
12+
"jsonVersion": "1.1"
1313
},
1414
"operations": {
1515
"BatchUpdateSchedule": {
@@ -3629,6 +3629,10 @@
36293629
"shape": "InputLossBehavior",
36303630
"locationName": "inputLossBehavior"
36313631
},
3632+
"OutputLockingMode": {
3633+
"shape": "GlobalConfigurationOutputLockingMode",
3634+
"locationName": "outputLockingMode"
3635+
},
36323636
"OutputTimingSource": {
36333637
"shape": "GlobalConfigurationOutputTimingSource",
36343638
"locationName": "outputTimingSource"
@@ -3653,6 +3657,13 @@
36533657
"ENABLED"
36543658
]
36553659
},
3660+
"GlobalConfigurationOutputLockingMode": {
3661+
"type": "string",
3662+
"enum": [
3663+
"EPOCH_LOCKING",
3664+
"PIPELINE_LOCKING"
3665+
]
3666+
},
36563667
"GlobalConfigurationOutputTimingSource": {
36573668
"type": "string",
36583669
"enum": [

0 commit comments

Comments
 (0)