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 23, 2023
1 parent 373e7e2 commit 4c5e50e
Show file tree
Hide file tree
Showing 103 changed files with 8,105 additions and 3,098 deletions.
62 changes: 62 additions & 0 deletions .changes/3.262.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"type": "api-change",
"category": "GuardDuty",
"description": "Adds AutoEnableOrganizationMembers attribute to DescribeOrganizationConfiguration and UpdateOrganizationConfiguration APIs."
},
{
"type": "api-change",
"category": "CodeArtifact",
"description": "Repository CreationTime is added to the CreateRepository and ListRepositories API responses."
},
{
"type": "api-change",
"category": "ChimeSDKMediaPipelines",
"description": "This release adds Amazon Chime SDK call analytics. Call analytics include voice analytics, which provides speaker search and voice tone analysis. These capabilities can be used with Amazon Transcribe and Transcribe Call Analytics to generate machine-learning-powered insights from real-time audio."
},
{
"type": "api-change",
"category": "ChimeSDKMessaging",
"description": "ExpirationSettings provides automatic resource deletion for Channels."
},
{
"type": "api-change",
"category": "SageMaker",
"description": "Amazon SageMaker Autopilot adds two new APIs - CreateAutoMLJobV2 and DescribeAutoMLJobV2. Amazon SageMaker Notebook Instances now supports the ml.geospatial.interactive instance type."
},
{
"type": "api-change",
"category": "Batch",
"description": "This feature allows Batch to support configuration of ephemeral storage size for jobs running on FARGATE"
},
{
"type": "feature",
"category": "IVSRealTime",
"description": "Initial release of the Amazon Interactive Video Service RealTime API."
},
{
"type": "api-change",
"category": "MediaConvert",
"description": "AWS Elemental MediaConvert SDK now supports passthrough of ID3v2 tags for audio inputs to audio-only HLS outputs."
},
{
"type": "api-change",
"category": "ChimeSDKVoice",
"description": "This release adds Amazon Chime SDK call analytics. Call analytics include voice analytics, which provides speaker search and voice tone analysis. These capabilities can be used with Amazon Transcribe and Transcribe Call Analytics to generate machine-learning-powered insights from real-time audio."
},
{
"type": "api-change",
"category": "ServiceDiscovery",
"description": "Reverted the throttling exception RequestLimitExceeded for AWS Cloud Map APIs introduced in SDK version 1.12.424 2023-03-09 to previous exception specified in the ErrorCode."
},
{
"type": "api-change",
"category": "Textract",
"description": "The AnalyzeDocument - Tables feature adds support for new elements in the API: table titles, footers, section titles, summary cells\/tables, and table type."
},
{
"type": "api-change",
"category": "ChimeSDKIdentity",
"description": "AppInstanceBots can be used to add a bot powered by Amazon Lex to chat channels. ExpirationSettings provides automatic resource deletion for AppInstanceUsers."
}
]
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## next release

* `Aws\Batch` - This feature allows Batch to support configuration of ephemeral storage size for jobs running on FARGATE
* `Aws\ChimeSDKIdentity` - AppInstanceBots can be used to add a bot powered by Amazon Lex to chat channels. ExpirationSettings provides automatic resource deletion for AppInstanceUsers.
* `Aws\ChimeSDKMediaPipelines` - This release adds Amazon Chime SDK call analytics. Call analytics include voice analytics, which provides speaker search and voice tone analysis. These capabilities can be used with Amazon Transcribe and Transcribe Call Analytics to generate machine-learning-powered insights from real-time audio.
* `Aws\ChimeSDKMessaging` - ExpirationSettings provides automatic resource deletion for Channels.
* `Aws\ChimeSDKVoice` - This release adds Amazon Chime SDK call analytics. Call analytics include voice analytics, which provides speaker search and voice tone analysis. These capabilities can be used with Amazon Transcribe and Transcribe Call Analytics to generate machine-learning-powered insights from real-time audio.
* `Aws\CodeArtifact` - Repository CreationTime is added to the CreateRepository and ListRepositories API responses.
* `Aws\GuardDuty` - Adds AutoEnableOrganizationMembers attribute to DescribeOrganizationConfiguration and UpdateOrganizationConfiguration APIs.
* `Aws\IVSRealTime` - Initial release of the Amazon Interactive Video Service RealTime API.
* `Aws\MediaConvert` - AWS Elemental MediaConvert SDK now supports passthrough of ID3v2 tags for audio inputs to audio-only HLS outputs.
* `Aws\SageMaker` - Amazon SageMaker Autopilot adds two new APIs - CreateAutoMLJobV2 and DescribeAutoMLJobV2. Amazon SageMaker Notebook Instances now supports the ml.geospatial.interactive instance type.
* `Aws\ServiceDiscovery` - Reverted the throttling exception RequestLimitExceeded for AWS Cloud Map APIs introduced in SDK version 1.12.424 2023-03-09 to previous exception specified in the ErrorCode.
* `Aws\Textract` - The AnalyzeDocument - Tables feature adds support for new elements in the API: table titles, footers, section titles, summary cells/tables, and table type.

## 3.261.17 - 2023-03-22

* `Aws\IAM` - Documentation updates for AWS Identity and Access Management (IAM).
Expand Down
12 changes: 12 additions & 0 deletions src/ChimeSDKIdentity/ChimeSDKIdentityClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@
* @method \GuzzleHttp\Promise\Promise createAppInstanceAsync(array $args = [])
* @method \Aws\Result createAppInstanceAdmin(array $args = [])
* @method \GuzzleHttp\Promise\Promise createAppInstanceAdminAsync(array $args = [])
* @method \Aws\Result createAppInstanceBot(array $args = [])
* @method \GuzzleHttp\Promise\Promise createAppInstanceBotAsync(array $args = [])
* @method \Aws\Result createAppInstanceUser(array $args = [])
* @method \GuzzleHttp\Promise\Promise createAppInstanceUserAsync(array $args = [])
* @method \Aws\Result deleteAppInstance(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteAppInstanceAsync(array $args = [])
* @method \Aws\Result deleteAppInstanceAdmin(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteAppInstanceAdminAsync(array $args = [])
* @method \Aws\Result deleteAppInstanceBot(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteAppInstanceBotAsync(array $args = [])
* @method \Aws\Result deleteAppInstanceUser(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteAppInstanceUserAsync(array $args = [])
* @method \Aws\Result deregisterAppInstanceUserEndpoint(array $args = [])
Expand All @@ -23,6 +27,8 @@
* @method \GuzzleHttp\Promise\Promise describeAppInstanceAsync(array $args = [])
* @method \Aws\Result describeAppInstanceAdmin(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeAppInstanceAdminAsync(array $args = [])
* @method \Aws\Result describeAppInstanceBot(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeAppInstanceBotAsync(array $args = [])
* @method \Aws\Result describeAppInstanceUser(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeAppInstanceUserAsync(array $args = [])
* @method \Aws\Result describeAppInstanceUserEndpoint(array $args = [])
Expand All @@ -31,6 +37,8 @@
* @method \GuzzleHttp\Promise\Promise getAppInstanceRetentionSettingsAsync(array $args = [])
* @method \Aws\Result listAppInstanceAdmins(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAppInstanceAdminsAsync(array $args = [])
* @method \Aws\Result listAppInstanceBots(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAppInstanceBotsAsync(array $args = [])
* @method \Aws\Result listAppInstanceUserEndpoints(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAppInstanceUserEndpointsAsync(array $args = [])
* @method \Aws\Result listAppInstanceUsers(array $args = [])
Expand All @@ -41,6 +49,8 @@
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result putAppInstanceRetentionSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise putAppInstanceRetentionSettingsAsync(array $args = [])
* @method \Aws\Result putAppInstanceUserExpirationSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise putAppInstanceUserExpirationSettingsAsync(array $args = [])
* @method \Aws\Result registerAppInstanceUserEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise registerAppInstanceUserEndpointAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
Expand All @@ -49,6 +59,8 @@
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateAppInstance(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateAppInstanceAsync(array $args = [])
* @method \Aws\Result updateAppInstanceBot(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateAppInstanceBotAsync(array $args = [])
* @method \Aws\Result updateAppInstanceUser(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateAppInstanceUserAsync(array $args = [])
* @method \Aws\Result updateAppInstanceUserEndpoint(array $args = [])
Expand Down
14 changes: 14 additions & 0 deletions src/ChimeSDKMediaPipelines/ChimeSDKMediaPipelinesClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,28 @@
* @method \GuzzleHttp\Promise\Promise createMediaCapturePipelineAsync(array $args = [])
* @method \Aws\Result createMediaConcatenationPipeline(array $args = [])
* @method \GuzzleHttp\Promise\Promise createMediaConcatenationPipelineAsync(array $args = [])
* @method \Aws\Result createMediaInsightsPipeline(array $args = [])
* @method \GuzzleHttp\Promise\Promise createMediaInsightsPipelineAsync(array $args = [])
* @method \Aws\Result createMediaInsightsPipelineConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise createMediaInsightsPipelineConfigurationAsync(array $args = [])
* @method \Aws\Result createMediaLiveConnectorPipeline(array $args = [])
* @method \GuzzleHttp\Promise\Promise createMediaLiveConnectorPipelineAsync(array $args = [])
* @method \Aws\Result deleteMediaCapturePipeline(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteMediaCapturePipelineAsync(array $args = [])
* @method \Aws\Result deleteMediaInsightsPipelineConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteMediaInsightsPipelineConfigurationAsync(array $args = [])
* @method \Aws\Result deleteMediaPipeline(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteMediaPipelineAsync(array $args = [])
* @method \Aws\Result getMediaCapturePipeline(array $args = [])
* @method \GuzzleHttp\Promise\Promise getMediaCapturePipelineAsync(array $args = [])
* @method \Aws\Result getMediaInsightsPipelineConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise getMediaInsightsPipelineConfigurationAsync(array $args = [])
* @method \Aws\Result getMediaPipeline(array $args = [])
* @method \GuzzleHttp\Promise\Promise getMediaPipelineAsync(array $args = [])
* @method \Aws\Result listMediaCapturePipelines(array $args = [])
* @method \GuzzleHttp\Promise\Promise listMediaCapturePipelinesAsync(array $args = [])
* @method \Aws\Result listMediaInsightsPipelineConfigurations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listMediaInsightsPipelineConfigurationsAsync(array $args = [])
* @method \Aws\Result listMediaPipelines(array $args = [])
* @method \GuzzleHttp\Promise\Promise listMediaPipelinesAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
Expand All @@ -29,5 +39,9 @@
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateMediaInsightsPipelineConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateMediaInsightsPipelineConfigurationAsync(array $args = [])
* @method \Aws\Result updateMediaInsightsPipelineStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateMediaInsightsPipelineStatusAsync(array $args = [])
*/
class ChimeSDKMediaPipelinesClient extends AwsClient {}
2 changes: 2 additions & 0 deletions src/ChimeSDKMessaging/ChimeSDKMessagingClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
* @method \GuzzleHttp\Promise\Promise listSubChannelsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result putChannelExpirationSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise putChannelExpirationSettingsAsync(array $args = [])
* @method \Aws\Result putChannelMembershipPreferences(array $args = [])
* @method \GuzzleHttp\Promise\Promise putChannelMembershipPreferencesAsync(array $args = [])
* @method \Aws\Result putMessagingStreamingConfigurations(array $args = [])
Expand Down
38 changes: 38 additions & 0 deletions src/ChimeSDKVoice/ChimeSDKVoiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
* @method \GuzzleHttp\Promise\Promise createVoiceConnectorAsync(array $args = [])
* @method \Aws\Result createVoiceConnectorGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise createVoiceConnectorGroupAsync(array $args = [])
* @method \Aws\Result createVoiceProfile(array $args = [])
* @method \GuzzleHttp\Promise\Promise createVoiceProfileAsync(array $args = [])
* @method \Aws\Result createVoiceProfileDomain(array $args = [])
* @method \GuzzleHttp\Promise\Promise createVoiceProfileDomainAsync(array $args = [])
* @method \Aws\Result deletePhoneNumber(array $args = [])
* @method \GuzzleHttp\Promise\Promise deletePhoneNumberAsync(array $args = [])
* @method \Aws\Result deleteProxySession(array $args = [])
Expand All @@ -51,6 +55,10 @@
* @method \GuzzleHttp\Promise\Promise deleteVoiceConnectorTerminationAsync(array $args = [])
* @method \Aws\Result deleteVoiceConnectorTerminationCredentials(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteVoiceConnectorTerminationCredentialsAsync(array $args = [])
* @method \Aws\Result deleteVoiceProfile(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteVoiceProfileAsync(array $args = [])
* @method \Aws\Result deleteVoiceProfileDomain(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteVoiceProfileDomainAsync(array $args = [])
* @method \Aws\Result disassociatePhoneNumbersFromVoiceConnector(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociatePhoneNumbersFromVoiceConnectorAsync(array $args = [])
* @method \Aws\Result disassociatePhoneNumbersFromVoiceConnectorGroup(array $args = [])
Expand All @@ -73,6 +81,8 @@
* @method \GuzzleHttp\Promise\Promise getSipMediaApplicationLoggingConfigurationAsync(array $args = [])
* @method \Aws\Result getSipRule(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSipRuleAsync(array $args = [])
* @method \Aws\Result getSpeakerSearchTask(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSpeakerSearchTaskAsync(array $args = [])
* @method \Aws\Result getVoiceConnector(array $args = [])
* @method \GuzzleHttp\Promise\Promise getVoiceConnectorAsync(array $args = [])
* @method \Aws\Result getVoiceConnectorEmergencyCallingConfiguration(array $args = [])
Expand All @@ -91,6 +101,12 @@
* @method \GuzzleHttp\Promise\Promise getVoiceConnectorTerminationAsync(array $args = [])
* @method \Aws\Result getVoiceConnectorTerminationHealth(array $args = [])
* @method \GuzzleHttp\Promise\Promise getVoiceConnectorTerminationHealthAsync(array $args = [])
* @method \Aws\Result getVoiceProfile(array $args = [])
* @method \GuzzleHttp\Promise\Promise getVoiceProfileAsync(array $args = [])
* @method \Aws\Result getVoiceProfileDomain(array $args = [])
* @method \GuzzleHttp\Promise\Promise getVoiceProfileDomainAsync(array $args = [])
* @method \Aws\Result getVoiceToneAnalysisTask(array $args = [])
* @method \GuzzleHttp\Promise\Promise getVoiceToneAnalysisTaskAsync(array $args = [])
* @method \Aws\Result listAvailableVoiceConnectorRegions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAvailableVoiceConnectorRegionsAsync(array $args = [])
* @method \Aws\Result listPhoneNumberOrders(array $args = [])
Expand All @@ -105,12 +121,18 @@
* @method \GuzzleHttp\Promise\Promise listSipRulesAsync(array $args = [])
* @method \Aws\Result listSupportedPhoneNumberCountries(array $args = [])
* @method \GuzzleHttp\Promise\Promise listSupportedPhoneNumberCountriesAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result listVoiceConnectorGroups(array $args = [])
* @method \GuzzleHttp\Promise\Promise listVoiceConnectorGroupsAsync(array $args = [])
* @method \Aws\Result listVoiceConnectorTerminationCredentials(array $args = [])
* @method \GuzzleHttp\Promise\Promise listVoiceConnectorTerminationCredentialsAsync(array $args = [])
* @method \Aws\Result listVoiceConnectors(array $args = [])
* @method \GuzzleHttp\Promise\Promise listVoiceConnectorsAsync(array $args = [])
* @method \Aws\Result listVoiceProfileDomains(array $args = [])
* @method \GuzzleHttp\Promise\Promise listVoiceProfileDomainsAsync(array $args = [])
* @method \Aws\Result listVoiceProfiles(array $args = [])
* @method \GuzzleHttp\Promise\Promise listVoiceProfilesAsync(array $args = [])
* @method \Aws\Result putSipMediaApplicationAlexaSkillConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise putSipMediaApplicationAlexaSkillConfigurationAsync(array $args = [])
* @method \Aws\Result putSipMediaApplicationLoggingConfiguration(array $args = [])
Expand All @@ -133,6 +155,18 @@
* @method \GuzzleHttp\Promise\Promise restorePhoneNumberAsync(array $args = [])
* @method \Aws\Result searchAvailablePhoneNumbers(array $args = [])
* @method \GuzzleHttp\Promise\Promise searchAvailablePhoneNumbersAsync(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 = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateGlobalSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateGlobalSettingsAsync(array $args = [])
* @method \Aws\Result updatePhoneNumber(array $args = [])
Expand All @@ -151,6 +185,10 @@
* @method \GuzzleHttp\Promise\Promise updateVoiceConnectorAsync(array $args = [])
* @method \Aws\Result updateVoiceConnectorGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateVoiceConnectorGroupAsync(array $args = [])
* @method \Aws\Result updateVoiceProfile(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateVoiceProfileAsync(array $args = [])
* @method \Aws\Result updateVoiceProfileDomain(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateVoiceProfileDomainAsync(array $args = [])
* @method \Aws\Result validateE911Address(array $args = [])
* @method \GuzzleHttp\Promise\Promise validateE911AddressAsync(array $args = [])
*/
Expand Down
9 changes: 9 additions & 0 deletions src/IVSRealTime/Exception/IVSRealTimeException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
namespace Aws\IVSRealTime\Exception;

use Aws\Exception\AwsException;

/**
* Represents an error interacting with the **Amazon Interactive Video Service RealTime** service.
*/
class IVSRealTimeException extends AwsException {}
Loading

0 comments on commit 4c5e50e

Please sign in to comment.