Skip to content

Commit

Permalink
Updates SDK to v2.317.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 18, 2018
1 parent b319e06 commit dc705e0
Show file tree
Hide file tree
Showing 15 changed files with 2,333 additions and 1,769 deletions.
12 changes: 12 additions & 0 deletions .changes/2.317.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "ES",
"description": "Amazon Elasticsearch Service adds support for node-to-node encryption for new domains running Elasticsearch version 6.0 and above"
},
{
"type": "feature",
"category": "Rekognition",
"description": "This release updates the Amazon Rekognition IndexFaces API operation. It introduces a QualityFilter parameter that allows you to automatically filter out detected faces that are deemed to be of low quality by Amazon Rekognition. The quality bar is based on a variety of common use cases. You can filter low-quality detected faces by setting QualityFilter to AUTO, which is also the default setting. To index all detected faces regardless of quality, you can specify NONE. This release also provides a MaxFaces parameter that is useful when you want to only index the most prominent and largest faces in an image and don't want to index other faces detected in the image, such as smaller faces belonging to people standing in the background."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.316.0-->
<!--LATEST=2.317.0-->
<!--ENTRYINSERT-->

## 2.317.0
* feature: ES: Amazon Elasticsearch Service adds support for node-to-node encryption for new domains running Elasticsearch version 6.0 and above
* feature: Rekognition: This release updates the Amazon Rekognition IndexFaces API operation. It introduces a QualityFilter parameter that allows you to automatically filter out detected faces that are deemed to be of low quality by Amazon Rekognition. The quality bar is based on a variety of common use cases. You can filter low-quality detected faces by setting QualityFilter to AUTO, which is also the default setting. To index all detected faces regardless of quality, you can specify NONE. This release also provides a MaxFaces parameter that is useful when you want to only index the most prominent and largest faces in an image and don't want to index other faces detected in the image, such as smaller faces belonging to people standing in the background.

## 2.316.0
* feature: CloudWatch: Amazon CloudWatch adds the ability to publish values and counts using PutMetricData
* feature: CodeBuild: Support build logs configuration.
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.316.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.317.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
109 changes: 69 additions & 40 deletions apis/es-2015-01-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,22 @@
"EncryptionAtRestOptions": {
"shape": "Sp"
},
"AdvancedOptions": {
"NodeToNodeEncryptionOptions": {
"shape": "Sr"
},
"LogPublishingOptions": {
"AdvancedOptions": {
"shape": "Ss"
},
"LogPublishingOptions": {
"shape": "St"
}
}
},
"output": {
"type": "structure",
"members": {
"DomainStatus": {
"shape": "Sx"
"shape": "Sy"
}
}
}
Expand All @@ -97,7 +100,7 @@
"type": "structure",
"members": {
"DomainStatus": {
"shape": "Sx"
"shape": "Sy"
}
}
}
Expand Down Expand Up @@ -132,7 +135,7 @@
],
"members": {
"DomainStatus": {
"shape": "Sx"
"shape": "Sy"
}
}
}
Expand Down Expand Up @@ -161,7 +164,7 @@
],
"members": {
"DomainConfig": {
"shape": "S18"
"shape": "S19"
}
}
}
Expand Down Expand Up @@ -191,7 +194,7 @@
"DomainStatusList": {
"type": "list",
"member": {
"shape": "Sx"
"shape": "Sy"
}
}
}
Expand Down Expand Up @@ -246,7 +249,7 @@
"members": {
"LimitName": {},
"LimitValues": {
"shape": "S23"
"shape": "S25"
}
}
}
Expand Down Expand Up @@ -277,7 +280,7 @@
"members": {
"LimitName": {},
"LimitValues": {
"shape": "S23"
"shape": "S25"
}
}
}
Expand Down Expand Up @@ -334,7 +337,7 @@
"CurrencyCode": {},
"PaymentOption": {},
"RecurringCharges": {
"shape": "S2l"
"shape": "S2n"
}
}
}
Expand Down Expand Up @@ -397,7 +400,7 @@
"State": {},
"PaymentOption": {},
"RecurringCharges": {
"shape": "S2l"
"shape": "S2n"
}
}
}
Expand Down Expand Up @@ -429,7 +432,7 @@
"members": {
"SourceVersion": {},
"TargetVersions": {
"shape": "S2w"
"shape": "S2y"
}
}
}
Expand Down Expand Up @@ -610,7 +613,7 @@
"type": "structure",
"members": {
"ElasticsearchVersions": {
"shape": "S2w"
"shape": "S2y"
},
"NextToken": {}
}
Expand Down Expand Up @@ -716,11 +719,11 @@
"shape": "Sl"
},
"AdvancedOptions": {
"shape": "Sr"
"shape": "Ss"
},
"AccessPolicies": {},
"LogPublishingOptions": {
"shape": "Ss"
"shape": "St"
}
}
},
Expand All @@ -731,7 +734,7 @@
],
"members": {
"DomainConfig": {
"shape": "S18"
"shape": "S19"
}
}
}
Expand Down Expand Up @@ -859,11 +862,19 @@
}
},
"Sr": {
"type": "structure",
"members": {
"Enabled": {
"type": "boolean"
}
}
},
"Ss": {
"type": "map",
"key": {},
"value": {}
},
"Ss": {
"St": {
"type": "map",
"key": {},
"value": {
Expand All @@ -876,7 +887,7 @@
}
}
},
"Sx": {
"Sy": {
"type": "structure",
"required": [
"DomainId",
Expand Down Expand Up @@ -918,23 +929,26 @@
"shape": "Sh"
},
"VPCOptions": {
"shape": "S11"
"shape": "S12"
},
"CognitoOptions": {
"shape": "Sl"
},
"EncryptionAtRestOptions": {
"shape": "Sp"
},
"AdvancedOptions": {
"NodeToNodeEncryptionOptions": {
"shape": "Sr"
},
"LogPublishingOptions": {
"AdvancedOptions": {
"shape": "Ss"
},
"LogPublishingOptions": {
"shape": "St"
}
}
},
"S11": {
"S12": {
"type": "structure",
"members": {
"VPCId": {},
Expand All @@ -949,7 +963,7 @@
}
}
},
"S18": {
"S19": {
"type": "structure",
"members": {
"ElasticsearchVersion": {
Expand All @@ -961,7 +975,7 @@
"members": {
"Options": {},
"Status": {
"shape": "S1a"
"shape": "S1b"
}
}
},
Expand All @@ -976,7 +990,7 @@
"shape": "Sa"
},
"Status": {
"shape": "S1a"
"shape": "S1b"
}
}
},
Expand All @@ -991,7 +1005,7 @@
"shape": "Se"
},
"Status": {
"shape": "S1a"
"shape": "S1b"
}
}
},
Expand All @@ -1004,7 +1018,7 @@
"members": {
"Options": {},
"Status": {
"shape": "S1a"
"shape": "S1b"
}
}
},
Expand All @@ -1019,7 +1033,7 @@
"shape": "Sh"
},
"Status": {
"shape": "S1a"
"shape": "S1b"
}
}
},
Expand All @@ -1031,10 +1045,10 @@
],
"members": {
"Options": {
"shape": "S11"
"shape": "S12"
},
"Status": {
"shape": "S1a"
"shape": "S1b"
}
}
},
Expand All @@ -1049,7 +1063,7 @@
"shape": "Sl"
},
"Status": {
"shape": "S1a"
"shape": "S1b"
}
}
},
Expand All @@ -1064,11 +1078,11 @@
"shape": "Sp"
},
"Status": {
"shape": "S1a"
"shape": "S1b"
}
}
},
"AdvancedOptions": {
"NodeToNodeEncryptionOptions": {
"type": "structure",
"required": [
"Options",
Expand All @@ -1079,24 +1093,39 @@
"shape": "Sr"
},
"Status": {
"shape": "S1a"
"shape": "S1b"
}
}
},
"LogPublishingOptions": {
"AdvancedOptions": {
"type": "structure",
"required": [
"Options",
"Status"
],
"members": {
"Options": {
"shape": "Ss"
},
"Status": {
"shape": "S1a"
"shape": "S1b"
}
}
},
"LogPublishingOptions": {
"type": "structure",
"members": {
"Options": {
"shape": "St"
},
"Status": {
"shape": "S1b"
}
}
}
}
},
"S1a": {
"S1b": {
"type": "structure",
"required": [
"CreationDate",
Expand All @@ -1119,11 +1148,11 @@
}
}
},
"S23": {
"S25": {
"type": "list",
"member": {}
},
"S2l": {
"S2n": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1135,7 +1164,7 @@
}
}
},
"S2w": {
"S2y": {
"type": "list",
"member": {}
}
Expand Down

0 comments on commit dc705e0

Please sign in to comment.