Skip to content

Commit

Permalink
Updates SDK to v2.1274.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 13, 2022
1 parent 187f234 commit 7ba0bd2
Show file tree
Hide file tree
Showing 14 changed files with 380 additions and 286 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1274.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "CloudTrail",
"description": "Merging mainline branch for service model into mainline release branch. There are no new APIs."
},
{
"type": "feature",
"category": "RDS",
"description": "This deployment adds ClientPasswordAuthType field to the Auth structure of the DBProxy."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1273.0-->
<!--LATEST=2.1274.0-->
<!--ENTRYINSERT-->

## 2.1274.0
* feature: CloudTrail: Merging mainline branch for service model into mainline release branch. There are no new APIs.
* feature: RDS: This deployment adds ClientPasswordAuthType field to the Auth structure of the DBProxy.

## 2.1273.0
* feature: CustomerProfiles: This release allows custom strings in PartyType and Gender through 2 new attributes in the CreateProfile and UpdateProfile APIs: PartyTypeString and GenderString.
* feature: EC2: This release updates DescribeFpgaImages to show supported instance types of AFIs in its response.
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.1273.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1274.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
49 changes: 48 additions & 1 deletion apis/cloudtrail-2013-11-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@
{
"shape": "EventDataStoreMaxLimitExceededException"
},
{
"shape": "InvalidEventSelectorsException"
},
{
"shape": "InvalidParameterException"
},
Expand Down Expand Up @@ -232,6 +235,9 @@
{
"shape": "TrailNotProvidedException"
},
{
"shape": "TagsLimitExceededException"
},
{
"shape": "InvalidParameterCombinationException"
},
Expand Down Expand Up @@ -315,6 +321,9 @@
{
"shape": "EventDataStoreHasOngoingImportException"
},
{
"shape": "InactiveEventDataStoreException"
},
{
"shape": "InvalidParameterException"
},
Expand Down Expand Up @@ -355,6 +364,9 @@
{
"shape": "InvalidTrailNameException"
},
{
"shape": "CloudTrailARNInvalidException"
},
{
"shape": "InvalidHomeRegionException"
},
Expand Down Expand Up @@ -580,6 +592,9 @@
{
"shape": "InvalidTrailNameException"
},
{
"shape": "CloudTrailARNInvalidException"
},
{
"shape": "UnsupportedOperationException"
},
Expand Down Expand Up @@ -640,6 +655,9 @@
{
"shape": "InvalidTrailNameException"
},
{
"shape": "CloudTrailARNInvalidException"
},
{
"shape": "UnsupportedOperationException"
},
Expand Down Expand Up @@ -718,6 +736,9 @@
"shape": "GetTrailResponse"
},
"errors": [
{
"shape": "CloudTrailARNInvalidException"
},
{
"shape": "TrailNotFoundException"
},
Expand Down Expand Up @@ -747,6 +768,9 @@
"shape": "GetTrailStatusResponse"
},
"errors": [
{
"shape": "CloudTrailARNInvalidException"
},
{
"shape": "TrailNotFoundException"
},
Expand Down Expand Up @@ -1085,6 +1109,9 @@
{
"shape": "InvalidTrailNameException"
},
{
"shape": "CloudTrailARNInvalidException"
},
{
"shape": "InvalidHomeRegionException"
},
Expand Down Expand Up @@ -1129,6 +1156,9 @@
{
"shape": "InvalidTrailNameException"
},
{
"shape": "CloudTrailARNInvalidException"
},
{
"shape": "InvalidHomeRegionException"
},
Expand Down Expand Up @@ -1389,6 +1419,9 @@
"shape": "StartLoggingResponse"
},
"errors": [
{
"shape": "CloudTrailARNInvalidException"
},
{
"shape": "TrailNotFoundException"
},
Expand Down Expand Up @@ -1523,6 +1556,9 @@
{
"shape": "InvalidTrailNameException"
},
{
"shape": "CloudTrailARNInvalidException"
},
{
"shape": "InvalidHomeRegionException"
},
Expand Down Expand Up @@ -1564,6 +1600,9 @@
{
"shape": "EventDataStoreNotFoundException"
},
{
"shape": "InvalidEventSelectorsException"
},
{
"shape": "EventDataStoreHasOngoingImportException"
},
Expand Down Expand Up @@ -1662,6 +1701,9 @@
{
"shape": "InvalidEventSelectorsException"
},
{
"shape": "CloudTrailARNInvalidException"
},
{
"shape": "InvalidParameterCombinationException"
},
Expand Down Expand Up @@ -3307,7 +3349,7 @@
"documentation": "<p>Specifies an attribute on which to filter the events returned.</p>"
},
"AttributeValue": {
"shape": "String",
"shape": "LookupAttributeValue",
"documentation": "<p>Specifies a value for the specified AttributeKey.</p>"
}
},
Expand All @@ -3326,6 +3368,11 @@
"AccessKeyId"
]
},
"LookupAttributeValue": {
"type": "string",
"max": 2000,
"min": 1
},
"LookupAttributesList": {
"type": "list",
"member": {
Expand Down
Loading

0 comments on commit 7ba0bd2

Please sign in to comment.