Skip to content

Commit

Permalink
Updates SDK to v2.435.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 3, 2019
1 parent 1f9e48b commit d99d622
Show file tree
Hide file tree
Showing 16 changed files with 781 additions and 209 deletions.
17 changes: 17 additions & 0 deletions .changes/2.435.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "bugfix",
"category": "integration",
"description": "remove rds create DB security group test"
},
{
"type": "feature",
"category": "Batch",
"description": "Support for GPU resource requirement in RegisterJobDefinition and SubmitJob"
},
{
"type": "feature",
"category": "Comprehend",
"description": "With this release AWS Comprehend adds tagging support for document-classifiers and entity-recognizers."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-integration-d907310c.json

This file was deleted.

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.434.0-->
<!--LATEST=2.435.0-->
<!--ENTRYINSERT-->

## 2.435.0
* bugfix: integration: remove rds create DB security group test
* feature: Batch: Support for GPU resource requirement in RegisterJobDefinition and SubmitJob
* feature: Comprehend: With this release AWS Comprehend adds tagging support for document-classifiers and entity-recognizers.

## 2.434.0
* feature: EC2: Add paginators.
* feature: SecurityHub: This update includes 3 additional error codes: AccessDeniedException, InvalidAccessException, and ResourceConflictException. This update also removes the error code ResourceNotFoundException from the GetFindings, GetInvitationsCount, ListInvitations, and ListMembers operations.
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.434.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.435.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
62 changes: 44 additions & 18 deletions apis/batch-2016-08-10.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,10 @@
"shape": "S10"
},
"timeout": {
"shape": "S1b"
"shape": "S1e"
},
"nodeProperties": {
"shape": "S1c"
"shape": "S1f"
}
}
}
Expand Down Expand Up @@ -357,7 +357,7 @@
"reason": {},
"logStreamName": {},
"networkInterfaces": {
"shape": "S1s"
"shape": "S1v"
}
}
},
Expand Down Expand Up @@ -385,7 +385,7 @@
"type": "long"
},
"dependsOn": {
"shape": "S1v"
"shape": "S1y"
},
"jobDefinition": {},
"parameters": {
Expand Down Expand Up @@ -433,7 +433,10 @@
"logStreamName": {},
"instanceType": {},
"networkInterfaces": {
"shape": "S1s"
"shape": "S1v"
},
"resourceRequirements": {
"shape": "S1b"
}
}
},
Expand All @@ -449,7 +452,7 @@
}
},
"nodeProperties": {
"shape": "S1c"
"shape": "S1f"
},
"arrayProperties": {
"type": "structure",
Expand All @@ -470,7 +473,7 @@
}
},
"timeout": {
"shape": "S1b"
"shape": "S1e"
}
}
}
Expand Down Expand Up @@ -584,13 +587,13 @@
"shape": "S10"
},
"nodeProperties": {
"shape": "S1c"
"shape": "S1f"
},
"retryStrategy": {
"shape": "Sz"
},
"timeout": {
"shape": "S1b"
"shape": "S1e"
}
}
},
Expand Down Expand Up @@ -633,18 +636,21 @@
}
},
"dependsOn": {
"shape": "S1v"
"shape": "S1y"
},
"jobDefinition": {},
"parameters": {
"shape": "Sy"
},
"containerOverrides": {
"shape": "S2e"
"shape": "S2h"
},
"nodeOverrides": {
"type": "structure",
"members": {
"numNodes": {
"type": "integer"
},
"nodePropertyOverrides": {
"type": "list",
"member": {
Expand All @@ -655,7 +661,7 @@
"members": {
"targetNodes": {},
"containerOverrides": {
"shape": "S2e"
"shape": "S2h"
}
}
}
Expand All @@ -666,7 +672,7 @@
"shape": "Sz"
},
"timeout": {
"shape": "S1b"
"shape": "S1e"
}
}
},
Expand Down Expand Up @@ -888,7 +894,10 @@
"shape": "S19"
},
"user": {},
"instanceType": {}
"instanceType": {},
"resourceRequirements": {
"shape": "S1b"
}
}
},
"S11": {
Expand Down Expand Up @@ -950,14 +959,28 @@
}
},
"S1b": {
"type": "list",
"member": {
"type": "structure",
"required": [
"value",
"type"
],
"members": {
"value": {},
"type": {}
}
}
},
"S1e": {
"type": "structure",
"members": {
"attemptDurationSeconds": {
"type": "integer"
}
}
},
"S1c": {
"S1f": {
"type": "structure",
"required": [
"numNodes",
Expand Down Expand Up @@ -988,7 +1011,7 @@
}
}
},
"S1s": {
"S1v": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -999,7 +1022,7 @@
}
}
},
"S1v": {
"S1y": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1009,7 +1032,7 @@
}
}
},
"S2e": {
"S2h": {
"type": "structure",
"members": {
"vcpus": {
Expand All @@ -1024,6 +1047,9 @@
"instanceType": {},
"environment": {
"shape": "S14"
},
"resourceRequirements": {
"shape": "S1b"
}
}
}
Expand Down
Loading

0 comments on commit d99d622

Please sign in to comment.