Skip to content

Commit f94bed1

Browse files
feat(aws-android-sdk-lambda): update models to latest (#2982)
Co-authored-by: Tyler Roach <[email protected]>
1 parent b282995 commit f94bed1

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/AWSLambda.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,10 @@ public interface AWSLambda {
252252
* <p>
253253
* This operation requires permission for the <a href=
254254
* "https://docs.aws.amazon.com/IAM/latest/UserGuide/list_awslambda.html"
255-
* >lambda:InvokeFunction</a> action.
255+
* >lambda:InvokeFunction</a> action. For details on how to set up
256+
* permissions for cross-account invocations, see <a href=
257+
* "https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html#permissions-resource-xaccountinvoke"
258+
* >Granting function access to other accounts</a>.
256259
* </p>
257260
*
258261
* @param invokeRequest

aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/AWSLambdaClient.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,10 @@ private static ClientConfiguration adjustClientConfiguration(ClientConfiguration
535535
* <p>
536536
* This operation requires permission for the <a href=
537537
* "https://docs.aws.amazon.com/IAM/latest/UserGuide/list_awslambda.html"
538-
* >lambda:InvokeFunction</a> action.
538+
* >lambda:InvokeFunction</a> action. For details on how to set up
539+
* permissions for cross-account invocations, see <a href=
540+
* "https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html#permissions-resource-xaccountinvoke"
541+
* >Granting function access to other accounts</a>.
539542
* </p>
540543
*
541544
* @param invokeRequest

aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/InvokeRequest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@
7676
* <p>
7777
* This operation requires permission for the <a
7878
* href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_awslambda.html"
79-
* >lambda:InvokeFunction</a> action.
79+
* >lambda:InvokeFunction</a> action. For details on how to set up permissions
80+
* for cross-account invocations, see <a href=
81+
* "https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html#permissions-resource-xaccountinvoke"
82+
* >Granting function access to other accounts</a>.
8083
* </p>
8184
*/
8285
public class InvokeRequest extends AmazonWebServiceRequest implements Serializable {

0 commit comments

Comments
 (0)