Skip to content

Commit

Permalink
Updates SDK to v2.1559.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 15, 2024
1 parent 683c184 commit 5a90834
Show file tree
Hide file tree
Showing 39 changed files with 2,040 additions and 420 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1559.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "Artifact",
"description": "This is the initial SDK release for AWS Artifact. AWS Artifact provides on-demand access to compliance and third-party compliance reports. This release includes access to List and Get reports, along with their metadata. This release also includes access to AWS Artifact notifications settings."
},
{
"type": "feature",
"category": "CodePipeline",
"description": "Add ability to override timeout on action level."
},
{
"type": "feature",
"category": "GuardDuty",
"description": "Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive."
},
{
"type": "feature",
"category": "HealthLake",
"description": "This release adds a new response parameter, JobProgressReport, to the DescribeFHIRImportJob and ListFHIRImportJobs API operation. JobProgressReport provides details on the progress of the import job on the server."
},
{
"type": "feature",
"category": "OpenSearch",
"description": "Adds additional supported instance types."
},
{
"type": "feature",
"category": "Polly",
"description": "Amazon Polly adds 1 new voice - Burcu (tr-TR)"
},
{
"type": "feature",
"category": "SageMaker",
"description": "This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares."
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1558.0-->
<!--LATEST=2.1559.0-->
<!--ENTRYINSERT-->

## 2.1559.0
* feature: Artifact: This is the initial SDK release for AWS Artifact. AWS Artifact provides on-demand access to compliance and third-party compliance reports. This release includes access to List and Get reports, along with their metadata. This release also includes access to AWS Artifact notifications settings.
* feature: CodePipeline: Add ability to override timeout on action level.
* feature: GuardDuty: Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive.
* feature: HealthLake: This release adds a new response parameter, JobProgressReport, to the DescribeFHIRImportJob and ListFHIRImportJobs API operation. JobProgressReport provides details on the progress of the import job on the server.
* feature: OpenSearch: Adds additional supported instance types.
* feature: Polly: Amazon Polly adds 1 new voice - Burcu (tr-TR)
* feature: SageMaker: This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares.

## 2.1558.0
* feature: ControlTower: Adds support for new Baseline and EnabledBaseline APIs for automating multi-account governance.
* feature: LookoutEquipment: This feature allows customers to see pointwise model diagnostics results for their models.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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.1558.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1559.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
5 changes: 5 additions & 0 deletions apis/artifact-2018-05-10.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
258 changes: 258 additions & 0 deletions apis/artifact-2018-05-10.min.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,258 @@
{
"version": "2.0",
"metadata": {
"apiVersion": "2018-05-10",
"endpointPrefix": "artifact",
"jsonVersion": "1.1",
"protocol": "rest-json",
"serviceFullName": "AWS Artifact",
"serviceId": "Artifact",
"signatureVersion": "v4",
"signingName": "artifact",
"uid": "artifact-2018-05-10"
},
"operations": {
"GetAccountSettings": {
"http": {
"method": "GET",
"requestUri": "/v1/account-settings/get",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {
"accountSettings": {
"shape": "S3"
}
}
}
},
"GetReport": {
"http": {
"method": "GET",
"requestUri": "/v1/report/get",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"reportId",
"termToken"
],
"members": {
"reportId": {
"location": "querystring",
"locationName": "reportId"
},
"reportVersion": {
"location": "querystring",
"locationName": "reportVersion",
"type": "long"
},
"termToken": {
"location": "querystring",
"locationName": "termToken"
}
}
},
"output": {
"type": "structure",
"members": {
"documentPresignedUrl": {}
}
}
},
"GetReportMetadata": {
"http": {
"method": "GET",
"requestUri": "/v1/report/getMetadata",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"reportId"
],
"members": {
"reportId": {
"location": "querystring",
"locationName": "reportId"
},
"reportVersion": {
"location": "querystring",
"locationName": "reportVersion",
"type": "long"
}
}
},
"output": {
"type": "structure",
"members": {
"reportDetails": {
"type": "structure",
"members": {
"acceptanceType": {},
"arn": {},
"category": {},
"companyName": {},
"createdAt": {
"shape": "Sg"
},
"deletedAt": {
"shape": "Sg"
},
"description": {},
"id": {},
"lastModifiedAt": {
"shape": "Sg"
},
"name": {},
"periodEnd": {
"shape": "Sg"
},
"periodStart": {
"shape": "Sg"
},
"productName": {},
"sequenceNumber": {
"type": "long"
},
"series": {},
"state": {},
"statusMessage": {},
"termArn": {},
"uploadState": {},
"version": {
"type": "long"
}
}
}
}
}
},
"GetTermForReport": {
"http": {
"method": "GET",
"requestUri": "/v1/report/getTermForReport",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"reportId"
],
"members": {
"reportId": {
"location": "querystring",
"locationName": "reportId"
},
"reportVersion": {
"location": "querystring",
"locationName": "reportVersion",
"type": "long"
}
}
},
"output": {
"type": "structure",
"members": {
"documentPresignedUrl": {},
"termToken": {}
}
}
},
"ListReports": {
"http": {
"method": "GET",
"requestUri": "/v1/report/list",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"nextToken": {
"location": "querystring",
"locationName": "nextToken"
}
}
},
"output": {
"type": "structure",
"members": {
"nextToken": {},
"reports": {
"type": "list",
"member": {
"type": "structure",
"members": {
"arn": {},
"category": {},
"companyName": {},
"description": {},
"id": {},
"name": {},
"periodEnd": {
"shape": "Sg"
},
"periodStart": {
"shape": "Sg"
},
"productName": {},
"series": {},
"state": {},
"statusMessage": {},
"uploadState": {},
"version": {
"type": "long"
}
}
}
}
}
}
},
"PutAccountSettings": {
"http": {
"method": "PUT",
"requestUri": "/v1/account-settings/put",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"notificationSubscriptionStatus": {}
}
},
"output": {
"type": "structure",
"members": {
"accountSettings": {
"shape": "S3"
}
}
},
"idempotent": true
}
},
"shapes": {
"S3": {
"type": "structure",
"members": {
"notificationSubscriptionStatus": {}
}
},
"Sg": {
"type": "timestamp",
"timestampFormat": "iso8601"
}
}
}
Loading

0 comments on commit 5a90834

Please sign in to comment.