Skip to content

Commit 5644604

Browse files
Update models for release
1 parent 2efd701 commit 5644604

33 files changed

+1349
-60
lines changed

.changes/3.296.5

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "CloudTrail",
5+
"description": "This release adds a new API ListInsightsMetricData to retrieve metric data from CloudTrail Insights."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "Connect",
10+
"description": "GetMetricDataV2 now supports 3 groupings"
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "SageMakerFeatureStoreRuntime",
15+
"description": "Increase BatchGetRecord limits from 10 items to 100 items"
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "drs",
20+
"description": "Removed invalid and unnecessary default values."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "Firehose",
25+
"description": "Allow support for Snowflake as a Kinesis Data Firehose delivery destination."
26+
},
27+
{
28+
"type": "api-change",
29+
"category": "B2bi",
30+
"description": "Increasing TestMapping inputFileContent file size limit to 5MB and adding file size limit 250KB for TestParsing input file. This release also includes exposing InternalServerException for Tag APIs."
31+
}
32+
]

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\CloudTrail` - This release adds a new API ListInsightsMetricData to retrieve metric data from CloudTrail Insights.
6+
* `Aws\Connect` - GetMetricDataV2 now supports 3 groupings
7+
* `Aws\SageMakerFeatureStoreRuntime` - Increase BatchGetRecord limits from 10 items to 100 items
8+
* `Aws\drs` - Removed invalid and unnecessary default values.
9+
* `Aws\Firehose` - Allow support for Snowflake as a Kinesis Data Firehose delivery destination.
10+
* `Aws\B2bi` - Increasing TestMapping inputFileContent file size limit to 5MB and adding file size limit 250KB for TestParsing input file. This release also includes exposing InternalServerException for Tag APIs.
11+
312
## 3.296.4 - 2024-01-17
413

514
* `Aws\DynamoDB` - Updating note for enabling streams for UpdateTable.

src/CloudTrail/CloudTrailClient.php

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
* @method \GuzzleHttp\Promise\Promise listImportFailuresAsync(array $args = [])
6161
* @method \Aws\Result listImports(array $args = [])
6262
* @method \GuzzleHttp\Promise\Promise listImportsAsync(array $args = [])
63+
* @method \Aws\Result listInsightsMetricData(array $args = [])
64+
* @method \GuzzleHttp\Promise\Promise listInsightsMetricDataAsync(array $args = [])
6365
* @method \Aws\Result listPublicKeys(array $args = [])
6466
* @method \GuzzleHttp\Promise\Promise listPublicKeysAsync(array $args = [])
6567
* @method \Aws\Result listQueries(array $args = [])

src/data/b2bi/2022-06-23/api-2.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@
282282
"output":{"shape":"ListTagsForResourceResponse"},
283283
"errors":[
284284
{"shape":"ValidationException"},
285-
{"shape":"ResourceNotFoundException"}
285+
{"shape":"ResourceNotFoundException"},
286+
{"shape":"InternalServerException"}
286287
]
287288
},
288289
"ListTransformers":{
@@ -321,7 +322,8 @@
321322
"errors":[
322323
{"shape":"ValidationException"},
323324
{"shape":"ThrottlingException"},
324-
{"shape":"ResourceNotFoundException"}
325+
{"shape":"ResourceNotFoundException"},
326+
{"shape":"InternalServerException"}
325327
]
326328
},
327329
"TestMapping":{
@@ -367,7 +369,8 @@
367369
"input":{"shape":"UntagResourceRequest"},
368370
"errors":[
369371
{"shape":"ValidationException"},
370-
{"shape":"ResourceNotFoundException"}
372+
{"shape":"ResourceNotFoundException"},
373+
{"shape":"InternalServerException"}
371374
],
372375
"idempotent":true
373376
},
@@ -1226,7 +1229,7 @@
12261229
},
12271230
"TestMappingInputFileContent":{
12281231
"type":"string",
1229-
"max":200000,
1232+
"max":5000000,
12301233
"min":0
12311234
},
12321235
"TestMappingRequest":{

src/data/b2bi/2022-06-23/api-2.json.php

+1-1
Large diffs are not rendered by default.

src/data/b2bi/2022-06-23/docs-2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"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>",
2424
"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>",
2525
"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>",
26-
"TestParsing": "<p>Parses the input EDI (electronic data interchange) file.</p>",
26+
"TestParsing": "<p>Parses the input EDI (electronic data interchange) file. The input file has a file size limit of 250 KB.</p>",
2727
"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>",
2828
"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>",
2929
"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>",

src/data/b2bi/2022-06-23/docs-2.json.php

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)