Skip to content

Commit 93d2148

Browse files
author
AWS
committed
Amazon Pinpoint Update: This release updates the PutEvents operation. AppPackageName, AppTitle, AppVersionCode, SdkName fields will now be accepted as a part of the event when submitting events.
1 parent baff8cc commit 93d2148

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "Amazon Pinpoint",
3+
"type": "feature",
4+
"description": "This release updates the PutEvents operation. AppPackageName, AppTitle, AppVersionCode, SdkName fields will now be accepted as a part of the event when submitting events."
5+
}

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4901,6 +4901,18 @@
49014901
"Event" : {
49024902
"type" : "structure",
49034903
"members" : {
4904+
"AppPackageName" : {
4905+
"shape" : "__string",
4906+
"documentation" : "The package name associated with the app that's recording the event."
4907+
},
4908+
"AppTitle" : {
4909+
"shape" : "__string",
4910+
"documentation" : "The title of the app that's recording the event."
4911+
},
4912+
"AppVersionCode" : {
4913+
"shape" : "__string",
4914+
"documentation" : "The version number of the app that's recording the event."
4915+
},
49044916
"Attributes" : {
49054917
"shape" : "MapOf__string",
49064918
"documentation" : "Custom attributes that are associated with the event you're adding or updating."
@@ -4917,6 +4929,10 @@
49174929
"shape" : "MapOf__double",
49184930
"documentation" : "Custom metrics related to the event."
49194931
},
4932+
"SdkName" : {
4933+
"shape" : "__string",
4934+
"documentation" : "The name of the SDK that's being used to record the event."
4935+
},
49204936
"Session" : {
49214937
"shape" : "Session",
49224938
"documentation" : "Information about the session in which the event occurred."
@@ -8462,4 +8478,4 @@
84628478
"timestampFormat" : "unixTimestamp"
84638479
}
84648480
}
8465-
}
8481+
}

0 commit comments

Comments
 (0)