Skip to content

Commit

Permalink
Updates SDK to v2.977.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 26, 2021
1 parent 0bc2241 commit 7b85999
Show file tree
Hide file tree
Showing 20 changed files with 1,045 additions and 550 deletions.
22 changes: 22 additions & 0 deletions .changes/2.977.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "ComputeOptimizer",
"description": "Adds support for 1) the AWS Graviton (AWS_ARM64) recommendation preference for Amazon EC2 instance and Auto Scaling group recommendations, and 2) the ability to get the enrollment statuses for all member accounts of an organization."
},
{
"type": "feature",
"category": "EC2",
"description": "Support added for resizing VPC prefix lists"
},
{
"type": "feature",
"category": "Rekognition",
"description": "This release added new attributes to Rekognition RecognizeCelebities and GetCelebrityInfo API operations."
},
{
"type": "feature",
"category": "TranscribeService",
"description": "This release adds support for batch transcription in six new languages - Afrikaans, Danish, Mandarin Chinese (Taiwan), New Zealand English, South African English, and Thai."
}
]
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.976.0-->
<!--LATEST=2.977.0-->
<!--ENTRYINSERT-->

## 2.977.0
* feature: ComputeOptimizer: Adds support for 1) the AWS Graviton (AWS_ARM64) recommendation preference for Amazon EC2 instance and Auto Scaling group recommendations, and 2) the ability to get the enrollment statuses for all member accounts of an organization.
* feature: EC2: Support added for resizing VPC prefix lists
* feature: Rekognition: This release added new attributes to Rekognition RecognizeCelebities and GetCelebrityInfo API operations.
* feature: TranscribeService: This release adds support for batch transcription in six new languages - Afrikaans, Danish, Mandarin Chinese (Taiwan), New Zealand English, South African English, and Thai.

## 2.976.0
* feature: CloudWatchEvents: AWS CWEvents adds an enum of EXTERNAL for EcsParameters LaunchType for PutTargets API
* feature: DataSync: Added include filters to CreateTask and UpdateTask, and added exclude filters to StartTaskExecution, giving customers more granular control over how DataSync transfers files, folders, and objects.
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.976.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.977.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
123 changes: 98 additions & 25 deletions apis/compute-optimizer-2019-11-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
"fileFormat": {},
"includeMemberAccounts": {
"type": "boolean"
},
"recommendationPreferences": {
"shape": "S10"
}
}
},
Expand All @@ -119,7 +122,7 @@
"shape": "Sp"
},
"filters": {
"shape": "S12"
"shape": "S15"
},
"fieldsToExport": {
"type": "list",
Expand Down Expand Up @@ -167,6 +170,9 @@
"fileFormat": {},
"includeMemberAccounts": {
"type": "boolean"
},
"recommendationPreferences": {
"shape": "S10"
}
}
},
Expand All @@ -191,7 +197,7 @@
"shape": "Sp"
},
"filters": {
"shape": "S1d"
"shape": "S1g"
},
"fieldsToExport": {
"type": "list",
Expand Down Expand Up @@ -233,6 +239,9 @@
},
"filters": {
"shape": "Sr"
},
"recommendationPreferences": {
"shape": "S10"
}
}
},
Expand All @@ -250,24 +259,24 @@
"autoScalingGroupName": {},
"finding": {},
"utilizationMetrics": {
"shape": "S1r"
"shape": "S1u"
},
"lookBackPeriodInDays": {
"type": "double"
},
"currentConfiguration": {
"shape": "S1x"
"shape": "S20"
},
"recommendationOptions": {
"type": "list",
"member": {
"type": "structure",
"members": {
"configuration": {
"shape": "S1x"
"shape": "S20"
},
"projectedUtilizationMetrics": {
"shape": "S24"
"shape": "S27"
},
"performanceRisk": {
"type": "double"
Expand All @@ -285,7 +294,7 @@
}
},
"errors": {
"shape": "S28"
"shape": "S2b"
}
}
}
Expand All @@ -303,7 +312,7 @@
"type": "integer"
},
"filters": {
"shape": "S12"
"shape": "S15"
},
"accountIds": {
"shape": "Sp"
Expand All @@ -322,7 +331,7 @@
"volumeArn": {},
"accountId": {},
"currentConfiguration": {
"shape": "S2j"
"shape": "S2m"
},
"finding": {},
"utilizationMetrics": {
Expand All @@ -347,7 +356,7 @@
"type": "structure",
"members": {
"configuration": {
"shape": "S2j"
"shape": "S2m"
},
"performanceRisk": {
"type": "double"
Expand All @@ -365,7 +374,7 @@
}
},
"errors": {
"shape": "S28"
"shape": "S2b"
}
}
}
Expand All @@ -387,6 +396,9 @@
},
"accountIds": {
"shape": "Sp"
},
"recommendationPreferences": {
"shape": "S10"
}
}
},
Expand All @@ -409,7 +421,7 @@
"member": {}
},
"utilizationMetrics": {
"shape": "S1r"
"shape": "S1u"
},
"lookBackPeriodInDays": {
"type": "double"
Expand All @@ -421,7 +433,7 @@
"members": {
"instanceType": {},
"projectedUtilizationMetrics": {
"shape": "S24"
"shape": "S27"
},
"platformDifferences": {
"type": "list",
Expand Down Expand Up @@ -453,7 +465,7 @@
}
},
"errors": {
"shape": "S28"
"shape": "S2b"
}
}
}
Expand All @@ -479,6 +491,9 @@
},
"endTime": {
"type": "timestamp"
},
"recommendationPreferences": {
"shape": "S10"
}
}
},
Expand Down Expand Up @@ -533,8 +548,57 @@
"statusReason": {},
"memberAccountsEnrolled": {
"type": "boolean"
},
"lastUpdatedTimestamp": {
"type": "timestamp"
},
"numberOfMemberAccountsOptedIn": {
"type": "integer"
}
}
}
},
"GetEnrollmentStatusesForOrganization": {
"input": {
"type": "structure",
"members": {
"filters": {
"type": "list",
"member": {
"type": "structure",
"members": {
"name": {},
"values": {
"shape": "S7"
}
}
}
},
"nextToken": {},
"maxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"accountEnrollmentStatuses": {
"type": "list",
"member": {
"type": "structure",
"members": {
"accountId": {},
"status": {},
"statusReason": {},
"lastUpdatedTimestamp": {
"type": "timestamp"
}
}
}
},
"nextToken": {}
}
}
},
"GetLambdaFunctionRecommendations": {
Expand All @@ -549,7 +613,7 @@
"shape": "Sp"
},
"filters": {
"shape": "S1d"
"shape": "S1g"
},
"nextToken": {},
"maxResults": {
Expand Down Expand Up @@ -744,7 +808,16 @@
"keyPrefix": {}
}
},
"S12": {
"S10": {
"type": "structure",
"members": {
"cpuVendorArchitectures": {
"type": "list",
"member": {}
}
}
},
"S15": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -756,7 +829,7 @@
}
}
},
"S1d": {
"S1g": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -768,13 +841,13 @@
}
}
},
"S1r": {
"S1u": {
"type": "list",
"member": {
"shape": "S1s"
"shape": "S1v"
}
},
"S1s": {
"S1v": {
"type": "structure",
"members": {
"name": {},
Expand All @@ -784,7 +857,7 @@
}
}
},
"S1x": {
"S20": {
"type": "structure",
"members": {
"desiredCapacity": {
Expand All @@ -799,13 +872,13 @@
"instanceType": {}
}
},
"S24": {
"S27": {
"type": "list",
"member": {
"shape": "S1s"
"shape": "S1v"
}
},
"S28": {
"S2b": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -816,7 +889,7 @@
}
}
},
"S2j": {
"S2m": {
"type": "structure",
"members": {
"volumeType": {},
Expand Down
Loading

0 comments on commit 7b85999

Please sign in to comment.