Skip to content

Commit

Permalink
Updates SDK to v2.452.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 8, 2019
1 parent 6f4ac17 commit c23e5f0
Show file tree
Hide file tree
Showing 24 changed files with 1,216 additions and 370 deletions.
27 changes: 27 additions & 0 deletions .changes/2.452.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "IoT1ClickProjects",
"description": "Added automatic pagination support for ListProjects and ListPlacements APIs."
},
{
"type": "feature",
"category": "KinesisAnalytics",
"description": "Kinesis Data Analytics APIs now support tagging on applications."
},
{
"type": "feature",
"category": "KinesisAnalyticsV2",
"description": "Kinesis Data Analytics APIs now support tagging on applications."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Workteams now supports notification configurations. Neo now supports Jetson Nano as a target device and NumberOfHumanWorkersPerDataObject is now included in the ListLabelingJobsForWorkteam response."
},
{
"type": "feature",
"category": "ServiceCatalog",
"description": "Adds \"Parameters\" field in UpdateConstraint API, which will allow Admin user to update \"Parameters\" in created Constraints."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.451.0-->
<!--LATEST=2.452.0-->
<!--ENTRYINSERT-->

## 2.452.0
* feature: IoT1ClickProjects: Added automatic pagination support for ListProjects and ListPlacements APIs.
* feature: KinesisAnalytics: Kinesis Data Analytics APIs now support tagging on applications.
* feature: KinesisAnalyticsV2: Kinesis Data Analytics APIs now support tagging on applications.
* feature: SageMaker: Workteams now supports notification configurations. Neo now supports Jetson Nano as a target device and NumberOfHumanWorkersPerDataObject is now included in the ListLabelingJobsForWorkteam response.
* feature: ServiceCatalog: Adds "Parameters" field in UpdateConstraint API, which will allow Admin user to update "Parameters" in created Constraints.

## 2.451.0
* feature: AlexaForBusiness: This release adds an API allowing authorized users to delete a shared device's history of voice recordings and associated response data.
* feature: AppSync: AWS AppSync now supports the ability to add additional authentication providers to your AWS AppSync GraphQL API as well as the ability to retrieve directives configured against fields or object type definitions during schema introspection.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.451.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.452.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
42 changes: 21 additions & 21 deletions apis/eks-2017-11-01.normal.json

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion apis/iot1click-projects-2018-05-14.paginators.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
{
"pagination": {
"ListPlacements": {
"input_token": "nextToken",
"limit_key": "maxResults",
"output_token": "nextToken",
"result_key": "placements"
},
"ListProjects": {
"input_token": "nextToken",
"limit_key": "maxResults",
"output_token": "nextToken",
"result_key": "projects"
}
}
}
}
90 changes: 82 additions & 8 deletions apis/kinesisanalytics-2015-08-14.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,10 @@
"shape": "S4"
}
},
"ApplicationCode": {}
"ApplicationCode": {},
"Tags": {
"shape": "S1l"
}
}
},
"output": {
Expand All @@ -190,7 +193,7 @@
],
"members": {
"ApplicationSummary": {
"shape": "S1m"
"shape": "S1q"
}
}
}
Expand Down Expand Up @@ -377,7 +380,7 @@
"shape": "Sg"
},
"InputStartingPositionConfiguration": {
"shape": "S29"
"shape": "S2d"
}
}
}
Expand Down Expand Up @@ -478,7 +481,7 @@
"ResourceARN": {},
"RoleARN": {},
"InputStartingPositionConfiguration": {
"shape": "S29"
"shape": "S2d"
},
"S3Configuration": {
"type": "structure",
Expand Down Expand Up @@ -542,7 +545,7 @@
"ApplicationSummaries": {
"type": "list",
"member": {
"shape": "S1m"
"shape": "S1q"
}
},
"HasMoreApplications": {
Expand All @@ -551,6 +554,25 @@
}
}
},
"ListTagsForResource": {
"input": {
"type": "structure",
"required": [
"ResourceARN"
],
"members": {
"ResourceARN": {}
}
},
"output": {
"type": "structure",
"members": {
"Tags": {
"shape": "S1l"
}
}
}
},
"StartApplication": {
"input": {
"type": "structure",
Expand All @@ -571,7 +593,7 @@
"members": {
"Id": {},
"InputStartingPositionConfiguration": {
"shape": "S29"
"shape": "S2d"
}
}
}
Expand All @@ -598,6 +620,45 @@
"members": {}
}
},
"TagResource": {
"input": {
"type": "structure",
"required": [
"ResourceARN",
"Tags"
],
"members": {
"ResourceARN": {},
"Tags": {
"shape": "S1l"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UntagResource": {
"input": {
"type": "structure",
"required": [
"ResourceARN",
"TagKeys"
],
"members": {
"ResourceARN": {},
"TagKeys": {
"type": "list",
"member": {}
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UpdateApplication": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -962,7 +1023,20 @@
"RecordFormatType": {}
}
},
"S1m": {
"S1l": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key"
],
"members": {
"Key": {},
"Value": {}
}
}
},
"S1q": {
"type": "structure",
"required": [
"ApplicationName",
Expand All @@ -975,7 +1049,7 @@
"ApplicationStatus": {}
}
},
"S29": {
"S2d": {
"type": "structure",
"members": {
"InputStartingPosition": {}
Expand Down
Loading

0 comments on commit c23e5f0

Please sign in to comment.