Skip to content

Commit

Permalink
Release v1.44.250 (2023-04-25) (#4813)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aws-sdk-go-automation committed Apr 25, 2023
1 parent 82ec8a6 commit ae7f3e0
Show file tree
Hide file tree
Showing 32 changed files with 20,189 additions and 3,058 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
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.

Release v1.44.249 (2023-04-24)
===

Expand Down
16 changes: 16 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.249"
const SDKVersion = "1.44.250"
18 changes: 8 additions & 10 deletions models/apis/chime-sdk-messaging/2021-05-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
"errors":[
{"shape":"BadRequestException"},
{"shape":"ForbiddenException"},
{"shape":"ConflictException"},
{"shape":"UnauthorizedClientException"},
{"shape":"ThrottledClientException"},
{"shape":"ServiceUnavailableException"},
Expand Down Expand Up @@ -283,6 +284,7 @@
},
"input":{"shape":"DeleteMessagingStreamingConfigurationsRequest"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ForbiddenException"},
{"shape":"UnauthorizedClientException"},
{"shape":"ThrottledClientException"},
Expand Down Expand Up @@ -1446,7 +1448,10 @@
"Processors":{"shape":"ProcessorList"},
"Name":{"shape":"NonEmptyResourceName"},
"Tags":{"shape":"TagList"},
"ClientRequestToken":{"shape":"ClientRequestToken"}
"ClientRequestToken":{
"shape":"ClientRequestToken",
"idempotencyToken":true
}
}
},
"CreateChannelFlowResponse":{
Expand Down Expand Up @@ -1689,11 +1694,6 @@
"shape":"ChimeArn",
"location":"header",
"locationName":"x-amz-chime-bearer"
},
"SubChannelId":{
"shape":"SubChannelId",
"location":"querystring",
"locationName":"sub-channel-id"
}
}
},
Expand Down Expand Up @@ -3216,15 +3216,13 @@
"shape":"ChimeArn",
"location":"header",
"locationName":"x-amz-chime-bearer"
},
"SubChannelId":{"shape":"SubChannelId"}
}
}
},
"UpdateChannelReadMarkerResponse":{
"type":"structure",
"members":{
"ChannelArn":{"shape":"ChimeArn"},
"SubChannelId":{"shape":"SubChannelId"}
"ChannelArn":{"shape":"ChimeArn"}
}
},
"UpdateChannelRequest":{
Expand Down
5 changes: 1 addition & 4 deletions models/apis/chime-sdk-messaging/2021-05-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,6 @@
"CreateChannelMembershipResponse$SubChannelId": "<p>The ID of the SubChannel in the response.</p>",
"DeleteChannelMembershipRequest$SubChannelId": "<p>The ID of the SubChannel in the request.</p> <note> <p>Only for use by moderators.</p> </note>",
"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>",
"DeleteChannelRequest$SubChannelId": "<p>The ID of the SubChannel in the request.</p>",
"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>",
"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>",
"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>",
Expand All @@ -1387,9 +1386,7 @@
"SendChannelMessageResponse$SubChannelId": "<p>The ID of the SubChannel in the response.</p>",
"SubChannelSummary$SubChannelId": "<p>The unique ID of a SubChannel.</p>",
"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>",
"UpdateChannelMessageResponse$SubChannelId": "<p>The ID of the SubChannel in the response.</p>",
"UpdateChannelReadMarkerRequest$SubChannelId": "<p>The ID of the SubChannel in the request.</p>",
"UpdateChannelReadMarkerResponse$SubChannelId": "<p>The ID of the SubChannel in the response.</p>"
"UpdateChannelMessageResponse$SubChannelId": "<p>The ID of the SubChannel in the response.</p>"
}
},
"SubChannelSummary": {
Expand Down
Loading

0 comments on commit ae7f3e0

Please sign in to comment.