Skip to content

Commit

Permalink
Updates SDK to v2.761.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 25, 2020
1 parent 481965e commit c6733b5
Show file tree
Hide file tree
Showing 24 changed files with 636 additions and 205 deletions.
27 changes: 27 additions & 0 deletions .changes/2.761.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "Batch",
"description": "Support custom logging, executionRole, secrets, and linuxParameters (initProcessEnabled, maxSwap, swappiness, sharedMemorySize, and tmpfs). Also, add new context keys for awslogs."
},
{
"type": "feature",
"category": "ConfigService",
"description": "Make the delivery-s3-bucket as an optional parameter for conformance packs and organizational conformance packs"
},
{
"type": "feature",
"category": "EC2",
"description": "This release supports returning additional information about local gateway resources, such as the local gateway route table."
},
{
"type": "feature",
"category": "FraudDetector",
"description": "Increased maximum length of eventVariables values for GetEventPrediction from 256 to 1024."
},
{
"type": "feature",
"category": "STS",
"description": "Documentation update for AssumeRole error"
}
]
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.760.0-->
<!--LATEST=2.761.0-->
<!--ENTRYINSERT-->

## 2.761.0
* feature: Batch: Support custom logging, executionRole, secrets, and linuxParameters (initProcessEnabled, maxSwap, swappiness, sharedMemorySize, and tmpfs). Also, add new context keys for awslogs.
* feature: ConfigService: Make the delivery-s3-bucket as an optional parameter for conformance packs and organizational conformance packs
* feature: EC2: This release supports returning additional information about local gateway resources, such as the local gateway route table.
* feature: FraudDetector: Increased maximum length of eventVariables values for GetEventPrediction from 256 to 1024.
* feature: STS: Documentation update for AssumeRole error

## 2.760.0
* feature: Amplify: Allow Oauth Token in CreateApp call to be a maximum of 1000 characters instead of 100
* feature: EKS: Amazon EKS now supports configuring your cluster's service CIDR during cluster creation.
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.760.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.761.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
112 changes: 94 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": "S11"
},
"timeout": {
"shape": "S1k"
"shape": "S1r"
},
"nodeProperties": {
"shape": "S1l"
"shape": "S1s"
}
}
}
Expand Down Expand Up @@ -357,7 +357,7 @@
"reason": {},
"logStreamName": {},
"networkInterfaces": {
"shape": "S21"
"shape": "S28"
}
}
},
Expand Down Expand Up @@ -385,7 +385,7 @@
"type": "long"
},
"dependsOn": {
"shape": "S24"
"shape": "S2b"
},
"jobDefinition": {},
"parameters": {
Expand All @@ -405,6 +405,7 @@
"shape": "Sb"
},
"jobRoleArn": {},
"executionRoleArn": {},
"volumes": {
"shape": "S12"
},
Expand Down Expand Up @@ -433,13 +434,19 @@
"logStreamName": {},
"instanceType": {},
"networkInterfaces": {
"shape": "S21"
"shape": "S28"
},
"resourceRequirements": {
"shape": "S1c"
},
"linuxParameters": {
"shape": "S1f"
},
"logConfiguration": {
"shape": "S1m"
},
"secrets": {
"shape": "S1p"
}
}
},
Expand All @@ -455,7 +462,7 @@
}
},
"nodeProperties": {
"shape": "S1l"
"shape": "S1s"
},
"arrayProperties": {
"type": "structure",
Expand All @@ -476,7 +483,7 @@
}
},
"timeout": {
"shape": "S1k"
"shape": "S1r"
}
}
}
Expand Down Expand Up @@ -590,13 +597,13 @@
"shape": "S11"
},
"nodeProperties": {
"shape": "S1l"
"shape": "S1s"
},
"retryStrategy": {
"shape": "S10"
},
"timeout": {
"shape": "S1k"
"shape": "S1r"
}
}
},
Expand Down Expand Up @@ -639,14 +646,14 @@
}
},
"dependsOn": {
"shape": "S24"
"shape": "S2b"
},
"jobDefinition": {},
"parameters": {
"shape": "Sz"
},
"containerOverrides": {
"shape": "S2n"
"shape": "S2u"
},
"nodeOverrides": {
"type": "structure",
Expand All @@ -664,7 +671,7 @@
"members": {
"targetNodes": {},
"containerOverrides": {
"shape": "S2n"
"shape": "S2u"
}
}
}
Expand All @@ -675,7 +682,7 @@
"shape": "S10"
},
"timeout": {
"shape": "S1k"
"shape": "S1r"
}
}
},
Expand Down Expand Up @@ -879,6 +886,7 @@
"shape": "Sb"
},
"jobRoleArn": {},
"executionRoleArn": {},
"volumes": {
"shape": "S12"
},
Expand All @@ -904,6 +912,12 @@
},
"linuxParameters": {
"shape": "S1f"
},
"logConfiguration": {
"shape": "S1m"
},
"secrets": {
"shape": "S1p"
}
}
},
Expand Down Expand Up @@ -998,18 +1012,80 @@
}
}
}
},
"initProcessEnabled": {
"type": "boolean"
},
"sharedMemorySize": {
"type": "integer"
},
"tmpfs": {
"type": "list",
"member": {
"type": "structure",
"required": [
"containerPath",
"size"
],
"members": {
"containerPath": {},
"size": {
"type": "integer"
},
"mountOptions": {
"shape": "Sb"
}
}
}
},
"maxSwap": {
"type": "integer"
},
"swappiness": {
"type": "integer"
}
}
},
"S1m": {
"type": "structure",
"required": [
"logDriver"
],
"members": {
"logDriver": {},
"options": {
"type": "map",
"key": {},
"value": {}
},
"secretOptions": {
"shape": "S1p"
}
}
},
"S1p": {
"type": "list",
"member": {
"type": "structure",
"required": [
"name",
"valueFrom"
],
"members": {
"name": {},
"valueFrom": {}
}
}
},
"S1k": {
"S1r": {
"type": "structure",
"members": {
"attemptDurationSeconds": {
"type": "integer"
}
}
},
"S1l": {
"S1s": {
"type": "structure",
"required": [
"numNodes",
Expand Down Expand Up @@ -1040,7 +1116,7 @@
}
}
},
"S21": {
"S28": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1051,7 +1127,7 @@
}
}
},
"S24": {
"S2b": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1061,7 +1137,7 @@
}
}
},
"S2n": {
"S2u": {
"type": "structure",
"members": {
"vcpus": {
Expand Down
Loading

0 comments on commit c6733b5

Please sign in to comment.