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 12, 2024
1 parent 9e4be60 commit d524675
Show file tree
Hide file tree
Showing 30 changed files with 1,966 additions and 479 deletions.
32 changes: 32 additions & 0 deletions .changes/3.325.7
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "api-change",
"category": "FIS",
"description": "This release adds support for generating experiment reports with the experiment report configuration"
},
{
"type": "api-change",
"category": "ControlTower",
"description": "Added ResetEnabledControl API."
},
{
"type": "enhancement",
"category": "RDS",
"description": "Updates Amazon RDS documentation for Amazon RDS Extended Support for Amazon Aurora MySQL."
},
{
"type": "api-change",
"category": "CodeBuild",
"description": "AWS CodeBuild now supports non-containerized Linux and Windows builds on Reserved Capacity."
},
{
"type": "api-change",
"category": "GameLift",
"description": "Amazon GameLift releases container fleets support for general availability. Deploy Linux-based containerized game server software for hosting on Amazon GameLift."
},
{
"type": "api-change",
"category": "PaymentCryptography",
"description": "Updated ListAliases API with KeyArn filter."
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## next release

* `Aws\FIS` - This release adds support for generating experiment reports with the experiment report configuration
* `Aws\ControlTower` - Added ResetEnabledControl API.
* `Aws\RDS` - Updates Amazon RDS documentation for Amazon RDS Extended Support for Amazon Aurora MySQL.
* `Aws\CodeBuild` - AWS CodeBuild now supports non-containerized Linux and Windows builds on Reserved Capacity.
* `Aws\GameLift` - Amazon GameLift releases container fleets support for general availability. Deploy Linux-based containerized game server software for hosting on Amazon GameLift.
* `Aws\PaymentCryptography` - Updated ListAliases API with KeyArn filter.

## 3.325.6 - 2024-11-11

* `Aws\OpenSearchService` - Adds Support for new AssociatePackages and DissociatePackages API in Amazon OpenSearch Service that allows association and dissociation operations to be carried out on multiple packages at the same time.
Expand Down
2 changes: 2 additions & 0 deletions src/ControlTower/ControlTowerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result resetEnabledBaseline(array $args = [])
* @method \GuzzleHttp\Promise\Promise resetEnabledBaselineAsync(array $args = [])
* @method \Aws\Result resetEnabledControl(array $args = [])
* @method \GuzzleHttp\Promise\Promise resetEnabledControlAsync(array $args = [])
* @method \Aws\Result resetLandingZone(array $args = [])
* @method \GuzzleHttp\Promise\Promise resetLandingZoneAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
Expand Down
18 changes: 18 additions & 0 deletions src/GameLift/GameLiftClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* @method \GuzzleHttp\Promise\Promise createAliasAsync(array $args = [])
* @method \Aws\Result createBuild(array $args = [])
* @method \GuzzleHttp\Promise\Promise createBuildAsync(array $args = [])
* @method \Aws\Result createContainerFleet(array $args = [])
* @method \GuzzleHttp\Promise\Promise createContainerFleetAsync(array $args = [])
* @method \Aws\Result createContainerGroupDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise createContainerGroupDefinitionAsync(array $args = [])
* @method \Aws\Result createFleet(array $args = [])
Expand Down Expand Up @@ -46,6 +48,8 @@
* @method \GuzzleHttp\Promise\Promise deleteAliasAsync(array $args = [])
* @method \Aws\Result deleteBuild(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteBuildAsync(array $args = [])
* @method \Aws\Result deleteContainerFleet(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteContainerFleetAsync(array $args = [])
* @method \Aws\Result deleteContainerGroupDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteContainerGroupDefinitionAsync(array $args = [])
* @method \Aws\Result deleteFleet(array $args = [])
Expand Down Expand Up @@ -80,6 +84,8 @@
* @method \GuzzleHttp\Promise\Promise describeBuildAsync(array $args = [])
* @method \Aws\Result describeCompute(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeComputeAsync(array $args = [])
* @method \Aws\Result describeContainerFleet(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeContainerFleetAsync(array $args = [])
* @method \Aws\Result describeContainerGroupDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeContainerGroupDefinitionAsync(array $args = [])
* @method \Aws\Result describeEC2InstanceLimits(array $args = [])
Expand All @@ -88,6 +94,8 @@
* @method \GuzzleHttp\Promise\Promise describeFleetAttributesAsync(array $args = [])
* @method \Aws\Result describeFleetCapacity(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeFleetCapacityAsync(array $args = [])
* @method \Aws\Result describeFleetDeployment(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeFleetDeploymentAsync(array $args = [])
* @method \Aws\Result describeFleetEvents(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeFleetEventsAsync(array $args = [])
* @method \Aws\Result describeFleetLocationAttributes(array $args = [])
Expand Down Expand Up @@ -148,8 +156,14 @@
* @method \GuzzleHttp\Promise\Promise listBuildsAsync(array $args = [])
* @method \Aws\Result listCompute(array $args = [])
* @method \GuzzleHttp\Promise\Promise listComputeAsync(array $args = [])
* @method \Aws\Result listContainerFleets(array $args = [])
* @method \GuzzleHttp\Promise\Promise listContainerFleetsAsync(array $args = [])
* @method \Aws\Result listContainerGroupDefinitionVersions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listContainerGroupDefinitionVersionsAsync(array $args = [])
* @method \Aws\Result listContainerGroupDefinitions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listContainerGroupDefinitionsAsync(array $args = [])
* @method \Aws\Result listFleetDeployments(array $args = [])
* @method \GuzzleHttp\Promise\Promise listFleetDeploymentsAsync(array $args = [])
* @method \Aws\Result listFleets(array $args = [])
* @method \GuzzleHttp\Promise\Promise listFleetsAsync(array $args = [])
* @method \Aws\Result listGameServerGroups(array $args = [])
Expand Down Expand Up @@ -200,6 +214,10 @@
* @method \GuzzleHttp\Promise\Promise updateAliasAsync(array $args = [])
* @method \Aws\Result updateBuild(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateBuildAsync(array $args = [])
* @method \Aws\Result updateContainerFleet(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateContainerFleetAsync(array $args = [])
* @method \Aws\Result updateContainerGroupDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateContainerGroupDefinitionAsync(array $args = [])
* @method \Aws\Result updateFleetAttributes(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateFleetAttributesAsync(array $args = [])
* @method \Aws\Result updateFleetCapacity(array $args = [])
Expand Down
3 changes: 3 additions & 0 deletions src/data/codebuild/2016-10-06/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1434,6 +1434,9 @@
"WINDOWS_SERVER_2019_CONTAINER",
"LINUX_LAMBDA_CONTAINER",
"ARM_LAMBDA_CONTAINER",
"LINUX_EC2",
"ARM_EC2",
"WINDOWS_EC2",
"MAC_ARM"
]
},
Expand Down
2 changes: 1 addition & 1 deletion src/data/codebuild/2016-10-06/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit d524675

Please sign in to comment.