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 Sep 1, 2023
1 parent 2b2bb8c commit dc95ec5
Show file tree
Hide file tree
Showing 26 changed files with 1,635 additions and 317 deletions.
22 changes: 22 additions & 0 deletions .changes/3.280.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "api-change",
"category": "Connect",
"description": "Amazon Connect adds the ability to read, create, update, delete, and list view resources, and adds the ability to read, create, delete, and list view versions."
},
{
"type": "api-change",
"category": "IdentityStore",
"description": "New Identity Store content for China Region launch"
},
{
"type": "enhancement",
"category": "Neptunedata",
"description": "Removed the descriptive text in the introduction."
},
{
"type": "api-change",
"category": "ChimeSDKMediaPipelines",
"description": "This release adds support for the Voice Analytics feature for customer-owned KVS streams as part of the Amazon Chime SDK call analytics."
}
]
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\Connect` - Amazon Connect adds the ability to read, create, update, delete, and list view resources, and adds the ability to read, create, delete, and list view versions.
* `Aws\IdentityStore` - New Identity Store content for China Region launch
* `Aws\Neptunedata` - Removed the descriptive text in the introduction.
* `Aws\ChimeSDKMediaPipelines` - This release adds support for the Voice Analytics feature for customer-owned KVS streams as part of the Amazon Chime SDK call analytics.

## 3.280.1 - 2023-08-31

* `Aws\CloudHSM` - Deprecating CloudHSM Classic API Service.
Expand Down
12 changes: 12 additions & 0 deletions src/ChimeSDKMediaPipelines/ChimeSDKMediaPipelinesClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
* @method \GuzzleHttp\Promise\Promise getMediaInsightsPipelineConfigurationAsync(array $args = [])
* @method \Aws\Result getMediaPipeline(array $args = [])
* @method \GuzzleHttp\Promise\Promise getMediaPipelineAsync(array $args = [])
* @method \Aws\Result getSpeakerSearchTask(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSpeakerSearchTaskAsync(array $args = [])
* @method \Aws\Result getVoiceToneAnalysisTask(array $args = [])
* @method \GuzzleHttp\Promise\Promise getVoiceToneAnalysisTaskAsync(array $args = [])
* @method \Aws\Result listMediaCapturePipelines(array $args = [])
* @method \GuzzleHttp\Promise\Promise listMediaCapturePipelinesAsync(array $args = [])
* @method \Aws\Result listMediaInsightsPipelineConfigurations(array $args = [])
Expand All @@ -35,6 +39,14 @@
* @method \GuzzleHttp\Promise\Promise listMediaPipelinesAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result startSpeakerSearchTask(array $args = [])
* @method \GuzzleHttp\Promise\Promise startSpeakerSearchTaskAsync(array $args = [])
* @method \Aws\Result startVoiceToneAnalysisTask(array $args = [])
* @method \GuzzleHttp\Promise\Promise startVoiceToneAnalysisTaskAsync(array $args = [])
* @method \Aws\Result stopSpeakerSearchTask(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopSpeakerSearchTaskAsync(array $args = [])
* @method \Aws\Result stopVoiceToneAnalysisTask(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopVoiceToneAnalysisTaskAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
Expand Down
18 changes: 18 additions & 0 deletions src/Connect/ConnectClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
* @method \GuzzleHttp\Promise\Promise createUserAsync(array $args = [])
* @method \Aws\Result createUserHierarchyGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise createUserHierarchyGroupAsync(array $args = [])
* @method \Aws\Result createView(array $args = [])
* @method \GuzzleHttp\Promise\Promise createViewAsync(array $args = [])
* @method \Aws\Result createViewVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise createViewVersionAsync(array $args = [])
* @method \Aws\Result createVocabulary(array $args = [])
* @method \GuzzleHttp\Promise\Promise createVocabularyAsync(array $args = [])
* @method \Aws\Result deactivateEvaluationForm(array $args = [])
Expand Down Expand Up @@ -109,6 +113,10 @@
* @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
* @method \Aws\Result deleteUserHierarchyGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteUserHierarchyGroupAsync(array $args = [])
* @method \Aws\Result deleteView(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteViewAsync(array $args = [])
* @method \Aws\Result deleteViewVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteViewVersionAsync(array $args = [])
* @method \Aws\Result deleteVocabulary(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteVocabularyAsync(array $args = [])
* @method \Aws\Result describeAgentStatus(array $args = [])
Expand Down Expand Up @@ -153,6 +161,8 @@
* @method \GuzzleHttp\Promise\Promise describeUserHierarchyGroupAsync(array $args = [])
* @method \Aws\Result describeUserHierarchyStructure(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeUserHierarchyStructureAsync(array $args = [])
* @method \Aws\Result describeView(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeViewAsync(array $args = [])
* @method \Aws\Result describeVocabulary(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeVocabularyAsync(array $args = [])
* @method \Aws\Result disassociateApprovedOrigin(array $args = [])
Expand Down Expand Up @@ -267,6 +277,10 @@
* @method \GuzzleHttp\Promise\Promise listUserHierarchyGroupsAsync(array $args = [])
* @method \Aws\Result listUsers(array $args = [])
* @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
* @method \Aws\Result listViewVersions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listViewVersionsAsync(array $args = [])
* @method \Aws\Result listViews(array $args = [])
* @method \GuzzleHttp\Promise\Promise listViewsAsync(array $args = [])
* @method \Aws\Result monitorContact(array $args = [])
* @method \GuzzleHttp\Promise\Promise monitorContactAsync(array $args = [])
* @method \Aws\Result putUserStatus(array $args = [])
Expand Down Expand Up @@ -405,5 +419,9 @@
* @method \GuzzleHttp\Promise\Promise updateUserRoutingProfileAsync(array $args = [])
* @method \Aws\Result updateUserSecurityProfiles(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateUserSecurityProfilesAsync(array $args = [])
* @method \Aws\Result updateViewContent(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateViewContentAsync(array $args = [])
* @method \Aws\Result updateViewMetadata(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateViewMetadataAsync(array $args = [])
*/
class ConnectClient extends AwsClient {}
Loading

0 comments on commit dc95ec5

Please sign in to comment.