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 Mar 21, 2024
1 parent 1d04b11 commit f97aa0d
Show file tree
Hide file tree
Showing 11 changed files with 1,142 additions and 53 deletions.
7 changes: 7 additions & 0 deletions .changes/3.301.5
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "api-change",
"category": "CodeArtifact",
"description": "This release adds Package groups to CodeArtifact so you can more conveniently configure package origin controls for multiple packages."
}
]
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\CodeArtifact` - This release adds Package groups to CodeArtifact so you can more conveniently configure package origin controls for multiple packages.

## 3.301.4 - 2024-03-20

* `Aws\ManagedBlockchainQuery` - AMB Query: update GetTransaction to include transactionId as input
Expand Down
20 changes: 20 additions & 0 deletions src/CodeArtifact/CodeArtifactClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
* @method \GuzzleHttp\Promise\Promise copyPackageVersionsAsync(array $args = [])
* @method \Aws\Result createDomain(array $args = [])
* @method \GuzzleHttp\Promise\Promise createDomainAsync(array $args = [])
* @method \Aws\Result createPackageGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise createPackageGroupAsync(array $args = [])
* @method \Aws\Result createRepository(array $args = [])
* @method \GuzzleHttp\Promise\Promise createRepositoryAsync(array $args = [])
* @method \Aws\Result deleteDomain(array $args = [])
Expand All @@ -19,6 +21,8 @@
* @method \GuzzleHttp\Promise\Promise deleteDomainPermissionsPolicyAsync(array $args = [])
* @method \Aws\Result deletePackage(array $args = [])
* @method \GuzzleHttp\Promise\Promise deletePackageAsync(array $args = [])
* @method \Aws\Result deletePackageGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise deletePackageGroupAsync(array $args = [])
* @method \Aws\Result deletePackageVersions(array $args = [])
* @method \GuzzleHttp\Promise\Promise deletePackageVersionsAsync(array $args = [])
* @method \Aws\Result deleteRepository(array $args = [])
Expand All @@ -29,6 +33,8 @@
* @method \GuzzleHttp\Promise\Promise describeDomainAsync(array $args = [])
* @method \Aws\Result describePackage(array $args = [])
* @method \GuzzleHttp\Promise\Promise describePackageAsync(array $args = [])
* @method \Aws\Result describePackageGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise describePackageGroupAsync(array $args = [])
* @method \Aws\Result describePackageVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise describePackageVersionAsync(array $args = [])
* @method \Aws\Result describeRepository(array $args = [])
Expand All @@ -37,6 +43,8 @@
* @method \GuzzleHttp\Promise\Promise disassociateExternalConnectionAsync(array $args = [])
* @method \Aws\Result disposePackageVersions(array $args = [])
* @method \GuzzleHttp\Promise\Promise disposePackageVersionsAsync(array $args = [])
* @method \Aws\Result getAssociatedPackageGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise getAssociatedPackageGroupAsync(array $args = [])
* @method \Aws\Result getAuthorizationToken(array $args = [])
* @method \GuzzleHttp\Promise\Promise getAuthorizationTokenAsync(array $args = [])
* @method \Aws\Result getDomainPermissionsPolicy(array $args = [])
Expand All @@ -49,8 +57,14 @@
* @method \GuzzleHttp\Promise\Promise getRepositoryEndpointAsync(array $args = [])
* @method \Aws\Result getRepositoryPermissionsPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRepositoryPermissionsPolicyAsync(array $args = [])
* @method \Aws\Result listAllowedRepositoriesForGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAllowedRepositoriesForGroupAsync(array $args = [])
* @method \Aws\Result listAssociatedPackages(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAssociatedPackagesAsync(array $args = [])
* @method \Aws\Result listDomains(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDomainsAsync(array $args = [])
* @method \Aws\Result listPackageGroups(array $args = [])
* @method \GuzzleHttp\Promise\Promise listPackageGroupsAsync(array $args = [])
* @method \Aws\Result listPackageVersionAssets(array $args = [])
* @method \GuzzleHttp\Promise\Promise listPackageVersionAssetsAsync(array $args = [])
* @method \Aws\Result listPackageVersionDependencies(array $args = [])
Expand All @@ -63,6 +77,8 @@
* @method \GuzzleHttp\Promise\Promise listRepositoriesAsync(array $args = [])
* @method \Aws\Result listRepositoriesInDomain(array $args = [])
* @method \GuzzleHttp\Promise\Promise listRepositoriesInDomainAsync(array $args = [])
* @method \Aws\Result listSubPackageGroups(array $args = [])
* @method \GuzzleHttp\Promise\Promise listSubPackageGroupsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result publishPackageVersion(array $args = [])
Expand All @@ -77,6 +93,10 @@
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updatePackageGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise updatePackageGroupAsync(array $args = [])
* @method \Aws\Result updatePackageGroupOriginConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise updatePackageGroupOriginConfigurationAsync(array $args = [])
* @method \Aws\Result updatePackageVersionsStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise updatePackageVersionsStatusAsync(array $args = [])
* @method \Aws\Result updateRepository(array $args = [])
Expand Down
Loading

0 comments on commit f97aa0d

Please sign in to comment.