Skip to content

Commit 6edf586

Browse files
author
awstools
committed
Updates SDK to v2.611.0
1 parent e2e60a0 commit 6edf586

28 files changed

+1191
-536
lines changed

.changes/2.611.0.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "node-s3-sqs",
5+
"description": "Respect the NODE_TLS_REJECT_UNAUTHORIZED environment under node when instantiating an http client sslAgent"
6+
},
7+
{
8+
"type": "bugfix",
9+
"category": "parser",
10+
"description": "Now we can disable inserting empty array in xml parser if the member doesn't exist in response."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "Amazon VPC Flow Logs adds support for 1-minute aggregation intervals."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Kafka",
20+
"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."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SSM",
25+
"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."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "StorageGateway",
30+
"description": "Adding KVM as a support hypervisor"
31+
},
32+
{
33+
"type": "feature",
34+
"category": "WorkMail",
35+
"description": "This release adds support for tagging Amazon WorkMail organizations."
36+
}
37+
]

.changes/next-release/bugfix-node-s3-sqs-8f3bc1d4.json

-5
This file was deleted.

.changes/next-release/bugfix-parser-5e14f8ef.json

-5
This file was deleted.

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.610.0-->
2+
<!--LATEST=2.611.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.611.0
6+
* bugfix: node-s3-sqs: Respect the NODE_TLS_REJECT_UNAUTHORIZED environment under node when instantiating an http client sslAgent
7+
* bugfix: parser: Now we can disable inserting empty array in xml parser if the member doesn't exist in response.
8+
* feature: EC2: Amazon VPC Flow Logs adds support for 1-minute aggregation intervals.
9+
* 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.
10+
* 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.
11+
* feature: StorageGateway: Adding KVM as a support hypervisor
12+
* feature: WorkMail: This release adds support for tagging Amazon WorkMail organizations.
13+
514
## 2.610.0
615
* feature: BigInt Support for DynamoDB Convert: Adding support for BigInt data type for DocumentDB Dynamo Client converter.
716
* bugfix: endpoint: add endpoint for us-iso-*

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.610.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.611.0.min.js"></script>
2929

3030
You can also build a custom browser SDK with your specified set of AWS services.
3131
This can allow you to reduce the SDK's size, specify different API versions of

apis/cloudfront-2019-03-26.normal.json

+14-14
Large diffs are not rendered by default.

apis/ec2-2016-11-15.min.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -1744,7 +1744,10 @@
17441744
"TrafficType": {},
17451745
"LogDestinationType": {},
17461746
"LogDestination": {},
1747-
"LogFormat": {}
1747+
"LogFormat": {},
1748+
"MaxAggregationInterval": {
1749+
"type": "integer"
1750+
}
17481751
}
17491752
},
17501753
"output": {
@@ -6197,6 +6200,10 @@
61976200
},
61986201
"LogFormat": {
61996202
"locationName": "logFormat"
6203+
},
6204+
"MaxAggregationInterval": {
6205+
"locationName": "maxAggregationInterval",
6206+
"type": "integer"
62006207
}
62016208
}
62026209
}

apis/ec2-2016-11-15.normal.json

+9
Original file line numberDiff line numberDiff line change
@@ -9467,6 +9467,10 @@
94679467
"LogFormat": {
94689468
"shape": "String",
94699469
"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>"
9470+
},
9471+
"MaxAggregationInterval": {
9472+
"shape": "Integer",
9473+
"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>"
94709474
}
94719475
}
94729476
},
@@ -20406,6 +20410,11 @@
2040620410
"shape": "String",
2040720411
"documentation": "<p>The format of the flow log record.</p>",
2040820412
"locationName": "logFormat"
20413+
},
20414+
"MaxAggregationInterval": {
20415+
"shape": "Integer",
20416+
"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>",
20417+
"locationName": "maxAggregationInterval"
2040920418
}
2041020419
},
2041120420
"documentation": "<p>Describes a flow log.</p>"

apis/kafka-2018-11-14.min.json

+65-9
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
"type": "structure",
214214
"members": {
215215
"ClusterOperationInfo": {
216-
"shape": "S1c",
216+
"shape": "S1d",
217217
"locationName": "clusterOperationInfo"
218218
}
219219
}
@@ -376,7 +376,7 @@
376376
"locationName": "clusterOperationInfoList",
377377
"type": "list",
378378
"member": {
379-
"shape": "S1c"
379+
"shape": "S1d"
380380
}
381381
},
382382
"NextToken": {
@@ -535,6 +535,50 @@
535535
}
536536
}
537537
},
538+
"ListKafkaVersions": {
539+
"http": {
540+
"method": "GET",
541+
"requestUri": "/v1/kafka-versions",
542+
"responseCode": 200
543+
},
544+
"input": {
545+
"type": "structure",
546+
"members": {
547+
"MaxResults": {
548+
"location": "querystring",
549+
"locationName": "maxResults",
550+
"type": "integer"
551+
},
552+
"NextToken": {
553+
"location": "querystring",
554+
"locationName": "nextToken"
555+
}
556+
}
557+
},
558+
"output": {
559+
"type": "structure",
560+
"members": {
561+
"KafkaVersions": {
562+
"locationName": "kafkaVersions",
563+
"type": "list",
564+
"member": {
565+
"type": "structure",
566+
"members": {
567+
"Version": {
568+
"locationName": "version"
569+
},
570+
"Status": {
571+
"locationName": "status"
572+
}
573+
}
574+
}
575+
},
576+
"NextToken": {
577+
"locationName": "nextToken"
578+
}
579+
}
580+
}
581+
},
538582
"ListNodes": {
539583
"http": {
540584
"method": "GET",
@@ -774,7 +818,7 @@
774818
"locationName": "currentVersion"
775819
},
776820
"TargetBrokerEBSVolumeInfo": {
777-
"shape": "S1f",
821+
"shape": "S1g",
778822
"locationName": "targetBrokerEBSVolumeInfo"
779823
}
780824
},
@@ -1100,6 +1144,18 @@
11001144
"State": {
11011145
"locationName": "state"
11021146
},
1147+
"StateInfo": {
1148+
"locationName": "stateInfo",
1149+
"type": "structure",
1150+
"members": {
1151+
"Code": {
1152+
"locationName": "code"
1153+
},
1154+
"Message": {
1155+
"locationName": "message"
1156+
}
1157+
}
1158+
},
11031159
"Tags": {
11041160
"shape": "Sr",
11051161
"locationName": "tags"
@@ -1164,7 +1220,7 @@
11641220
"Prometheus"
11651221
]
11661222
},
1167-
"S1c": {
1223+
"S1d": {
11681224
"type": "structure",
11691225
"members": {
11701226
"ClientRequestId": {
@@ -1203,20 +1259,20 @@
12031259
"locationName": "operationType"
12041260
},
12051261
"SourceClusterInfo": {
1206-
"shape": "S1e",
1262+
"shape": "S1f",
12071263
"locationName": "sourceClusterInfo"
12081264
},
12091265
"TargetClusterInfo": {
1210-
"shape": "S1e",
1266+
"shape": "S1f",
12111267
"locationName": "targetClusterInfo"
12121268
}
12131269
}
12141270
},
1215-
"S1e": {
1271+
"S1f": {
12161272
"type": "structure",
12171273
"members": {
12181274
"BrokerEBSVolumeInfo": {
1219-
"shape": "S1f",
1275+
"shape": "S1g",
12201276
"locationName": "brokerEBSVolumeInfo"
12211277
},
12221278
"ConfigurationInfo": {
@@ -1236,7 +1292,7 @@
12361292
}
12371293
}
12381294
},
1239-
"S1f": {
1295+
"S1g": {
12401296
"type": "list",
12411297
"member": {
12421298
"type": "structure",

0 commit comments

Comments
 (0)