Skip to content

Commit

Permalink
Release v1.49.24 (2024-01-18) (#5145)
Browse files Browse the repository at this point in the history
Release v1.49.24 (2024-01-18)
===

### Service Client Updates
* `service/b2bi`: Updates service API, documentation, and examples
* `service/cloudtrail`: Updates service API, documentation, and paginators
  * This release adds a new API ListInsightsMetricData to retrieve metric data from CloudTrail Insights.
* `service/connect`: Updates service API and documentation
* `service/drs`: Updates service API
* `service/firehose`: Updates service API and documentation
  * Allow support for Snowflake as a Kinesis Data Firehose delivery destination.
* `service/sagemaker-featurestore-runtime`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Jan 18, 2024
1 parent d264d16 commit fdfb1f8
Show file tree
Hide file tree
Showing 25 changed files with 3,171 additions and 339 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.49.24 (2024-01-18)
===

### Service Client Updates
* `service/b2bi`: Updates service API, documentation, and examples
* `service/cloudtrail`: Updates service API, documentation, and paginators
* This release adds a new API ListInsightsMetricData to retrieve metric data from CloudTrail Insights.
* `service/connect`: Updates service API and documentation
* `service/drs`: Updates service API
* `service/firehose`: Updates service API and documentation
* Allow support for Snowflake as a Kinesis Data Firehose delivery destination.
* `service/sagemaker-featurestore-runtime`: Updates service API and documentation

Release v1.49.23 (2024-01-17)
===

Expand Down
8 changes: 8 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.49.23"
const SDKVersion = "1.49.24"
11 changes: 7 additions & 4 deletions models/apis/b2bi/2022-06-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"output":{"shape":"ListTagsForResourceResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"InternalServerException"}
]
},
"ListTransformers":{
Expand Down Expand Up @@ -321,7 +322,8 @@
"errors":[
{"shape":"ValidationException"},
{"shape":"ThrottlingException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"InternalServerException"}
]
},
"TestMapping":{
Expand Down Expand Up @@ -367,7 +369,8 @@
"input":{"shape":"UntagResourceRequest"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"InternalServerException"}
],
"idempotent":true
},
Expand Down Expand Up @@ -1226,7 +1229,7 @@
},
"TestMappingInputFileContent":{
"type":"string",
"max":200000,
"max":5000000,
"min":0
},
"TestMappingRequest":{
Expand Down
2 changes: 1 addition & 1 deletion models/apis/b2bi/2022-06-23/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"StartTransformerJob": "<p>Runs a job, using a transformer, to parse input EDI (electronic data interchange) file into the output structures used by Amazon Web Services B2BI Data Interchange.</p> <p>If you only want to transform EDI (electronic data interchange) documents, you don't need to create profiles, partnerships or capabilities. Just create and configure a transformer, and then run the <code>StartTransformerJob</code> API to process your files.</p>",
"TagResource": "<p>Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN). Resources are capability, partnership, profile, transformers and other entities.</p> <p>There is no response returned from this call.</p>",
"TestMapping": "<p>Maps the input file according to the provided template file. The API call downloads the file contents from the Amazon S3 location, and passes the contents in as a string, to the <code>inputFileContent</code> parameter.</p>",
"TestParsing": "<p>Parses the input EDI (electronic data interchange) file.</p>",
"TestParsing": "<p>Parses the input EDI (electronic data interchange) file. The input file has a file size limit of 250 KB.</p>",
"UntagResource": "<p>Detaches a key-value pair from the specified resource, as identified by its Amazon Resource Name (ARN). Resources are capability, partnership, profile, transformers and other entities.</p>",
"UpdateCapability": "<p>Updates some of the parameters for a capability, based on the specified parameters. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>",
"UpdatePartnership": "<p>Updates some of the parameters for a partnership between a customer and trading partner. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.</p>",
Expand Down
Loading

0 comments on commit fdfb1f8

Please sign in to comment.