Skip to content

Commit

Permalink
feat(aws-android-sdk-lambda): update models to latest (#2982)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Roach <[email protected]>
  • Loading branch information
awsmobilesdk and tylerjroach authored Aug 19, 2022
1 parent b282995 commit f94bed1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,10 @@ public interface AWSLambda {
* <p>
* This operation requires permission for the <a href=
* "https://docs.aws.amazon.com/IAM/latest/UserGuide/list_awslambda.html"
* >lambda:InvokeFunction</a> action.
* >lambda:InvokeFunction</a> action. For details on how to set up
* permissions for cross-account invocations, see <a href=
* "https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html#permissions-resource-xaccountinvoke"
* >Granting function access to other accounts</a>.
* </p>
*
* @param invokeRequest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,10 @@ private static ClientConfiguration adjustClientConfiguration(ClientConfiguration
* <p>
* This operation requires permission for the <a href=
* "https://docs.aws.amazon.com/IAM/latest/UserGuide/list_awslambda.html"
* >lambda:InvokeFunction</a> action.
* >lambda:InvokeFunction</a> action. For details on how to set up
* permissions for cross-account invocations, see <a href=
* "https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html#permissions-resource-xaccountinvoke"
* >Granting function access to other accounts</a>.
* </p>
*
* @param invokeRequest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@
* <p>
* This operation requires permission for the <a
* href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_awslambda.html"
* >lambda:InvokeFunction</a> action.
* >lambda:InvokeFunction</a> action. For details on how to set up permissions
* for cross-account invocations, see <a href=
* "https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html#permissions-resource-xaccountinvoke"
* >Granting function access to other accounts</a>.
* </p>
*/
public class InvokeRequest extends AmazonWebServiceRequest implements Serializable {
Expand Down

0 comments on commit f94bed1

Please sign in to comment.