Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Mar 12, 2021
1 parent 30c3844 commit 9da1d38
Show file tree
Hide file tree
Showing 7 changed files with 2,986 additions and 803 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-cur-51975.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``cur``",
"type": "api-change",
"description": "- Added optional billingViewArn field for OSG."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-mediatailor-69613.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``mediatailor``",
"type": "api-change",
"description": "MediaTailor channel assembly is a new manifest-only service that allows you to assemble linear streams using your existing VOD content."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-workspaces-64511.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``workspaces``",
"type": "api-change",
"description": "Adds API support for WorkSpaces bundle management operations."
}
9 changes: 9 additions & 0 deletions botocore/data/cur/2017-01-06/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@
"member":{"shape":"AdditionalArtifact"},
"documentation":"<p>A list of additional artifacts.</p>"
},
"BillingViewArn":{
"type":"string",
"max":128,
"pattern":"(arn:aws(-cn)?:billing::[0-9]{12}:billingview/)?[a-zA-Z0-9_\\+=\\.\\-@].{1,30}"
},
"CompressionFormat":{
"type":"string",
"documentation":"<p>The compression format that AWS uses for the report.</p>",
Expand Down Expand Up @@ -270,6 +275,10 @@
"ReportVersioning":{
"shape":"ReportVersioning",
"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>"
},
"BillingViewArn":{
"shape":"BillingViewArn",
"documentation":"<p> The Amazon resource name of the billing view. You can get this value by using the billing view service public APIs. </p>"
}
},
"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>"
Expand Down
30 changes: 30 additions & 0 deletions botocore/data/mediatailor/2018-04-23/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,36 @@
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Items"
},
"GetChannelSchedule": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Items"
},
"ListChannels": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Items"
},
"ListPrograms": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Items"
},
"ListSourceLocations": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Items"
},
"ListVodSources": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Items"
}
}
}
Loading

0 comments on commit 9da1d38

Please sign in to comment.