Skip to content

Commit 4fb139e

Browse files
author
awstools
committed
Updates SDK to v2.1645.0
1 parent ea0c69a commit 4fb139e

26 files changed

+895
-511
lines changed

.changes/2.1645.0.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Artifact",
5+
"description": "This release adds an acceptanceType field to the ReportSummary structure (used in the ListReports API response)."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Athena",
10+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CUR",
15+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "DirectConnect",
20+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "ElasticTranscoder",
25+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "OpenSearch",
30+
"description": "This release enables customers to use JSON Web Tokens (JWT) for authentication on their Amazon OpenSearch Service domains."
31+
}
32+
]

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1644.0-->
2+
<!--LATEST=2.1645.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1645.0
6+
* feature: Artifact: This release adds an acceptanceType field to the ReportSummary structure (used in the ListReports API response).
7+
* feature: Athena: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
8+
* feature: CUR: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
9+
* feature: DirectConnect: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
10+
* feature: ElasticTranscoder: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
11+
* feature: OpenSearch: This release enables customers to use JSON Web Tokens (JWT) for authentication on their Amazon OpenSearch Service domains.
12+
513
## 2.1644.0
614
* feature: BedrockRuntime: This release adds support for using Guardrails with the Converse and ConverseStream APIs.
715
* feature: CloudTrail: Add v2 smoke tests and smithy smokeTests trait for SDK testing.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1644.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1645.0.min.js"></script>
6868

6969
You can also build a custom browser SDK with your specified set of AWS services.
7070
This can allow you to reduce the SDK's size, specify different API versions of
+113
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,118 @@
11
{
22
"version": "1.0",
33
"examples": {
4+
"GetAccountSettings": [
5+
{
6+
"input": {
7+
},
8+
"output": {
9+
"accountSettings": {
10+
"notificationSubscriptionStatus": "SUBSCRIBED"
11+
}
12+
},
13+
"description": "Get the current account settings.",
14+
"id": "example-1",
15+
"title": "Invoke GetAccountSettings operation"
16+
}
17+
],
18+
"GetReport": [
19+
{
20+
"input": {
21+
"reportId": "report-1hVFddebtfDNJAUf",
22+
"termToken": "term-token-gPFEGk7CF4wS901w7ppYclt7"
23+
},
24+
"output": {
25+
"documentPresignedUrl": "<Presigned S3 URL>"
26+
},
27+
"description": "The GetReport operation is invoked on a reportId and on a optional version.\n Callers must provide a termToken, which is provided by the GetTermForReport\n operation. If callers do not provide a version, it will default to the\n report's latest version",
28+
"id": "example-1",
29+
"title": "Invoke GetReport operation on the latest version of a specific report"
30+
}
31+
],
32+
"GetReportMetadata": [
33+
{
34+
"input": {
35+
"reportId": "report-bqhUJF3FrQZsMJpb"
36+
},
37+
"output": {
38+
"reportDetails": {
39+
"version": 1,
40+
"name": "Name of report",
41+
"arn": "arn:aws:artifact:us-east-1::report/report-bqhUJF3FrQZsMJpb:1",
42+
"category": "Artifact Category",
43+
"companyName": "AWS",
44+
"createdAt": "2022-05-27T23:17:00.343940Z",
45+
"description": "Description of report",
46+
"id": "report-bqhUJF3FrQZsMJpb",
47+
"periodEnd": "2022-04-01T20:32:04Z",
48+
"periodStart": "2022-04-01T20:32:04Z",
49+
"productName": "Product of report",
50+
"series": "Artifact Series",
51+
"state": "PUBLISHED",
52+
"termArn": "arn:aws:artifact:us-east-1::term/term-gLJGG12NyPtYcmtu:1"
53+
}
54+
},
55+
"description": "The GetReportMetadata operation is invoked on a reportId and on a optional version.\n If callers do not provide a version, it will default to the report's latest version.",
56+
"id": "example-1",
57+
"title": "Invoke GetReportMetadata operation on the latest version of a specific report"
58+
}
59+
],
60+
"GetTermForReport": [
61+
{
62+
"input": {
63+
"reportId": "report-bqhUJF3FrQZsMJpb"
64+
},
65+
"output": {
66+
"documentPresignedUrl": "<Presigned S3 URL>",
67+
"termToken": "term-token-gPFEGk7CF4wS901w7ppYclt7"
68+
},
69+
"description": "The GetTermForReport operation is invoked on a reportId and on a optional version.\n If callers do not provide a version, it will default to the report's latest version.",
70+
"id": "example-1",
71+
"title": "Invoke GetTermForReport operation on the latest version of a specific report"
72+
}
73+
],
74+
"ListReports": [
75+
{
76+
"input": {
77+
},
78+
"output": {
79+
"nextToken": "gPFEGk7CF4wS901w7ppYclt7gPFEGk7CF4wS901w7ppYclt7gPFEGk7CF4wS901w7ppYclt7",
80+
"reports": [
81+
{
82+
"version": 1,
83+
"name": "Name of report",
84+
"arn": "arn:aws:artifact:us-east-1::report/report-bqhUJF3FrQZsMJpb",
85+
"category": "Artifact Category",
86+
"companyName": "AWS",
87+
"description": "Description of report",
88+
"id": "report-bqhUJF3FrQZsMJpb",
89+
"periodEnd": "2022-04-01T20:32:04Z",
90+
"periodStart": "2022-04-01T20:32:04Z",
91+
"productName": "Product of report",
92+
"series": "Artifact Series",
93+
"state": "PUBLISHED"
94+
}
95+
]
96+
},
97+
"description": "The ListReports operation returns a collection of report resources.",
98+
"id": "example-1",
99+
"title": "Invoke ListReports operation"
100+
}
101+
],
102+
"PutAccountSettings": [
103+
{
104+
"input": {
105+
"notificationSubscriptionStatus": "SUBSCRIBED"
106+
},
107+
"output": {
108+
"accountSettings": {
109+
"notificationSubscriptionStatus": "SUBSCRIBED"
110+
}
111+
},
112+
"description": "Set the account settings.",
113+
"id": "example-1",
114+
"title": "Invoke PutAccountSettings operation"
115+
}
116+
]
4117
}
5118
}

apis/artifact-2018-05-10.min.json

+47-41
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22
"version": "2.0",
33
"metadata": {
44
"apiVersion": "2018-05-10",
5+
"auth": [
6+
"aws.auth#sigv4"
7+
],
58
"endpointPrefix": "artifact",
6-
"jsonVersion": "1.1",
79
"protocol": "rest-json",
10+
"protocols": [
11+
"rest-json"
12+
],
813
"serviceFullName": "AWS Artifact",
914
"serviceId": "Artifact",
1015
"signatureVersion": "v4",
@@ -95,40 +100,40 @@
95100
"reportDetails": {
96101
"type": "structure",
97102
"members": {
98-
"acceptanceType": {},
99-
"arn": {},
100-
"category": {},
101-
"companyName": {},
102-
"createdAt": {
103-
"shape": "Sg"
104-
},
105-
"deletedAt": {
106-
"shape": "Sg"
107-
},
108-
"description": {},
109103
"id": {},
110-
"lastModifiedAt": {
111-
"shape": "Sg"
112-
},
113104
"name": {},
105+
"description": {},
106+
"periodStart": {
107+
"shape": "Sf"
108+
},
114109
"periodEnd": {
115-
"shape": "Sg"
110+
"shape": "Sf"
116111
},
117-
"periodStart": {
118-
"shape": "Sg"
112+
"createdAt": {
113+
"shape": "Sf"
119114
},
120-
"productName": {},
121-
"sequenceNumber": {
122-
"type": "long"
115+
"lastModifiedAt": {
116+
"shape": "Sf"
117+
},
118+
"deletedAt": {
119+
"shape": "Sf"
123120
},
124-
"series": {},
125121
"state": {},
126-
"statusMessage": {},
122+
"arn": {},
123+
"series": {},
124+
"category": {},
125+
"companyName": {},
126+
"productName": {},
127127
"termArn": {},
128-
"uploadState": {},
129128
"version": {
130129
"type": "long"
131-
}
130+
},
131+
"acceptanceType": {},
132+
"sequenceNumber": {
133+
"type": "long"
134+
},
135+
"uploadState": {},
136+
"statusMessage": {}
132137
}
133138
}
134139
}
@@ -188,35 +193,36 @@
188193
"output": {
189194
"type": "structure",
190195
"members": {
191-
"nextToken": {},
192196
"reports": {
193197
"type": "list",
194198
"member": {
195199
"type": "structure",
196200
"members": {
197-
"arn": {},
198-
"category": {},
199-
"companyName": {},
200-
"description": {},
201201
"id": {},
202202
"name": {},
203-
"periodEnd": {
204-
"shape": "Sg"
203+
"state": {},
204+
"arn": {},
205+
"version": {
206+
"type": "long"
205207
},
208+
"uploadState": {},
209+
"description": {},
206210
"periodStart": {
207-
"shape": "Sg"
211+
"shape": "Sf"
212+
},
213+
"periodEnd": {
214+
"shape": "Sf"
208215
},
209-
"productName": {},
210216
"series": {},
211-
"state": {},
217+
"category": {},
218+
"companyName": {},
219+
"productName": {},
212220
"statusMessage": {},
213-
"uploadState": {},
214-
"version": {
215-
"type": "long"
216-
}
221+
"acceptanceType": {}
217222
}
218223
}
219-
}
224+
},
225+
"nextToken": {}
220226
}
221227
}
222228
},
@@ -250,7 +256,7 @@
250256
"notificationSubscriptionStatus": {}
251257
}
252258
},
253-
"Sg": {
259+
"Sf": {
254260
"type": "timestamp",
255261
"timestampFormat": "iso8601"
256262
}

0 commit comments

Comments
 (0)