Skip to content

Commit

Permalink
Updates SDK to v2.1058.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 14, 2022
1 parent 9358fb4 commit bc45f2f
Show file tree
Hide file tree
Showing 23 changed files with 425 additions and 73 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1058.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "ConfigService",
"description": "Update ResourceType enum with values for CodeDeploy, EC2 and Kinesis resources"
},
{
"type": "feature",
"category": "Honeycode",
"description": "Added read and write api support for multi-select picklist. And added errorcode field to DescribeTableDataImportJob API output, when import job fails."
},
{
"type": "feature",
"category": "LookoutMetrics",
"description": "This release adds a new DeactivateAnomalyDetector API operation."
},
{
"type": "feature",
"category": "RAM",
"description": "This release adds the ListPermissionVersions API which lists the versions for a given permission."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1057.0-->
<!--LATEST=2.1058.0-->
<!--ENTRYINSERT-->

## 2.1058.0
* feature: ConfigService: Update ResourceType enum with values for CodeDeploy, EC2 and Kinesis resources
* feature: Honeycode: Added read and write api support for multi-select picklist. And added errorcode field to DescribeTableDataImportJob API output, when import job fails.
* feature: LookoutMetrics: This release adds a new DeactivateAnomalyDetector API operation.
* feature: RAM: This release adds the ListPermissionVersions API which lists the versions for a given permission.

## 2.1057.0
* 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.
* feature: Glue: This SDK release adds support to pass run properties when starting a workflow run
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1057.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1058.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
4 changes: 3 additions & 1 deletion apis/application-insights-2018-11-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2186,7 +2186,9 @@
"SAP_HANA_MULTI_NODE",
"SAP_HANA_SINGLE_NODE",
"SAP_HANA_HIGH_AVAILABILITY",
"SQL_SERVER_FAILOVER_CLUSTER_INSTANCE"
"SQL_SERVER_FAILOVER_CLUSTER_INSTANCE",
"SHAREPOINT",
"ACTIVE_DIRECTORY"
],
"max": 50,
"min": 1
Expand Down
8 changes: 7 additions & 1 deletion apis/config-2014-11-12.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -7346,7 +7346,13 @@
"AWS::EFS::AccessPoint",
"AWS::EFS::FileSystem",
"AWS::EKS::Cluster",
"AWS::OpenSearch::Domain"
"AWS::OpenSearch::Domain",
"AWS::EC2::TransitGateway",
"AWS::Kinesis::Stream",
"AWS::Kinesis::StreamConsumer",
"AWS::CodeDeploy::Application",
"AWS::CodeDeploy::DeploymentConfig",
"AWS::CodeDeploy::DeploymentGroup"
]
},
"ResourceTypeList": {
Expand Down
Loading

0 comments on commit bc45f2f

Please sign in to comment.