Skip to content

Commit 208edb6

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 4669bd7 commit 208edb6

File tree

7 files changed

+152
-33
lines changed

7 files changed

+152
-33
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::AppStream - Updated the API, and documentation for Amazon AppStream.
5+
6+
* Feature - Aws::CodeBuild - Updated the API, and documentation for AWS CodeBuild.
7+
8+
* Feature - Aws::MediaPackage - Updated the API, and documentation for AWS Elemental MediaPackage.
9+
410
2.11.217 (2019-02-08)
511
------------------
612

aws-sdk-core/apis/appstream/2016-12-01/api-2.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,10 +1737,20 @@
17371737
"StackName":{"shape":"String"},
17381738
"FleetName":{"shape":"String"},
17391739
"State":{"shape":"SessionState"},
1740+
"ConnectionState":{"shape":"SessionConnectionState"},
1741+
"StartTime":{"shape":"Timestamp"},
1742+
"MaxExpirationTime":{"shape":"Timestamp"},
17401743
"AuthenticationType":{"shape":"AuthenticationType"},
17411744
"NetworkAccessConfiguration":{"shape":"NetworkAccessConfiguration"}
17421745
}
17431746
},
1747+
"SessionConnectionState":{
1748+
"type":"string",
1749+
"enum":[
1750+
"CONNECTED",
1751+
"NOT_CONNECTED"
1752+
]
1753+
},
17441754
"SessionList":{
17451755
"type":"list",
17461756
"member":{"shape":"Session"}

aws-sdk-core/apis/appstream/2016-12-01/docs-2.json

Lines changed: 27 additions & 19 deletions
Large diffs are not rendered by default.

aws-sdk-core/apis/codebuild/2016-10-06/api-2.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,8 @@
495495
"required":["projectName"],
496496
"members":{
497497
"projectName":{"shape":"ProjectName"},
498-
"branchFilter":{"shape":"String"}
498+
"branchFilter":{"shape":"String"},
499+
"filterGroups":{"shape":"FilterGroups"}
499500
}
500501
},
501502
"CreateWebhookOutput":{
@@ -609,6 +610,14 @@
609610
"type":"list",
610611
"member":{"shape":"EnvironmentVariable"}
611612
},
613+
"FilterGroup":{
614+
"type":"list",
615+
"member":{"shape":"WebhookFilter"}
616+
},
617+
"FilterGroups":{
618+
"type":"list",
619+
"member":{"shape":"FilterGroup"}
620+
},
612621
"GitCloneDepth":{
613622
"type":"integer",
614623
"min":0
@@ -1171,6 +1180,7 @@
11711180
"members":{
11721181
"projectName":{"shape":"ProjectName"},
11731182
"branchFilter":{"shape":"String"},
1183+
"filterGroups":{"shape":"FilterGroups"},
11741184
"rotateSecret":{"shape":"Boolean"}
11751185
}
11761186
},
@@ -1201,9 +1211,32 @@
12011211
"payloadUrl":{"shape":"NonEmptyString"},
12021212
"secret":{"shape":"NonEmptyString"},
12031213
"branchFilter":{"shape":"String"},
1214+
"filterGroups":{"shape":"FilterGroups"},
12041215
"lastModifiedSecret":{"shape":"Timestamp"}
12051216
}
12061217
},
1218+
"WebhookFilter":{
1219+
"type":"structure",
1220+
"required":[
1221+
"type",
1222+
"pattern"
1223+
],
1224+
"members":{
1225+
"type":{"shape":"WebhookFilterType"},
1226+
"pattern":{"shape":"String"},
1227+
"excludeMatchedPattern":{"shape":"WrapperBoolean"}
1228+
}
1229+
},
1230+
"WebhookFilterType":{
1231+
"type":"string",
1232+
"enum":[
1233+
"EVENT",
1234+
"BASE_REF",
1235+
"HEAD_REF",
1236+
"ACTOR_ACCOUNT_ID",
1237+
"FILE_PATH"
1238+
]
1239+
},
12071240
"WrapperBoolean":{"type":"boolean"},
12081241
"WrapperInt":{"type":"integer"},
12091242
"WrapperLong":{"type":"long"}

aws-sdk-core/apis/codebuild/2016-10-06/docs-2.json

Lines changed: 40 additions & 12 deletions
Large diffs are not rendered by default.

aws-sdk-core/apis/mediapackage/2017-10-12/api-2.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,10 @@
726726
"locationName": "encryption",
727727
"shape": "DashEncryption"
728728
},
729+
"ManifestLayout": {
730+
"locationName": "manifestLayout",
731+
"shape": "ManifestLayout"
732+
},
729733
"ManifestWindowSeconds": {
730734
"locationName": "manifestWindowSeconds",
731735
"shape": "__integer"
@@ -750,6 +754,10 @@
750754
"locationName": "segmentDurationSeconds",
751755
"shape": "__integer"
752756
},
757+
"SegmentTemplateFormat": {
758+
"locationName": "segmentTemplateFormat",
759+
"shape": "SegmentTemplateFormat"
760+
},
753761
"StreamSelection": {
754762
"locationName": "streamSelection",
755763
"shape": "StreamSelection"
@@ -1168,6 +1176,13 @@
11681176
},
11691177
"type": "structure"
11701178
},
1179+
"ManifestLayout": {
1180+
"enum": [
1181+
"FULL",
1182+
"COMPACT"
1183+
],
1184+
"type": "string"
1185+
},
11711186
"MaxResults": {
11721187
"max": 1000,
11731188
"min": 1,
@@ -1474,6 +1489,13 @@
14741489
},
14751490
"type": "structure"
14761491
},
1492+
"SegmentTemplateFormat": {
1493+
"enum": [
1494+
"NUMBER_WITH_TIMELINE",
1495+
"TIME_WITH_TIMELINE"
1496+
],
1497+
"type": "string"
1498+
},
14771499
"ServiceUnavailableException": {
14781500
"error": {
14791501
"httpStatusCode": 503

aws-sdk-core/apis/mediapackage/2017-10-12/docs-2.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@
120120
"__listOfIngestEndpoint$member" : null
121121
}
122122
},
123+
"ManifestLayout" : {
124+
"base" : null,
125+
"refs" : {
126+
"DashPackage$ManifestLayout" : "Determines the position of some tags in the Media Presentation Description (MPD). When set to FULL, elements like SegmentTemplate and ContentProtection are included in each Representation. When set to COMPACT, duplicate elements are combined and presented at the AdaptationSet level."
127+
}
128+
},
123129
"MssEncryption" : {
124130
"base" : "A Microsoft Smooth Streaming (MSS) encryption configuration.",
125131
"refs" : {
@@ -166,6 +172,12 @@
166172
"DashPackage$Profile" : "The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to \"HBBTV_1_5\", HbbTV 1.5 compliant output is enabled."
167173
}
168174
},
175+
"SegmentTemplateFormat" : {
176+
"base" : null,
177+
"refs" : {
178+
"DashPackage$SegmentTemplateFormat" : "Determines the type of SegmentTimeline included in the Media Presentation Description (MPD). When set to NUMBER_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Number$ media URLs. When set to TIME_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Time$ media URLs."
179+
}
180+
},
169181
"SpekeKeyProvider" : {
170182
"base" : "A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.",
171183
"refs" : {
@@ -327,4 +339,4 @@
327339
}
328340
}
329341
}
330-
}
342+
}

0 commit comments

Comments
 (0)