Skip to content

Commit

Permalink
Updates SDK to v2.1130.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 6, 2022
1 parent 46dda93 commit b2cb238
Show file tree
Hide file tree
Showing 24 changed files with 233 additions and 162 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1130.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "EC2",
"description": "Add new state values for IPAMs, IPAM Scopes, and IPAM Pools."
},
{
"type": "feature",
"category": "Location",
"description": "Amazon Location Service now includes a MaxResults parameter for ListGeofences requests."
},
{
"type": "feature",
"category": "MediaPackage",
"description": "This release adds Dvb Dash 2014 as an available profile option for Dash Origin Endpoints."
},
{
"type": "feature",
"category": "Redshift",
"description": "Introduces new field 'LoadSampleData' in CreateCluster operation. Customers can now specify 'LoadSampleData' option during creation of a cluster, which results in loading of sample data in the cluster that is created."
}
]
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.1129.0-->
<!--LATEST=2.1130.0-->
<!--ENTRYINSERT-->

## 2.1130.0
* feature: EC2: Add new state values for IPAMs, IPAM Scopes, and IPAM Pools.
* feature: Location: Amazon Location Service now includes a MaxResults parameter for ListGeofences requests.
* feature: MediaPackage: This release adds Dvb Dash 2014 as an available profile option for Dash Origin Endpoints.
* feature: Redshift: Introduces new field 'LoadSampleData' in CreateCluster operation. Customers can now specify 'LoadSampleData' option during creation of a cluster, which results in loading of sample data in the cluster that is created.

## 2.1129.0
* feature: DataSync: AWS DataSync now supports a new ObjectTags Task API option that can be used to control whether Object Tags are transferred.
* feature: EC2: Amazon EC2 I4i instances are powered by 3rd generation Intel Xeon Scalable processors and feature up to 30 TB of local AWS Nitro SSD storage
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1129.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1130.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
15 changes: 12 additions & 3 deletions apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -34448,7 +34448,10 @@
"modify-failed",
"delete-in-progress",
"delete-complete",
"delete-failed"
"delete-failed",
"isolate-in-progress",
"isolate-complete",
"restore-in-progress"
]
},
"IpamResourceCidr": {
Expand Down Expand Up @@ -34654,7 +34657,10 @@
"modify-failed",
"delete-in-progress",
"delete-complete",
"delete-failed"
"delete-failed",
"isolate-in-progress",
"isolate-complete",
"restore-in-progress"
]
},
"IpamScopeType": {
Expand Down Expand Up @@ -34682,7 +34688,10 @@
"modify-failed",
"delete-in-progress",
"delete-complete",
"delete-failed"
"delete-failed",
"isolate-in-progress",
"isolate-complete",
"restore-in-progress"
]
},
"Ipv4PoolCoipId": {
Expand Down
29 changes: 17 additions & 12 deletions apis/location-2020-11-19.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1781,6 +1781,9 @@
"location": "uri",
"locationName": "CollectionName"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
Expand Down Expand Up @@ -2206,7 +2209,7 @@
"type": "double"
},
"Place": {
"shape": "S62"
"shape": "S63"
}
}
}
Expand Down Expand Up @@ -2253,7 +2256,7 @@
"shape": "S2f"
},
"FilterCountries": {
"shape": "S68"
"shape": "S69"
},
"IndexName": {
"location": "uri",
Expand Down Expand Up @@ -2303,15 +2306,14 @@
"shape": "S2f"
},
"FilterCountries": {
"shape": "S68"
"shape": "S69"
},
"Language": {},
"MaxResults": {
"type": "integer"
},
"Text": {
"type": "string",
"sensitive": true
"shape": "S6h"
}
}
}
Expand Down Expand Up @@ -2340,7 +2342,7 @@
"shape": "S2f"
},
"FilterCountries": {
"shape": "S68"
"shape": "S69"
},
"IndexName": {
"location": "uri",
Expand Down Expand Up @@ -2375,7 +2377,7 @@
"type": "double"
},
"Place": {
"shape": "S62"
"shape": "S63"
},
"Relevance": {
"type": "double"
Expand All @@ -2398,7 +2400,7 @@
"shape": "S2f"
},
"FilterCountries": {
"shape": "S68"
"shape": "S69"
},
"Language": {},
"MaxResults": {
Expand All @@ -2408,8 +2410,7 @@
"shape": "S2f"
},
"Text": {
"type": "string",
"sensitive": true
"shape": "S6h"
}
}
}
Expand Down Expand Up @@ -2885,7 +2886,7 @@
"IntendedUse": {}
}
},
"S62": {
"S63": {
"type": "structure",
"required": [
"Geometry"
Expand Down Expand Up @@ -2925,9 +2926,13 @@
}
}
},
"S68": {
"S69": {
"type": "list",
"member": {}
},
"S6h": {
"type": "string",
"sensitive": true
}
}
}
Loading

0 comments on commit b2cb238

Please sign in to comment.