Skip to content

Commit

Permalink
Updates SDK to v2.1335.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 14, 2023
1 parent f3bfd44 commit 7b8436a
Show file tree
Hide file tree
Showing 25 changed files with 746 additions and 242 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1335.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "ApplicationAutoScaling",
"description": "Application Auto Scaling customers can now use mathematical functions to customize the metric used with Target Tracking policies within the policy configuration itself, saving the cost and effort of publishing the customizations as a separate metric."
},
{
"type": "feature",
"category": "DataExchange",
"description": "This release enables data providers to license direct access to S3 objects encrypted with Customer Managed Keys (CMK) in AWS KMS through AWS Data Exchange. Subscribers can use these keys to decrypt, then use the encrypted S3 objects shared with them, without creating or managing copies."
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds a new DnsOptions key (PrivateDnsOnlyForInboundResolverEndpoint) to CreateVpcEndpoint and ModifyVpcEndpoint APIs."
},
{
"type": "feature",
"category": "Keyspaces",
"description": "Adding support for client-side timestamps"
}
]
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.1334.0-->
<!--LATEST=2.1335.0-->
<!--ENTRYINSERT-->

## 2.1335.0
* feature: ApplicationAutoScaling: Application Auto Scaling customers can now use mathematical functions to customize the metric used with Target Tracking policies within the policy configuration itself, saving the cost and effort of publishing the customizations as a separate metric.
* feature: DataExchange: This release enables data providers to license direct access to S3 objects encrypted with Customer Managed Keys (CMK) in AWS KMS through AWS Data Exchange. Subscribers can use these keys to decrypt, then use the encrypted S3 objects shared with them, without creating or managing copies.
* feature: EC2: This release adds a new DnsOptions key (PrivateDnsOnlyForInboundResolverEndpoint) to CreateVpcEndpoint and ModifyVpcEndpoint APIs.
* feature: Keyspaces: Adding support for client-side timestamps

## 2.1334.0
* bugfix: maintenance mode message: add environment var for suppression of maintenance mode message
* feature: AppIntegrations: Adds FileConfiguration to Amazon AppIntegrations CreateDataIntegration supporting scheduled downloading of third party files into Amazon Connect from sources such as Microsoft SharePoint.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1334.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1335.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
68 changes: 56 additions & 12 deletions apis/application-autoscaling-2016-02-06.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
"shape": "S19"
},
"Alarms": {
"shape": "S1n"
"shape": "S21"
},
"CreationTime": {
"type": "timestamp"
Expand Down Expand Up @@ -322,7 +322,7 @@
"type": "timestamp"
},
"ScalableTargetAction": {
"shape": "S1u"
"shape": "S28"
},
"CreationTime": {
"type": "timestamp"
Expand Down Expand Up @@ -365,7 +365,7 @@
"members": {
"PolicyARN": {},
"Alarms": {
"shape": "S1n"
"shape": "S21"
}
}
}
Expand Down Expand Up @@ -393,7 +393,7 @@
"type": "timestamp"
},
"ScalableTargetAction": {
"shape": "S1u"
"shape": "S28"
}
}
},
Expand Down Expand Up @@ -505,11 +505,6 @@
},
"CustomizedMetricSpecification": {
"type": "structure",
"required": [
"MetricName",
"Namespace",
"Statistic"
],
"members": {
"MetricName": {},
"Namespace": {},
Expand All @@ -528,7 +523,56 @@
}
},
"Statistic": {},
"Unit": {}
"Unit": {},
"Metrics": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Expression": {},
"Id": {},
"Label": {},
"MetricStat": {
"type": "structure",
"required": [
"Metric",
"Stat"
],
"members": {
"Metric": {
"type": "structure",
"members": {
"Dimensions": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Name",
"Value"
],
"members": {
"Name": {},
"Value": {}
}
}
},
"MetricName": {},
"Namespace": {}
}
},
"Stat": {},
"Unit": {}
}
},
"ReturnData": {
"type": "boolean"
}
}
}
}
}
},
"ScaleOutCooldown": {
Expand All @@ -542,7 +586,7 @@
}
}
},
"S1n": {
"S21": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -556,7 +600,7 @@
}
}
},
"S1u": {
"S28": {
"type": "structure",
"members": {
"MinCapacity": {
Expand Down
Loading

0 comments on commit 7b8436a

Please sign in to comment.