Skip to content

Commit

Permalink
Release v1.38.5 (2021-03-25) (#3834)
Browse files Browse the repository at this point in the history
Release v1.38.5 (2021-03-25)
===

### Service Client Updates
* `service/alexaforbusiness`: Updates service API and documentation
* `service/lookoutmetrics`: Adds new service
* `service/medialive`: Updates service API and documentation
  * EML now supports handling HDR10 and HLG 2020 color space from a Link input.
* `service/rekognition`: Updates service API and documentation
  * "This release introduces AWS tagging support for Amazon Rekognition collections, stream processors, and Custom Label models."
* `service/sagemaker`: Updates service API and documentation
  * This feature allows customer to specify the environment variables in their CreateTrainingJob requests.
* `service/sqs`: Updates service documentation
  * Documentation updates for Amazon SQS
  • Loading branch information
aws-sdk-go-automation authored Mar 25, 2021
1 parent 0fcac5f commit e650fc1
Show file tree
Hide file tree
Showing 31 changed files with 12,680 additions and 171 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v1.38.5 (2021-03-25)
===

### Service Client Updates
* `service/alexaforbusiness`: Updates service API and documentation
* `service/lookoutmetrics`: Adds new service
* `service/medialive`: Updates service API and documentation
* EML now supports handling HDR10 and HLG 2020 color space from a Link input.
* `service/rekognition`: Updates service API and documentation
* "This release introduces AWS tagging support for Amazon Rekognition collections, stream processors, and Custom Label models."
* `service/sagemaker`: Updates service API and documentation
* This feature allows customer to specify the environment variables in their CreateTrainingJob requests.
* `service/sqs`: Updates service documentation
* Documentation updates for Amazon SQS

Release v1.38.4 (2021-03-24)
===

Expand Down
12 changes: 0 additions & 12 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.38.4"
const SDKVersion = "1.38.5"
3 changes: 3 additions & 0 deletions models/apis/alexaforbusiness/2017-11-09/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1762,6 +1762,7 @@
"SetupModeDisabled":{"shape":"Boolean"},
"MaxVolumeLimit":{"shape":"MaxVolumeLimit"},
"PSTNEnabled":{"shape":"Boolean"},
"DataRetentionOptIn":{"shape":"Boolean"},
"MeetingRoomConfiguration":{"shape":"CreateMeetingRoomConfiguration"},
"Tags":{"shape":"TagList"}
}
Expand Down Expand Up @@ -3066,6 +3067,7 @@
"SetupModeDisabled":{"shape":"Boolean"},
"MaxVolumeLimit":{"shape":"MaxVolumeLimit"},
"PSTNEnabled":{"shape":"Boolean"},
"DataRetentionOptIn":{"shape":"Boolean"},
"AddressBookArn":{"shape":"Arn"},
"MeetingRoomConfiguration":{"shape":"MeetingRoomConfiguration"}
}
Expand Down Expand Up @@ -4047,6 +4049,7 @@
"SetupModeDisabled":{"shape":"Boolean"},
"MaxVolumeLimit":{"shape":"MaxVolumeLimit"},
"PSTNEnabled":{"shape":"Boolean"},
"DataRetentionOptIn":{"shape":"Boolean"},
"MeetingRoomConfiguration":{"shape":"UpdateMeetingRoomConfiguration"}
}
},
Expand Down
3 changes: 3 additions & 0 deletions models/apis/alexaforbusiness/2017-11-09/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,13 +396,15 @@
"CreateMeetingRoomConfiguration$RoomUtilizationMetricsEnabled": "<p>Whether room utilization metrics are enabled or not.</p>",
"CreateProfileRequest$SetupModeDisabled": "<p>Whether room profile setup is enabled.</p>",
"CreateProfileRequest$PSTNEnabled": "<p>Whether PSTN calling is enabled.</p>",
"CreateProfileRequest$DataRetentionOptIn": "<p>Whether data retention of the profile is enabled.</p>",
"CreateRequireCheckIn$Enabled": "<p>Whether require check in is enabled or not.</p>",
"EndOfMeetingReminder$Enabled": "<p>Whether an end of meeting reminder is enabled or not.</p>",
"InstantBooking$Enabled": "<p>Whether instant booking is enabled or not.</p>",
"MeetingRoomConfiguration$RoomUtilizationMetricsEnabled": "<p>Whether room utilization metrics are enabled or not.</p>",
"Profile$IsDefault": "<p>Retrieves if the profile is default or not.</p>",
"Profile$SetupModeDisabled": "<p>The setup mode of a room profile.</p>",
"Profile$PSTNEnabled": "<p>The PSTN setting of a room profile.</p>",
"Profile$DataRetentionOptIn": "<p>Whether data retention of the profile is enabled.</p>",
"ProfileData$IsDefault": "<p>Retrieves if the profile data is default or not.</p>",
"RequireCheckIn$Enabled": "<p>Whether require check in is enabled or not.</p>",
"UpdateEndOfMeetingReminder$Enabled": "<p>Whether an end of meeting reminder is enabled or not.</p>",
Expand All @@ -411,6 +413,7 @@
"UpdateProfileRequest$IsDefault": "<p>Sets the profile as default if selected. If this is missing, no update is done to the default status.</p>",
"UpdateProfileRequest$SetupModeDisabled": "<p>Whether the setup mode of the profile is enabled.</p>",
"UpdateProfileRequest$PSTNEnabled": "<p>Whether the PSTN setting of the room profile is enabled.</p>",
"UpdateProfileRequest$DataRetentionOptIn": "<p>Whether data retention of the profile is enabled.</p>",
"UpdateRequireCheckIn$Enabled": "<p>Whether require check in is enabled or not.</p>"
}
},
Expand Down
Loading

0 comments on commit e650fc1

Please sign in to comment.