Skip to content

Commit 68945e4

Browse files
Update models for release
1 parent ba5192a commit 68945e4

21 files changed

+1168
-65
lines changed

.changes/3.293.9

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "imagebuilder",
5+
"description": "This release adds the Image Workflows feature to give more flexibility and control over the image building and testing process."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "LocationService",
10+
"description": "This release 1) adds sub-municipality field in Places API for searching and getting places information, and 2) allows optimizing route calculation based on expected arrival time."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "CloudWatchLogs",
15+
"description": "This release introduces the StartLiveTail API to tail ingested logs in near real time."
16+
}
17+
]

.changes/nextrelease/event-parsing-iterator.json

-7
This file was deleted.

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\Parser` - Fixes the event parser iterator so it handles the different scenarios stated by smithy docs.
6+
* `Aws\imagebuilder` - This release adds the Image Workflows feature to give more flexibility and control over the image building and testing process.
7+
* `Aws\LocationService` - This release 1) adds sub-municipality field in Places API for searching and getting places information, and 2) allows optimizing route calculation based on expected arrival time.
8+
* `Aws\CloudWatchLogs` - This release introduces the StartLiveTail API to tail ingested logs in near real time.
9+
310
## 3.293.8 - 2023-12-11
411

512
* `Aws\Neptune` - This release adds a new parameter configuration setting to the Neptune cluster related APIs that can be leveraged to switch between the underlying supported storage modes.

src/CloudWatchLogs/CloudWatchLogsClient.php

+2
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
* @method \GuzzleHttp\Promise\Promise putRetentionPolicyAsync(array $args = [])
135135
* @method \Aws\Result putSubscriptionFilter(array $args = [])
136136
* @method \GuzzleHttp\Promise\Promise putSubscriptionFilterAsync(array $args = [])
137+
* @method \Aws\Result startLiveTail(array $args = [])
138+
* @method \GuzzleHttp\Promise\Promise startLiveTailAsync(array $args = [])
137139
* @method \Aws\Result startQuery(array $args = [])
138140
* @method \GuzzleHttp\Promise\Promise startQueryAsync(array $args = [])
139141
* @method \Aws\Result stopQuery(array $args = [])

src/data/endpoints.json

+1
Original file line numberDiff line numberDiff line change
@@ -2768,6 +2768,7 @@
27682768
"eu-west-1" : { },
27692769
"eu-west-2" : { },
27702770
"eu-west-3" : { },
2771+
"il-central-1" : { },
27712772
"me-south-1" : { },
27722773
"sa-east-1" : { },
27732774
"us-east-1" : { },

src/data/endpoints.json.php

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

0 commit comments

Comments
 (0)