diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/AWSLambda.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/AWSLambda.java
index 937b8e7b3d2..8e989fa7753 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/AWSLambda.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/AWSLambda.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
@@ -196,8 +196,12 @@ public interface AWSLambda {
/**
*
* Invokes a Lambda function. You can invoke a function synchronously (and
- * wait for the response), or asynchronously. To invoke a function
- * asynchronously, set InvocationType
to Event
.
+ * wait for the response), or asynchronously. By default, Lambda invokes
+ * your function synchronously (i.e. theInvocationType
is
+ * RequestResponse
). To invoke a function asynchronously, set
+ * InvocationType
to Event
. Lambda passes the
+ * ClientContext
object to your function for synchronous
+ * invocations only.
*
*
* For
* Invokes a Lambda function. You can invoke a function synchronously (and
- * wait for the response), or asynchronously. To invoke a function
- * asynchronously, set InvocationType
to Event
.
+ * wait for the response), or asynchronously. By default, Lambda invokes
+ * your function synchronously (i.e. theInvocationType
is
+ * RequestResponse
). To invoke a function asynchronously, set
+ * InvocationType
to Event
. Lambda passes the
+ * ClientContext
object to your function for synchronous
+ * invocations only.
*
*
* For
* Invokes a Lambda function. You can invoke a function synchronously (and wait
- * for the response), or asynchronously. To invoke a function asynchronously,
- * set InvocationType
to Event
.
+ * for the response), or asynchronously. By default, Lambda invokes your
+ * function synchronously (i.e. theInvocationType
is
+ * RequestResponse
). To invoke a function asynchronously, set
+ * InvocationType
to Event
. Lambda passes the
+ * ClientContext
object to your function for synchronous
+ * invocations only.
*
*
* For
- * The name of the Lambda function, version, or alias.
+ * The name or ARN of the Lambda function, version, or alias.
*
*
* Name formats
@@ -171,7 +175,9 @@ public class InvokeRequest extends AmazonWebServiceRequest implements Serializab
/**
*
* Up to 3,583 bytes of base64-encoded data about the invoking client to
- * pass to the function in the context object.
+ * pass to the function in the context object. Lambda passes the
+ * ClientContext
object to your function for synchronous
+ * invocations only.
*
*/
private String clientContext;
@@ -201,7 +207,7 @@ public class InvokeRequest extends AmazonWebServiceRequest implements Serializab
/**
*
- * The name of the Lambda function, version, or alias.
+ * The name or ARN of the Lambda function, version, or alias.
*
*
* Name formats
@@ -239,7 +245,7 @@ public class InvokeRequest extends AmazonWebServiceRequest implements Serializab
* :)?(function:)?([a-zA-Z0-9-_\.]+)(:(\$LATEST|[a-zA-Z0-9-_]+))?
*
* @return
- * The name of the Lambda function, version, or alias.
+ * The name or ARN of the Lambda function, version, or alias.
*
*
* Name formats
@@ -278,7 +284,7 @@ public String getFunctionName() {
/**
*
- * The name of the Lambda function, version, or alias.
+ * The name or ARN of the Lambda function, version, or alias.
*
*
* Name formats
@@ -316,7 +322,7 @@ public String getFunctionName() {
* :)?(function:)?([a-zA-Z0-9-_\.]+)(:(\$LATEST|[a-zA-Z0-9-_]+))?
*
* @param functionName
- * The name of the Lambda function, version, or alias.
+ * The name or ARN of the Lambda function, version, or alias.
*
*
* Name formats
@@ -355,7 +361,7 @@ public void setFunctionName(String functionName) {
/**
*
- * The name of the Lambda function, version, or alias.
+ * The name or ARN of the Lambda function, version, or alias.
*
*
* Name formats
@@ -396,7 +402,7 @@ public void setFunctionName(String functionName) {
* :)?(function:)?([a-zA-Z0-9-_\.]+)(:(\$LATEST|[a-zA-Z0-9-_]+))?
*
* @param functionName
- * The name of the Lambda function, version, or alias.
+ * The name or ARN of the Lambda function, version, or alias.
*
*
* Name formats
@@ -878,12 +884,16 @@ public InvokeRequest withLogType(LogType logType) {
/**
*
* Up to 3,583 bytes of base64-encoded data about the invoking client to
- * pass to the function in the context object.
+ * pass to the function in the context object. Lambda passes the
+ * ClientContext
object to your function for synchronous
+ * invocations only.
*
*
* @return
* Up to 3,583 bytes of base64-encoded data about the invoking
- * client to pass to the function in the context object.
+ * client to pass to the function in the context object. Lambda
+ * passes the ClientContext
object to your function for
+ * synchronous invocations only.
*
*/
public String getClientContext() {
@@ -893,12 +903,16 @@ public String getClientContext() {
/**
*
* Up to 3,583 bytes of base64-encoded data about the invoking client to
- * pass to the function in the context object.
+ * pass to the function in the context object. Lambda passes the
+ * ClientContext
object to your function for synchronous
+ * invocations only.
*
*
* @param clientContext
* Up to 3,583 bytes of base64-encoded data about the invoking
- * client to pass to the function in the context object.
+ * client to pass to the function in the context object. Lambda
+ * passes the ClientContext
object to your function
+ * for synchronous invocations only.
*
*/
public void setClientContext(String clientContext) {
@@ -908,7 +922,9 @@ public void setClientContext(String clientContext) {
/**
*
* Up to 3,583 bytes of base64-encoded data about the invoking client to
- * pass to the function in the context object.
+ * pass to the function in the context object. Lambda passes the
+ * ClientContext
object to your function for synchronous
+ * invocations only.
*
*
* Returns a reference to this object so that method calls can be chained
@@ -916,7 +932,9 @@ public void setClientContext(String clientContext) {
*
* @param clientContext
* Up to 3,583 bytes of base64-encoded data about the invoking
- * client to pass to the function in the context object.
+ * client to pass to the function in the context object. Lambda
+ * passes the ClientContext
object to your function
+ * for synchronous invocations only.
*
* @return A reference to this updated object so that method calls can be
* chained together.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/InvokeResult.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/InvokeResult.java
index f8869ff323a..112257c9784 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/InvokeResult.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/InvokeResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/KMSAccessDeniedException.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/KMSAccessDeniedException.java
index 53445a2e8e4..f2856de7696 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/KMSAccessDeniedException.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/KMSAccessDeniedException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/KMSDisabledException.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/KMSDisabledException.java
index 44a1d9189e1..cbbbe977380 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/KMSDisabledException.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/KMSDisabledException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/KMSInvalidStateException.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/KMSInvalidStateException.java
index 97e887b4e51..29343906dc6 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/KMSInvalidStateException.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/KMSInvalidStateException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/KMSNotFoundException.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/KMSNotFoundException.java
index 03251475daa..faeb633b290 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/KMSNotFoundException.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/KMSNotFoundException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/LogType.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/LogType.java
index 069469fd6a0..81af1e86e03 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/LogType.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/LogType.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/RecursiveInvocationException.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/RecursiveInvocationException.java
index 9e39067d703..c7bd7a401b6 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/RecursiveInvocationException.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/RecursiveInvocationException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/RequestTooLargeException.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/RequestTooLargeException.java
index 49617ba4fc5..9583b79dad4 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/RequestTooLargeException.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/RequestTooLargeException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/ResourceConflictException.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/ResourceConflictException.java
index 5dc2f014b2f..ede64008e44 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/ResourceConflictException.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/ResourceConflictException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/ResourceNotFoundException.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/ResourceNotFoundException.java
index 6537004d456..19b6fe19fdb 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/ResourceNotFoundException.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/ResourceNotFoundException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/ResourceNotReadyException.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/ResourceNotReadyException.java
index c8dc5ea6ae5..e54cba321f6 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/ResourceNotReadyException.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/ResourceNotReadyException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/ServiceException.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/ServiceException.java
index 0a04f271d31..a5e5e0c33ef 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/ServiceException.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/ServiceException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/SnapStartException.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/SnapStartException.java
index dcf9859ac94..23bd19d84f0 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/SnapStartException.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/SnapStartException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/SnapStartNotReadyException.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/SnapStartNotReadyException.java
index 85645ce50f1..32272338aa5 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/SnapStartNotReadyException.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/SnapStartNotReadyException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/SnapStartTimeoutException.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/SnapStartTimeoutException.java
index 9e9eaf0177d..62a110aa525 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/SnapStartTimeoutException.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/SnapStartTimeoutException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/SubnetIPAddressLimitReachedException.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/SubnetIPAddressLimitReachedException.java
index d0a59296127..c54eebf4dec 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/SubnetIPAddressLimitReachedException.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/SubnetIPAddressLimitReachedException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/TooManyRequestsException.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/TooManyRequestsException.java
index 961f5f4b448..293904342c6 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/TooManyRequestsException.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/TooManyRequestsException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/UnsupportedMediaTypeException.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/UnsupportedMediaTypeException.java
index 7fecfdd6845..57525eadaad 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/UnsupportedMediaTypeException.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/UnsupportedMediaTypeException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EC2AccessDeniedExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EC2AccessDeniedExceptionUnmarshaller.java
index aabf72f0b36..067da8b6f3f 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EC2AccessDeniedExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EC2AccessDeniedExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EC2ThrottledExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EC2ThrottledExceptionUnmarshaller.java
index a54b23a54bb..aa36decef7a 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EC2ThrottledExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EC2ThrottledExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EC2UnexpectedExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EC2UnexpectedExceptionUnmarshaller.java
index a95b2935c07..9ab6d6dd424 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EC2UnexpectedExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EC2UnexpectedExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EFSIOExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EFSIOExceptionUnmarshaller.java
index da93bae07a4..812b1b8dc91 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EFSIOExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EFSIOExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EFSMountConnectivityExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EFSMountConnectivityExceptionUnmarshaller.java
index 86823891c29..88fe4f35891 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EFSMountConnectivityExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EFSMountConnectivityExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EFSMountFailureExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EFSMountFailureExceptionUnmarshaller.java
index c1387ce14b5..24fd80b9e60 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EFSMountFailureExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EFSMountFailureExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EFSMountTimeoutExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EFSMountTimeoutExceptionUnmarshaller.java
index 8825ab3f8a3..68b92ffa9f1 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EFSMountTimeoutExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/EFSMountTimeoutExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/ENILimitReachedExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/ENILimitReachedExceptionUnmarshaller.java
index 99d6a33c067..01d292c3471 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/ENILimitReachedExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/ENILimitReachedExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidParameterValueExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidParameterValueExceptionUnmarshaller.java
index f487bb92bd6..9eabe28e92e 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidParameterValueExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidParameterValueExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidRequestContentExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidRequestContentExceptionUnmarshaller.java
index 967da4423cf..5335418260a 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidRequestContentExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidRequestContentExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidRuntimeExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidRuntimeExceptionUnmarshaller.java
index 177285b7b56..23648c19bf5 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidRuntimeExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidRuntimeExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidSecurityGroupIDExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidSecurityGroupIDExceptionUnmarshaller.java
index 5231a095e11..7d5117ba200 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidSecurityGroupIDExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidSecurityGroupIDExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidSubnetIDExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidSubnetIDExceptionUnmarshaller.java
index f6223c3e2b0..9e45d6c8459 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidSubnetIDExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidSubnetIDExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidZipFileExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidZipFileExceptionUnmarshaller.java
index 6186a1cee26..826e164aa80 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidZipFileExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvalidZipFileExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvokeRequestMarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvokeRequestMarshaller.java
index 1d29234a4aa..bea47b39df4 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvokeRequestMarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvokeRequestMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvokeResultJsonUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvokeResultJsonUnmarshaller.java
index 139c182ea50..e5a98e5d91e 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvokeResultJsonUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/InvokeResultJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/KMSAccessDeniedExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/KMSAccessDeniedExceptionUnmarshaller.java
index be4ea030324..8e0f67545f6 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/KMSAccessDeniedExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/KMSAccessDeniedExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/KMSDisabledExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/KMSDisabledExceptionUnmarshaller.java
index 9d977d2fe6a..8bc061d15b3 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/KMSDisabledExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/KMSDisabledExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/KMSInvalidStateExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/KMSInvalidStateExceptionUnmarshaller.java
index 74e27e9815d..f67341f4c4c 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/KMSInvalidStateExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/KMSInvalidStateExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/KMSNotFoundExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/KMSNotFoundExceptionUnmarshaller.java
index 46337dab8dd..0066842b773 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/KMSNotFoundExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/KMSNotFoundExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/RecursiveInvocationExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/RecursiveInvocationExceptionUnmarshaller.java
index 1fe0b3007a0..5b12c62b8dc 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/RecursiveInvocationExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/RecursiveInvocationExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/RequestTooLargeExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/RequestTooLargeExceptionUnmarshaller.java
index ce37fa3d961..9903c52fea7 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/RequestTooLargeExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/RequestTooLargeExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/ResourceConflictExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/ResourceConflictExceptionUnmarshaller.java
index 01afdfaf725..f8637a683a7 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/ResourceConflictExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/ResourceConflictExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/ResourceNotFoundExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/ResourceNotFoundExceptionUnmarshaller.java
index 0e61075891c..daee8c3a3ed 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/ResourceNotFoundExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/ResourceNotFoundExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/ResourceNotReadyExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/ResourceNotReadyExceptionUnmarshaller.java
index a37d1a8de6d..b8e2a0ed32f 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/ResourceNotReadyExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/ResourceNotReadyExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/ServiceExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/ServiceExceptionUnmarshaller.java
index 0d020549a14..f9561a8df4b 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/ServiceExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/ServiceExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/SnapStartExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/SnapStartExceptionUnmarshaller.java
index 3f7b468fcd4..16f851a3bb5 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/SnapStartExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/SnapStartExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/SnapStartNotReadyExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/SnapStartNotReadyExceptionUnmarshaller.java
index e9889416e4a..55c458d20e5 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/SnapStartNotReadyExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/SnapStartNotReadyExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/SnapStartTimeoutExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/SnapStartTimeoutExceptionUnmarshaller.java
index 84ce45655e0..aab97fca525 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/SnapStartTimeoutExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/SnapStartTimeoutExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/SubnetIPAddressLimitReachedExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/SubnetIPAddressLimitReachedExceptionUnmarshaller.java
index 81465ab1cbc..87b3b4425f8 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/SubnetIPAddressLimitReachedExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/SubnetIPAddressLimitReachedExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/TooManyRequestsExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/TooManyRequestsExceptionUnmarshaller.java
index f549ee0c3c0..ebcf46302fc 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/TooManyRequestsExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/TooManyRequestsExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/UnsupportedMediaTypeExceptionUnmarshaller.java b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/UnsupportedMediaTypeExceptionUnmarshaller.java
index b2555920ddd..c26e814358e 100644
--- a/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/UnsupportedMediaTypeExceptionUnmarshaller.java
+++ b/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/transform/UnsupportedMediaTypeExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.