Skip to content

Commit

Permalink
3.276.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Jul 20, 2023
1 parent 14f39e2 commit af34574
Show file tree
Hide file tree
Showing 44 changed files with 1,577 additions and 140 deletions.
47 changes: 47 additions & 0 deletions .changes/3.276.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"type": "api-change",
"category": "CodeCatalyst",
"description": "This release adds support for updating and deleting spaces and projects in Amazon CodeCatalyst. It also adds support for creating, getting, and deleting source repositories in CodeCatalyst projects."
},
{
"type": "api-change",
"category": "SageMakerFeatureStoreRuntime",
"description": "Cross account support for SageMaker Feature Store"
},
{
"type": "api-change",
"category": "TranscribeService",
"description": "Added API argument --toxicity-detection to startTranscriptionJob API, which allows users to view toxicity scores of submitted audio."
},
{
"type": "api-change",
"category": "ConnectCases",
"description": "This release adds the ability to assign a case to a queue or user."
},
{
"type": "api-change",
"category": "SecurityLake",
"description": "Adding support for Tags on Create and Resource Tagging API."
},
{
"type": "api-change",
"category": "Route53Resolver",
"description": "This release adds support for Route 53 On Outposts, a new feature that allows customers to run Route 53 Resolver and Resolver endpoints locally on their Outposts."
},
{
"type": "api-change",
"category": "LexModelsV2",
"description": "This release updates type for Channel field in SessionSpecification and UtteranceSpecification"
},
{
"type": "api-change",
"category": "S3",
"description": "Improve performance of S3 clients by simplifying and optimizing endpoint resolution."
},
{
"type": "api-change",
"category": "SageMaker",
"description": "Cross account support for SageMaker Feature Store"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## next release

* `Aws\CodeCatalyst` - This release adds support for updating and deleting spaces and projects in Amazon CodeCatalyst. It also adds support for creating, getting, and deleting source repositories in CodeCatalyst projects.
* `Aws\ConnectCases` - This release adds the ability to assign a case to a queue or user.
* `Aws\LexModelsV2` - This release updates type for Channel field in SessionSpecification and UtteranceSpecification
* `Aws\Route53Resolver` - This release adds support for Route 53 On Outposts, a new feature that allows customers to run Route 53 Resolver and Resolver endpoints locally on their Outposts.
* `Aws\S3` - Improve performance of S3 clients by simplifying and optimizing endpoint resolution.
* `Aws\SageMaker` - Cross account support for SageMaker Feature Store
* `Aws\SageMakerFeatureStoreRuntime` - Cross account support for SageMaker Feature Store
* `Aws\SecurityLake` - Adding support for Tags on Create and Resource Tagging API.
* `Aws\TranscribeService` - Added API argument --toxicity-detection to startTranscriptionJob API, which allows users to view toxicity scores of submitted audio.

## 3.276.1 - 2023-07-20

* `Aws\SavingsPlans` - Savings Plans endpoints update
Expand Down
14 changes: 14 additions & 0 deletions src/CodeCatalyst/CodeCatalystClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,26 @@
* @method \GuzzleHttp\Promise\Promise createDevEnvironmentAsync(array $args = [])
* @method \Aws\Result createProject(array $args = [])
* @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
* @method \Aws\Result createSourceRepository(array $args = [])
* @method \GuzzleHttp\Promise\Promise createSourceRepositoryAsync(array $args = [])
* @method \Aws\Result createSourceRepositoryBranch(array $args = [])
* @method \GuzzleHttp\Promise\Promise createSourceRepositoryBranchAsync(array $args = [])
* @method \Aws\Result deleteAccessToken(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteAccessTokenAsync(array $args = [])
* @method \Aws\Result deleteDevEnvironment(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDevEnvironmentAsync(array $args = [])
* @method \Aws\Result deleteProject(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
* @method \Aws\Result deleteSourceRepository(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteSourceRepositoryAsync(array $args = [])
* @method \Aws\Result deleteSpace(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteSpaceAsync(array $args = [])
* @method \Aws\Result getDevEnvironment(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDevEnvironmentAsync(array $args = [])
* @method \Aws\Result getProject(array $args = [])
* @method \GuzzleHttp\Promise\Promise getProjectAsync(array $args = [])
* @method \Aws\Result getSourceRepository(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSourceRepositoryAsync(array $args = [])
* @method \Aws\Result getSourceRepositoryCloneUrls(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSourceRepositoryCloneUrlsAsync(array $args = [])
* @method \Aws\Result getSpace(array $args = [])
Expand Down Expand Up @@ -55,6 +65,10 @@
* @method \GuzzleHttp\Promise\Promise stopDevEnvironmentSessionAsync(array $args = [])
* @method \Aws\Result updateDevEnvironment(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateDevEnvironmentAsync(array $args = [])
* @method \Aws\Result updateProject(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateProjectAsync(array $args = [])
* @method \Aws\Result updateSpace(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateSpaceAsync(array $args = [])
* @method \Aws\Result verifySession(array $args = [])
* @method \GuzzleHttp\Promise\Promise verifySessionAsync(array $args = [])
*/
Expand Down
10 changes: 10 additions & 0 deletions src/Route53Resolver/Route53ResolverClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
* @method \GuzzleHttp\Promise\Promise createFirewallRuleAsync(array $args = [])
* @method \Aws\Result createFirewallRuleGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise createFirewallRuleGroupAsync(array $args = [])
* @method \Aws\Result createOutpostResolver(array $args = [])
* @method \GuzzleHttp\Promise\Promise createOutpostResolverAsync(array $args = [])
* @method \Aws\Result createResolverEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise createResolverEndpointAsync(array $args = [])
* @method \Aws\Result createResolverQueryLogConfig(array $args = [])
Expand All @@ -31,6 +33,8 @@
* @method \GuzzleHttp\Promise\Promise deleteFirewallRuleAsync(array $args = [])
* @method \Aws\Result deleteFirewallRuleGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteFirewallRuleGroupAsync(array $args = [])
* @method \Aws\Result deleteOutpostResolver(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteOutpostResolverAsync(array $args = [])
* @method \Aws\Result deleteResolverEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteResolverEndpointAsync(array $args = [])
* @method \Aws\Result deleteResolverQueryLogConfig(array $args = [])
Expand All @@ -55,6 +59,8 @@
* @method \GuzzleHttp\Promise\Promise getFirewallRuleGroupAssociationAsync(array $args = [])
* @method \Aws\Result getFirewallRuleGroupPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise getFirewallRuleGroupPolicyAsync(array $args = [])
* @method \Aws\Result getOutpostResolver(array $args = [])
* @method \GuzzleHttp\Promise\Promise getOutpostResolverAsync(array $args = [])
* @method \Aws\Result getResolverConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise getResolverConfigAsync(array $args = [])
* @method \Aws\Result getResolverDnssecConfig(array $args = [])
Expand Down Expand Up @@ -87,6 +93,8 @@
* @method \GuzzleHttp\Promise\Promise listFirewallRuleGroupsAsync(array $args = [])
* @method \Aws\Result listFirewallRules(array $args = [])
* @method \GuzzleHttp\Promise\Promise listFirewallRulesAsync(array $args = [])
* @method \Aws\Result listOutpostResolvers(array $args = [])
* @method \GuzzleHttp\Promise\Promise listOutpostResolversAsync(array $args = [])
* @method \Aws\Result listResolverConfigs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listResolverConfigsAsync(array $args = [])
* @method \Aws\Result listResolverDnssecConfigs(array $args = [])
Expand Down Expand Up @@ -123,6 +131,8 @@
* @method \GuzzleHttp\Promise\Promise updateFirewallRuleAsync(array $args = [])
* @method \Aws\Result updateFirewallRuleGroupAssociation(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateFirewallRuleGroupAssociationAsync(array $args = [])
* @method \Aws\Result updateOutpostResolver(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateOutpostResolverAsync(array $args = [])
* @method \Aws\Result updateResolverConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateResolverConfigAsync(array $args = [])
* @method \Aws\Result updateResolverDnssecConfig(array $args = [])
Expand Down
2 changes: 2 additions & 0 deletions src/SageMaker/SageMakerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,8 @@
* @method \GuzzleHttp\Promise\Promise listProcessingJobsAsync(array $args = [])
* @method \Aws\Result listProjects(array $args = [])
* @method \GuzzleHttp\Promise\Promise listProjectsAsync(array $args = [])
* @method \Aws\Result listResourceCatalogs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listResourceCatalogsAsync(array $args = [])
* @method \Aws\Result listSpaces(array $args = [])
* @method \GuzzleHttp\Promise\Promise listSpacesAsync(array $args = [])
* @method \Aws\Result listStageDevices(array $args = [])
Expand Down
6 changes: 6 additions & 0 deletions src/SecurityLake/SecurityLakeClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,14 @@
* @method \GuzzleHttp\Promise\Promise listLogSourcesAsync(array $args = [])
* @method \Aws\Result listSubscribers(array $args = [])
* @method \GuzzleHttp\Promise\Promise listSubscribersAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result registerDataLakeDelegatedAdministrator(array $args = [])
* @method \GuzzleHttp\Promise\Promise registerDataLakeDelegatedAdministratorAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateDataLake(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateDataLakeAsync(array $args = [])
* @method \Aws\Result updateDataLakeExceptionSubscription(array $args = [])
Expand Down
Loading

0 comments on commit af34574

Please sign in to comment.