Skip to content

Commit

Permalink
Updates SDK to v2.559.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 29, 2019
1 parent dba35af commit e5a0c70
Show file tree
Hide file tree
Showing 19 changed files with 1,796 additions and 495 deletions.
22 changes: 22 additions & 0 deletions .changes/2.559.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "AppStream",
"description": "Adds support for providing domain names that can embed streaming sessions"
},
{
"type": "feature",
"category": "Cloud9",
"description": "Added CREATING and CREATE_FAILED environment lifecycle statuses. "
},
{
"type": "feature",
"category": "Connect",
"description": "enable cors to make connect service available in default browser built"
},
{
"type": "feature",
"category": "X-ray, Connect, IotAnalytics",
"description": "updated SERVICES.md for 3 services, x-ray, connect, IotAnalytics"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-Connect-81953304.json

This file was deleted.

This file was deleted.

8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.558.0-->
<!--LATEST=2.559.0-->
<!--ENTRYINSERT-->

## 2.559.0
* feature: AppStream: Adds support for providing domain names that can embed streaming sessions
* feature: Cloud9: Added CREATING and CREATE_FAILED environment lifecycle statuses.
* feature: Connect: enable cors to make connect service available in default browser built
* feature: X-ray, Connect, IotAnalytics: updated SERVICES.md for 3 services, x-ray, connect, IotAnalytics

## 2.558.0
* feature: S3: Adding support in SelectObjectContent for scanning a portion of an object specified by a scan range.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.558.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.559.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
59 changes: 36 additions & 23 deletions apis/appstream-2016-12-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,14 +264,17 @@
},
"AccessEndpoints": {
"shape": "S1i"
},
"EmbedHostDomains": {
"shape": "S2c"
}
}
},
"output": {
"type": "structure",
"members": {
"Stack": {
"shape": "S2d"
"shape": "S2f"
}
}
}
Expand Down Expand Up @@ -331,10 +334,10 @@
},
"MessageAction": {},
"FirstName": {
"shape": "S2q"
"shape": "S2s"
},
"LastName": {
"shape": "S2q"
"shape": "S2s"
},
"AuthenticationType": {}
}
Expand Down Expand Up @@ -388,7 +391,7 @@
"type": "structure",
"members": {
"Image": {
"shape": "S2y"
"shape": "S30"
}
}
}
Expand Down Expand Up @@ -505,7 +508,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S3n"
"shape": "S3p"
},
"NextToken": {}
}
Expand All @@ -528,7 +531,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S3n"
"shape": "S3p"
},
"MaxResults": {
"type": "integer"
Expand Down Expand Up @@ -582,7 +585,7 @@
"members": {
"sharedAccountId": {},
"imagePermissions": {
"shape": "S36"
"shape": "S38"
}
}
}
Expand All @@ -596,7 +599,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S3n"
"shape": "S3p"
},
"Arns": {
"type": "list",
Expand All @@ -615,7 +618,7 @@
"Images": {
"type": "list",
"member": {
"shape": "S2y"
"shape": "S30"
}
},
"NextToken": {}
Expand Down Expand Up @@ -683,7 +686,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S3n"
"shape": "S3p"
},
"NextToken": {}
}
Expand All @@ -694,7 +697,7 @@
"Stacks": {
"type": "list",
"member": {
"shape": "S2d"
"shape": "S2f"
}
},
"NextToken": {}
Expand Down Expand Up @@ -800,10 +803,10 @@
},
"Status": {},
"FirstName": {
"shape": "S2q"
"shape": "S2s"
},
"LastName": {
"shape": "S2q"
"shape": "S2s"
},
"CreatedTime": {
"type": "timestamp"
Expand Down Expand Up @@ -901,7 +904,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S3n"
"shape": "S3p"
},
"NextToken": {}
}
Expand All @@ -922,7 +925,7 @@
"type": "structure",
"members": {
"Names": {
"shape": "S3n"
"shape": "S3p"
},
"NextToken": {}
}
Expand Down Expand Up @@ -1143,7 +1146,7 @@
"Name": {},
"SharedAccountId": {},
"ImagePermissions": {
"shape": "S36"
"shape": "S38"
}
}
},
Expand Down Expand Up @@ -1183,14 +1186,17 @@
},
"AccessEndpoints": {
"shape": "S1i"
},
"EmbedHostDomains": {
"shape": "S2c"
}
}
},
"output": {
"type": "structure",
"members": {
"Stack": {
"shape": "S2d"
"shape": "S2f"
}
}
}
Expand Down Expand Up @@ -1505,7 +1511,11 @@
"SettingsGroup": {}
}
},
"S2d": {
"S2c": {
"type": "list",
"member": {}
},
"S2f": {
"type": "structure",
"required": [
"Name"
Expand Down Expand Up @@ -1548,14 +1558,17 @@
},
"AccessEndpoints": {
"shape": "S1i"
},
"EmbedHostDomains": {
"shape": "S2c"
}
}
},
"S2q": {
"S2s": {
"type": "string",
"sensitive": true
},
"S2y": {
"S30": {
"type": "structure",
"required": [
"Name"
Expand Down Expand Up @@ -1609,11 +1622,11 @@
},
"AppstreamAgentVersion": {},
"ImagePermissions": {
"shape": "S36"
"shape": "S38"
}
}
},
"S36": {
"S38": {
"type": "structure",
"members": {
"allowFleet": {
Expand All @@ -1624,7 +1637,7 @@
}
}
},
"S3n": {
"S3p": {
"type": "list",
"member": {}
}
Expand Down
Loading

0 comments on commit e5a0c70

Please sign in to comment.