Skip to content

Commit

Permalink
Updates SDK to v2.1276.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 15, 2022
1 parent 3fde1ce commit 4cd00b8
Show file tree
Hide file tree
Showing 39 changed files with 6,414 additions and 1,314 deletions.
52 changes: 52 additions & 0 deletions .changes/2.1276.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"type": "feature",
"category": "BackupGateway",
"description": "This release adds support for VMware vSphere tags, enabling customer to protect VMware virtual machines using tag-based policies for AWS tags mapped from vSphere tags. This release also adds support for customer-accessible gateway-hypervisor interaction log and upload bandwidth rate limit schedule."
},
{
"type": "feature",
"category": "Connect",
"description": "Added support for \"English - New Zealand\" and \"English - South African\" to be used with Amazon Connect Custom Vocabulary APIs."
},
{
"type": "feature",
"category": "ECS",
"description": "This release adds support for container port ranges in ECS, a new capability that allows customers to provide container port ranges to simplify use cases where multiple ports are in use in a container. This release updates TaskDefinition mutation APIs and the Task description APIs."
},
{
"type": "feature",
"category": "EKS",
"description": "Add support for Windows managed nodes groups."
},
{
"type": "feature",
"category": "Glue",
"description": "This release adds support for AWS Glue Crawler with native DeltaLake tables, allowing Crawlers to classify Delta Lake format tables and catalog them for query engines to query against."
},
{
"type": "feature",
"category": "Kinesis",
"description": "Updates API to latest version."
},
{
"type": "feature",
"category": "M2",
"description": "Adds an optional create-only `KmsKeyId` property to Environment and Application resources."
},
{
"type": "feature",
"category": "SageMaker",
"description": "SageMaker Inference Recommender now allows customers to load tests their models on various instance types using private VPC."
},
{
"type": "feature",
"category": "SecurityHub",
"description": "Added new resource details objects to ASFF, including resources for AwsEc2LaunchTemplate, AwsSageMakerNotebookInstance, AwsWafv2WebAcl and AwsWafv2RuleGroup."
},
{
"type": "feature",
"category": "Translate",
"description": "Raised the input byte size limit of the Text field in the TranslateText API to 10000 bytes."
}
]
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1275.0-->
<!--LATEST=2.1276.0-->
<!--ENTRYINSERT-->

## 2.1276.0
* feature: BackupGateway: This release adds support for VMware vSphere tags, enabling customer to protect VMware virtual machines using tag-based policies for AWS tags mapped from vSphere tags. This release also adds support for customer-accessible gateway-hypervisor interaction log and upload bandwidth rate limit schedule.
* feature: Connect: Added support for "English - New Zealand" and "English - South African" to be used with Amazon Connect Custom Vocabulary APIs.
* feature: ECS: This release adds support for container port ranges in ECS, a new capability that allows customers to provide container port ranges to simplify use cases where multiple ports are in use in a container. This release updates TaskDefinition mutation APIs and the Task description APIs.
* feature: EKS: Add support for Windows managed nodes groups.
* feature: Glue: This release adds support for AWS Glue Crawler with native DeltaLake tables, allowing Crawlers to classify Delta Lake format tables and catalog them for query engines to query against.
* feature: Kinesis: Updates API to latest version.
* feature: M2: Adds an optional create-only `KmsKeyId` property to Environment and Application resources.
* feature: SageMaker: SageMaker Inference Recommender now allows customers to load tests their models on various instance types using private VPC.
* feature: SecurityHub: Added new resource details objects to ASFF, including resources for AwsEc2LaunchTemplate, AwsSageMakerNotebookInstance, AwsWafv2WebAcl and AwsWafv2RuleGroup.
* feature: Translate: Raised the input byte size limit of the Text field in the TranslateText API to 10000 bytes.

## 2.1275.0
* feature: CloudWatch: Adding support for Metrics Insights Alarms
* feature: CostExplorer: This release supports percentage-based thresholds on Cost Anomaly Detection alert subscriptions.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
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.1275.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1276.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
220 changes: 211 additions & 9 deletions apis/backup-gateway-2021-01-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,26 @@
}
}
},
"GetBandwidthRateLimitSchedule": {
"input": {
"type": "structure",
"required": [
"GatewayArn"
],
"members": {
"GatewayArn": {}
}
},
"output": {
"type": "structure",
"members": {
"BandwidthRateLimitIntervals": {
"shape": "Sm"
},
"GatewayArn": {}
}
}
},
"GetGateway": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -162,6 +182,59 @@
}
}
},
"GetHypervisor": {
"input": {
"type": "structure",
"required": [
"HypervisorArn"
],
"members": {
"HypervisorArn": {}
}
},
"output": {
"type": "structure",
"members": {
"Hypervisor": {
"type": "structure",
"members": {
"Host": {},
"HypervisorArn": {},
"KmsKeyArn": {},
"LastSuccessfulMetadataSyncTime": {
"type": "timestamp"
},
"LatestMetadataSyncStatus": {},
"LatestMetadataSyncStatusMessage": {},
"LogGroupArn": {},
"Name": {},
"State": {}
}
}
}
}
},
"GetHypervisorPropertyMappings": {
"input": {
"type": "structure",
"required": [
"HypervisorArn"
],
"members": {
"HypervisorArn": {}
}
},
"output": {
"type": "structure",
"members": {
"HypervisorArn": {},
"IamRoleArn": {},
"VmwareToAwsTagMappings": {
"shape": "S1d"
}
}
}
},
"GetVirtualMachine": {
"input": {
"type": "structure",
Expand All @@ -185,7 +258,18 @@
},
"Name": {},
"Path": {},
"ResourceArn": {}
"ResourceArn": {},
"VmwareTags": {
"type": "list",
"member": {
"type": "structure",
"members": {
"VmwareCategory": {},
"VmwareTagDescription": {},
"VmwareTagName": {}
}
}
}
}
}
}
Expand All @@ -203,13 +287,13 @@
"KmsKeyArn": {},
"Name": {},
"Password": {
"shape": "S14"
"shape": "S1p"
},
"Tags": {
"shape": "S9"
},
"Username": {
"shape": "S15"
"shape": "S1q"
}
}
},
Expand Down Expand Up @@ -336,6 +420,52 @@
}
}
},
"PutBandwidthRateLimitSchedule": {
"input": {
"type": "structure",
"required": [
"BandwidthRateLimitIntervals",
"GatewayArn"
],
"members": {
"BandwidthRateLimitIntervals": {
"shape": "Sm"
},
"GatewayArn": {}
}
},
"output": {
"type": "structure",
"members": {
"GatewayArn": {}
}
},
"idempotent": true
},
"PutHypervisorPropertyMappings": {
"input": {
"type": "structure",
"required": [
"HypervisorArn",
"IamRoleArn",
"VmwareToAwsTagMappings"
],
"members": {
"HypervisorArn": {},
"IamRoleArn": {},
"VmwareToAwsTagMappings": {
"shape": "S1d"
}
}
},
"output": {
"type": "structure",
"members": {
"HypervisorArn": {}
}
},
"idempotent": true
},
"PutMaintenanceStartTime": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -367,6 +497,23 @@
}
}
},
"StartVirtualMachinesMetadataSync": {
"input": {
"type": "structure",
"required": [
"HypervisorArn"
],
"members": {
"HypervisorArn": {}
}
},
"output": {
"type": "structure",
"members": {
"HypervisorArn": {}
}
}
},
"TagResource": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -399,10 +546,10 @@
"GatewayArn": {},
"Host": {},
"Password": {
"shape": "S14"
"shape": "S1p"
},
"Username": {
"shape": "S15"
"shape": "S1q"
}
}
},
Expand Down Expand Up @@ -477,12 +624,13 @@
"members": {
"Host": {},
"HypervisorArn": {},
"LogGroupArn": {},
"Name": {},
"Password": {
"shape": "S14"
"shape": "S1p"
},
"Username": {
"shape": "S15"
"shape": "S1q"
}
}
},
Expand All @@ -509,11 +657,65 @@
}
}
},
"S14": {
"Sm": {
"type": "list",
"member": {
"type": "structure",
"required": [
"DaysOfWeek",
"EndHourOfDay",
"EndMinuteOfHour",
"StartHourOfDay",
"StartMinuteOfHour"
],
"members": {
"AverageUploadRateLimitInBitsPerSec": {
"type": "long"
},
"DaysOfWeek": {
"type": "list",
"member": {
"type": "integer"
}
},
"EndHourOfDay": {
"type": "integer"
},
"EndMinuteOfHour": {
"type": "integer"
},
"StartHourOfDay": {
"type": "integer"
},
"StartMinuteOfHour": {
"type": "integer"
}
}
}
},
"S1d": {
"type": "list",
"member": {
"type": "structure",
"required": [
"AwsTagKey",
"AwsTagValue",
"VmwareCategory",
"VmwareTagName"
],
"members": {
"AwsTagKey": {},
"AwsTagValue": {},
"VmwareCategory": {},
"VmwareTagName": {}
}
}
},
"S1p": {
"type": "string",
"sensitive": true
},
"S15": {
"S1q": {
"type": "string",
"sensitive": true
}
Expand Down
Loading

0 comments on commit 4cd00b8

Please sign in to comment.