Skip to content

Commit

Permalink
Updates SDK to v2.571.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 13, 2019
1 parent f0afe07 commit f6bd3a5
Show file tree
Hide file tree
Showing 35 changed files with 15,504 additions and 2,308 deletions.
27 changes: 27 additions & 0 deletions .changes/2.571.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "CloudSearch",
"description": "Amazon CloudSearch domains let you require that all traffic to the domain arrive over HTTPS. This security feature helps you block clients that send unencrypted requests to the domain."
},
{
"type": "feature",
"category": "DLM",
"description": "You can now add tags to a lifecycle policy in Data Lifecycle Manager (DLM). Tags allow you to categorize your policies in different ways, such as by department, purpose or owner. You can also enable resource level permissions based on tags to set access control on ability to modify or delete a tagged policy."
},
{
"type": "feature",
"category": "DataExchange",
"description": "Introducing AWS Data Exchange, a service that makes it easy for AWS customers to securely create, manage, access, and exchange data sets in the cloud."
},
{
"type": "feature",
"category": "Iot",
"description": "This release adds the custom fields definition support in the index definition for AWS IoT Fleet Indexing Service. Custom fields can be used as an aggregation field to run aggregations with both existing GetStatistics API and newly added GetCardinality, GetPercentiles APIs. GetStatistics will return all statistics (min/max/sum/avg/count...) with this release. For more information, please refer to our latest documentation: https://docs.aws.amazon.com/iot/latest/developerguide/iot-indexing.html"
},
{
"type": "feature",
"category": "SESV2",
"description": "This is the first release of version 2 of the Amazon SES API. You can use this API to configure your Amazon SES account, and to send email. This API extends the functionality that exists in the previous version of the Amazon SES API."
}
]
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.570.0-->
<!--LATEST=2.571.0-->
<!--ENTRYINSERT-->

## 2.571.0
* feature: CloudSearch: Amazon CloudSearch domains let you require that all traffic to the domain arrive over HTTPS. This security feature helps you block clients that send unencrypted requests to the domain.
* feature: DLM: You can now add tags to a lifecycle policy in Data Lifecycle Manager (DLM). Tags allow you to categorize your policies in different ways, such as by department, purpose or owner. You can also enable resource level permissions based on tags to set access control on ability to modify or delete a tagged policy.
* feature: DataExchange: Introducing AWS Data Exchange, a service that makes it easy for AWS customers to securely create, manage, access, and exchange data sets in the cloud.
* feature: Iot: This release adds the custom fields definition support in the index definition for AWS IoT Fleet Indexing Service. Custom fields can be used as an aggregation field to run aggregations with both existing GetStatistics API and newly added GetCardinality, GetPercentiles APIs. GetStatistics will return all statistics (min/max/sum/avg/count...) with this release. For more information, please refer to our latest documentation: https://docs.aws.amazon.com/iot/latest/developerguide/iot-indexing.html
* feature: SESV2: This is the first release of version 2 of the Amazon SES API. You can use this API to configure your Amazon SES account, and to send email. This API extends the functionality that exists in the previous version of the Amazon SES API.

## 2.570.0
* feature: CodePipeline: AWS CodePipeline now supports the use of variables in action configuration.
* feature: DynamoDB: Amazon DynamoDB enables you to restore your data to a new DynamoDB table using a point-in-time or on-demand backup. You now can modify the settings on the new restored table. Specifically, you can exclude some or all of the local and global secondary indexes from being created with the restored table. In addition, you can change the billing mode and provisioned capacity settings.
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.570.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.571.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
5 changes: 5 additions & 0 deletions apis/cloudsearch-2013-01-01.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
95 changes: 83 additions & 12 deletions apis/cloudsearch-2013-01-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"metadata": {
"apiVersion": "2013-01-01",
"endpointPrefix": "cloudsearch",
"protocol": "query",
"serviceFullName": "Amazon CloudSearch",
"serviceId": "CloudSearch",
"signatureVersion": "v4",
"xmlNamespace": "http://cloudsearch.amazonaws.com/doc/2013-01-01/",
"protocol": "query",
"uid": "cloudsearch-2013-01-01"
"uid": "cloudsearch-2013-01-01",
"xmlNamespace": "http://cloudsearch.amazonaws.com/doc/2013-01-01/"
},
"operations": {
"BuildSuggesters": {
Expand Down Expand Up @@ -334,6 +334,29 @@
}
}
},
"DescribeDomainEndpointOptions": {
"input": {
"type": "structure",
"required": [
"DomainName"
],
"members": {
"DomainName": {},
"Deployed": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "DescribeDomainEndpointOptionsResult",
"type": "structure",
"members": {
"DomainEndpointOptions": {
"shape": "S2e"
}
}
}
},
"DescribeDomains": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -443,7 +466,7 @@
],
"members": {
"ScalingParameters": {
"shape": "S2p"
"shape": "S2u"
}
}
}
Expand All @@ -469,7 +492,7 @@
],
"members": {
"AccessPolicies": {
"shape": "S2u"
"shape": "S2z"
}
}
}
Expand Down Expand Up @@ -563,6 +586,30 @@
}
}
},
"UpdateDomainEndpointOptions": {
"input": {
"type": "structure",
"required": [
"DomainName",
"DomainEndpointOptions"
],
"members": {
"DomainName": {},
"DomainEndpointOptions": {
"shape": "S2f"
}
}
},
"output": {
"resultWrapper": "UpdateDomainEndpointOptionsResult",
"type": "structure",
"members": {
"DomainEndpointOptions": {
"shape": "S2e"
}
}
}
},
"UpdateScalingParameters": {
"input": {
"type": "structure",
Expand All @@ -573,7 +620,7 @@
"members": {
"DomainName": {},
"ScalingParameters": {
"shape": "S2q"
"shape": "S2v"
}
}
},
Expand All @@ -585,7 +632,7 @@
],
"members": {
"ScalingParameters": {
"shape": "S2p"
"shape": "S2u"
}
}
}
Expand All @@ -610,7 +657,7 @@
],
"members": {
"AccessPolicies": {
"shape": "S2u"
"shape": "S2z"
}
}
}
Expand Down Expand Up @@ -1044,22 +1091,46 @@
}
}
},
"S2p": {
"S2e": {
"type": "structure",
"required": [
"Options",
"Status"
],
"members": {
"Options": {
"shape": "S2q"
"shape": "S2f"
},
"Status": {
"shape": "St"
}
}
},
"S2q": {
"S2f": {
"type": "structure",
"members": {
"EnforceHTTPS": {
"type": "boolean"
},
"TLSSecurityPolicy": {}
}
},
"S2u": {
"type": "structure",
"required": [
"Options",
"Status"
],
"members": {
"Options": {
"shape": "S2v"
},
"Status": {
"shape": "St"
}
}
},
"S2v": {
"type": "structure",
"members": {
"DesiredInstanceType": {},
Expand All @@ -1071,7 +1142,7 @@
}
}
},
"S2u": {
"S2z": {
"type": "structure",
"required": [
"Options",
Expand Down
Loading

0 comments on commit f6bd3a5

Please sign in to comment.