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 Oct 28, 2024
1 parent a667ca2 commit 275231f
Show file tree
Hide file tree
Showing 25 changed files with 1,316 additions and 34 deletions.
22 changes: 22 additions & 0 deletions .changes/3.324.12
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "api-change",
"category": "RDS",
"description": "This release adds support for Enhanced Monitoring and Performance Insights when restoring Aurora Limitless Database DB clusters. It also adds support for the os-upgrade pending maintenance action."
},
{
"type": "enhancement",
"category": "StorageGateway",
"description": "Documentation update: Amazon FSx File Gateway will no longer be available to new customers."
},
{
"type": "api-change",
"category": "MediaPackageV2",
"description": "MediaPackage V2 Live to VOD Harvester is a MediaPackage V2 feature, which is used to export content from an origin endpoint to a S3 bucket."
},
{
"type": "api-change",
"category": "OpenSearchService",
"description": "Adds support for provisioning dedicated coordinator nodes. Coordinator nodes can be specified using the new NodeOptions parameter in ClusterConfig."
}
]
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\RDS` - This release adds support for Enhanced Monitoring and Performance Insights when restoring Aurora Limitless Database DB clusters. It also adds support for the os-upgrade pending maintenance action.
* `Aws\StorageGateway` - Documentation update: Amazon FSx File Gateway will no longer be available to new customers.
* `Aws\MediaPackageV2` - MediaPackage V2 Live to VOD Harvester is a MediaPackage V2 feature, which is used to export content from an origin endpoint to a S3 bucket.
* `Aws\OpenSearchService` - Adds support for provisioning dedicated coordinator nodes. Coordinator nodes can be specified using the new NodeOptions parameter in ClusterConfig.

## 3.324.11 - 2024-10-25

* `Aws\` - Removes deprecated Nimble Studio service.
Expand Down
8 changes: 8 additions & 0 deletions src/MediaPackageV2/MediaPackageV2Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@

/**
* This client is used to interact with the **AWS Elemental MediaPackage v2** service.
* @method \Aws\Result cancelHarvestJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise cancelHarvestJobAsync(array $args = [])
* @method \Aws\Result createChannel(array $args = [])
* @method \GuzzleHttp\Promise\Promise createChannelAsync(array $args = [])
* @method \Aws\Result createChannelGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise createChannelGroupAsync(array $args = [])
* @method \Aws\Result createHarvestJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise createHarvestJobAsync(array $args = [])
* @method \Aws\Result createOriginEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise createOriginEndpointAsync(array $args = [])
* @method \Aws\Result deleteChannel(array $args = [])
Expand All @@ -27,6 +31,8 @@
* @method \GuzzleHttp\Promise\Promise getChannelGroupAsync(array $args = [])
* @method \Aws\Result getChannelPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise getChannelPolicyAsync(array $args = [])
* @method \Aws\Result getHarvestJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise getHarvestJobAsync(array $args = [])
* @method \Aws\Result getOriginEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise getOriginEndpointAsync(array $args = [])
* @method \Aws\Result getOriginEndpointPolicy(array $args = [])
Expand All @@ -35,6 +41,8 @@
* @method \GuzzleHttp\Promise\Promise listChannelGroupsAsync(array $args = [])
* @method \Aws\Result listChannels(array $args = [])
* @method \GuzzleHttp\Promise\Promise listChannelsAsync(array $args = [])
* @method \Aws\Result listHarvestJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listHarvestJobsAsync(array $args = [])
* @method \Aws\Result listOriginEndpoints(array $args = [])
* @method \GuzzleHttp\Promise\Promise listOriginEndpointsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(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 @@ -20404,6 +20404,7 @@
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ap-southeast-5" : { },
"ca-central-1" : {
"variants" : [ {
"hostname" : "storagegateway-fips.ca-central-1.amazonaws.com",
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 275231f

Please sign in to comment.