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 Jan 23, 2023
1 parent 7b18adf commit 2ab44ed
Show file tree
Hide file tree
Showing 16 changed files with 576 additions and 302 deletions.
17 changes: 17 additions & 0 deletions .changes/3.257.6
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "bugfix",
"category": "EndpointV2",
"description": "Test fixes related to signing, particularly sigv4a."
},
{
"type": "api-change",
"category": "Lambda",
"description": "Release Lambda RuntimeManagementConfig, enabling customers to better manage runtime updates to their Lambda functions. This release adds two new APIs, GetRuntimeManagementConfig and PutRuntimeManagementConfig, as well as support on existing Create\/Get\/Update function APIs."
},
{
"type": "api-change",
"category": "SageMaker",
"description": "Amazon SageMaker Inference now supports P4de instance types."
}
]
7 changes: 0 additions & 7 deletions .changes/nextrelease/nextrelease.json

This file was deleted.

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

## next release

* `Aws\EndpointV2` - Test fixes related to signing, particularly sigv4a.
* `Aws\Lambda` - Release Lambda RuntimeManagementConfig, enabling customers to better manage runtime updates to their Lambda functions. This release adds two new APIs, GetRuntimeManagementConfig and PutRuntimeManagementConfig, as well as support on existing Create/Get/Update function APIs.
* `Aws\SageMaker` - Amazon SageMaker Inference now supports P4de instance types.

## 3.257.5 - 2023-01-20

* `Aws\EC2` - C6in, M6in, M6idn, R6in and R6idn instances are powered by 3rd Generation Intel Xeon Scalable processors (code named Ice Lake) with an all-core turbo frequency of 3.5 GHz.
Expand Down
4 changes: 4 additions & 0 deletions src/Lambda/LambdaClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
* @method \GuzzleHttp\Promise\Promise getPolicyAsync(array $args = [])
* @method \Aws\Result getProvisionedConcurrencyConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise getProvisionedConcurrencyConfigAsync(array $args = [])
* @method \Aws\Result getRuntimeManagementConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRuntimeManagementConfigAsync(array $args = [])
* @method \Aws\Result invoke(array $args = [])
* @method \GuzzleHttp\Promise\Promise invokeAsync(array $args = [])
* @method \Aws\Result invokeAsync(array $args = [])
Expand Down Expand Up @@ -112,6 +114,8 @@
* @method \GuzzleHttp\Promise\Promise putFunctionEventInvokeConfigAsync(array $args = [])
* @method \Aws\Result putProvisionedConcurrencyConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise putProvisionedConcurrencyConfigAsync(array $args = [])
* @method \Aws\Result putRuntimeManagementConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise putRuntimeManagementConfigAsync(array $args = [])
* @method \Aws\Result removeLayerVersionPermission(array $args = [])
* @method \GuzzleHttp\Promise\Promise removeLayerVersionPermissionAsync(array $args = [])
* @method \Aws\Result removePermission(array $args = [])
Expand Down
Loading

0 comments on commit 2ab44ed

Please sign in to comment.