Skip to content

Commit a63a620

Browse files
authored
Merge pull request #358 from wangzlei/master
Allow list TopicArn for SNS PublishBatch request
2 parents 4660169 + 7e328a9 commit a63a620

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: aws_xray_sdk/ext/resources/aws_para_whitelist.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"request_parameters": [
77
"TopicArn"
88
]
9+
},
10+
"PublishBatch": {
11+
"request_parameters": [
12+
"TopicArn"
13+
]
914
}
1015
}
1116
},
@@ -912,4 +917,4 @@
912917
}
913918
}
914919
}
915-
}
920+
}

0 commit comments

Comments
 (0)