Skip to content

Commit

Permalink
Updates SDK to v2.1291.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 9, 2023
1 parent 4ef68ca commit 9460a45
Show file tree
Hide file tree
Showing 26 changed files with 2,058 additions and 317 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1291.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "ECRPUBLIC",
"description": "This release for Amazon ECR Public makes several change to bring the SDK into sync with the API."
},
{
"type": "feature",
"category": "KendraRanking",
"description": "Introducing Amazon Kendra Intelligent Ranking, a new set of Kendra APIs that leverages Kendra semantic ranking capabilities to improve the quality of search results from other search services (i.e. OpenSearch, ElasticSearch, Solr)."
},
{
"type": "feature",
"category": "NetworkFirewall",
"description": "Network Firewall now supports the Suricata rule action reject, in addition to the actions pass, drop, and alert."
},
{
"type": "feature",
"category": "RAM",
"description": "Enabled FIPS aws-us-gov endpoints in SDK."
},
{
"type": "feature",
"category": "WorkSpacesWeb",
"description": "This release adds support for a new portal authentication type: AWS IAM Identity Center (successor to AWS Single Sign-On)."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1290.0-->
<!--LATEST=2.1291.0-->
<!--ENTRYINSERT-->

## 2.1291.0
* feature: ECRPUBLIC: This release for Amazon ECR Public makes several change to bring the SDK into sync with the API.
* feature: KendraRanking: Introducing Amazon Kendra Intelligent Ranking, a new set of Kendra APIs that leverages Kendra semantic ranking capabilities to improve the quality of search results from other search services (i.e. OpenSearch, ElasticSearch, Solr).
* feature: NetworkFirewall: Network Firewall now supports the Suricata rule action reject, in addition to the actions pass, drop, and alert.
* feature: RAM: Enabled FIPS aws-us-gov endpoints in SDK.
* feature: WorkSpacesWeb: This release adds support for a new portal authentication type: AWS IAM Identity Center (successor to AWS Single Sign-On).

## 2.1290.0
* feature: ACMPCA: Added revocation parameter validation: bucket names must match S3 bucket naming rules and CNAMEs conform to RFC2396 restrictions on the use of special characters in URIs.
* feature: AuditManager: This release introduces a new data retention option in your Audit Manager settings. You can now use the DeregistrationPolicy parameter to specify if you want to delete your data when you deregister Audit Manager.
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.1290.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1291.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
293 changes: 173 additions & 120 deletions apis/ecr-public-2020-10-30.normal.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions apis/kendra-ranking-2022-10-19.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
286 changes: 286 additions & 0 deletions apis/kendra-ranking-2022-10-19.min.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,286 @@
{
"version": "2.0",
"metadata": {
"apiVersion": "2022-10-19",
"endpointPrefix": "kendra-ranking",
"jsonVersion": "1.0",
"protocol": "json",
"serviceAbbreviation": "Kendra Ranking",
"serviceFullName": "Amazon Kendra Intelligent Ranking",
"serviceId": "Kendra Ranking",
"signatureVersion": "v4",
"signingName": "kendra-ranking",
"targetPrefix": "AWSKendraRerankingFrontendService",
"uid": "kendra-ranking-2022-10-19"
},
"operations": {
"CreateRescoreExecutionPlan": {
"input": {
"type": "structure",
"required": [
"Name"
],
"members": {
"Name": {},
"Description": {},
"CapacityUnits": {
"shape": "S4"
},
"Tags": {
"shape": "S6"
},
"ClientToken": {
"idempotencyToken": true
}
}
},
"output": {
"type": "structure",
"required": [
"Id",
"Arn"
],
"members": {
"Id": {},
"Arn": {}
}
}
},
"DeleteRescoreExecutionPlan": {
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {}
}
}
},
"DescribeRescoreExecutionPlan": {
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {}
}
},
"output": {
"type": "structure",
"members": {
"Id": {},
"Arn": {},
"Name": {},
"Description": {},
"CapacityUnits": {
"shape": "S4"
},
"CreatedAt": {
"type": "timestamp"
},
"UpdatedAt": {
"type": "timestamp"
},
"Status": {},
"ErrorMessage": {}
}
}
},
"ListRescoreExecutionPlans": {
"input": {
"type": "structure",
"members": {
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"SummaryItems": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Name": {},
"Id": {},
"CreatedAt": {
"type": "timestamp"
},
"UpdatedAt": {
"type": "timestamp"
},
"Status": {}
}
}
},
"NextToken": {}
}
}
},
"ListTagsForResource": {
"input": {
"type": "structure",
"required": [
"ResourceARN"
],
"members": {
"ResourceARN": {}
}
},
"output": {
"type": "structure",
"members": {
"Tags": {
"shape": "S6"
}
}
}
},
"Rescore": {
"input": {
"type": "structure",
"required": [
"RescoreExecutionPlanId",
"SearchQuery",
"Documents"
],
"members": {
"RescoreExecutionPlanId": {},
"SearchQuery": {},
"Documents": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Id",
"OriginalScore"
],
"members": {
"Id": {},
"GroupId": {},
"Title": {},
"Body": {},
"TokenizedTitle": {
"type": "list",
"member": {}
},
"TokenizedBody": {
"type": "list",
"member": {}
},
"OriginalScore": {
"type": "float"
}
}
}
}
}
},
"output": {
"type": "structure",
"members": {
"RescoreId": {},
"ResultItems": {
"type": "list",
"member": {
"type": "structure",
"members": {
"DocumentId": {},
"Score": {
"type": "float"
}
}
}
}
}
}
},
"TagResource": {
"input": {
"type": "structure",
"required": [
"ResourceARN",
"Tags"
],
"members": {
"ResourceARN": {},
"Tags": {
"shape": "S6"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UntagResource": {
"input": {
"type": "structure",
"required": [
"ResourceARN",
"TagKeys"
],
"members": {
"ResourceARN": {},
"TagKeys": {
"type": "list",
"member": {}
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UpdateRescoreExecutionPlan": {
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {},
"Name": {},
"Description": {},
"CapacityUnits": {
"shape": "S4"
}
}
}
}
},
"shapes": {
"S4": {
"type": "structure",
"required": [
"RescoreCapacityUnits"
],
"members": {
"RescoreCapacityUnits": {
"type": "integer"
}
}
},
"S6": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Value"
],
"members": {
"Key": {},
"Value": {}
}
}
}
}
}
Loading

0 comments on commit 9460a45

Please sign in to comment.