Skip to content

Commit

Permalink
Updates SDK to v2.680.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 19, 2020
1 parent e4d1a07 commit dae8e93
Show file tree
Hide file tree
Showing 21 changed files with 1,776 additions and 1,590 deletions.
17 changes: 17 additions & 0 deletions .changes/2.680.0.json
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "Chime",
"description": "You can now receive Voice Connector call events through SNS or SQS."
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds support for Federated Authentication via SAML-2.0 in AWS ClientVPN."
},
{
"type": "feature",
"category": "Health",
"description": "Feature: Health: AWS Health added a new field to differentiate Public events from Account-Specific events in the API request and response. Visit https://docs.aws.amazon.com/health/latest/APIReference/API_Event.html to learn more."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.679.0-->
<!--LATEST=2.680.0-->
<!--ENTRYINSERT-->

## 2.680.0
* feature: Chime: You can now receive Voice Connector call events through SNS or SQS.
* feature: EC2: This release adds support for Federated Authentication via SAML-2.0 in AWS ClientVPN.
* feature: Health: Feature: Health: AWS Health added a new field to differentiate Public events from Account-Specific events in the API request and response. Visit https://docs.aws.amazon.com/health/latest/APIReference/API_Event.html to learn more.

## 2.679.0
* feature: Chime: Amazon Chime now supports redacting chat messages.
* feature: EC2: This release changes the RunInstances CLI and SDK's so that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
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.679.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.680.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
30 changes: 21 additions & 9 deletions apis/chime-2018-05-01.min.json
Expand Up @@ -1776,7 +1776,7 @@
"type": "structure",
"members": {
"Termination": {
"shape": "S6g"
"shape": "S6j"
}
}
}
Expand Down Expand Up @@ -1927,7 +1927,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "S6z"
"shape": "S72"
}
}
}
Expand Down Expand Up @@ -2031,7 +2031,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "S6z"
"shape": "S72"
}
}
}
Expand Down Expand Up @@ -2305,7 +2305,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "S6z"
"shape": "S72"
}
}
}
Expand Down Expand Up @@ -2669,15 +2669,15 @@
"locationName": "voiceConnectorId"
},
"Termination": {
"shape": "S6g"
"shape": "S6j"
}
}
},
"output": {
"type": "structure",
"members": {
"Termination": {
"shape": "S6g"
"shape": "S6j"
}
}
}
Expand Down Expand Up @@ -2979,7 +2979,7 @@
"shape": "S2c"
},
"Tags": {
"shape": "S6z"
"shape": "S72"
}
}
}
Expand Down Expand Up @@ -4083,10 +4083,22 @@
},
"Disabled": {
"type": "boolean"
},
"StreamingNotificationTargets": {
"type": "list",
"member": {
"type": "structure",
"required": [
"NotificationTarget"
],
"members": {
"NotificationTarget": {}
}
}
}
}
},
"S6g": {
"S6j": {
"type": "structure",
"members": {
"CpsLimit": {
Expand All @@ -4107,7 +4119,7 @@
}
}
},
"S6z": {
"S72": {
"type": "list",
"member": {
"shape": "Sp"
Expand Down
33 changes: 33 additions & 0 deletions apis/chime-2018-05-01.normal.json
Expand Up @@ -7168,6 +7168,14 @@
},
"min": 1
},
"NotificationTarget": {
"type": "string",
"enum": [
"EventBridge",
"SNS",
"SQS"
]
},
"NullableBoolean": {
"type": "boolean"
},
Expand Down Expand Up @@ -8170,10 +8178,35 @@
"Disabled": {
"shape": "Boolean",
"documentation": "<p>When true, media streaming to Amazon Kinesis is turned off.</p>"
},
"StreamingNotificationTargets": {
"shape": "StreamingNotificationTargetList",
"documentation": "<p>The streaming notification targets.</p>"
}
},
"documentation": "<p>The streaming configuration associated with an Amazon Chime Voice Connector. Specifies whether media streaming is enabled for sending to Amazon Kinesis, and shows the retention period for the Amazon Kinesis data, in hours.</p>"
},
"StreamingNotificationTarget": {
"type": "structure",
"required": [
"NotificationTarget"
],
"members": {
"NotificationTarget": {
"shape": "NotificationTarget",
"documentation": "<p>The streaming notification target.</p>"
}
},
"documentation": "<p>The targeted recipient for a streaming configuration notification.</p>"
},
"StreamingNotificationTargetList": {
"type": "list",
"member": {
"shape": "StreamingNotificationTarget"
},
"max": 3,
"min": 1
},
"String": {
"type": "string"
},
Expand Down

0 comments on commit dae8e93

Please sign in to comment.