Skip to content

Commit 85478de

Browse files
Merge branch 'release-1.20.27'
* release-1.20.27: Bumping version to 1.20.27 Update to latest models
2 parents 8298815 + d7906a7 commit 85478de

File tree

8 files changed

+2998
-805
lines changed

8 files changed

+2998
-805
lines changed

.changes/1.20.27.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"category": "``mediatailor``",
4+
"description": "MediaTailor channel assembly is a new manifest-only service that allows you to assemble linear streams using your existing VOD content.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``workspaces``",
9+
"description": "Adds API support for WorkSpaces bundle management operations.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``cur``",
14+
"description": "- Added optional billingViewArn field for OSG.",
15+
"type": "api-change"
16+
}
17+
]

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
CHANGELOG
33
=========
44

5+
1.20.27
6+
=======
7+
8+
* api-change:``mediatailor``: MediaTailor channel assembly is a new manifest-only service that allows you to assemble linear streams using your existing VOD content.
9+
* api-change:``workspaces``: Adds API support for WorkSpaces bundle management operations.
10+
* api-change:``cur``: - Added optional billingViewArn field for OSG.
11+
12+
513
1.20.26
614
=======
715

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import re
1717
import logging
1818

19-
__version__ = '1.20.26'
19+
__version__ = '1.20.27'
2020

2121

2222
class NullHandler(logging.Handler):

botocore/data/cur/2017-01-06/service-2.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@
115115
"member":{"shape":"AdditionalArtifact"},
116116
"documentation":"<p>A list of additional artifacts.</p>"
117117
},
118+
"BillingViewArn":{
119+
"type":"string",
120+
"max":128,
121+
"pattern":"(arn:aws(-cn)?:billing::[0-9]{12}:billingview/)?[a-zA-Z0-9_\\+=\\.\\-@].{1,30}"
122+
},
118123
"CompressionFormat":{
119124
"type":"string",
120125
"documentation":"<p>The compression format that AWS uses for the report.</p>",
@@ -270,6 +275,10 @@
270275
"ReportVersioning":{
271276
"shape":"ReportVersioning",
272277
"documentation":"<p>Whether you want Amazon Web Services to overwrite the previous version of each report or to deliver the report in addition to the previous versions.</p>"
278+
},
279+
"BillingViewArn":{
280+
"shape":"BillingViewArn",
281+
"documentation":"<p> The Amazon resource name of the billing view. You can get this value by using the billing view service public APIs. </p>"
273282
}
274283
},
275284
"documentation":"<p>The definition of AWS Cost and Usage Report. You can specify the report name, time unit, report format, compression format, S3 bucket, additional artifacts, and schema elements in the definition. </p>"

botocore/data/mediatailor/2018-04-23/paginators-1.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@
55
"limit_key": "MaxResults",
66
"output_token": "NextToken",
77
"result_key": "Items"
8+
},
9+
"GetChannelSchedule": {
10+
"input_token": "NextToken",
11+
"limit_key": "MaxResults",
12+
"output_token": "NextToken",
13+
"result_key": "Items"
14+
},
15+
"ListChannels": {
16+
"input_token": "NextToken",
17+
"limit_key": "MaxResults",
18+
"output_token": "NextToken",
19+
"result_key": "Items"
20+
},
21+
"ListPrograms": {
22+
"input_token": "NextToken",
23+
"limit_key": "MaxResults",
24+
"output_token": "NextToken",
25+
"result_key": "Items"
26+
},
27+
"ListSourceLocations": {
28+
"input_token": "NextToken",
29+
"limit_key": "MaxResults",
30+
"output_token": "NextToken",
31+
"result_key": "Items"
32+
},
33+
"ListVodSources": {
34+
"input_token": "NextToken",
35+
"limit_key": "MaxResults",
36+
"output_token": "NextToken",
37+
"result_key": "Items"
838
}
939
}
1040
}

0 commit comments

Comments
 (0)