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 20, 2023
1 parent f1bd5c0 commit 25ad715
Show file tree
Hide file tree
Showing 20 changed files with 121 additions and 1,643 deletions.
17 changes: 17 additions & 0 deletions .changes/3.287.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "api-change",
"category": "EC2",
"description": "This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway."
},
{
"type": "api-change",
"category": "DocDB",
"description": "Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I\/O-Optimized."
},
{
"type": "api-change",
"category": "CodeStarconnections",
"description": "This release updates a few CodeStar Connections related APIs."
}
]
7 changes: 0 additions & 7 deletions .changes/nextrelease/update-http-credentials.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\Credentials` - Adds hostname resolution for the EcsCredentialProvider.
* `Aws\EC2` - This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway.
* `Aws\DocDB` - Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized.
* `Aws\CodeStarconnections` - This release updates a few CodeStar Connections related APIs.

## 3.287.0 - 2023-11-17

* `Aws\` - Removes the original Macie service, which has been deprecated.
Expand Down
30 changes: 0 additions & 30 deletions src/CodeStarconnections/CodeStarconnectionsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,42 +9,18 @@
* @method \GuzzleHttp\Promise\Promise createConnectionAsync(array $args = [])
* @method \Aws\Result createHost(array $args = [])
* @method \GuzzleHttp\Promise\Promise createHostAsync(array $args = [])
* @method \Aws\Result createRepositoryLink(array $args = [])
* @method \GuzzleHttp\Promise\Promise createRepositoryLinkAsync(array $args = [])
* @method \Aws\Result createSyncConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise createSyncConfigurationAsync(array $args = [])
* @method \Aws\Result deleteConnection(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteConnectionAsync(array $args = [])
* @method \Aws\Result deleteHost(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteHostAsync(array $args = [])
* @method \Aws\Result deleteRepositoryLink(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteRepositoryLinkAsync(array $args = [])
* @method \Aws\Result deleteSyncConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteSyncConfigurationAsync(array $args = [])
* @method \Aws\Result getConnection(array $args = [])
* @method \GuzzleHttp\Promise\Promise getConnectionAsync(array $args = [])
* @method \Aws\Result getHost(array $args = [])
* @method \GuzzleHttp\Promise\Promise getHostAsync(array $args = [])
* @method \Aws\Result getRepositoryLink(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRepositoryLinkAsync(array $args = [])
* @method \Aws\Result getRepositorySyncStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRepositorySyncStatusAsync(array $args = [])
* @method \Aws\Result getResourceSyncStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise getResourceSyncStatusAsync(array $args = [])
* @method \Aws\Result getSyncBlockerSummary(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSyncBlockerSummaryAsync(array $args = [])
* @method \Aws\Result getSyncConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSyncConfigurationAsync(array $args = [])
* @method \Aws\Result listConnections(array $args = [])
* @method \GuzzleHttp\Promise\Promise listConnectionsAsync(array $args = [])
* @method \Aws\Result listHosts(array $args = [])
* @method \GuzzleHttp\Promise\Promise listHostsAsync(array $args = [])
* @method \Aws\Result listRepositoryLinks(array $args = [])
* @method \GuzzleHttp\Promise\Promise listRepositoryLinksAsync(array $args = [])
* @method \Aws\Result listRepositorySyncDefinitions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listRepositorySyncDefinitionsAsync(array $args = [])
* @method \Aws\Result listSyncConfigurations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listSyncConfigurationsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
Expand All @@ -53,11 +29,5 @@
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateHost(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateHostAsync(array $args = [])
* @method \Aws\Result updateRepositoryLink(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateRepositoryLinkAsync(array $args = [])
* @method \Aws\Result updateSyncBlocker(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateSyncBlockerAsync(array $args = [])
* @method \Aws\Result updateSyncConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateSyncConfigurationAsync(array $args = [])
*/
class CodeStarconnectionsClient extends AwsClient {}
Loading

0 comments on commit 25ad715

Please sign in to comment.