Skip to content

Commit 9da1d38

Browse files
Update to latest models
1 parent 30c3844 commit 9da1d38

File tree

7 files changed

+2986
-803
lines changed

7 files changed

+2986
-803
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "``cur``",
3+
"type": "api-change",
4+
"description": "- Added optional billingViewArn field for OSG."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "``mediatailor``",
3+
"type": "api-change",
4+
"description": "MediaTailor channel assembly is a new manifest-only service that allows you to assemble linear streams using your existing VOD content."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "``workspaces``",
3+
"type": "api-change",
4+
"description": "Adds API support for WorkSpaces bundle management operations."
5+
}

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)