Skip to content

Commit

Permalink
Updates SDK to v2.1219.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 19, 2022
1 parent f0da17f commit 04c9a50
Show file tree
Hide file tree
Showing 21 changed files with 3,943 additions and 2,340 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1219.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "CloudTrail",
"description": "This release includes support for importing existing trails into CloudTrail Lake."
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds CapacityAllocations field to DescribeCapacityReservations"
},
{
"type": "feature",
"category": "MediaConnect",
"description": "This change allows the customer to use the SRT Caller protocol as part of their flows"
},
{
"type": "feature",
"category": "RDS",
"description": "This release adds support for Amazon RDS Proxy with SQL Server compatibility."
}
]
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.1218.0-->
<!--LATEST=2.1219.0-->
<!--ENTRYINSERT-->

## 2.1219.0
* feature: CloudTrail: This release includes support for importing existing trails into CloudTrail Lake.
* feature: EC2: This release adds CapacityAllocations field to DescribeCapacityReservations
* feature: MediaConnect: This change allows the customer to use the SRT Caller protocol as part of their flows
* feature: RDS: This release adds support for Amazon RDS Proxy with SQL Server compatibility.

## 2.1218.0
* feature: CodeStarNotifications: This release adds tag based access control for the UntagResource API.

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.1218.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1219.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
250 changes: 247 additions & 3 deletions apis/cloudtrail-2013-11-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,45 @@
},
"idempotent": true
},
"GetImport": {
"input": {
"type": "structure",
"required": [
"ImportId"
],
"members": {
"ImportId": {}
}
},
"output": {
"type": "structure",
"members": {
"ImportId": {},
"Destinations": {
"shape": "S1y"
},
"ImportSource": {
"shape": "S1z"
},
"StartEventTime": {
"type": "timestamp"
},
"EndEventTime": {
"type": "timestamp"
},
"ImportStatus": {},
"CreatedTimestamp": {
"type": "timestamp"
},
"UpdatedTimestamp": {
"type": "timestamp"
},
"ImportStatistics": {
"shape": "S22"
}
}
}
},
"GetInsightSelectors": {
"input": {
"type": "structure",
Expand All @@ -406,7 +445,7 @@
"members": {
"TrailARN": {},
"InsightSelectors": {
"shape": "S1y"
"shape": "S25"
}
}
},
Expand Down Expand Up @@ -625,6 +664,82 @@
},
"idempotent": true
},
"ListImportFailures": {
"input": {
"type": "structure",
"required": [
"ImportId"
],
"members": {
"ImportId": {},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"Failures": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Location": {},
"Status": {},
"ErrorType": {},
"ErrorMessage": {},
"LastUpdatedTime": {
"type": "timestamp"
}
}
}
},
"NextToken": {}
}
},
"idempotent": true
},
"ListImports": {
"input": {
"type": "structure",
"members": {
"MaxResults": {
"type": "integer"
},
"Destination": {},
"ImportStatus": {},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"Imports": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ImportId": {},
"ImportStatus": {},
"Destinations": {
"shape": "S1y"
},
"CreatedTimestamp": {
"type": "timestamp"
},
"UpdatedTimestamp": {
"type": "timestamp"
}
}
}
},
"NextToken": {}
}
},
"idempotent": true
},
"ListPublicKeys": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -873,7 +988,7 @@
"members": {
"TrailName": {},
"InsightSelectors": {
"shape": "S1y"
"shape": "S25"
}
}
},
Expand All @@ -882,7 +997,7 @@
"members": {
"TrailARN": {},
"InsightSelectors": {
"shape": "S1y"
"shape": "S25"
}
}
},
Expand Down Expand Up @@ -948,6 +1063,51 @@
}
}
},
"StartImport": {
"input": {
"type": "structure",
"members": {
"Destinations": {
"shape": "S1y"
},
"ImportSource": {
"shape": "S1z"
},
"StartEventTime": {
"type": "timestamp"
},
"EndEventTime": {
"type": "timestamp"
},
"ImportId": {}
}
},
"output": {
"type": "structure",
"members": {
"ImportId": {},
"Destinations": {
"shape": "S1y"
},
"ImportSource": {
"shape": "S1z"
},
"StartEventTime": {
"type": "timestamp"
},
"EndEventTime": {
"type": "timestamp"
},
"ImportStatus": {},
"CreatedTimestamp": {
"type": "timestamp"
},
"UpdatedTimestamp": {
"type": "timestamp"
}
}
}
},
"StartLogging": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -982,6 +1142,45 @@
},
"idempotent": true
},
"StopImport": {
"input": {
"type": "structure",
"required": [
"ImportId"
],
"members": {
"ImportId": {}
}
},
"output": {
"type": "structure",
"members": {
"ImportId": {},
"ImportSource": {
"shape": "S1z"
},
"Destinations": {
"shape": "S1y"
},
"ImportStatus": {},
"CreatedTimestamp": {
"type": "timestamp"
},
"UpdatedTimestamp": {
"type": "timestamp"
},
"StartEventTime": {
"type": "timestamp"
},
"EndEventTime": {
"type": "timestamp"
},
"ImportStatistics": {
"shape": "S22"
}
}
}
},
"StopLogging": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -1239,6 +1438,51 @@
}
},
"S1y": {
"type": "list",
"member": {}
},
"S1z": {
"type": "structure",
"required": [
"S3"
],
"members": {
"S3": {
"type": "structure",
"required": [
"S3LocationUri",
"S3BucketRegion",
"S3BucketAccessRoleArn"
],
"members": {
"S3LocationUri": {},
"S3BucketRegion": {},
"S3BucketAccessRoleArn": {}
}
}
}
},
"S22": {
"type": "structure",
"members": {
"PrefixesFound": {
"type": "long"
},
"PrefixesCompleted": {
"type": "long"
},
"FilesCompleted": {
"type": "long"
},
"EventsCompleted": {
"type": "long"
},
"FailedEntries": {
"type": "long"
}
}
},
"S25": {
"type": "list",
"member": {
"type": "structure",
Expand Down
Loading

0 comments on commit 04c9a50

Please sign in to comment.