Skip to content

Commit 7547757

Browse files
Update models for release
1 parent fffb8cc commit 7547757

19 files changed

Lines changed: 1058 additions & 42 deletions

File tree

.changes/3.199.4

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "Credentials",
5+
"description": "Respect the AWS_PROFILE environment variable when using the default provider chain"
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "ChimeSDKIdentity",
10+
"description": "The Amazon Chime SDK now supports push notifications through Amazon Pinpoint"
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "EMRContainers",
15+
"description": "This feature enables auto-generation of certificate to secure the managed-endpoint and removes the need for customer provided certificate-arn during managed-endpoint setup."
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "ChimeSDKMessaging",
20+
"description": "The Amazon Chime SDK now supports push notifications through Amazon Pinpoint"
21+
}
22+
]

.changes/nextrelease/bugfix-default-chain-env-var.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

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

3+
## next release
4+
5+
* `Aws\ChimeSDKIdentity` - The Amazon Chime SDK now supports push notifications through Amazon Pinpoint
6+
* `Aws\ChimeSDKMessaging` - The Amazon Chime SDK now supports push notifications through Amazon Pinpoint
7+
* `Aws\Credentials` - Respect the AWS_PROFILE environment variable when using the default provider chain
8+
* `Aws\EMRContainers` - This feature enables auto-generation of certificate to secure the managed-endpoint and removes the need for customer provided certificate-arn during managed-endpoint setup.
9+
310
## 3.199.3 - 2021-10-25
411

512
* `Aws\AuditManager` - This release introduces a new feature for Audit Manager: Custom framework sharing. You can now share your custom frameworks with another AWS account, or replicate them into another AWS Region under your own account.

src/ChimeSDKIdentity/ChimeSDKIdentityClient.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,41 @@
1717
* @method \GuzzleHttp\Promise\Promise deleteAppInstanceAdminAsync(array $args = [])
1818
* @method \Aws\Result deleteAppInstanceUser(array $args = [])
1919
* @method \GuzzleHttp\Promise\Promise deleteAppInstanceUserAsync(array $args = [])
20+
* @method \Aws\Result deregisterAppInstanceUserEndpoint(array $args = [])
21+
* @method \GuzzleHttp\Promise\Promise deregisterAppInstanceUserEndpointAsync(array $args = [])
2022
* @method \Aws\Result describeAppInstance(array $args = [])
2123
* @method \GuzzleHttp\Promise\Promise describeAppInstanceAsync(array $args = [])
2224
* @method \Aws\Result describeAppInstanceAdmin(array $args = [])
2325
* @method \GuzzleHttp\Promise\Promise describeAppInstanceAdminAsync(array $args = [])
2426
* @method \Aws\Result describeAppInstanceUser(array $args = [])
2527
* @method \GuzzleHttp\Promise\Promise describeAppInstanceUserAsync(array $args = [])
28+
* @method \Aws\Result describeAppInstanceUserEndpoint(array $args = [])
29+
* @method \GuzzleHttp\Promise\Promise describeAppInstanceUserEndpointAsync(array $args = [])
2630
* @method \Aws\Result getAppInstanceRetentionSettings(array $args = [])
2731
* @method \GuzzleHttp\Promise\Promise getAppInstanceRetentionSettingsAsync(array $args = [])
2832
* @method \Aws\Result listAppInstanceAdmins(array $args = [])
2933
* @method \GuzzleHttp\Promise\Promise listAppInstanceAdminsAsync(array $args = [])
34+
* @method \Aws\Result listAppInstanceUserEndpoints(array $args = [])
35+
* @method \GuzzleHttp\Promise\Promise listAppInstanceUserEndpointsAsync(array $args = [])
3036
* @method \Aws\Result listAppInstanceUsers(array $args = [])
3137
* @method \GuzzleHttp\Promise\Promise listAppInstanceUsersAsync(array $args = [])
3238
* @method \Aws\Result listAppInstances(array $args = [])
3339
* @method \GuzzleHttp\Promise\Promise listAppInstancesAsync(array $args = [])
40+
* @method \Aws\Result listTagsForResource(array $args = [])
41+
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
3442
* @method \Aws\Result putAppInstanceRetentionSettings(array $args = [])
3543
* @method \GuzzleHttp\Promise\Promise putAppInstanceRetentionSettingsAsync(array $args = [])
44+
* @method \Aws\Result registerAppInstanceUserEndpoint(array $args = [])
45+
* @method \GuzzleHttp\Promise\Promise registerAppInstanceUserEndpointAsync(array $args = [])
46+
* @method \Aws\Result tagResource(array $args = [])
47+
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
48+
* @method \Aws\Result untagResource(array $args = [])
49+
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
3650
* @method \Aws\Result updateAppInstance(array $args = [])
3751
* @method \GuzzleHttp\Promise\Promise updateAppInstanceAsync(array $args = [])
3852
* @method \Aws\Result updateAppInstanceUser(array $args = [])
3953
* @method \GuzzleHttp\Promise\Promise updateAppInstanceUserAsync(array $args = [])
54+
* @method \Aws\Result updateAppInstanceUserEndpoint(array $args = [])
55+
* @method \GuzzleHttp\Promise\Promise updateAppInstanceUserEndpointAsync(array $args = [])
4056
*/
4157
class ChimeSDKIdentityClient extends AwsClient {}

src/ChimeSDKMessaging/ChimeSDKMessagingClient.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
* @method \GuzzleHttp\Promise\Promise describeChannelModeratorAsync(array $args = [])
5050
* @method \Aws\Result disassociateChannelFlow(array $args = [])
5151
* @method \GuzzleHttp\Promise\Promise disassociateChannelFlowAsync(array $args = [])
52+
* @method \Aws\Result getChannelMembershipPreferences(array $args = [])
53+
* @method \GuzzleHttp\Promise\Promise getChannelMembershipPreferencesAsync(array $args = [])
5254
* @method \Aws\Result getChannelMessage(array $args = [])
5355
* @method \GuzzleHttp\Promise\Promise getChannelMessageAsync(array $args = [])
5456
* @method \Aws\Result getChannelMessageStatus(array $args = [])
@@ -75,6 +77,8 @@
7577
* @method \GuzzleHttp\Promise\Promise listChannelsModeratedByAppInstanceUserAsync(array $args = [])
7678
* @method \Aws\Result listTagsForResource(array $args = [])
7779
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
80+
* @method \Aws\Result putChannelMembershipPreferences(array $args = [])
81+
* @method \GuzzleHttp\Promise\Promise putChannelMembershipPreferencesAsync(array $args = [])
7882
* @method \Aws\Result redactChannelMessage(array $args = [])
7983
* @method \GuzzleHttp\Promise\Promise redactChannelMessageAsync(array $args = [])
8084
* @method \Aws\Result sendChannelMessage(array $args = [])

0 commit comments

Comments
 (0)