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 937b8e7b3d..8e989fa775 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 f8869ff323..112257c978 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 53445a2e8e..f2856de769 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 44a1d9189e..cbbbe97738 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 97e887b4e5..29343906dc 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 03251475da..faeb633b29 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 069469fd6a..81af1e86e0 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 9e39067d70..c7bd7a401b 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 49617ba4fc..9583b79dad 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 5dc2f014b2..ede64008e4 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 6537004d45..19b6fe19fd 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 c8dc5ea6ae..e54cba321f 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 0a04f271d3..a5e5e0c33e 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 dcf9859ac9..23bd19d84f 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 85645ce50f..32272338aa 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 9e9eaf0177..62a110aa52 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 d0a5929612..c54eebf4de 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 961f5f4b44..293904342c 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 7fecfdd684..57525eadaa 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 aabf72f0b3..067da8b6f3 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 a54b23a54b..aa36decef7 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 a95b2935c0..9ab6d6dd42 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 da93bae07a..812b1b8dc9 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 86823891c2..88fe4f3589 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 c1387ce14b..24fd80b9e6 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 8825ab3f8a..68b92ffa9f 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 99d6a33c06..01d292c347 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 f487bb92bd..9eabe28e92 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 967da4423c..5335418260 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 177285b7b5..23648c19bf 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 5231a095e1..7d5117ba20 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 f6223c3e2b..9e45d6c845 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 6186a1cee2..826e164aa8 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 1d29234a4a..bea47b39df 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 139c182ea5..e5a98e5d91 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 be4ea03032..8e0f67545f 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 9d977d2fe6..8bc061d15b 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 74e27e9815..f67341f4c4 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 46337dab8d..0066842b77 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 1fe0b3007a..5b12c62b8d 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 ce37fa3d96..9903c52fea 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 01afdfaf72..f8637a683a 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 0e61075891..daee8c3a3e 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 a37d1a8de6..b8e2a0ed32 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 0d020549a1..f9561a8df4 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 3f7b468fcd..16f851a3bb 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 e9889416e4..55c458d20e 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 84ce45655e..aab97fca52 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 81465ab1cb..87b3b4425f 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 f549ee0c3c..ebcf46302f 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 b2555920dd..c26e814358 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.