Skip to content

Commit bc45f2f

Browse files
author
awstools
committed
Updates SDK to v2.1058.0
1 parent 9358fb4 commit bc45f2f

23 files changed

+425
-73
lines changed

.changes/2.1058.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ConfigService",
5+
"description": "Update ResourceType enum with values for CodeDeploy, EC2 and Kinesis resources"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Honeycode",
10+
"description": "Added read and write api support for multi-select picklist. And added errorcode field to DescribeTableDataImportJob API output, when import job fails."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "LookoutMetrics",
15+
"description": "This release adds a new DeactivateAnomalyDetector API operation."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "RAM",
20+
"description": "This release adds the ListPermissionVersions API which lists the versions for a given permission."
21+
}
22+
]

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1057.0-->
2+
<!--LATEST=2.1058.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1058.0
6+
* feature: ConfigService: Update ResourceType enum with values for CodeDeploy, EC2 and Kinesis resources
7+
* feature: Honeycode: Added read and write api support for multi-select picklist. And added errorcode field to DescribeTableDataImportJob API output, when import job fails.
8+
* feature: LookoutMetrics: This release adds a new DeactivateAnomalyDetector API operation.
9+
* feature: RAM: This release adds the ListPermissionVersions API which lists the versions for a given permission.
10+
511
## 2.1057.0
612
* feature: ElastiCache: AWS ElastiCache for Redis has added a new Engine Log LogType in LogDelivery feature. You can now publish the Engine Log from your Amazon ElastiCache for Redis clusters to Amazon CloudWatch Logs and Amazon Kinesis Data Firehose.
713
* feature: Glue: This SDK release adds support to pass run properties when starting a workflow run

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1057.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1058.0.min.js"></script>
3333

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

apis/application-insights-2018-11-25.normal.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -2186,7 +2186,9 @@
21862186
"SAP_HANA_MULTI_NODE",
21872187
"SAP_HANA_SINGLE_NODE",
21882188
"SAP_HANA_HIGH_AVAILABILITY",
2189-
"SQL_SERVER_FAILOVER_CLUSTER_INSTANCE"
2189+
"SQL_SERVER_FAILOVER_CLUSTER_INSTANCE",
2190+
"SHAREPOINT",
2191+
"ACTIVE_DIRECTORY"
21902192
],
21912193
"max": 50,
21922194
"min": 1

apis/config-2014-11-12.normal.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -7346,7 +7346,13 @@
73467346
"AWS::EFS::AccessPoint",
73477347
"AWS::EFS::FileSystem",
73487348
"AWS::EKS::Cluster",
7349-
"AWS::OpenSearch::Domain"
7349+
"AWS::OpenSearch::Domain",
7350+
"AWS::EC2::TransitGateway",
7351+
"AWS::Kinesis::Stream",
7352+
"AWS::Kinesis::StreamConsumer",
7353+
"AWS::CodeDeploy::Application",
7354+
"AWS::CodeDeploy::DeploymentConfig",
7355+
"AWS::CodeDeploy::DeploymentGroup"
73507356
]
73517357
},
73527358
"ResourceTypeList": {

0 commit comments

Comments
 (0)