Skip to content

Commit 9460a45

Browse files
author
awstools
committed
Updates SDK to v2.1291.0
1 parent 4ef68ca commit 9460a45

26 files changed

+2058
-317
lines changed

.changes/2.1291.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ECRPUBLIC",
5+
"description": "This release for Amazon ECR Public makes several change to bring the SDK into sync with the API."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "KendraRanking",
10+
"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)."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "NetworkFirewall",
15+
"description": "Network Firewall now supports the Suricata rule action reject, in addition to the actions pass, drop, and alert."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "RAM",
20+
"description": "Enabled FIPS aws-us-gov endpoints in SDK."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "WorkSpacesWeb",
25+
"description": "This release adds support for a new portal authentication type: AWS IAM Identity Center (successor to AWS Single Sign-On)."
26+
}
27+
]

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1290.0-->
2+
<!--LATEST=2.1291.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1291.0
6+
* feature: ECRPUBLIC: This release for Amazon ECR Public makes several change to bring the SDK into sync with the API.
7+
* 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).
8+
* feature: NetworkFirewall: Network Firewall now supports the Suricata rule action reject, in addition to the actions pass, drop, and alert.
9+
* feature: RAM: Enabled FIPS aws-us-gov endpoints in SDK.
10+
* feature: WorkSpacesWeb: This release adds support for a new portal authentication type: AWS IAM Identity Center (successor to AWS Single Sign-On).
11+
512
## 2.1290.0
613
* 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.
714
* 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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

60-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1290.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1291.0.min.js"></script>
6161

6262
You can also build a custom browser SDK with your specified set of AWS services.
6363
This can allow you to reduce the SDK's size, specify different API versions of

apis/ecr-public-2020-10-30.normal.json

Lines changed: 173 additions & 120 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
}
5+
}
Lines changed: 286 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,286 @@
1+
{
2+
"version": "2.0",
3+
"metadata": {
4+
"apiVersion": "2022-10-19",
5+
"endpointPrefix": "kendra-ranking",
6+
"jsonVersion": "1.0",
7+
"protocol": "json",
8+
"serviceAbbreviation": "Kendra Ranking",
9+
"serviceFullName": "Amazon Kendra Intelligent Ranking",
10+
"serviceId": "Kendra Ranking",
11+
"signatureVersion": "v4",
12+
"signingName": "kendra-ranking",
13+
"targetPrefix": "AWSKendraRerankingFrontendService",
14+
"uid": "kendra-ranking-2022-10-19"
15+
},
16+
"operations": {
17+
"CreateRescoreExecutionPlan": {
18+
"input": {
19+
"type": "structure",
20+
"required": [
21+
"Name"
22+
],
23+
"members": {
24+
"Name": {},
25+
"Description": {},
26+
"CapacityUnits": {
27+
"shape": "S4"
28+
},
29+
"Tags": {
30+
"shape": "S6"
31+
},
32+
"ClientToken": {
33+
"idempotencyToken": true
34+
}
35+
}
36+
},
37+
"output": {
38+
"type": "structure",
39+
"required": [
40+
"Id",
41+
"Arn"
42+
],
43+
"members": {
44+
"Id": {},
45+
"Arn": {}
46+
}
47+
}
48+
},
49+
"DeleteRescoreExecutionPlan": {
50+
"input": {
51+
"type": "structure",
52+
"required": [
53+
"Id"
54+
],
55+
"members": {
56+
"Id": {}
57+
}
58+
}
59+
},
60+
"DescribeRescoreExecutionPlan": {
61+
"input": {
62+
"type": "structure",
63+
"required": [
64+
"Id"
65+
],
66+
"members": {
67+
"Id": {}
68+
}
69+
},
70+
"output": {
71+
"type": "structure",
72+
"members": {
73+
"Id": {},
74+
"Arn": {},
75+
"Name": {},
76+
"Description": {},
77+
"CapacityUnits": {
78+
"shape": "S4"
79+
},
80+
"CreatedAt": {
81+
"type": "timestamp"
82+
},
83+
"UpdatedAt": {
84+
"type": "timestamp"
85+
},
86+
"Status": {},
87+
"ErrorMessage": {}
88+
}
89+
}
90+
},
91+
"ListRescoreExecutionPlans": {
92+
"input": {
93+
"type": "structure",
94+
"members": {
95+
"NextToken": {},
96+
"MaxResults": {
97+
"type": "integer"
98+
}
99+
}
100+
},
101+
"output": {
102+
"type": "structure",
103+
"members": {
104+
"SummaryItems": {
105+
"type": "list",
106+
"member": {
107+
"type": "structure",
108+
"members": {
109+
"Name": {},
110+
"Id": {},
111+
"CreatedAt": {
112+
"type": "timestamp"
113+
},
114+
"UpdatedAt": {
115+
"type": "timestamp"
116+
},
117+
"Status": {}
118+
}
119+
}
120+
},
121+
"NextToken": {}
122+
}
123+
}
124+
},
125+
"ListTagsForResource": {
126+
"input": {
127+
"type": "structure",
128+
"required": [
129+
"ResourceARN"
130+
],
131+
"members": {
132+
"ResourceARN": {}
133+
}
134+
},
135+
"output": {
136+
"type": "structure",
137+
"members": {
138+
"Tags": {
139+
"shape": "S6"
140+
}
141+
}
142+
}
143+
},
144+
"Rescore": {
145+
"input": {
146+
"type": "structure",
147+
"required": [
148+
"RescoreExecutionPlanId",
149+
"SearchQuery",
150+
"Documents"
151+
],
152+
"members": {
153+
"RescoreExecutionPlanId": {},
154+
"SearchQuery": {},
155+
"Documents": {
156+
"type": "list",
157+
"member": {
158+
"type": "structure",
159+
"required": [
160+
"Id",
161+
"OriginalScore"
162+
],
163+
"members": {
164+
"Id": {},
165+
"GroupId": {},
166+
"Title": {},
167+
"Body": {},
168+
"TokenizedTitle": {
169+
"type": "list",
170+
"member": {}
171+
},
172+
"TokenizedBody": {
173+
"type": "list",
174+
"member": {}
175+
},
176+
"OriginalScore": {
177+
"type": "float"
178+
}
179+
}
180+
}
181+
}
182+
}
183+
},
184+
"output": {
185+
"type": "structure",
186+
"members": {
187+
"RescoreId": {},
188+
"ResultItems": {
189+
"type": "list",
190+
"member": {
191+
"type": "structure",
192+
"members": {
193+
"DocumentId": {},
194+
"Score": {
195+
"type": "float"
196+
}
197+
}
198+
}
199+
}
200+
}
201+
}
202+
},
203+
"TagResource": {
204+
"input": {
205+
"type": "structure",
206+
"required": [
207+
"ResourceARN",
208+
"Tags"
209+
],
210+
"members": {
211+
"ResourceARN": {},
212+
"Tags": {
213+
"shape": "S6"
214+
}
215+
}
216+
},
217+
"output": {
218+
"type": "structure",
219+
"members": {}
220+
}
221+
},
222+
"UntagResource": {
223+
"input": {
224+
"type": "structure",
225+
"required": [
226+
"ResourceARN",
227+
"TagKeys"
228+
],
229+
"members": {
230+
"ResourceARN": {},
231+
"TagKeys": {
232+
"type": "list",
233+
"member": {}
234+
}
235+
}
236+
},
237+
"output": {
238+
"type": "structure",
239+
"members": {}
240+
}
241+
},
242+
"UpdateRescoreExecutionPlan": {
243+
"input": {
244+
"type": "structure",
245+
"required": [
246+
"Id"
247+
],
248+
"members": {
249+
"Id": {},
250+
"Name": {},
251+
"Description": {},
252+
"CapacityUnits": {
253+
"shape": "S4"
254+
}
255+
}
256+
}
257+
}
258+
},
259+
"shapes": {
260+
"S4": {
261+
"type": "structure",
262+
"required": [
263+
"RescoreCapacityUnits"
264+
],
265+
"members": {
266+
"RescoreCapacityUnits": {
267+
"type": "integer"
268+
}
269+
}
270+
},
271+
"S6": {
272+
"type": "list",
273+
"member": {
274+
"type": "structure",
275+
"required": [
276+
"Key",
277+
"Value"
278+
],
279+
"members": {
280+
"Key": {},
281+
"Value": {}
282+
}
283+
}
284+
}
285+
}
286+
}

0 commit comments

Comments
 (0)