Skip to content

Commit

Permalink
Updates SDK to v2.611.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 4, 2020
1 parent e2e60a0 commit 6edf586
Show file tree
Hide file tree
Showing 28 changed files with 1,191 additions and 536 deletions.
37 changes: 37 additions & 0 deletions .changes/2.611.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "bugfix",
"category": "node-s3-sqs",
"description": "Respect the NODE_TLS_REJECT_UNAUTHORIZED environment under node when instantiating an http client sslAgent"
},
{
"type": "bugfix",
"category": "parser",
"description": "Now we can disable inserting empty array in xml parser if the member doesn't exist in response."
},
{
"type": "feature",
"category": "EC2",
"description": "Amazon VPC Flow Logs adds support for 1-minute aggregation intervals."
},
{
"type": "feature",
"category": "Kafka",
"description": "This release enables AWS MSK customers to list Apache Kafka versions that are supported on AWS MSK clusters. Also includes changes to expose additional details of a cluster's state in DescribeCluster and ListClusters APIs."
},
{
"type": "feature",
"category": "SSM",
"description": "This feature ensures that an instance is patched up to the available patches on a particular date. It can be enabled by selecting the 'ApproveUntilDate' option as the auto-approval rule while creating the patch baseline. ApproveUntilDate - The cutoff date for auto approval of released patches. Any patches released on or before this date will be installed automatically."
},
{
"type": "feature",
"category": "StorageGateway",
"description": "Adding KVM as a support hypervisor"
},
{
"type": "feature",
"category": "WorkMail",
"description": "This release adds support for tagging Amazon WorkMail organizations."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-node-s3-sqs-8f3bc1d4.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-parser-5e14f8ef.json

This file was deleted.

11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.610.0-->
<!--LATEST=2.611.0-->
<!--ENTRYINSERT-->

## 2.611.0
* bugfix: node-s3-sqs: Respect the NODE_TLS_REJECT_UNAUTHORIZED environment under node when instantiating an http client sslAgent
* bugfix: parser: Now we can disable inserting empty array in xml parser if the member doesn't exist in response.
* feature: EC2: Amazon VPC Flow Logs adds support for 1-minute aggregation intervals.
* feature: Kafka: This release enables AWS MSK customers to list Apache Kafka versions that are supported on AWS MSK clusters. Also includes changes to expose additional details of a cluster's state in DescribeCluster and ListClusters APIs.
* feature: SSM: This feature ensures that an instance is patched up to the available patches on a particular date. It can be enabled by selecting the 'ApproveUntilDate' option as the auto-approval rule while creating the patch baseline. ApproveUntilDate - The cutoff date for auto approval of released patches. Any patches released on or before this date will be installed automatically.
* feature: StorageGateway: Adding KVM as a support hypervisor
* feature: WorkMail: This release adds support for tagging Amazon WorkMail organizations.

## 2.610.0
* feature: BigInt Support for DynamoDB Convert: Adding support for BigInt data type for DocumentDB Dynamo Client converter.
* bugfix: endpoint: add endpoint for us-iso-*
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.610.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.611.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
28 changes: 14 additions & 14 deletions apis/cloudfront-2019-03-26.normal.json

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1744,7 +1744,10 @@
"TrafficType": {},
"LogDestinationType": {},
"LogDestination": {},
"LogFormat": {}
"LogFormat": {},
"MaxAggregationInterval": {
"type": "integer"
}
}
},
"output": {
Expand Down Expand Up @@ -6197,6 +6200,10 @@
},
"LogFormat": {
"locationName": "logFormat"
},
"MaxAggregationInterval": {
"locationName": "maxAggregationInterval",
"type": "integer"
}
}
}
Expand Down
9 changes: 9 additions & 0 deletions apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -9467,6 +9467,10 @@
"LogFormat": {
"shape": "String",
"documentation": "<p>The fields to include in the flow log record, in the order in which they should appear. For a list of available fields, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records\">Flow Log Records</a>. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must specify at least one field.</p> <p>Specify the fields using the <code>${field-id}</code> format, separated by spaces. For the AWS CLI, use single quotation marks (' ') to surround the parameter value.</p> <p>Only applicable to flow logs that are published to an Amazon S3 bucket.</p>"
},
"MaxAggregationInterval": {
"shape": "Integer",
"documentation": "<p>The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record. You can specify 60 seconds (1 minute) or 600 seconds (10 minutes).</p> <p>For network interfaces attached to <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances\">Nitro-based instances</a>, the aggregation interval is always 60 seconds, regardless of the value that you specify.</p> <p>Default: 600</p>"
}
}
},
Expand Down Expand Up @@ -20406,6 +20410,11 @@
"shape": "String",
"documentation": "<p>The format of the flow log record.</p>",
"locationName": "logFormat"
},
"MaxAggregationInterval": {
"shape": "Integer",
"documentation": "<p>The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record.</p> <p>For network interfaces attached to <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances\">Nitro-based instances</a>, the aggregation interval is always 60 seconds (1 minute), regardless of the specified value.</p>",
"locationName": "maxAggregationInterval"
}
},
"documentation": "<p>Describes a flow log.</p>"
Expand Down
74 changes: 65 additions & 9 deletions apis/kafka-2018-11-14.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
"type": "structure",
"members": {
"ClusterOperationInfo": {
"shape": "S1c",
"shape": "S1d",
"locationName": "clusterOperationInfo"
}
}
Expand Down Expand Up @@ -376,7 +376,7 @@
"locationName": "clusterOperationInfoList",
"type": "list",
"member": {
"shape": "S1c"
"shape": "S1d"
}
},
"NextToken": {
Expand Down Expand Up @@ -535,6 +535,50 @@
}
}
},
"ListKafkaVersions": {
"http": {
"method": "GET",
"requestUri": "/v1/kafka-versions",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
}
}
},
"output": {
"type": "structure",
"members": {
"KafkaVersions": {
"locationName": "kafkaVersions",
"type": "list",
"member": {
"type": "structure",
"members": {
"Version": {
"locationName": "version"
},
"Status": {
"locationName": "status"
}
}
}
},
"NextToken": {
"locationName": "nextToken"
}
}
}
},
"ListNodes": {
"http": {
"method": "GET",
Expand Down Expand Up @@ -774,7 +818,7 @@
"locationName": "currentVersion"
},
"TargetBrokerEBSVolumeInfo": {
"shape": "S1f",
"shape": "S1g",
"locationName": "targetBrokerEBSVolumeInfo"
}
},
Expand Down Expand Up @@ -1100,6 +1144,18 @@
"State": {
"locationName": "state"
},
"StateInfo": {
"locationName": "stateInfo",
"type": "structure",
"members": {
"Code": {
"locationName": "code"
},
"Message": {
"locationName": "message"
}
}
},
"Tags": {
"shape": "Sr",
"locationName": "tags"
Expand Down Expand Up @@ -1164,7 +1220,7 @@
"Prometheus"
]
},
"S1c": {
"S1d": {
"type": "structure",
"members": {
"ClientRequestId": {
Expand Down Expand Up @@ -1203,20 +1259,20 @@
"locationName": "operationType"
},
"SourceClusterInfo": {
"shape": "S1e",
"shape": "S1f",
"locationName": "sourceClusterInfo"
},
"TargetClusterInfo": {
"shape": "S1e",
"shape": "S1f",
"locationName": "targetClusterInfo"
}
}
},
"S1e": {
"S1f": {
"type": "structure",
"members": {
"BrokerEBSVolumeInfo": {
"shape": "S1f",
"shape": "S1g",
"locationName": "brokerEBSVolumeInfo"
},
"ConfigurationInfo": {
Expand All @@ -1236,7 +1292,7 @@
}
}
},
"S1f": {
"S1g": {
"type": "list",
"member": {
"type": "structure",
Expand Down
Loading

0 comments on commit 6edf586

Please sign in to comment.