Skip to content

Commit

Permalink
Updates SDK to v2.281.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 25, 2018
1 parent ad7168e commit 06daf85
Show file tree
Hide file tree
Showing 17 changed files with 663 additions and 366 deletions.
17 changes: 17 additions & 0 deletions .changes/2.281.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "EC2",
"description": "R5 is the successor to R4 in EC2's memory-optimized instance family. R5d is a variant of R5 that has local NVMe SSD. Z1d instances deliver both high compute and high memory. Z1d instances use custom Intel Xeon Scalable Processors running at up to 4.0 GHz, powered by sustained all-core Turbo Boost. They are available in 6 sizes, with up to 48 vCPUs, 384 GiB of memory, and 1.8 TB of local NVMe storage."
},
{
"type": "feature",
"category": "ECS",
"description": "This release of Amazon Elastic Container Service (Amazon ECS) introduces support for private registry authentication using AWS Secrets Manager. With private registry authentication, private Docker images can be used in a task definition."
},
{
"type": "feature",
"category": "ELBv2",
"description": "We are introducing two new actions in Application Load Balancer. Redirects and Fixed Response. These features will allow you to improve user experience and security posture. By using redirect actions in your Application Load Balancer, you can improve the security of your user requests and by using fixed-response, you can enhance the customer experience by displaying branded error pages during application maintenance or outages."
}
]
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.280.1-->
<!--LATEST=2.281.1-->
<!--ENTRYINSERT-->

## 2.281.1
* feature: EC2: R5 is the successor to R4 in EC2's memory-optimized instance family. R5d is a variant of R5 that has local NVMe SSD. Z1d instances deliver both high compute and high memory. Z1d instances use custom Intel Xeon Scalable Processors running at up to 4.0 GHz, powered by sustained all-core Turbo Boost. They are available in 6 sizes, with up to 48 vCPUs, 384 GiB of memory, and 1.8 TB of local NVMe storage.
* feature: ECS: This release of Amazon Elastic Container Service (Amazon ECS) introduces support for private registry authentication using AWS Secrets Manager. With private registry authentication, private Docker images can be used in a task definition.
* feature: ELBv2: We are introducing two new actions in Application Load Balancer. Redirects and Fixed Response. These features will allow you to improve user experience and security posture. By using redirect actions in your Application Load Balancer, you can improve the security of your user requests and by using fixed-response, you can enhance the customer experience by displaying branded error pages during application maintenance or outages.

## 2.280.1
* bugfix: Serialization: fix timestamp serialization issue in querystring; Update the logic of formatting the timestamp;
* feature: CORS: make Translate service available in browser version of SDK by default
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.280.1.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.281.1.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
26 changes: 25 additions & 1 deletion apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -14712,6 +14712,24 @@
"r4.4xlarge",
"r4.8xlarge",
"r4.16xlarge",
"r5.large",
"r5.xlarge",
"r5.2xlarge",
"r5.4xlarge",
"r5.8xlarge",
"r5.12xlarge",
"r5.16xlarge",
"r5.24xlarge",
"r5.metal",
"r5d.large",
"r5d.xlarge",
"r5d.2xlarge",
"r5d.4xlarge",
"r5d.8xlarge",
"r5d.12xlarge",
"r5d.16xlarge",
"r5d.24xlarge",
"r5d.metal",
"x1.16xlarge",
"x1.32xlarge",
"x1e.xlarge",
Expand Down Expand Up @@ -14792,7 +14810,13 @@
"h1.2xlarge",
"h1.4xlarge",
"h1.8xlarge",
"h1.16xlarge"
"h1.16xlarge",
"z1d.large",
"z1d.xlarge",
"z1d.2xlarge",
"z1d.3xlarge",
"z1d.6xlarge",
"z1d.12xlarge"
]
},
"InstanceTypeList":{
Expand Down
87 changes: 48 additions & 39 deletions apis/ecs-2014-11-13.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
}
},
"failures": {
"shape": "S2w"
"shape": "S2x"
}
}
}
Expand All @@ -231,10 +231,10 @@
"type": "structure",
"members": {
"containerInstances": {
"shape": "S30"
"shape": "S31"
},
"failures": {
"shape": "S2w"
"shape": "S2x"
}
}
}
Expand Down Expand Up @@ -262,7 +262,7 @@
}
},
"failures": {
"shape": "S2w"
"shape": "S2x"
}
}
}
Expand Down Expand Up @@ -303,10 +303,10 @@
"type": "structure",
"members": {
"tasks": {
"shape": "S38"
"shape": "S39"
},
"failures": {
"shape": "S2w"
"shape": "S2x"
}
}
}
Expand Down Expand Up @@ -558,13 +558,13 @@
"shape": "S1o"
},
"volumes": {
"shape": "S2h"
"shape": "S2i"
},
"placementConstraints": {
"shape": "S2m"
"shape": "S2n"
},
"requiresCompatibilities": {
"shape": "S2p"
"shape": "S2q"
},
"cpu": {},
"memory": {}
Expand All @@ -589,7 +589,7 @@
"cluster": {},
"taskDefinition": {},
"overrides": {
"shape": "S3a"
"shape": "S3b"
},
"count": {
"type": "integer"
Expand All @@ -613,10 +613,10 @@
"type": "structure",
"members": {
"tasks": {
"shape": "S38"
"shape": "S39"
},
"failures": {
"shape": "S2w"
"shape": "S2x"
}
}
}
Expand All @@ -632,7 +632,7 @@
"cluster": {},
"taskDefinition": {},
"overrides": {
"shape": "S3a"
"shape": "S3b"
},
"containerInstances": {
"shape": "So"
Expand All @@ -648,10 +648,10 @@
"type": "structure",
"members": {
"tasks": {
"shape": "S38"
"shape": "S39"
},
"failures": {
"shape": "S2w"
"shape": "S2x"
}
}
}
Expand All @@ -672,7 +672,7 @@
"type": "structure",
"members": {
"task": {
"shape": "S39"
"shape": "S3a"
}
}
}
Expand All @@ -690,7 +690,7 @@
},
"reason": {},
"networkBindings": {
"shape": "S3f"
"shape": "S3g"
}
}
},
Expand Down Expand Up @@ -719,7 +719,7 @@
"type": "integer"
},
"networkBindings": {
"shape": "S3f"
"shape": "S3g"
},
"reason": {},
"status": {}
Expand Down Expand Up @@ -797,10 +797,10 @@
"type": "structure",
"members": {
"containerInstances": {
"shape": "S30"
"shape": "S31"
},
"failures": {
"shape": "S2w"
"shape": "S2x"
}
}
}
Expand Down Expand Up @@ -1172,7 +1172,7 @@
"type": "integer"
},
"volumes": {
"shape": "S2h"
"shape": "S2i"
},
"status": {},
"requiresAttributes": {
Expand All @@ -1182,13 +1182,13 @@
}
},
"placementConstraints": {
"shape": "S2m"
"shape": "S2n"
},
"compatibilities": {
"shape": "S2p"
"shape": "S2q"
},
"requiresCompatibilities": {
"shape": "S2p"
"shape": "S2q"
},
"cpu": {},
"memory": {}
Expand All @@ -1201,6 +1201,15 @@
"members": {
"name": {},
"image": {},
"repositoryCredentials": {
"type": "structure",
"required": [
"credentialsParameter"
],
"members": {
"credentialsParameter": {}
}
},
"cpu": {
"type": "integer"
},
Expand Down Expand Up @@ -1238,7 +1247,7 @@
"shape": "So"
},
"environment": {
"shape": "S1t"
"shape": "S1u"
},
"mountPoints": {
"type": "list",
Expand Down Expand Up @@ -1423,13 +1432,13 @@
}
}
},
"S1t": {
"S1u": {
"type": "list",
"member": {
"shape": "S7"
}
},
"S2h": {
"S2i": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1444,7 +1453,7 @@
}
}
},
"S2m": {
"S2n": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1454,11 +1463,11 @@
}
}
},
"S2p": {
"S2q": {
"type": "list",
"member": {}
},
"S2w": {
"S2x": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1468,27 +1477,27 @@
}
}
},
"S30": {
"S31": {
"type": "list",
"member": {
"shape": "S1a"
}
},
"S38": {
"S39": {
"type": "list",
"member": {
"shape": "S39"
"shape": "S3a"
}
},
"S39": {
"S3a": {
"type": "structure",
"members": {
"taskArn": {},
"clusterArn": {},
"taskDefinitionArn": {},
"containerInstanceArn": {},
"overrides": {
"shape": "S3a"
"shape": "S3b"
},
"lastStatus": {},
"desiredStatus": {},
Expand All @@ -1508,7 +1517,7 @@
},
"reason": {},
"networkBindings": {
"shape": "S3f"
"shape": "S3g"
},
"networkInterfaces": {
"type": "list",
Expand Down Expand Up @@ -1564,7 +1573,7 @@
"healthStatus": {}
}
},
"S3a": {
"S3b": {
"type": "structure",
"members": {
"containerOverrides": {
Expand All @@ -1577,7 +1586,7 @@
"shape": "So"
},
"environment": {
"shape": "S1t"
"shape": "S1u"
},
"cpu": {
"type": "integer"
Expand All @@ -1595,7 +1604,7 @@
"executionRoleArn": {}
}
},
"S3f": {
"S3g": {
"type": "list",
"member": {
"type": "structure",
Expand Down
Loading

0 comments on commit 06daf85

Please sign in to comment.