diff --git a/.changes/next-release/feature-AlexaForBusiness-2061f5a.json b/.changes/next-release/feature-AlexaForBusiness-2061f5a.json new file mode 100644 index 000000000000..c524da440cca --- /dev/null +++ b/.changes/next-release/feature-AlexaForBusiness-2061f5a.json @@ -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." +} diff --git a/services/alexaforbusiness/src/main/resources/codegen-resources/service-2.json b/services/alexaforbusiness/src/main/resources/codegen-resources/service-2.json index a21597881a52..57078847502f 100644 --- a/services/alexaforbusiness/src/main/resources/codegen-resources/service-2.json +++ b/services/alexaforbusiness/src/main/resources/codegen-resources/service-2.json @@ -2250,6 +2250,10 @@ "shape":"Boolean", "documentation":"

Whether PSTN calling is enabled.

" }, + "DataRetentionOptIn":{ + "shape":"Boolean", + "documentation":"

Whether data retention of the profile is enabled.

" + }, "MeetingRoomConfiguration":{ "shape":"CreateMeetingRoomConfiguration", "documentation":"

The meeting room settings of a room profile.

" @@ -4272,6 +4276,10 @@ "shape":"Boolean", "documentation":"

The PSTN setting of a room profile.

" }, + "DataRetentionOptIn":{ + "shape":"Boolean", + "documentation":"

Whether data retention of the profile is enabled.

" + }, "AddressBookArn":{ "shape":"Arn", "documentation":"

The ARN of the address book.

" @@ -5938,6 +5946,10 @@ "shape":"Boolean", "documentation":"

Whether the PSTN setting of the room profile is enabled.

" }, + "DataRetentionOptIn":{ + "shape":"Boolean", + "documentation":"

Whether data retention of the profile is enabled.

" + }, "MeetingRoomConfiguration":{ "shape":"UpdateMeetingRoomConfiguration", "documentation":"

The updated meeting room settings of a room profile.

"