Skip to content

Commit 64fb84a

Browse files
Update models for release
1 parent 33f7553 commit 64fb84a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+6061
-53
lines changed

.changes/3.195.0

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ConnectWisdomService",
5+
"description": "Released Amazon Connect Wisdom, a feature of Amazon Connect, which provides real-time recommendations and search functionality in general availability (GA). For more information, see https:\/\/docs.aws.amazon.com\/wisdom\/latest\/APIReference\/Welcome.html."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "Connect",
10+
"description": "This release updates a set of APIs: CreateIntegrationAssociation, ListIntegrationAssociations, CreateUseCase, and StartOutboundVoiceContact. You can use it to create integrations with Amazon Pinpoint for the Amazon Connect Campaigns use case, Amazon Connect Voice ID, and Amazon Connect Wisdom."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "AppIntegrationsService",
15+
"description": "The Amazon AppIntegrations service enables you to configure and reuse connections to external applications."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "VoiceID",
20+
"description": "Released the Amazon Voice ID SDK, for usage with the Amazon Connect Voice ID feature released for Amazon Connect."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "Pinpoint",
25+
"description": "Added support for journey with contact center activity"
26+
},
27+
{
28+
"type": "api-change",
29+
"category": "ElasticLoadBalancingv2",
30+
"description": "Adds new ALB-type target group to facilitate forwarding traffic from NLB to ALB"
31+
}
32+
]

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\AppIntegrationsService` - The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.
6+
* `Aws\Connect` - This release updates a set of APIs: CreateIntegrationAssociation, ListIntegrationAssociations, CreateUseCase, and StartOutboundVoiceContact. You can use it to create integrations with Amazon Pinpoint for the Amazon Connect Campaigns use case, Amazon Connect Voice ID, and Amazon Connect Wisdom.
7+
* `Aws\ConnectWisdomService` - Released Amazon Connect Wisdom, a feature of Amazon Connect, which provides real-time recommendations and search functionality in general availability (GA). For more information, see https://docs.aws.amazon.com/wisdom/latest/APIReference/Welcome.html.
8+
* `Aws\ElasticLoadBalancingv2` - Adds new ALB-type target group to facilitate forwarding traffic from NLB to ALB
9+
* `Aws\Pinpoint` - Added support for journey with contact center activity
10+
* `Aws\VoiceID` - Released the Amazon Voice ID SDK, for usage with the Amazon Connect Voice ID feature released for Amazon Connect.
11+
312
## 3.194.5 - 2021-09-24
413

514
* `Aws\EC2` - DescribeInstances now returns Platform Details, Usage Operation, and Usage Operation Update Time.

src/AppIntegrationsService/AppIntegrationsServiceClient.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,22 @@
55

66
/**
77
* This client is used to interact with the **Amazon AppIntegrations Service** service.
8+
* @method \Aws\Result createDataIntegration(array $args = [])
9+
* @method \GuzzleHttp\Promise\Promise createDataIntegrationAsync(array $args = [])
810
* @method \Aws\Result createEventIntegration(array $args = [])
911
* @method \GuzzleHttp\Promise\Promise createEventIntegrationAsync(array $args = [])
12+
* @method \Aws\Result deleteDataIntegration(array $args = [])
13+
* @method \GuzzleHttp\Promise\Promise deleteDataIntegrationAsync(array $args = [])
1014
* @method \Aws\Result deleteEventIntegration(array $args = [])
1115
* @method \GuzzleHttp\Promise\Promise deleteEventIntegrationAsync(array $args = [])
16+
* @method \Aws\Result getDataIntegration(array $args = [])
17+
* @method \GuzzleHttp\Promise\Promise getDataIntegrationAsync(array $args = [])
1218
* @method \Aws\Result getEventIntegration(array $args = [])
1319
* @method \GuzzleHttp\Promise\Promise getEventIntegrationAsync(array $args = [])
20+
* @method \Aws\Result listDataIntegrationAssociations(array $args = [])
21+
* @method \GuzzleHttp\Promise\Promise listDataIntegrationAssociationsAsync(array $args = [])
22+
* @method \Aws\Result listDataIntegrations(array $args = [])
23+
* @method \GuzzleHttp\Promise\Promise listDataIntegrationsAsync(array $args = [])
1424
* @method \Aws\Result listEventIntegrationAssociations(array $args = [])
1525
* @method \GuzzleHttp\Promise\Promise listEventIntegrationAssociationsAsync(array $args = [])
1626
* @method \Aws\Result listEventIntegrations(array $args = [])
@@ -21,6 +31,8 @@
2131
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
2232
* @method \Aws\Result untagResource(array $args = [])
2333
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
34+
* @method \Aws\Result updateDataIntegration(array $args = [])
35+
* @method \GuzzleHttp\Promise\Promise updateDataIntegrationAsync(array $args = [])
2436
* @method \Aws\Result updateEventIntegration(array $args = [])
2537
* @method \GuzzleHttp\Promise\Promise updateEventIntegrationAsync(array $args = [])
2638
*/
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
<?php
2+
namespace Aws\ConnectWisdomService;
3+
4+
use Aws\AwsClient;
5+
6+
/**
7+
* This client is used to interact with the **Amazon Connect Wisdom Service** service.
8+
* @method \Aws\Result createAssistant(array $args = [])
9+
* @method \GuzzleHttp\Promise\Promise createAssistantAsync(array $args = [])
10+
* @method \Aws\Result createAssistantAssociation(array $args = [])
11+
* @method \GuzzleHttp\Promise\Promise createAssistantAssociationAsync(array $args = [])
12+
* @method \Aws\Result createContent(array $args = [])
13+
* @method \GuzzleHttp\Promise\Promise createContentAsync(array $args = [])
14+
* @method \Aws\Result createKnowledgeBase(array $args = [])
15+
* @method \GuzzleHttp\Promise\Promise createKnowledgeBaseAsync(array $args = [])
16+
* @method \Aws\Result createSession(array $args = [])
17+
* @method \GuzzleHttp\Promise\Promise createSessionAsync(array $args = [])
18+
* @method \Aws\Result deleteAssistant(array $args = [])
19+
* @method \GuzzleHttp\Promise\Promise deleteAssistantAsync(array $args = [])
20+
* @method \Aws\Result deleteAssistantAssociation(array $args = [])
21+
* @method \GuzzleHttp\Promise\Promise deleteAssistantAssociationAsync(array $args = [])
22+
* @method \Aws\Result deleteContent(array $args = [])
23+
* @method \GuzzleHttp\Promise\Promise deleteContentAsync(array $args = [])
24+
* @method \Aws\Result deleteKnowledgeBase(array $args = [])
25+
* @method \GuzzleHttp\Promise\Promise deleteKnowledgeBaseAsync(array $args = [])
26+
* @method \Aws\Result getAssistant(array $args = [])
27+
* @method \GuzzleHttp\Promise\Promise getAssistantAsync(array $args = [])
28+
* @method \Aws\Result getAssistantAssociation(array $args = [])
29+
* @method \GuzzleHttp\Promise\Promise getAssistantAssociationAsync(array $args = [])
30+
* @method \Aws\Result getContent(array $args = [])
31+
* @method \GuzzleHttp\Promise\Promise getContentAsync(array $args = [])
32+
* @method \Aws\Result getContentSummary(array $args = [])
33+
* @method \GuzzleHttp\Promise\Promise getContentSummaryAsync(array $args = [])
34+
* @method \Aws\Result getKnowledgeBase(array $args = [])
35+
* @method \GuzzleHttp\Promise\Promise getKnowledgeBaseAsync(array $args = [])
36+
* @method \Aws\Result getRecommendations(array $args = [])
37+
* @method \GuzzleHttp\Promise\Promise getRecommendationsAsync(array $args = [])
38+
* @method \Aws\Result getSession(array $args = [])
39+
* @method \GuzzleHttp\Promise\Promise getSessionAsync(array $args = [])
40+
* @method \Aws\Result listAssistantAssociations(array $args = [])
41+
* @method \GuzzleHttp\Promise\Promise listAssistantAssociationsAsync(array $args = [])
42+
* @method \Aws\Result listAssistants(array $args = [])
43+
* @method \GuzzleHttp\Promise\Promise listAssistantsAsync(array $args = [])
44+
* @method \Aws\Result listContents(array $args = [])
45+
* @method \GuzzleHttp\Promise\Promise listContentsAsync(array $args = [])
46+
* @method \Aws\Result listKnowledgeBases(array $args = [])
47+
* @method \GuzzleHttp\Promise\Promise listKnowledgeBasesAsync(array $args = [])
48+
* @method \Aws\Result listTagsForResource(array $args = [])
49+
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
50+
* @method \Aws\Result notifyRecommendationsReceived(array $args = [])
51+
* @method \GuzzleHttp\Promise\Promise notifyRecommendationsReceivedAsync(array $args = [])
52+
* @method \Aws\Result queryAssistant(array $args = [])
53+
* @method \GuzzleHttp\Promise\Promise queryAssistantAsync(array $args = [])
54+
* @method \Aws\Result removeKnowledgeBaseTemplateUri(array $args = [])
55+
* @method \GuzzleHttp\Promise\Promise removeKnowledgeBaseTemplateUriAsync(array $args = [])
56+
* @method \Aws\Result searchContent(array $args = [])
57+
* @method \GuzzleHttp\Promise\Promise searchContentAsync(array $args = [])
58+
* @method \Aws\Result searchSessions(array $args = [])
59+
* @method \GuzzleHttp\Promise\Promise searchSessionsAsync(array $args = [])
60+
* @method \Aws\Result startContentUpload(array $args = [])
61+
* @method \GuzzleHttp\Promise\Promise startContentUploadAsync(array $args = [])
62+
* @method \Aws\Result tagResource(array $args = [])
63+
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
64+
* @method \Aws\Result untagResource(array $args = [])
65+
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
66+
* @method \Aws\Result updateContent(array $args = [])
67+
* @method \GuzzleHttp\Promise\Promise updateContentAsync(array $args = [])
68+
* @method \Aws\Result updateKnowledgeBaseTemplateUri(array $args = [])
69+
* @method \GuzzleHttp\Promise\Promise updateKnowledgeBaseTemplateUriAsync(array $args = [])
70+
*/
71+
class ConnectWisdomServiceClient extends AwsClient {}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
namespace Aws\ConnectWisdomService\Exception;
3+
4+
use Aws\Exception\AwsException;
5+
6+
/**
7+
* Represents an error interacting with the **Amazon Connect Wisdom Service** service.
8+
*/
9+
class ConnectWisdomServiceException extends AwsException {}

src/Sdk.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
* @method \Aws\MultiRegionClient createMultiRegionConnectContactLens(array $args = [])
135135
* @method \Aws\ConnectParticipant\ConnectParticipantClient createConnectParticipant(array $args = [])
136136
* @method \Aws\MultiRegionClient createMultiRegionConnectParticipant(array $args = [])
137+
* @method \Aws\ConnectWisdomService\ConnectWisdomServiceClient createConnectWisdomService(array $args = [])
138+
* @method \Aws\MultiRegionClient createMultiRegionConnectWisdomService(array $args = [])
137139
* @method \Aws\CostExplorer\CostExplorerClient createCostExplorer(array $args = [])
138140
* @method \Aws\MultiRegionClient createMultiRegionCostExplorer(array $args = [])
139141
* @method \Aws\CostandUsageReportService\CostandUsageReportServiceClient createCostandUsageReportService(array $args = [])
@@ -530,6 +532,8 @@
530532
* @method \Aws\MultiRegionClient createMultiRegionTransfer(array $args = [])
531533
* @method \Aws\Translate\TranslateClient createTranslate(array $args = [])
532534
* @method \Aws\MultiRegionClient createMultiRegionTranslate(array $args = [])
535+
* @method \Aws\VoiceID\VoiceIDClient createVoiceID(array $args = [])
536+
* @method \Aws\MultiRegionClient createMultiRegionVoiceID(array $args = [])
533537
* @method \Aws\WAFV2\WAFV2Client createWAFV2(array $args = [])
534538
* @method \Aws\MultiRegionClient createMultiRegionWAFV2(array $args = [])
535539
* @method \Aws\Waf\WafClient createWaf(array $args = [])
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
namespace Aws\VoiceID\Exception;
3+
4+
use Aws\Exception\AwsException;
5+
6+
/**
7+
* Represents an error interacting with the **Amazon Voice ID** service.
8+
*/
9+
class VoiceIDException extends AwsException {}

src/VoiceID/VoiceIDClient.php

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<?php
2+
namespace Aws\VoiceID;
3+
4+
use Aws\AwsClient;
5+
6+
/**
7+
* This client is used to interact with the **Amazon Voice ID** service.
8+
* @method \Aws\Result createDomain(array $args = [])
9+
* @method \GuzzleHttp\Promise\Promise createDomainAsync(array $args = [])
10+
* @method \Aws\Result deleteDomain(array $args = [])
11+
* @method \GuzzleHttp\Promise\Promise deleteDomainAsync(array $args = [])
12+
* @method \Aws\Result deleteFraudster(array $args = [])
13+
* @method \GuzzleHttp\Promise\Promise deleteFraudsterAsync(array $args = [])
14+
* @method \Aws\Result deleteSpeaker(array $args = [])
15+
* @method \GuzzleHttp\Promise\Promise deleteSpeakerAsync(array $args = [])
16+
* @method \Aws\Result describeDomain(array $args = [])
17+
* @method \GuzzleHttp\Promise\Promise describeDomainAsync(array $args = [])
18+
* @method \Aws\Result describeFraudster(array $args = [])
19+
* @method \GuzzleHttp\Promise\Promise describeFraudsterAsync(array $args = [])
20+
* @method \Aws\Result describeFraudsterRegistrationJob(array $args = [])
21+
* @method \GuzzleHttp\Promise\Promise describeFraudsterRegistrationJobAsync(array $args = [])
22+
* @method \Aws\Result describeSpeaker(array $args = [])
23+
* @method \GuzzleHttp\Promise\Promise describeSpeakerAsync(array $args = [])
24+
* @method \Aws\Result describeSpeakerEnrollmentJob(array $args = [])
25+
* @method \GuzzleHttp\Promise\Promise describeSpeakerEnrollmentJobAsync(array $args = [])
26+
* @method \Aws\Result evaluateSession(array $args = [])
27+
* @method \GuzzleHttp\Promise\Promise evaluateSessionAsync(array $args = [])
28+
* @method \Aws\Result listDomains(array $args = [])
29+
* @method \GuzzleHttp\Promise\Promise listDomainsAsync(array $args = [])
30+
* @method \Aws\Result listFraudsterRegistrationJobs(array $args = [])
31+
* @method \GuzzleHttp\Promise\Promise listFraudsterRegistrationJobsAsync(array $args = [])
32+
* @method \Aws\Result listSpeakerEnrollmentJobs(array $args = [])
33+
* @method \GuzzleHttp\Promise\Promise listSpeakerEnrollmentJobsAsync(array $args = [])
34+
* @method \Aws\Result listSpeakers(array $args = [])
35+
* @method \GuzzleHttp\Promise\Promise listSpeakersAsync(array $args = [])
36+
* @method \Aws\Result listTagsForResource(array $args = [])
37+
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
38+
* @method \Aws\Result optOutSpeaker(array $args = [])
39+
* @method \GuzzleHttp\Promise\Promise optOutSpeakerAsync(array $args = [])
40+
* @method \Aws\Result startFraudsterRegistrationJob(array $args = [])
41+
* @method \GuzzleHttp\Promise\Promise startFraudsterRegistrationJobAsync(array $args = [])
42+
* @method \Aws\Result startSpeakerEnrollmentJob(array $args = [])
43+
* @method \GuzzleHttp\Promise\Promise startSpeakerEnrollmentJobAsync(array $args = [])
44+
* @method \Aws\Result tagResource(array $args = [])
45+
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
46+
* @method \Aws\Result untagResource(array $args = [])
47+
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
48+
* @method \Aws\Result updateDomain(array $args = [])
49+
* @method \GuzzleHttp\Promise\Promise updateDomainAsync(array $args = [])
50+
*/
51+
class VoiceIDClient extends AwsClient {}

0 commit comments

Comments
 (0)