Skip to content

Commit

Permalink
Updates SDK to v2.1180.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 21, 2022
1 parent 0a7be35 commit b17693f
Show file tree
Hide file tree
Showing 37 changed files with 3,068 additions and 651 deletions.
42 changes: 42 additions & 0 deletions .changes/2.1180.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"type": "feature",
"category": "Athena",
"description": "This feature allows customers to retrieve runtime statistics for completed queries"
},
{
"type": "feature",
"category": "CloudWatch",
"description": "Adding support for the suppression of Composite Alarm actions"
},
{
"type": "feature",
"category": "DocDB",
"description": "Enable copy-on-write restore type"
},
{
"type": "feature",
"category": "EC2InstanceConnect",
"description": "This release includes a new exception type \"EC2InstanceUnavailableException\" for SendSSHPublicKey and SendSerialConsoleSSHPublicKey APIs."
},
{
"type": "feature",
"category": "FraudDetector",
"description": "The release introduces Account Takeover Insights (ATI) model. The ATI model detects fraud relating to account takeover. This release also adds support for new variable types: ARE_CREDENTIALS_VALID and SESSION_ID and adds new structures to Model Version APIs."
},
{
"type": "feature",
"category": "IoTSiteWise",
"description": "Added asynchronous API to ingest bulk historical and current data into IoT SiteWise."
},
{
"type": "feature",
"category": "Kendra",
"description": "Amazon Kendra now provides Oauth2 support for SharePoint Online. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-sharepoint.html"
},
{
"type": "feature",
"category": "NetworkFirewall",
"description": "Network Firewall now supports referencing dynamic IP sets from stateful rule groups, for IP sets stored in Amazon VPC prefix lists."
}
]
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1179.0-->
<!--LATEST=2.1180.0-->
<!--ENTRYINSERT-->

## 2.1180.0
* feature: Athena: This feature allows customers to retrieve runtime statistics for completed queries
* feature: CloudWatch: Adding support for the suppression of Composite Alarm actions
* feature: DocDB: Enable copy-on-write restore type
* feature: EC2InstanceConnect: This release includes a new exception type "EC2InstanceUnavailableException" for SendSSHPublicKey and SendSerialConsoleSSHPublicKey APIs.
* feature: FraudDetector: The release introduces Account Takeover Insights (ATI) model. The ATI model detects fraud relating to account takeover. This release also adds support for new variable types: ARE_CREDENTIALS_VALID and SESSION_ID and adds new structures to Model Version APIs.
* feature: IoTSiteWise: Added asynchronous API to ingest bulk historical and current data into IoT SiteWise.
* feature: Kendra: Amazon Kendra now provides Oauth2 support for SharePoint Online. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-sharepoint.html
* feature: NetworkFirewall: Network Firewall now supports referencing dynamic IP sets from stateful rule groups, for IP sets stored in Amazon VPC prefix lists.

## 2.1179.0
* feature: Iot: GA release the ability to enable/disable IoT Fleet Indexing for Device Defender and Named Shadow information, and search them through IoT Fleet Indexing APIs. This includes Named Shadow Selection as a part of the UpdateIndexingConfiguration 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.1179.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1180.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: 117 additions & 6 deletions apis/athena-2017-05-18.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,67 @@
}
}
},
"GetQueryRuntimeStatistics": {
"input": {
"type": "structure",
"required": [
"QueryExecutionId"
],
"members": {
"QueryExecutionId": {}
}
},
"output": {
"type": "structure",
"members": {
"QueryRuntimeStatistics": {
"type": "structure",
"members": {
"Timeline": {
"type": "structure",
"members": {
"QueryQueueTimeInMillis": {
"type": "long"
},
"QueryPlanningTimeInMillis": {
"type": "long"
},
"EngineExecutionTimeInMillis": {
"type": "long"
},
"ServiceProcessingTimeInMillis": {
"type": "long"
},
"TotalExecutionTimeInMillis": {
"type": "long"
}
}
},
"Rows": {
"type": "structure",
"members": {
"InputRows": {
"type": "long"
},
"InputBytes": {
"type": "long"
},
"OutputBytes": {
"type": "long"
},
"OutputRows": {
"type": "long"
}
}
},
"OutputStage": {
"shape": "S38"
}
}
}
}
}
},
"GetTableMetadata": {
"input": {
"type": "structure",
Expand All @@ -490,7 +551,7 @@
"type": "structure",
"members": {
"TableMetadata": {
"shape": "S35"
"shape": "S3f"
}
}
}
Expand Down Expand Up @@ -703,7 +764,7 @@
"TableMetadataList": {
"type": "list",
"member": {
"shape": "S35"
"shape": "S3f"
}
},
"NextToken": {}
Expand Down Expand Up @@ -1195,7 +1256,57 @@
}
}
},
"S35": {
"S38": {
"type": "structure",
"members": {
"StageId": {
"type": "long"
},
"State": {},
"OutputBytes": {
"type": "long"
},
"OutputRows": {
"type": "long"
},
"InputBytes": {
"type": "long"
},
"InputRows": {
"type": "long"
},
"ExecutionTime": {
"type": "long"
},
"QueryStagePlan": {
"shape": "S39"
},
"SubStages": {
"type": "list",
"member": {
"shape": "S38"
}
}
}
},
"S39": {
"type": "structure",
"members": {
"Name": {},
"Identifier": {},
"Children": {
"type": "list",
"member": {
"shape": "S39"
}
},
"RemoteSources": {
"type": "list",
"member": {}
}
}
},
"S3f": {
"type": "structure",
"required": [
"Name"
Expand All @@ -1210,17 +1321,17 @@
},
"TableType": {},
"Columns": {
"shape": "S38"
"shape": "S3i"
},
"PartitionKeys": {
"shape": "S38"
"shape": "S3i"
},
"Parameters": {
"shape": "S1l"
}
}
},
"S38": {
"S3i": {
"type": "list",
"member": {
"type": "structure",
Expand Down
Loading

0 comments on commit b17693f

Please sign in to comment.