From 28dbc8b218470c5f2647a48370604e62c60d599f Mon Sep 17 00:00:00 2001 From: sergioescala Date: Wed, 19 Dec 2018 15:19:24 -0300 Subject: [PATCH] Fixing typo, replacing EventSoure for EventSource --- .../main/java/com/amazonaws/services/lambda/AWSLambda.java | 4 ++-- .../java/com/amazonaws/services/lambda/AWSLambdaClient.java | 4 ++-- .../services/lambda/model/ResourceInUseException.java | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/aws-java-sdk-lambda/src/main/java/com/amazonaws/services/lambda/AWSLambda.java b/aws-java-sdk-lambda/src/main/java/com/amazonaws/services/lambda/AWSLambda.java index 31fb5867579c..e5ab76458d22 100644 --- a/aws-java-sdk-lambda/src/main/java/com/amazonaws/services/lambda/AWSLambda.java +++ b/aws-java-sdk-lambda/src/main/java/com/amazonaws/services/lambda/AWSLambda.java @@ -339,7 +339,7 @@ public interface AWSLambda { * Request throughput limit exceeded * @throws ResourceInUseException * The operation conflicts with the resource's availability. For example, you attempted to update an - * EventSoure Mapping in CREATING, or tried to delete a EventSoure mapping currently in the UPDATING state. + * EventSource Mapping in CREATING, or tried to delete a EventSource mapping currently in the UPDATING state. * @sample AWSLambda.DeleteEventSourceMapping * @see AWS API Documentation @@ -1234,7 +1234,7 @@ public interface AWSLambda { * The resource already exists. * @throws ResourceInUseException * The operation conflicts with the resource's availability. For example, you attempted to update an - * EventSoure Mapping in CREATING, or tried to delete a EventSoure mapping currently in the UPDATING state. + * EventSource Mapping in CREATING, or tried to delete a EventSource mapping currently in the UPDATING state. * @sample AWSLambda.UpdateEventSourceMapping * @see AWS API Documentation diff --git a/aws-java-sdk-lambda/src/main/java/com/amazonaws/services/lambda/AWSLambdaClient.java b/aws-java-sdk-lambda/src/main/java/com/amazonaws/services/lambda/AWSLambdaClient.java index 971b55fca4de..4c9bffdef637 100644 --- a/aws-java-sdk-lambda/src/main/java/com/amazonaws/services/lambda/AWSLambdaClient.java +++ b/aws-java-sdk-lambda/src/main/java/com/amazonaws/services/lambda/AWSLambdaClient.java @@ -837,7 +837,7 @@ final DeleteAliasResult executeDeleteAlias(DeleteAliasRequest deleteAliasRequest * Request throughput limit exceeded * @throws ResourceInUseException * The operation conflicts with the resource's availability. For example, you attempted to update an - * EventSoure Mapping in CREATING, or tried to delete a EventSoure mapping currently in the UPDATING state. + * EventSource Mapping in CREATING, or tried to delete a EventSource mapping currently in the UPDATING state. * @sample AWSLambda.DeleteEventSourceMapping * @see AWS API Documentation @@ -2873,7 +2873,7 @@ final UpdateAliasResult executeUpdateAlias(UpdateAliasRequest updateAliasRequest * The resource already exists. * @throws ResourceInUseException * The operation conflicts with the resource's availability. For example, you attempted to update an - * EventSoure Mapping in CREATING, or tried to delete a EventSoure mapping currently in the UPDATING state. + * EventSource Mapping in CREATING, or tried to delete a EventSource mapping currently in the UPDATING state. * @sample AWSLambda.UpdateEventSourceMapping * @see AWS API Documentation diff --git a/aws-java-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/ResourceInUseException.java b/aws-java-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/ResourceInUseException.java index 41295231d603..769d55c9208d 100644 --- a/aws-java-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/ResourceInUseException.java +++ b/aws-java-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/ResourceInUseException.java @@ -16,8 +16,8 @@ /** *

- * The operation conflicts with the resource's availability. For example, you attempted to update an EventSoure Mapping - * in CREATING, or tried to delete a EventSoure mapping currently in the UPDATING state. + * The operation conflicts with the resource's availability. For example, you attempted to update an EventSource Mapping + * in CREATING, or tried to delete a EventSource mapping currently in the UPDATING state. *

*/ @Generated("com.amazonaws:aws-java-sdk-code-generator")