Skip to content

Commit bfe64c7

Browse files
feat(aws-android-sdk-lambda): update models to latest (#2535)
Co-authored-by: Divyesh Chitroda <[email protected]>
1 parent 3ab3ff4 commit bfe64c7

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
import com.amazonaws.services.lambda.model.*;
2121

2222
/**
23-
* Interface for accessing AWS Lambda <fullname>AWS Lambda</fullname>
23+
* Interface for accessing AWS Lambda <fullname>Lambda</fullname>
2424
* <p>
2525
* <b>Overview</b>
2626
* </p>
2727
* <p>
28-
* This is the <i>AWS Lambda API Reference</i>. The AWS Lambda Developer Guide
29-
* provides additional information. For the service overview, see <a
30-
* href="https://docs.aws.amazon.com/lambda/latest/dg/welcome.html">What is AWS
28+
* This is the <i>Lambda API Reference</i>. The Lambda Developer Guide provides
29+
* additional information. For the service overview, see <a
30+
* href="https://docs.aws.amazon.com/lambda/latest/dg/welcome.html">What is
3131
* Lambda</a>, and for information about how the service works, see <a href=
32-
* "https://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html">AWS
33-
* Lambda: How it Works</a> in the <b>AWS Lambda Developer Guide</b>.
32+
* "https://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html"
33+
* >Lambda: How it Works</a> in the <b>Lambda Developer Guide</b>.
3434
* </p>
3535
**/
3636
public interface AWSLambda {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@
3434
* Client for accessing AWS Lambda. All service calls made using this client are
3535
* blocking, and will not return until the service call completes.
3636
* <p>
37-
* <fullname>AWS Lambda</fullname>
37+
* <fullname>Lambda</fullname>
3838
* <p>
3939
* <b>Overview</b>
4040
* </p>
4141
* <p>
42-
* This is the <i>AWS Lambda API Reference</i>. The AWS Lambda Developer Guide
43-
* provides additional information. For the service overview, see <a
44-
* href="https://docs.aws.amazon.com/lambda/latest/dg/welcome.html">What is AWS
42+
* This is the <i>Lambda API Reference</i>. The Lambda Developer Guide provides
43+
* additional information. For the service overview, see <a
44+
* href="https://docs.aws.amazon.com/lambda/latest/dg/welcome.html">What is
4545
* Lambda</a>, and for information about how the service works, see <a href=
46-
* "https://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html">AWS
47-
* Lambda: How it Works</a> in the <b>AWS Lambda Developer Guide</b>.
46+
* "https://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html"
47+
* >Lambda: How it Works</a> in the <b>Lambda Developer Guide</b>.
4848
* </p>
4949
*/
5050
public class AWSLambdaClient extends AmazonWebServiceClient implements AWSLambda {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
/**
2121
* <p>
22-
* AWS Lambda was throttled by Amazon EC2 during Lambda function initialization
22+
* Lambda was throttled by Amazon EC2 during Lambda function initialization
2323
* using the execution role provided for the Lambda function.
2424
* </p>
2525
*/

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
/**
2121
* <p>
22-
* AWS Lambda received an unexpected EC2 client exception while setting up for
23-
* the Lambda function.
22+
* Lambda received an unexpected EC2 client exception while setting up for the
23+
* Lambda function.
2424
* </p>
2525
*/
2626
public class EC2UnexpectedException extends AmazonServiceException {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
/**
2121
* <p>
22-
* AWS Lambda was not able to create an elastic network interface in the VPC,
22+
* Lambda was not able to create an elastic network interface in the VPC,
2323
* specified as part of Lambda function configuration, because the limit for
2424
* network interfaces has been reached.
2525
* </p>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
/**
2121
* <p>
22-
* AWS Lambda could not unzip the deployment package.
22+
* Lambda could not unzip the deployment package.
2323
* </p>
2424
*/
2525
public class InvalidZipFileException extends AmazonServiceException {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
/**
2121
* <p>
22-
* The AWS Lambda service encountered an internal error.
22+
* The Lambda service encountered an internal error.
2323
* </p>
2424
*/
2525
public class ServiceException extends AmazonServiceException {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
/**
2121
* <p>
22-
* AWS Lambda was not able to set up VPC access for the Lambda function because
23-
* one or more configured subnets has no available IP addresses.
22+
* Lambda was not able to set up VPC access for the Lambda function because one
23+
* or more configured subnets has no available IP addresses.
2424
* </p>
2525
*/
2626
public class SubnetIPAddressLimitReachedException extends AmazonServiceException {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* <fullname>AWS Lambda</fullname> <p> <b>Overview</b> </p> <p>This is the <i>AWS Lambda API Reference</i>. The AWS Lambda Developer Guide provides additional information. For the service overview, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/welcome.html">What is AWS Lambda</a>, and for information about how the service works, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html">AWS Lambda: How it Works</a> in the <b>AWS Lambda Developer Guide</b>.</p>
2+
* <fullname>Lambda</fullname> <p> <b>Overview</b> </p> <p>This is the <i>Lambda API Reference</i>. The Lambda Developer Guide provides additional information. For the service overview, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/welcome.html">What is Lambda</a>, and for information about how the service works, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html">Lambda: How it Works</a> in the <b>Lambda Developer Guide</b>.</p>
33
*/
44

55
package com.amazonaws.services.lambda;

0 commit comments

Comments
 (0)