-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
awstools
committed
Feb 15, 2024
1 parent
683c184
commit 5a90834
Showing
39 changed files
with
2,040 additions
and
420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"version": "1.0", | ||
"examples": { | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} |
Oops, something went wrong.