Skip to content

Commit c189036

Browse files
Update models for release
1 parent 8173d28 commit c189036

File tree

66 files changed

+4262
-2896
lines changed

Some content is hidden

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

66 files changed

+4262
-2896
lines changed

.changes/3.262.2

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "AppRegistry",
5+
"description": "In this release, we started supporting ARN in applicationSpecifier and attributeGroupSpecifier. GetAttributeGroup, ListAttributeGroups and ListAttributeGroupsForApplication APIs will now have CreatedBy field in the response."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "MediaLive",
10+
"description": "AWS Elemental MediaLive now supports ID3 tag insertion for audio only HLS output groups. AWS Elemental Link devices now support tagging."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "IoTWireless",
15+
"description": "Introducing new APIs that enable Sidewalk devices to communicate with AWS IoT Core through Sidewalk gateways. This will empower AWS customers to connect Sidewalk devices with other AWS IoT Services, creating possibilities for seamless integration and advanced device management."
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "Connect",
20+
"description": "This release introduces support for RelatedContactId in the StartChatContact API. Interactive message and interactive message response have been added to the list of supported message content types for this API as well."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "VoiceID",
25+
"description": "Amazon Connect Voice ID now supports multiple fraudster watchlists. Every domain has a default watchlist where all existing fraudsters are placed by default. Custom watchlists may now be created, managed, and evaluated against for known fraudster detection."
26+
},
27+
{
28+
"type": "api-change",
29+
"category": "ChimeSDKVoice",
30+
"description": "Documentation updates for Amazon Chime SDK Voice."
31+
},
32+
{
33+
"type": "api-change",
34+
"category": "SecurityHub",
35+
"description": "Added new resource detail objects to ASFF, including resources for AwsEksCluster, AWSS3Bucket, AwsEc2RouteTable and AwsEC2Instance."
36+
},
37+
{
38+
"type": "api-change",
39+
"category": "Athena",
40+
"description": "Enforces a minimal level of encryption for the workgroup for query and calculation results that are written to Amazon S3. When enabled, workgroup users can set encryption only to the minimum level set by the administrator or higher when they submit queries."
41+
},
42+
{
43+
"type": "enhancement",
44+
"category": "ConnectParticipant",
45+
"description": "This release provides an update to the SendMessage API to handle interactive message response content-types."
46+
},
47+
{
48+
"type": "enhancement",
49+
"category": "SageMaker",
50+
"description": "Fixed some improperly rendered links in SDK documentation."
51+
}
52+
]

CHANGELOG.md

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

3+
## next release
4+
5+
* `Aws\AppRegistry` - In this release, we started supporting ARN in applicationSpecifier and attributeGroupSpecifier. GetAttributeGroup, ListAttributeGroups and ListAttributeGroupsForApplication APIs will now have CreatedBy field in the response.
6+
* `Aws\Athena` - Enforces a minimal level of encryption for the workgroup for query and calculation results that are written to Amazon S3. When enabled, workgroup users can set encryption only to the minimum level set by the administrator or higher when they submit queries.
7+
* `Aws\ChimeSDKVoice` - Documentation updates for Amazon Chime SDK Voice.
8+
* `Aws\Connect` - This release introduces support for RelatedContactId in the StartChatContact API. Interactive message and interactive message response have been added to the list of supported message content types for this API as well.
9+
* `Aws\ConnectParticipant` - This release provides an update to the SendMessage API to handle interactive message response content-types.
10+
* `Aws\IoTWireless` - Introducing new APIs that enable Sidewalk devices to communicate with AWS IoT Core through Sidewalk gateways. This will empower AWS customers to connect Sidewalk devices with other AWS IoT Services, creating possibilities for seamless integration and advanced device management.
11+
* `Aws\MediaLive` - AWS Elemental MediaLive now supports ID3 tag insertion for audio only HLS output groups. AWS Elemental Link devices now support tagging.
12+
* `Aws\SageMaker` - Fixed some improperly rendered links in SDK documentation.
13+
* `Aws\SecurityHub` - Added new resource detail objects to ASFF, including resources for AwsEksCluster, AWSS3Bucket, AwsEc2RouteTable and AwsEC2Instance.
14+
* `Aws\VoiceID` - Amazon Connect Voice ID now supports multiple fraudster watchlists. Every domain has a default watchlist where all existing fraudsters are placed by default. Custom watchlists may now be created, managed, and evaluated against for known fraudster detection.
15+
316
## 3.262.1 - 2023-03-24
417

518
* `Aws\CloudWatch` - Doc-only update to correct alarm actions list

src/IoTWireless/IoTWirelessClient.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,16 @@
5757
* @method \GuzzleHttp\Promise\Promise deleteServiceProfileAsync(array $args = [])
5858
* @method \Aws\Result deleteWirelessDevice(array $args = [])
5959
* @method \GuzzleHttp\Promise\Promise deleteWirelessDeviceAsync(array $args = [])
60+
* @method \Aws\Result deleteWirelessDeviceImportTask(array $args = [])
61+
* @method \GuzzleHttp\Promise\Promise deleteWirelessDeviceImportTaskAsync(array $args = [])
6062
* @method \Aws\Result deleteWirelessGateway(array $args = [])
6163
* @method \GuzzleHttp\Promise\Promise deleteWirelessGatewayAsync(array $args = [])
6264
* @method \Aws\Result deleteWirelessGatewayTask(array $args = [])
6365
* @method \GuzzleHttp\Promise\Promise deleteWirelessGatewayTaskAsync(array $args = [])
6466
* @method \Aws\Result deleteWirelessGatewayTaskDefinition(array $args = [])
6567
* @method \GuzzleHttp\Promise\Promise deleteWirelessGatewayTaskDefinitionAsync(array $args = [])
68+
* @method \Aws\Result deregisterWirelessDevice(array $args = [])
69+
* @method \GuzzleHttp\Promise\Promise deregisterWirelessDeviceAsync(array $args = [])
6670
* @method \Aws\Result disassociateAwsAccountFromPartnerAccount(array $args = [])
6771
* @method \GuzzleHttp\Promise\Promise disassociateAwsAccountFromPartnerAccountAsync(array $args = [])
6872
* @method \Aws\Result disassociateMulticastGroupFromFuotaTask(array $args = [])
@@ -113,6 +117,8 @@
113117
* @method \GuzzleHttp\Promise\Promise getServiceProfileAsync(array $args = [])
114118
* @method \Aws\Result getWirelessDevice(array $args = [])
115119
* @method \GuzzleHttp\Promise\Promise getWirelessDeviceAsync(array $args = [])
120+
* @method \Aws\Result getWirelessDeviceImportTask(array $args = [])
121+
* @method \GuzzleHttp\Promise\Promise getWirelessDeviceImportTaskAsync(array $args = [])
116122
* @method \Aws\Result getWirelessDeviceStatistics(array $args = [])
117123
* @method \GuzzleHttp\Promise\Promise getWirelessDeviceStatisticsAsync(array $args = [])
118124
* @method \Aws\Result getWirelessGateway(array $args = [])
@@ -131,6 +137,8 @@
131137
* @method \GuzzleHttp\Promise\Promise listDestinationsAsync(array $args = [])
132138
* @method \Aws\Result listDeviceProfiles(array $args = [])
133139
* @method \GuzzleHttp\Promise\Promise listDeviceProfilesAsync(array $args = [])
140+
* @method \Aws\Result listDevicesForWirelessDeviceImportTask(array $args = [])
141+
* @method \GuzzleHttp\Promise\Promise listDevicesForWirelessDeviceImportTaskAsync(array $args = [])
134142
* @method \Aws\Result listEventConfigurations(array $args = [])
135143
* @method \GuzzleHttp\Promise\Promise listEventConfigurationsAsync(array $args = [])
136144
* @method \Aws\Result listFuotaTasks(array $args = [])
@@ -151,6 +159,8 @@
151159
* @method \GuzzleHttp\Promise\Promise listServiceProfilesAsync(array $args = [])
152160
* @method \Aws\Result listTagsForResource(array $args = [])
153161
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
162+
* @method \Aws\Result listWirelessDeviceImportTasks(array $args = [])
163+
* @method \GuzzleHttp\Promise\Promise listWirelessDeviceImportTasksAsync(array $args = [])
154164
* @method \Aws\Result listWirelessDevices(array $args = [])
155165
* @method \GuzzleHttp\Promise\Promise listWirelessDevicesAsync(array $args = [])
156166
* @method \Aws\Result listWirelessGatewayTaskDefinitions(array $args = [])
@@ -177,6 +187,10 @@
177187
* @method \GuzzleHttp\Promise\Promise startFuotaTaskAsync(array $args = [])
178188
* @method \Aws\Result startMulticastGroupSession(array $args = [])
179189
* @method \GuzzleHttp\Promise\Promise startMulticastGroupSessionAsync(array $args = [])
190+
* @method \Aws\Result startSingleWirelessDeviceImportTask(array $args = [])
191+
* @method \GuzzleHttp\Promise\Promise startSingleWirelessDeviceImportTaskAsync(array $args = [])
192+
* @method \Aws\Result startWirelessDeviceImportTask(array $args = [])
193+
* @method \GuzzleHttp\Promise\Promise startWirelessDeviceImportTaskAsync(array $args = [])
180194
* @method \Aws\Result tagResource(array $args = [])
181195
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
182196
* @method \Aws\Result testWirelessDevice(array $args = [])
@@ -205,6 +219,8 @@
205219
* @method \GuzzleHttp\Promise\Promise updateResourcePositionAsync(array $args = [])
206220
* @method \Aws\Result updateWirelessDevice(array $args = [])
207221
* @method \GuzzleHttp\Promise\Promise updateWirelessDeviceAsync(array $args = [])
222+
* @method \Aws\Result updateWirelessDeviceImportTask(array $args = [])
223+
* @method \GuzzleHttp\Promise\Promise updateWirelessDeviceImportTaskAsync(array $args = [])
208224
* @method \Aws\Result updateWirelessGateway(array $args = [])
209225
* @method \GuzzleHttp\Promise\Promise updateWirelessGatewayAsync(array $args = [])
210226
*/

src/VoiceID/VoiceIDClient.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,20 @@
55

66
/**
77
* This client is used to interact with the **Amazon Voice ID** service.
8+
* @method \Aws\Result associateFraudster(array $args = [])
9+
* @method \GuzzleHttp\Promise\Promise associateFraudsterAsync(array $args = [])
810
* @method \Aws\Result createDomain(array $args = [])
911
* @method \GuzzleHttp\Promise\Promise createDomainAsync(array $args = [])
12+
* @method \Aws\Result createWatchlist(array $args = [])
13+
* @method \GuzzleHttp\Promise\Promise createWatchlistAsync(array $args = [])
1014
* @method \Aws\Result deleteDomain(array $args = [])
1115
* @method \GuzzleHttp\Promise\Promise deleteDomainAsync(array $args = [])
1216
* @method \Aws\Result deleteFraudster(array $args = [])
1317
* @method \GuzzleHttp\Promise\Promise deleteFraudsterAsync(array $args = [])
1418
* @method \Aws\Result deleteSpeaker(array $args = [])
1519
* @method \GuzzleHttp\Promise\Promise deleteSpeakerAsync(array $args = [])
20+
* @method \Aws\Result deleteWatchlist(array $args = [])
21+
* @method \GuzzleHttp\Promise\Promise deleteWatchlistAsync(array $args = [])
1622
* @method \Aws\Result describeDomain(array $args = [])
1723
* @method \GuzzleHttp\Promise\Promise describeDomainAsync(array $args = [])
1824
* @method \Aws\Result describeFraudster(array $args = [])
@@ -23,18 +29,26 @@
2329
* @method \GuzzleHttp\Promise\Promise describeSpeakerAsync(array $args = [])
2430
* @method \Aws\Result describeSpeakerEnrollmentJob(array $args = [])
2531
* @method \GuzzleHttp\Promise\Promise describeSpeakerEnrollmentJobAsync(array $args = [])
32+
* @method \Aws\Result describeWatchlist(array $args = [])
33+
* @method \GuzzleHttp\Promise\Promise describeWatchlistAsync(array $args = [])
34+
* @method \Aws\Result disassociateFraudster(array $args = [])
35+
* @method \GuzzleHttp\Promise\Promise disassociateFraudsterAsync(array $args = [])
2636
* @method \Aws\Result evaluateSession(array $args = [])
2737
* @method \GuzzleHttp\Promise\Promise evaluateSessionAsync(array $args = [])
2838
* @method \Aws\Result listDomains(array $args = [])
2939
* @method \GuzzleHttp\Promise\Promise listDomainsAsync(array $args = [])
3040
* @method \Aws\Result listFraudsterRegistrationJobs(array $args = [])
3141
* @method \GuzzleHttp\Promise\Promise listFraudsterRegistrationJobsAsync(array $args = [])
42+
* @method \Aws\Result listFraudsters(array $args = [])
43+
* @method \GuzzleHttp\Promise\Promise listFraudstersAsync(array $args = [])
3244
* @method \Aws\Result listSpeakerEnrollmentJobs(array $args = [])
3345
* @method \GuzzleHttp\Promise\Promise listSpeakerEnrollmentJobsAsync(array $args = [])
3446
* @method \Aws\Result listSpeakers(array $args = [])
3547
* @method \GuzzleHttp\Promise\Promise listSpeakersAsync(array $args = [])
3648
* @method \Aws\Result listTagsForResource(array $args = [])
3749
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
50+
* @method \Aws\Result listWatchlists(array $args = [])
51+
* @method \GuzzleHttp\Promise\Promise listWatchlistsAsync(array $args = [])
3852
* @method \Aws\Result optOutSpeaker(array $args = [])
3953
* @method \GuzzleHttp\Promise\Promise optOutSpeakerAsync(array $args = [])
4054
* @method \Aws\Result startFraudsterRegistrationJob(array $args = [])
@@ -47,5 +61,7 @@
4761
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
4862
* @method \Aws\Result updateDomain(array $args = [])
4963
* @method \GuzzleHttp\Promise\Promise updateDomainAsync(array $args = [])
64+
* @method \Aws\Result updateWatchlist(array $args = [])
65+
* @method \GuzzleHttp\Promise\Promise updateWatchlistAsync(array $args = [])
5066
*/
5167
class VoiceIDClient extends AwsClient {}

src/data/athena/2017-05-18/api-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2926,7 +2926,8 @@
29262926
"EngineVersion":{"shape":"EngineVersion"},
29272927
"AdditionalConfiguration":{"shape":"NameString"},
29282928
"ExecutionRole":{"shape":"RoleArn"},
2929-
"CustomerContentEncryptionConfiguration":{"shape":"CustomerContentEncryptionConfiguration"}
2929+
"CustomerContentEncryptionConfiguration":{"shape":"CustomerContentEncryptionConfiguration"},
2930+
"EnableMinimumEncryptionConfiguration":{"shape":"BoxedBoolean"}
29302931
}
29312932
},
29322933
"WorkGroupConfigurationUpdates":{
@@ -2942,7 +2943,8 @@
29422943
"RemoveCustomerContentEncryptionConfiguration":{"shape":"BoxedBoolean"},
29432944
"AdditionalConfiguration":{"shape":"NameString"},
29442945
"ExecutionRole":{"shape":"RoleArn"},
2945-
"CustomerContentEncryptionConfiguration":{"shape":"CustomerContentEncryptionConfiguration"}
2946+
"CustomerContentEncryptionConfiguration":{"shape":"CustomerContentEncryptionConfiguration"},
2947+
"EnableMinimumEncryptionConfiguration":{"shape":"BoxedBoolean"}
29462948
}
29472949
},
29482950
"WorkGroupDescriptionString":{

src/data/athena/2017-05-18/api-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)