Skip to content

Commit 5e462e6

Browse files
author
AWS
committed
AWS End User Messaging Social Update: Added support for passing role arn corresponding to the supported event destination
1 parent e1fe9e8 commit 5e462e6

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS End User Messaging Social",
4+
"contributor": "",
5+
"description": "Added support for passing role arn corresponding to the supported event destination"
6+
}

services/socialmessaging/src/main/resources/codegen-resources/service-2.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,10 @@
600600
"unregisteredWhatsAppPhoneNumbers":{
601601
"shape":"WhatsAppPhoneNumberDetailList",
602602
"documentation":"<p>The details for unregistered WhatsApp phone numbers.</p>"
603+
},
604+
"wabaId":{
605+
"shape":"LinkedWhatsAppBusinessAccountId",
606+
"documentation":"<p>The Amazon Resource Name (ARN) of the WhatsApp Business Account ID.</p>"
603607
}
604608
},
605609
"documentation":"<p>Contains your WhatsApp registration status and details of any unregistered WhatsApp phone number.</p>"
@@ -800,6 +804,10 @@
800804
},
801805
"exception":true
802806
},
807+
"RoleArn":{
808+
"type":"string",
809+
"pattern":"arn:aws:iam::\\d{12}:role\\/[a-zA-Z0-9+=,.@\\-_]+"
810+
},
803811
"S3File":{
804812
"type":"structure",
805813
"required":[
@@ -1058,6 +1066,10 @@
10581066
"eventDestinationArn":{
10591067
"shape":"EventDestinationArn",
10601068
"documentation":"<p>The ARN of the event destination.</p>"
1069+
},
1070+
"roleArn":{
1071+
"shape":"RoleArn",
1072+
"documentation":"<p>The Amazon Resource Name (ARN) of an Identity and Access Management role that is able to import phone numbers and write events.</p>"
10611073
}
10621074
},
10631075
"documentation":"<p>Contains information on the event destination.</p>"

0 commit comments

Comments
 (0)