Skip to content

Commit

Permalink
Updates SDK to v2.1645.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 19, 2024
1 parent ea0c69a commit 4fb139e
Show file tree
Hide file tree
Showing 26 changed files with 895 additions and 511 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1645.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Artifact",
"description": "This release adds an acceptanceType field to the ReportSummary structure (used in the ListReports API response)."
},
{
"type": "feature",
"category": "Athena",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
},
{
"type": "feature",
"category": "CUR",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
},
{
"type": "feature",
"category": "DirectConnect",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
},
{
"type": "feature",
"category": "ElasticTranscoder",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
},
{
"type": "feature",
"category": "OpenSearch",
"description": "This release enables customers to use JSON Web Tokens (JWT) for authentication on their Amazon OpenSearch Service domains."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1644.0-->
<!--LATEST=2.1645.0-->
<!--ENTRYINSERT-->

## 2.1645.0
* feature: Artifact: This release adds an acceptanceType field to the ReportSummary structure (used in the ListReports API response).
* feature: Athena: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* feature: CUR: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* feature: DirectConnect: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* feature: ElasticTranscoder: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* feature: OpenSearch: This release enables customers to use JSON Web Tokens (JWT) for authentication on their Amazon OpenSearch Service domains.

## 2.1644.0
* feature: BedrockRuntime: This release adds support for using Guardrails with the Converse and ConverseStream APIs.
* feature: CloudTrail: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1644.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1645.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
113 changes: 113 additions & 0 deletions apis/artifact-2018-05-10.examples.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,118 @@
{
"version": "1.0",
"examples": {
"GetAccountSettings": [
{
"input": {
},
"output": {
"accountSettings": {
"notificationSubscriptionStatus": "SUBSCRIBED"
}
},
"description": "Get the current account settings.",
"id": "example-1",
"title": "Invoke GetAccountSettings operation"
}
],
"GetReport": [
{
"input": {
"reportId": "report-1hVFddebtfDNJAUf",
"termToken": "term-token-gPFEGk7CF4wS901w7ppYclt7"
},
"output": {
"documentPresignedUrl": "<Presigned S3 URL>"
},
"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",
"id": "example-1",
"title": "Invoke GetReport operation on the latest version of a specific report"
}
],
"GetReportMetadata": [
{
"input": {
"reportId": "report-bqhUJF3FrQZsMJpb"
},
"output": {
"reportDetails": {
"version": 1,
"name": "Name of report",
"arn": "arn:aws:artifact:us-east-1::report/report-bqhUJF3FrQZsMJpb:1",
"category": "Artifact Category",
"companyName": "AWS",
"createdAt": "2022-05-27T23:17:00.343940Z",
"description": "Description of report",
"id": "report-bqhUJF3FrQZsMJpb",
"periodEnd": "2022-04-01T20:32:04Z",
"periodStart": "2022-04-01T20:32:04Z",
"productName": "Product of report",
"series": "Artifact Series",
"state": "PUBLISHED",
"termArn": "arn:aws:artifact:us-east-1::term/term-gLJGG12NyPtYcmtu:1"
}
},
"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.",
"id": "example-1",
"title": "Invoke GetReportMetadata operation on the latest version of a specific report"
}
],
"GetTermForReport": [
{
"input": {
"reportId": "report-bqhUJF3FrQZsMJpb"
},
"output": {
"documentPresignedUrl": "<Presigned S3 URL>",
"termToken": "term-token-gPFEGk7CF4wS901w7ppYclt7"
},
"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.",
"id": "example-1",
"title": "Invoke GetTermForReport operation on the latest version of a specific report"
}
],
"ListReports": [
{
"input": {
},
"output": {
"nextToken": "gPFEGk7CF4wS901w7ppYclt7gPFEGk7CF4wS901w7ppYclt7gPFEGk7CF4wS901w7ppYclt7",
"reports": [
{
"version": 1,
"name": "Name of report",
"arn": "arn:aws:artifact:us-east-1::report/report-bqhUJF3FrQZsMJpb",
"category": "Artifact Category",
"companyName": "AWS",
"description": "Description of report",
"id": "report-bqhUJF3FrQZsMJpb",
"periodEnd": "2022-04-01T20:32:04Z",
"periodStart": "2022-04-01T20:32:04Z",
"productName": "Product of report",
"series": "Artifact Series",
"state": "PUBLISHED"
}
]
},
"description": "The ListReports operation returns a collection of report resources.",
"id": "example-1",
"title": "Invoke ListReports operation"
}
],
"PutAccountSettings": [
{
"input": {
"notificationSubscriptionStatus": "SUBSCRIBED"
},
"output": {
"accountSettings": {
"notificationSubscriptionStatus": "SUBSCRIBED"
}
},
"description": "Set the account settings.",
"id": "example-1",
"title": "Invoke PutAccountSettings operation"
}
]
}
}
88 changes: 47 additions & 41 deletions apis/artifact-2018-05-10.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
"version": "2.0",
"metadata": {
"apiVersion": "2018-05-10",
"auth": [
"aws.auth#sigv4"
],
"endpointPrefix": "artifact",
"jsonVersion": "1.1",
"protocol": "rest-json",
"protocols": [
"rest-json"
],
"serviceFullName": "AWS Artifact",
"serviceId": "Artifact",
"signatureVersion": "v4",
Expand Down Expand Up @@ -95,40 +100,40 @@
"reportDetails": {
"type": "structure",
"members": {
"acceptanceType": {},
"arn": {},
"category": {},
"companyName": {},
"createdAt": {
"shape": "Sg"
},
"deletedAt": {
"shape": "Sg"
},
"description": {},
"id": {},
"lastModifiedAt": {
"shape": "Sg"
},
"name": {},
"description": {},
"periodStart": {
"shape": "Sf"
},
"periodEnd": {
"shape": "Sg"
"shape": "Sf"
},
"periodStart": {
"shape": "Sg"
"createdAt": {
"shape": "Sf"
},
"productName": {},
"sequenceNumber": {
"type": "long"
"lastModifiedAt": {
"shape": "Sf"
},
"deletedAt": {
"shape": "Sf"
},
"series": {},
"state": {},
"statusMessage": {},
"arn": {},
"series": {},
"category": {},
"companyName": {},
"productName": {},
"termArn": {},
"uploadState": {},
"version": {
"type": "long"
}
},
"acceptanceType": {},
"sequenceNumber": {
"type": "long"
},
"uploadState": {},
"statusMessage": {}
}
}
}
Expand Down Expand Up @@ -188,35 +193,36 @@
"output": {
"type": "structure",
"members": {
"nextToken": {},
"reports": {
"type": "list",
"member": {
"type": "structure",
"members": {
"arn": {},
"category": {},
"companyName": {},
"description": {},
"id": {},
"name": {},
"periodEnd": {
"shape": "Sg"
"state": {},
"arn": {},
"version": {
"type": "long"
},
"uploadState": {},
"description": {},
"periodStart": {
"shape": "Sg"
"shape": "Sf"
},
"periodEnd": {
"shape": "Sf"
},
"productName": {},
"series": {},
"state": {},
"category": {},
"companyName": {},
"productName": {},
"statusMessage": {},
"uploadState": {},
"version": {
"type": "long"
}
"acceptanceType": {}
}
}
}
},
"nextToken": {}
}
}
},
Expand Down Expand Up @@ -250,7 +256,7 @@
"notificationSubscriptionStatus": {}
}
},
"Sg": {
"Sf": {
"type": "timestamp",
"timestampFormat": "iso8601"
}
Expand Down
Loading

0 comments on commit 4fb139e

Please sign in to comment.