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 Nov 28, 2023
1 parent 7726a0d commit 9677f47
Show file tree
Hide file tree
Showing 13 changed files with 941 additions and 42 deletions.
7 changes: 7 additions & 0 deletions .changes/3.290.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "api-change",
"category": "ElastiCache",
"description": "Launching Amazon ElastiCache Serverless that enables you to create a cache in under a minute without any capacity management. ElastiCache Serverless monitors the cache's memory, CPU, and network usage and scales both vertically and horizontally to support your application's requirements."
}
]
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## next release

* `Aws\ElastiCache` - Launching Amazon ElastiCache Serverless that enables you to create a cache in under a minute without any capacity management. ElastiCache Serverless monitors the cache's memory, CPU, and network usage and scales both vertically and horizontally to support your application's requirements.

## 3.290.0 - 2023-11-27

* `Aws\Glue` - add observations support to DQ CodeGen config model + update document for connectiontypes supported by ConnectorData entities
Expand Down
18 changes: 18 additions & 0 deletions src/ElastiCache/ElastiCacheClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* @method \GuzzleHttp\Promise\Promise batchStopUpdateActionAsync(array $args = [])
* @method \Aws\Result completeMigration(array $args = [])
* @method \GuzzleHttp\Promise\Promise completeMigrationAsync(array $args = [])
* @method \Aws\Result copyServerlessCacheSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise copyServerlessCacheSnapshotAsync(array $args = [])
* @method \Aws\Result copySnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise copySnapshotAsync(array $args = [])
* @method \Aws\Result createCacheCluster(array $args = [])
Expand All @@ -30,6 +32,10 @@
* @method \GuzzleHttp\Promise\Promise createGlobalReplicationGroupAsync(array $args = [])
* @method \Aws\Result createReplicationGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise createReplicationGroupAsync(array $args = [])
* @method \Aws\Result createServerlessCache(array $args = [])
* @method \GuzzleHttp\Promise\Promise createServerlessCacheAsync(array $args = [])
* @method \Aws\Result createServerlessCacheSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise createServerlessCacheSnapshotAsync(array $args = [])
* @method \Aws\Result createSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise createSnapshotAsync(array $args = [])
* @method \Aws\Result createUser(array $args = [])
Expand All @@ -52,6 +58,10 @@
* @method \GuzzleHttp\Promise\Promise deleteGlobalReplicationGroupAsync(array $args = [])
* @method \Aws\Result deleteReplicationGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteReplicationGroupAsync(array $args = [])
* @method \Aws\Result deleteServerlessCache(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteServerlessCacheAsync(array $args = [])
* @method \Aws\Result deleteServerlessCacheSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteServerlessCacheSnapshotAsync(array $args = [])
* @method \Aws\Result deleteSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteSnapshotAsync(array $args = [])
* @method \Aws\Result deleteUser(array $args = [])
Expand Down Expand Up @@ -82,6 +92,10 @@
* @method \GuzzleHttp\Promise\Promise describeReservedCacheNodesAsync(array $args = [])
* @method \Aws\Result describeReservedCacheNodesOfferings(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeReservedCacheNodesOfferingsAsync(array $args = [])
* @method \Aws\Result describeServerlessCacheSnapshots(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeServerlessCacheSnapshotsAsync(array $args = [])
* @method \Aws\Result describeServerlessCaches(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeServerlessCachesAsync(array $args = [])
* @method \Aws\Result describeServiceUpdates(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeServiceUpdatesAsync(array $args = [])
* @method \Aws\Result describeSnapshots(array $args = [])
Expand All @@ -94,6 +108,8 @@
* @method \GuzzleHttp\Promise\Promise describeUsersAsync(array $args = [])
* @method \Aws\Result disassociateGlobalReplicationGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateGlobalReplicationGroupAsync(array $args = [])
* @method \Aws\Result exportServerlessCacheSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise exportServerlessCacheSnapshotAsync(array $args = [])
* @method \Aws\Result failoverGlobalReplicationGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise failoverGlobalReplicationGroupAsync(array $args = [])
* @method \Aws\Result increaseNodeGroupsInGlobalReplicationGroup(array $args = [])
Expand All @@ -116,6 +132,8 @@
* @method \GuzzleHttp\Promise\Promise modifyReplicationGroupAsync(array $args = [])
* @method \Aws\Result modifyReplicationGroupShardConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyReplicationGroupShardConfigurationAsync(array $args = [])
* @method \Aws\Result modifyServerlessCache(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyServerlessCacheAsync(array $args = [])
* @method \Aws\Result modifyUser(array $args = [])
* @method \GuzzleHttp\Promise\Promise modifyUserAsync(array $args = [])
* @method \Aws\Result modifyUserGroup(array $args = [])
Expand Down
Loading

0 comments on commit 9677f47

Please sign in to comment.