Skip to content

Commit

Permalink
Release v1.54.5 (2024-06-19) (#5291)
Browse files Browse the repository at this point in the history
Release v1.54.5 (2024-06-19)
===

### Service Client Updates
* `service/artifact`: Updates service API, documentation, waiters, and examples
* `service/athena`: Updates service API
  * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/cur`: Updates service API
  * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/directconnect`: Updates service API
  * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/elastictranscoder`: Updates service API
  * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/opensearch`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Jun 19, 2024
1 parent f2d0da8 commit 66bfa6b
Show file tree
Hide file tree
Showing 25 changed files with 1,772 additions and 268 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v1.54.5 (2024-06-19)
===

### Service Client Updates
* `service/artifact`: Updates service API, documentation, waiters, and examples
* `service/athena`: Updates service API
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/cur`: Updates service API
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/directconnect`: Updates service API
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/elastictranscoder`: Updates service API
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/opensearch`: Updates service API and documentation

Release v1.54.4 (2024-06-18)
===

Expand Down
56 changes: 56 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.54.4"
const SDKVersion = "1.54.5"
84 changes: 43 additions & 41 deletions models/apis/artifact/2018-05-10/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"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 @@ -304,15 +305,15 @@
"ListReportsResponse":{
"type":"structure",
"members":{
"nextToken":{"shape":"NextTokenAttribute"},
"reports":{"shape":"ReportsList"}
"reports":{"shape":"ReportsList"},
"nextToken":{"shape":"NextTokenAttribute"}
}
},
"LongStringAttribute":{
"type":"string",
"max":1024,
"min":1,
"pattern":"^[^<>]*$"
"pattern":"[^<>]*"
},
"MaxResultsAttribute":{
"type":"integer",
Expand Down Expand Up @@ -354,49 +355,50 @@
"ReportDetail":{
"type":"structure",
"members":{
"acceptanceType":{"shape":"AcceptanceType"},
"arn":{"shape":"LongStringAttribute"},
"category":{"shape":"ShortStringAttribute"},
"companyName":{"shape":"ShortStringAttribute"},
"createdAt":{"shape":"TimestampAttribute"},
"deletedAt":{"shape":"TimestampAttribute"},
"description":{"shape":"LongStringAttribute"},
"id":{"shape":"ReportId"},
"lastModifiedAt":{"shape":"TimestampAttribute"},
"name":{"shape":"ShortStringAttribute"},
"periodEnd":{"shape":"TimestampAttribute"},
"description":{"shape":"LongStringAttribute"},
"periodStart":{"shape":"TimestampAttribute"},
"productName":{"shape":"ShortStringAttribute"},
"sequenceNumber":{"shape":"SequenceNumberAttribute"},
"series":{"shape":"ShortStringAttribute"},
"periodEnd":{"shape":"TimestampAttribute"},
"createdAt":{"shape":"TimestampAttribute"},
"lastModifiedAt":{"shape":"TimestampAttribute"},
"deletedAt":{"shape":"TimestampAttribute"},
"state":{"shape":"PublishedState"},
"statusMessage":{"shape":"StatusMessage"},
"arn":{"shape":"LongStringAttribute"},
"series":{"shape":"ShortStringAttribute"},
"category":{"shape":"ShortStringAttribute"},
"companyName":{"shape":"ShortStringAttribute"},
"productName":{"shape":"ShortStringAttribute"},
"termArn":{"shape":"LongStringAttribute"},
"version":{"shape":"VersionAttribute"},
"acceptanceType":{"shape":"AcceptanceType"},
"sequenceNumber":{"shape":"SequenceNumberAttribute"},
"uploadState":{"shape":"UploadState"},
"version":{"shape":"VersionAttribute"}
"statusMessage":{"shape":"StatusMessage"}
}
},
"ReportId":{
"type":"string",
"pattern":"^report-[a-zA-Z0-9]{16}$"
"pattern":"report-[a-zA-Z0-9]{16}"
},
"ReportSummary":{
"type":"structure",
"members":{
"arn":{"shape":"LongStringAttribute"},
"category":{"shape":"ShortStringAttribute"},
"companyName":{"shape":"ShortStringAttribute"},
"description":{"shape":"LongStringAttribute"},
"id":{"shape":"ReportId"},
"name":{"shape":"ShortStringAttribute"},
"periodEnd":{"shape":"TimestampAttribute"},
"state":{"shape":"PublishedState"},
"arn":{"shape":"LongStringAttribute"},
"version":{"shape":"VersionAttribute"},
"uploadState":{"shape":"UploadState"},
"description":{"shape":"LongStringAttribute"},
"periodStart":{"shape":"TimestampAttribute"},
"productName":{"shape":"ShortStringAttribute"},
"periodEnd":{"shape":"TimestampAttribute"},
"series":{"shape":"ShortStringAttribute"},
"state":{"shape":"PublishedState"},
"category":{"shape":"ShortStringAttribute"},
"companyName":{"shape":"ShortStringAttribute"},
"productName":{"shape":"ShortStringAttribute"},
"statusMessage":{"shape":"StatusMessage"},
"uploadState":{"shape":"UploadState"},
"version":{"shape":"VersionAttribute"}
"acceptanceType":{"shape":"AcceptanceType"}
}
},
"ReportsList":{
Expand Down Expand Up @@ -430,17 +432,17 @@
"type":"structure",
"required":[
"message",
"quotaCode",
"resourceId",
"resourceType",
"serviceCode"
"serviceCode",
"quotaCode"
],
"members":{
"message":{"shape":"String"},
"quotaCode":{"shape":"String"},
"resourceId":{"shape":"String"},
"resourceType":{"shape":"String"},
"serviceCode":{"shape":"String"}
"serviceCode":{"shape":"String"},
"quotaCode":{"shape":"String"}
},
"error":{
"httpStatusCode":402,
Expand All @@ -452,7 +454,7 @@
"type":"string",
"max":256,
"min":1,
"pattern":"^[a-zA-Z0-9_\\-\\s]*$"
"pattern":"[a-zA-Z0-9_\\-\\s]*"
},
"StatusMessage":{"type":"string"},
"String":{"type":"string"},
Expand All @@ -461,13 +463,13 @@
"required":["message"],
"members":{
"message":{"shape":"String"},
"serviceCode":{"shape":"String"},
"quotaCode":{"shape":"String"},
"retryAfterSeconds":{
"shape":"Integer",
"location":"header",
"locationName":"Retry-After"
},
"serviceCode":{"shape":"String"}
}
},
"error":{
"httpStatusCode":429,
Expand Down Expand Up @@ -496,9 +498,9 @@
"reason"
],
"members":{
"fieldList":{"shape":"ValidationExceptionFieldList"},
"message":{"shape":"String"},
"reason":{"shape":"ValidationExceptionReason"}
"reason":{"shape":"ValidationExceptionReason"},
"fieldList":{"shape":"ValidationExceptionFieldList"}
},
"error":{
"httpStatusCode":400,
Expand All @@ -509,12 +511,12 @@
"ValidationExceptionField":{
"type":"structure",
"required":[
"message",
"name"
"name",
"message"
],
"members":{
"message":{"shape":"String"},
"name":{"shape":"String"}
"name":{"shape":"String"},
"message":{"shape":"String"}
}
},
"ValidationExceptionFieldList":{
Expand Down
33 changes: 17 additions & 16 deletions models/apis/artifact/2018-05-10/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"AcceptanceType": {
"base": null,
"refs": {
"ReportDetail$acceptanceType": "<p>Acceptance type for report.</p>"
"ReportDetail$acceptanceType": "<p>Acceptance type for report.</p>",
"ReportSummary$acceptanceType": "<p>Acceptance type for report.</p>"
}
},
"AccessDeniedException": {
Expand Down Expand Up @@ -110,8 +111,8 @@
"LongStringAttribute": {
"base": null,
"refs": {
"ReportDetail$arn": "<p>ARN for the report resource.</p>",
"ReportDetail$description": "<p>Description for the report resource.</p>",
"ReportDetail$arn": "<p>ARN for the report resource.</p>",
"ReportDetail$termArn": "<p>Unique resource ARN for term resource.</p>",
"ReportSummary$arn": "<p>ARN for the report resource.</p>",
"ReportSummary$description": "<p>Description for the report resource.</p>"
Expand Down Expand Up @@ -202,16 +203,16 @@
"base": null,
"refs": {
"GetReportRequest$termToken": "<p>Unique download token provided by GetTermForReport API.</p>",
"ReportDetail$name": "<p>Name for the report resource.</p>",
"ReportDetail$series": "<p>Series for the report resource.</p>",
"ReportDetail$category": "<p>Category for the report resource.</p>",
"ReportDetail$companyName": "<p>Associated company name for the report resource.</p>",
"ReportDetail$name": "<p>Name for the report resource.</p>",
"ReportDetail$productName": "<p>Associated product name for the report resource.</p>",
"ReportDetail$series": "<p>Series for the report resource.</p>",
"ReportSummary$name": "<p>Name for the report resource.</p>",
"ReportSummary$series": "<p>Series for the report resource.</p>",
"ReportSummary$category": "<p>Category for the report resource.</p>",
"ReportSummary$companyName": "<p>Associated company name for the report resource.</p>",
"ReportSummary$name": "<p>Name for the report resource.</p>",
"ReportSummary$productName": "<p>Associated product name for the report resource.</p>",
"ReportSummary$series": "<p>Series for the report resource.</p>"
"ReportSummary$productName": "<p>Associated product name for the report resource.</p>"
}
},
"StatusMessage": {
Expand All @@ -234,16 +235,16 @@
"ResourceNotFoundException$resourceId": "<p>Identifier of the affected resource.</p>",
"ResourceNotFoundException$resourceType": "<p>Type of the affected resource.</p>",
"ServiceQuotaExceededException$message": null,
"ServiceQuotaExceededException$quotaCode": "<p>Code for the affected quota.</p>",
"ServiceQuotaExceededException$resourceId": "<p>Identifier of the affected resource.</p>",
"ServiceQuotaExceededException$resourceType": "<p>Type of the affected resource.</p>",
"ServiceQuotaExceededException$serviceCode": "<p>Code for the affected service.</p>",
"ServiceQuotaExceededException$quotaCode": "<p>Code for the affected quota.</p>",
"ThrottlingException$message": null,
"ThrottlingException$quotaCode": "<p>Code for the affected quota.</p>",
"ThrottlingException$serviceCode": "<p>Code for the affected service.</p>",
"ThrottlingException$quotaCode": "<p>Code for the affected quota.</p>",
"ValidationException$message": null,
"ValidationExceptionField$message": "<p>Message describing why the field failed validation.</p>",
"ValidationExceptionField$name": "<p>Name of validation exception.</p>"
"ValidationExceptionField$name": "<p>Name of validation exception.</p>",
"ValidationExceptionField$message": "<p>Message describing why the field failed validation.</p>"
}
},
"ThrottlingException": {
Expand All @@ -254,13 +255,13 @@
"TimestampAttribute": {
"base": null,
"refs": {
"ReportDetail$periodStart": "<p>Timestamp indicating the report resource effective start.</p>",
"ReportDetail$periodEnd": "<p>Timestamp indicating the report resource effective end.</p>",
"ReportDetail$createdAt": "<p>Timestamp indicating when the report resource was created.</p>",
"ReportDetail$deletedAt": "<p>Timestamp indicating when the report resource was deleted.</p>",
"ReportDetail$lastModifiedAt": "<p>Timestamp indicating when the report resource was last modified.</p>",
"ReportDetail$periodEnd": "<p>Timestamp indicating the report resource effective end.</p>",
"ReportDetail$periodStart": "<p>Timestamp indicating the report resource effective start.</p>",
"ReportSummary$periodEnd": "<p>Timestamp indicating the report resource effective end.</p>",
"ReportSummary$periodStart": "<p>Timestamp indicating the report resource effective start.</p>"
"ReportDetail$deletedAt": "<p>Timestamp indicating when the report resource was deleted.</p>",
"ReportSummary$periodStart": "<p>Timestamp indicating the report resource effective start.</p>",
"ReportSummary$periodEnd": "<p>Timestamp indicating the report resource effective end.</p>"
}
},
"UploadState": {
Expand Down
Loading

0 comments on commit 66bfa6b

Please sign in to comment.