Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Dec 12, 2023
1 parent ba5192a commit 68945e4
Show file tree
Hide file tree
Showing 21 changed files with 1,168 additions and 65 deletions.
17 changes: 17 additions & 0 deletions .changes/3.293.9
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "api-change",
"category": "imagebuilder",
"description": "This release adds the Image Workflows feature to give more flexibility and control over the image building and testing process."
},
{
"type": "api-change",
"category": "LocationService",
"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."
},
{
"type": "api-change",
"category": "CloudWatchLogs",
"description": "This release introduces the StartLiveTail API to tail ingested logs in near real time."
}
]
7 changes: 0 additions & 7 deletions .changes/nextrelease/event-parsing-iterator.json

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## next release

* `Aws\Parser` - Fixes the event parser iterator so it handles the different scenarios stated by smithy docs.
* `Aws\imagebuilder` - This release adds the Image Workflows feature to give more flexibility and control over the image building and testing process.
* `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.
* `Aws\CloudWatchLogs` - This release introduces the StartLiveTail API to tail ingested logs in near real time.

## 3.293.8 - 2023-12-11

* `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.
Expand Down
2 changes: 2 additions & 0 deletions src/CloudWatchLogs/CloudWatchLogsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@
* @method \GuzzleHttp\Promise\Promise putRetentionPolicyAsync(array $args = [])
* @method \Aws\Result putSubscriptionFilter(array $args = [])
* @method \GuzzleHttp\Promise\Promise putSubscriptionFilterAsync(array $args = [])
* @method \Aws\Result startLiveTail(array $args = [])
* @method \GuzzleHttp\Promise\Promise startLiveTailAsync(array $args = [])
* @method \Aws\Result startQuery(array $args = [])
* @method \GuzzleHttp\Promise\Promise startQueryAsync(array $args = [])
* @method \Aws\Result stopQuery(array $args = [])
Expand Down
1 change: 1 addition & 0 deletions src/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2768,6 +2768,7 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"il-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
Expand Down
2 changes: 1 addition & 1 deletion src/data/endpoints.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 68945e4

Please sign in to comment.