Skip to content

Commit ae7f3e0

Browse files
Release v1.44.250 (2023-04-25) (#4813)
Release v1.44.250 (2023-04-25) === ### Service Client Updates * `service/chime-sdk-messaging`: Updates service API and documentation * `service/connect`: Updates service API, documentation, and paginators * `service/datasync`: Updates service API, documentation, and paginators * `service/ds`: Updates service API and documentation * New field added in AWS Managed Microsoft AD DescribeSettings response and regex pattern update for UpdateSettings value. Added length validation to RemoteDomainName. * `service/pinpoint`: Updates service API, documentation, and examples * Adds support for journey runs and querying journey execution metrics based on journey runs. Adds execution metrics to campaign activities. Updates docs for Advanced Quiet Time.
1 parent 82ec8a6 commit ae7f3e0

File tree

32 files changed

+20189
-3058
lines changed

32 files changed

+20189
-3058
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Release v1.44.250 (2023-04-25)
2+
===
3+
4+
### Service Client Updates
5+
* `service/chime-sdk-messaging`: Updates service API and documentation
6+
* `service/connect`: Updates service API, documentation, and paginators
7+
* `service/datasync`: Updates service API, documentation, and paginators
8+
* `service/ds`: Updates service API and documentation
9+
* New field added in AWS Managed Microsoft AD DescribeSettings response and regex pattern update for UpdateSettings value. Added length validation to RemoteDomainName.
10+
* `service/pinpoint`: Updates service API, documentation, and examples
11+
* Adds support for journey runs and querying journey execution metrics based on journey runs. Adds execution metrics to campaign activities. Updates docs for Advanced Quiet Time.
12+
113
Release v1.44.249 (2023-04-24)
214
===
315

aws/endpoints/defaults.go

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.249"
8+
const SDKVersion = "1.44.250"

models/apis/chime-sdk-messaging/2021-05-15/api-2.json

+8-10
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@
181181
"errors":[
182182
{"shape":"BadRequestException"},
183183
{"shape":"ForbiddenException"},
184+
{"shape":"ConflictException"},
184185
{"shape":"UnauthorizedClientException"},
185186
{"shape":"ThrottledClientException"},
186187
{"shape":"ServiceUnavailableException"},
@@ -283,6 +284,7 @@
283284
},
284285
"input":{"shape":"DeleteMessagingStreamingConfigurationsRequest"},
285286
"errors":[
287+
{"shape":"BadRequestException"},
286288
{"shape":"ForbiddenException"},
287289
{"shape":"UnauthorizedClientException"},
288290
{"shape":"ThrottledClientException"},
@@ -1446,7 +1448,10 @@
14461448
"Processors":{"shape":"ProcessorList"},
14471449
"Name":{"shape":"NonEmptyResourceName"},
14481450
"Tags":{"shape":"TagList"},
1449-
"ClientRequestToken":{"shape":"ClientRequestToken"}
1451+
"ClientRequestToken":{
1452+
"shape":"ClientRequestToken",
1453+
"idempotencyToken":true
1454+
}
14501455
}
14511456
},
14521457
"CreateChannelFlowResponse":{
@@ -1689,11 +1694,6 @@
16891694
"shape":"ChimeArn",
16901695
"location":"header",
16911696
"locationName":"x-amz-chime-bearer"
1692-
},
1693-
"SubChannelId":{
1694-
"shape":"SubChannelId",
1695-
"location":"querystring",
1696-
"locationName":"sub-channel-id"
16971697
}
16981698
}
16991699
},
@@ -3216,15 +3216,13 @@
32163216
"shape":"ChimeArn",
32173217
"location":"header",
32183218
"locationName":"x-amz-chime-bearer"
3219-
},
3220-
"SubChannelId":{"shape":"SubChannelId"}
3219+
}
32213220
}
32223221
},
32233222
"UpdateChannelReadMarkerResponse":{
32243223
"type":"structure",
32253224
"members":{
3226-
"ChannelArn":{"shape":"ChimeArn"},
3227-
"SubChannelId":{"shape":"SubChannelId"}
3225+
"ChannelArn":{"shape":"ChimeArn"}
32283226
}
32293227
},
32303228
"UpdateChannelRequest":{

models/apis/chime-sdk-messaging/2021-05-15/docs-2.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,6 @@
13741374
"CreateChannelMembershipResponse$SubChannelId": "<p>The ID of the SubChannel in the response.</p>",
13751375
"DeleteChannelMembershipRequest$SubChannelId": "<p>The ID of the SubChannel in the request.</p> <note> <p>Only for use by moderators.</p> </note>",
13761376
"DeleteChannelMessageRequest$SubChannelId": "<p>The ID of the SubChannel in the request.</p> <note> <p>Only required when deleting messages in a SubChannel that the user belongs to.</p> </note>",
1377-
"DeleteChannelRequest$SubChannelId": "<p>The ID of the SubChannel in the request.</p>",
13781377
"DescribeChannelMembershipRequest$SubChannelId": "<p>The ID of the SubChannel in the request. The response contains an <code>ElasticChannelConfiguration</code> object.</p> <note> <p>Only required to get a user’s SubChannel membership details.</p> </note>",
13791378
"GetChannelMessageRequest$SubChannelId": "<p>The ID of the SubChannel in the request.</p> <note> <p>Only required when getting messages in a SubChannel that the user belongs to.</p> </note>",
13801379
"GetChannelMessageStatusRequest$SubChannelId": "<p>The ID of the SubChannel in the request.</p> <note> <p>Only required when getting message status in a SubChannel that the user belongs to.</p> </note>",
@@ -1387,9 +1386,7 @@
13871386
"SendChannelMessageResponse$SubChannelId": "<p>The ID of the SubChannel in the response.</p>",
13881387
"SubChannelSummary$SubChannelId": "<p>The unique ID of a SubChannel.</p>",
13891388
"UpdateChannelMessageRequest$SubChannelId": "<p>The ID of the SubChannel in the request.</p> <note> <p>Only required when updating messages in a SubChannel that the user belongs to.</p> </note>",
1390-
"UpdateChannelMessageResponse$SubChannelId": "<p>The ID of the SubChannel in the response.</p>",
1391-
"UpdateChannelReadMarkerRequest$SubChannelId": "<p>The ID of the SubChannel in the request.</p>",
1392-
"UpdateChannelReadMarkerResponse$SubChannelId": "<p>The ID of the SubChannel in the response.</p>"
1389+
"UpdateChannelMessageResponse$SubChannelId": "<p>The ID of the SubChannel in the response.</p>"
13931390
}
13941391
},
13951392
"SubChannelSummary": {

0 commit comments

Comments
 (0)