Skip to content

Commit 697f06a

Browse files
authored
Merge pull request #183 from jknollmeyer/master
Whitelist SageMakerRuntime InvokeEndpoint operation
2 parents 1d92820 + d01da7f commit 697f06a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

aws_xray_sdk/ext/resources/aws_para_whitelist.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -901,6 +901,15 @@
901901
}
902902
}
903903
}
904+
},
905+
"runtime.sagemaker": {
906+
"operations": {
907+
"InvokeEndpoint": {
908+
"request_parameters": [
909+
"EndpointName"
910+
]
911+
}
912+
}
904913
}
905914
}
906915
}

0 commit comments

Comments
 (0)