Skip to content

Commit

Permalink
Updates SDK to v2.863.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 12, 2021
1 parent 78b8627 commit e2a3739
Show file tree
Hide file tree
Showing 19 changed files with 5,616 additions and 710 deletions.
17 changes: 17 additions & 0 deletions .changes/2.863.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "CUR",
"description": "- Added optional billingViewArn field for OSG."
},
{
"type": "feature",
"category": "MediaTailor",
"description": "MediaTailor channel assembly is a new manifest-only service that allows you to assemble linear streams using your existing VOD content."
},
{
"type": "feature",
"category": "WorkSpaces",
"description": "Adds API support for WorkSpaces bundle management operations."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.862.0-->
<!--LATEST=2.863.0-->
<!--ENTRYINSERT-->

## 2.863.0
* feature: CUR: - Added optional billingViewArn field for OSG.
* feature: MediaTailor: MediaTailor channel assembly is a new manifest-only service that allows you to assemble linear streams using your existing VOD content.
* feature: WorkSpaces: Adds API support for WorkSpaces bundle management operations.

## 2.862.0
* feature: Comprehend: ContainsPiiEntities API analyzes the input text for the presence of personally identifiable information(PII) and returns the labels of identified PII entity types such as name, address etc.
* feature: MediaLive: MediaLive supports the ability to apply a canned ACL to output sent to an AWS S3 bucket; supports ability to specify position for EBU-TT and TTML output captions converted from Teletext source.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.862.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.863.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
3 changes: 2 additions & 1 deletion apis/cur-2017-01-06.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@
"RefreshClosedReports": {
"type": "boolean"
},
"ReportVersioning": {}
"ReportVersioning": {},
"BillingViewArn": {}
}
}
}
Expand Down
9 changes: 9 additions & 0 deletions apis/cur-2017-01-06.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@
},
"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 @@ -311,6 +316,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
Loading

0 comments on commit e2a3739

Please sign in to comment.