Skip to content

Commit

Permalink
Alexa For Business Update: Added support for enabling and disabling d…
Browse files Browse the repository at this point in the history
…ata retention in the CreateProfile and UpdateProfile APIs and retrieving the state of data retention for a profile in the GetProfile API.
  • Loading branch information
AWS committed Mar 25, 2021
1 parent 02d439b commit 8211351
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AlexaForBusiness-2061f5a.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Alexa For Business",
"contributor": "",
"description": "Added support for enabling and disabling data retention in the CreateProfile and UpdateProfile APIs and retrieving the state of data retention for a profile in the GetProfile API."
}
Original file line number Diff line number Diff line change
Expand Up @@ -2250,6 +2250,10 @@
"shape":"Boolean",
"documentation":"<p>Whether PSTN calling is enabled.</p>"
},
"DataRetentionOptIn":{
"shape":"Boolean",
"documentation":"<p>Whether data retention of the profile is enabled.</p>"
},
"MeetingRoomConfiguration":{
"shape":"CreateMeetingRoomConfiguration",
"documentation":"<p>The meeting room settings of a room profile.</p>"
Expand Down Expand Up @@ -4272,6 +4276,10 @@
"shape":"Boolean",
"documentation":"<p>The PSTN setting of a room profile.</p>"
},
"DataRetentionOptIn":{
"shape":"Boolean",
"documentation":"<p>Whether data retention of the profile is enabled.</p>"
},
"AddressBookArn":{
"shape":"Arn",
"documentation":"<p>The ARN of the address book.</p>"
Expand Down Expand Up @@ -5938,6 +5946,10 @@
"shape":"Boolean",
"documentation":"<p>Whether the PSTN setting of the room profile is enabled.</p>"
},
"DataRetentionOptIn":{
"shape":"Boolean",
"documentation":"<p>Whether data retention of the profile is enabled.</p>"
},
"MeetingRoomConfiguration":{
"shape":"UpdateMeetingRoomConfiguration",
"documentation":"<p>The updated meeting room settings of a room profile.</p>"
Expand Down

0 comments on commit 8211351

Please sign in to comment.