Skip to content

Commit 2c1786e

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 91a1028 commit 2c1786e

File tree

6 files changed

+106
-37
lines changed

6 files changed

+106
-37
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::MediaTailor - Updated the API, and documentation for AWS MediaTailor.
5+
6+
* Feature - Aws::Organizations - Updated the API, and documentation for AWS Organizations.
7+
48
2.11.533 (2020-06-22)
59
------------------
610

aws-sdk-core/apis/mediatailor/2018-04-23/api-2.json

Lines changed: 45 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -125,17 +125,17 @@
125125
}
126126
},
127127
"shapes": {
128-
"AvailSuppression" : {
129-
"type" : "structure",
130-
"members" : {
131-
"Mode" : {
132-
"shape" : "Mode"
133-
},
134-
"Value" : {
135-
"shape" : "__string"
136-
}
128+
"AvailSuppression": {
129+
"type": "structure",
130+
"members": {
131+
"Mode": {
132+
"shape": "Mode"
133+
},
134+
"Value": {
135+
"shape": "__string"
137136
}
138-
},
137+
}
138+
},
139139
"BadRequestException": {
140140
"error": {
141141
"httpStatusCode": 400
@@ -148,6 +148,17 @@
148148
},
149149
"type": "structure"
150150
},
151+
"Bumper": {
152+
"type": "structure",
153+
"members": {
154+
"EndUrl": {
155+
"shape": "__string"
156+
},
157+
"StartUrl": {
158+
"shape": "__string"
159+
}
160+
}
161+
},
151162
"CdnConfiguration": {
152163
"members": {
153164
"AdSegmentUrlPrefix": {
@@ -219,8 +230,11 @@
219230
"AdDecisionServerUrl": {
220231
"shape": "__string"
221232
},
222-
"AvailSuppression" : {
223-
"shape" : "AvailSuppression"
233+
"AvailSuppression": {
234+
"shape": "AvailSuppression"
235+
},
236+
"Bumper": {
237+
"shape": "Bumper"
224238
},
225239
"CdnConfiguration": {
226240
"shape": "CdnConfiguration"
@@ -251,7 +265,7 @@
251265
},
252266
"SlateAdUrl": {
253267
"shape": "__string"
254-
},
268+
},
255269
"Tags": {
256270
"locationName": "tags",
257271
"shape": "__mapOf__string"
@@ -329,17 +343,17 @@
329343
"type": "string"
330344
},
331345
"Mode": {
332-
"enum": [
333-
"OFF",
334-
"BEHIND_LIVE_EDGE"
335-
],
336-
"type": "string"
346+
"enum": [
347+
"OFF",
348+
"BEHIND_LIVE_EDGE"
349+
],
350+
"type": "string"
337351
},
338352
"PlaybackConfiguration": {
339353
"members": {
340354
"AdDecisionServerUrl": {
341355
"shape": "__string"
342-
},
356+
},
343357
"CdnConfiguration": {
344358
"shape": "CdnConfiguration"
345359
},
@@ -396,8 +410,11 @@
396410
"AdDecisionServerUrl": {
397411
"shape": "__string"
398412
},
399-
"AvailSuppression" : {
400-
"shape" : "AvailSuppression"
413+
"AvailSuppression": {
414+
"shape": "AvailSuppression"
415+
},
416+
"Bumper": {
417+
"shape": "Bumper"
401418
},
402419
"CdnConfiguration": {
403420
"shape": "CdnConfiguration"
@@ -416,7 +433,7 @@
416433
},
417434
"SlateAdUrl": {
418435
"shape": "__string"
419-
},
436+
},
420437
"Tags": {
421438
"locationName": "tags",
422439
"shape": "__mapOf__string"
@@ -435,15 +452,18 @@
435452
"AdDecisionServerUrl": {
436453
"shape": "__string"
437454
},
438-
"AvailSuppression" : {
439-
"shape" : "AvailSuppression"
455+
"AvailSuppression": {
456+
"shape": "AvailSuppression"
457+
},
458+
"Bumper": {
459+
"shape": "Bumper"
440460
},
441461
"CdnConfiguration": {
442462
"shape": "CdnConfiguration"
443463
},
444464
"DashConfiguration": {
445465
"shape": "DashConfiguration"
446-
},
466+
},
447467
"HlsConfiguration": {
448468
"shape": "HlsConfiguration"
449469
},

aws-sdk-core/apis/mediatailor/2018-04-23/docs-2.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,24 @@
1010
},
1111
"service": "<p>Use the AWS Elemental MediaTailor SDK to configure scalable ad insertion for your live and VOD content. With AWS Elemental MediaTailor, you can serve targeted ads to viewers while maintaining broadcast quality in over-the-top (OTT) video applications. For information about using the service, including detailed information about the settings covered in this guide, see the AWS Elemental MediaTailor User Guide.<p>Through the SDK, you manage AWS Elemental MediaTailor configurations the same as you do through the console. For example, you specify ad insertion behavior and mapping information for the origin server and the ad decision server (ADS).</p>",
1212
"shapes": {
13-
"AvailSuppression" : {
14-
"base" : null,
15-
"refs" : {
16-
"GetPlaybackConfigurationResponse$AvailSuppression" : "<p>The configuration for Avail Suppression.</p>",
17-
"PutPlaybackConfigurationRequest$AvailSuppression" : "<p>The configuration for Avail Suppression.</p>"
13+
"AvailSuppression": {
14+
"base": null,
15+
"refs": {
16+
"GetPlaybackConfigurationResponse$AvailSuppression": "<p>The configuration for Avail Suppression.</p>",
17+
"PutPlaybackConfigurationRequest$AvailSuppression": "<p>The configuration for Avail Suppression.</p>"
1818
}
1919
},
2020
"BadRequestException": {
2121
"base": "<p>One of the parameters in the request is invalid.</p>",
2222
"refs": {}
2323
},
24+
"Bumper": {
25+
"base": "<p>The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. </p>",
26+
"refs": {
27+
"GetPlaybackConfigurationResponse$Bumper": "<p>The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. </p>",
28+
"PutPlaybackConfigurationRequest$Bumper": "<p>The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. </p>"
29+
}
30+
},
2431
"CdnConfiguration": {
2532
"base": "<p>The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management. </p>",
2633
"refs": {

aws-sdk-core/apis/organizations/2016-11-28/api-2.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,8 @@
428428
{"shape":"ConstraintViolationException"},
429429
{"shape":"InvalidInputException"},
430430
{"shape":"ServiceException"},
431-
{"shape":"TooManyRequestsException"}
431+
{"shape":"TooManyRequestsException"},
432+
{"shape":"UnsupportedAPIEndpointException"}
432433
]
433434
},
434435
"DisablePolicyType":{
@@ -467,7 +468,8 @@
467468
{"shape":"ConstraintViolationException"},
468469
{"shape":"InvalidInputException"},
469470
{"shape":"ServiceException"},
470-
{"shape":"TooManyRequestsException"}
471+
{"shape":"TooManyRequestsException"},
472+
{"shape":"UnsupportedAPIEndpointException"}
471473
]
472474
},
473475
"EnableAllFeatures":{
@@ -564,7 +566,8 @@
564566
{"shape":"ConstraintViolationException"},
565567
{"shape":"InvalidInputException"},
566568
{"shape":"ServiceException"},
567-
{"shape":"TooManyRequestsException"}
569+
{"shape":"TooManyRequestsException"},
570+
{"shape":"UnsupportedAPIEndpointException"}
568571
]
569572
},
570573
"ListAccounts":{
@@ -1190,7 +1193,8 @@
11901193
"MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED",
11911194
"CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR",
11921195
"CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG",
1193-
"DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE"
1196+
"DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE",
1197+
"MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE"
11941198
]
11951199
},
11961200
"CreateAccountFailureReason":{

0 commit comments

Comments
 (0)