Skip to content

Commit

Permalink
Updates SDK to v2.226.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 20, 2018
1 parent af30c6c commit 6863343
Show file tree
Hide file tree
Showing 15 changed files with 989 additions and 299 deletions.
12 changes: 12 additions & 0 deletions .changes/2.226.1.json
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "Firehose",
"description": "With this release, Amazon Kinesis Data Firehose allows you to tag your delivery streams. Tags are metadata that you can create and use to manage your delivery streams. For more information about tagging, see AWS Tagging Strategies. For technical documentation, look for the tagging operations in the Amazon Kinesis Firehose API reference."
},
{
"type": "feature",
"category": "MediaLive",
"description": "With AWS Elemental MediaLive you can now output live channels as RTMP (Real-Time Messaging Protocol) and RTMPS as the encrypted version of the protocol (Secure, over SSL/TLS). RTMP is the preferred protocol for sending live streams to popular social platforms which means you can send live channel content to social and sharing platforms in a secure and reliable way while continuing to stream to your own website, app or network."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.225.1-->
<!--LATEST=2.226.1-->
<!--ENTRYINSERT-->

## 2.226.1
* feature: Firehose: With this release, Amazon Kinesis Data Firehose allows you to tag your delivery streams. Tags are metadata that you can create and use to manage your delivery streams. For more information about tagging, see AWS Tagging Strategies. For technical documentation, look for the tagging operations in the Amazon Kinesis Firehose API reference.
* feature: MediaLive: With AWS Elemental MediaLive you can now output live channels as RTMP (Real-Time Messaging Protocol) and RTMPS as the encrypted version of the protocol (Secure, over SSL/TLS). RTMP is the preferred protocol for sending live streams to popular social platforms which means you can send live channel content to social and sharing platforms in a secure and reliable way while continuing to stream to your own website, app or network.

## 2.225.1
* feature: CodePipeline: Added new SourceRevision structure to Execution Summary with accompanying definitions as needed in the AWS CodePipeline API Guide.
* feature: CostExplorer: Starting today, you can identify opportunities for Amazon RDS cost savings using AWS Cost Explorer's API to access your Amazon RDS Reserved Instance Purchase Recommendations
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ version.
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.225.1.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.226.1.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
105 changes: 95 additions & 10 deletions apis/firehose-2015-08-04.min.json
Expand Up @@ -420,6 +420,39 @@
}
}
},
"ListTagsForDeliveryStream": {
"input": {
"type": "structure",
"required": [
"DeliveryStreamName"
],
"members": {
"DeliveryStreamName": {},
"ExclusiveStartTagKey": {},
"Limit": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"required": [
"Tags",
"HasMoreTags"
],
"members": {
"Tags": {
"type": "list",
"member": {
"shape": "S2l"
}
},
"HasMoreTags": {
"type": "boolean"
}
}
}
},
"PutRecord": {
"input": {
"type": "structure",
Expand All @@ -430,7 +463,7 @@
"members": {
"DeliveryStreamName": {},
"Record": {
"shape": "S2h"
"shape": "S2o"
}
}
},
Expand All @@ -456,7 +489,7 @@
"Records": {
"type": "list",
"member": {
"shape": "S2h"
"shape": "S2o"
}
}
}
Expand Down Expand Up @@ -485,6 +518,48 @@
}
}
},
"TagDeliveryStream": {
"input": {
"type": "structure",
"required": [
"DeliveryStreamName",
"Tags"
],
"members": {
"DeliveryStreamName": {},
"Tags": {
"type": "list",
"member": {
"shape": "S2l"
}
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UntagDeliveryStream": {
"input": {
"type": "structure",
"required": [
"DeliveryStreamName",
"TagKeys"
],
"members": {
"DeliveryStreamName": {},
"TagKeys": {
"type": "list",
"member": {}
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UpdateDestination": {
"input": {
"type": "structure",
Expand All @@ -498,7 +573,7 @@
"CurrentDeliveryStreamVersionId": {},
"DestinationId": {},
"S3DestinationUpdate": {
"shape": "S2u",
"shape": "S37",
"deprecated": true
},
"ExtendedS3DestinationUpdate": {
Expand All @@ -522,7 +597,7 @@
},
"S3BackupMode": {},
"S3BackupUpdate": {
"shape": "S2u"
"shape": "S37"
}
}
},
Expand All @@ -544,14 +619,14 @@
"shape": "S14"
},
"S3Update": {
"shape": "S2u"
"shape": "S37"
},
"ProcessingConfiguration": {
"shape": "Sn"
},
"S3BackupMode": {},
"S3BackupUpdate": {
"shape": "S2u"
"shape": "S37"
},
"CloudWatchLoggingOptions": {
"shape": "Si"
Expand All @@ -573,7 +648,7 @@
"shape": "S1f"
},
"S3Update": {
"shape": "S2u"
"shape": "S37"
},
"ProcessingConfiguration": {
"shape": "Sn"
Expand All @@ -597,7 +672,7 @@
},
"S3BackupMode": {},
"S3Update": {
"shape": "S2u"
"shape": "S37"
},
"ProcessingConfiguration": {
"shape": "Sn"
Expand Down Expand Up @@ -787,7 +862,17 @@
}
}
},
"S2h": {
"S2l": {
"type": "structure",
"required": [
"Key"
],
"members": {
"Key": {},
"Value": {}
}
},
"S2o": {
"type": "structure",
"required": [
"Data"
Expand All @@ -798,7 +883,7 @@
}
}
},
"S2u": {
"S37": {
"type": "structure",
"members": {
"RoleARN": {},
Expand Down

0 comments on commit 6863343

Please sign in to comment.