From f611006085729198e00e01cdaba2871c5e1150bd Mon Sep 17 00:00:00 2001
From: AWS Mobile SDK Bot <46607340+awsmobilesdk@users.noreply.github.com>
Date: Fri, 11 Aug 2023 13:20:45 -0300
Subject: [PATCH] feat(aws-android-sdk-kinesisvideo-archivedmedia): update
models to latest (#3383)
Co-authored-by: Tyler Roach
* Don't share or store this token where an unauthorized entity can access * it. The token provides access to the content of the stream. Safeguard the - * token with the same measures that you use with your AWS credentials. + * token with the same measures that you use with your Amazon Web Services + * credentials. *
* *@@ -349,8 +350,9 @@ GetClipResult getClip(GetClipRequest getClipRequest) throws AmazonClientExceptio * >Monitoring Kinesis Video Streams. For pricing information, see Amazon * Kinesis Video Streams Pricing and AWS Pricing. Charges for both - * HLS sessions and outgoing AWS data apply. + * href="https://aws.amazon.com/pricing/">Amazon Web Services Pricing. + * Charges for both HLS sessions and outgoing Amazon Web Services data + * apply. *
*
* For more information about HLS, see
*
*
- * The media must contain h.264 or h.265 encoded video and, optionally, AAC
- * encoded audio. Specifically, the codec ID of track 1 should be
- *
* Don't share or store this token where an unauthorized entity could access
* it. The token provides access to the content of the stream. Safeguard the
- * token with the same measures that you would use with your AWS
- * credentials.
+ * token with the same measures that you would use with your Amazon Web
+ * Services credentials.
*
@@ -579,18 +582,22 @@ GetDASHStreamingSessionURLResult getDASHStreamingSessionURL(
*
- * After the first media fragment is made available in a streaming session,
- * any fragments that don't contain the same codec private data cause an
- * error to be returned when those different media fragments are loaded.
- * Therefore, the codec private data should not change between fragments in
- * a session. This also means that the session fails if the fragments in a
- * stream change from having only video to having both audio and video.
+ * For the HLS streaming session, in-track codec private data (CPD) changes
+ * are supported. After the first media fragment is made available in a
+ * streaming session, fragments can contain CPD changes for each track.
+ * Therefore, the fragments in a session can have a different resolution,
+ * bit rate, or other information in the CPD without interrupting playback.
+ * However, any change made in the track number or track codec format can
+ * return an error when those different media fragments are loaded. For
+ * example, streaming will fail if the fragments in the stream change from
+ * having only video to having both audio and video, or if an AAC audio
+ * track is changed to an ALAW audio track. For each streaming session, only
+ * 500 CPD changes are allowed.
*
- * Data retrieved with this action is billable. See Pricing
- * for details.
+ * Data retrieved with this action is billable. For information, see Pricing.
* x-amz-RequestId
HTTP header – if you want to report an issue
- * to AWS, the support team can better diagnose the problem if given the
- * Request Id.
+ * to Amazon Web Services the support team can better diagnose the problem
+ * if given the Request Id.
*
*
. For pricing information, see Amazon
* Kinesis Video Streams Pricing and AWS Pricing. Charges for both
- * HLS sessions and outgoing AWS data apply.
+ * href="https://aws.amazon.com/pricing/">Amazon Web Services Pricing.
+ * Charges for both HLS sessions and outgoing Amazon Web Services data
+ * apply.
* V_MPEG/ISO/AVC
(for h.264) or V_MPEG/ISO/HEVC
- * (for h.265). Optionally, the codec ID of track 2 should be
- * A_AAC
.
+ * For streaming video, the media must contain H.264 or H.265 encoded video
+ * and, optionally, AAC encoded audio. Specifically, the codec ID of track 1
+ * should be V_MPEG/ISO/AVC
(for H.264) or
+ * V_MPEG/ISO/HEVC
(for H.265). Optionally, the codec ID of
+ * track 2 should be A_AAC
. For audio only streaming, the codec
+ * ID of track 1 should be A_AAC
.
*
* For more information about HLS, see
*
*
*
* x-amz-RequestId
HTTP header – if you want to report an issue
- * to AWS, the support team can better diagnose the problem if given the
- * Request Id.
+ * to Amazon Web Services, the support team can better diagnose the problem
+ * if given the Request Id.
* x-amz-RequestId
HTTP header – if you want to report an issue
- * to AWS, the support team can better diagnose the problem if given the
- * Request Id.
+ * to Amazon Web Services, the support team can better diagnose the problem
+ * if given the Request Id.
* x-amz-RequestId
HTTP header – if you want to report an issue
- * to AWS, the support team can better diagnose the problem if given the
- * Request Id.
+ * to Amazon Web Services, the support team can better diagnose the problem
+ * if given the Request Id.
*
* Don't share or store this token where an unauthorized entity can access * it. The token provides access to the content of the stream. Safeguard the - * token with the same measures that you use with your AWS credentials. + * token with the same measures that you use with your Amazon Web Services + * credentials. *
* *@@ -650,8 +651,9 @@ public GetClipResult getClip(GetClipRequest getClipRequest) * >Monitoring Kinesis Video Streams. For pricing information, see Amazon * Kinesis Video Streams Pricing and AWS Pricing. Charges for both - * HLS sessions and outgoing AWS data apply. + * href="https://aws.amazon.com/pricing/">Amazon Web Services Pricing. + * Charges for both HLS sessions and outgoing Amazon Web Services data + * apply. *
*
* For more information about HLS, see
*
*
- * The media must contain h.264 or h.265 encoded video and, optionally, AAC
- * encoded audio. Specifically, the codec ID of track 1 should be
- *
* Don't share or store this token where an unauthorized entity could access
* it. The token provides access to the content of the stream. Safeguard the
- * token with the same measures that you would use with your AWS
- * credentials.
+ * token with the same measures that you would use with your Amazon Web
+ * Services credentials.
*
@@ -907,18 +910,22 @@ public GetDASHStreamingSessionURLResult getDASHStreamingSessionURL(
*
- * After the first media fragment is made available in a streaming session,
- * any fragments that don't contain the same codec private data cause an
- * error to be returned when those different media fragments are loaded.
- * Therefore, the codec private data should not change between fragments in
- * a session. This also means that the session fails if the fragments in a
- * stream change from having only video to having both audio and video.
+ * For the HLS streaming session, in-track codec private data (CPD) changes
+ * are supported. After the first media fragment is made available in a
+ * streaming session, fragments can contain CPD changes for each track.
+ * Therefore, the fragments in a session can have a different resolution,
+ * bit rate, or other information in the CPD without interrupting playback.
+ * However, any change made in the track number or track codec format can
+ * return an error when those different media fragments are loaded. For
+ * example, streaming will fail if the fragments in the stream change from
+ * having only video to having both audio and video, or if an AAC audio
+ * track is changed to an ALAW audio track. For each streaming session, only
+ * 500 CPD changes are allowed.
*
- * Data retrieved with this action is billable. See Pricing
- * for details.
+ * Data retrieved with this action is billable. For information, see Pricing.
* x-amz-RequestId
HTTP header – if you want to report an issue
- * to AWS, the support team can better diagnose the problem if given the
- * Request Id.
+ * to Amazon Web Services the support team can better diagnose the problem
+ * if given the Request Id.
*
*
. For pricing information, see Amazon
* Kinesis Video Streams Pricing and AWS Pricing. Charges for both
- * HLS sessions and outgoing AWS data apply.
+ * href="https://aws.amazon.com/pricing/">Amazon Web Services Pricing.
+ * Charges for both HLS sessions and outgoing Amazon Web Services data
+ * apply.
* V_MPEG/ISO/AVC
(for h.264) or V_MPEG/ISO/HEVC
- * (for h.265). Optionally, the codec ID of track 2 should be
- * A_AAC
.
+ * For streaming video, the media must contain H.264 or H.265 encoded video
+ * and, optionally, AAC encoded audio. Specifically, the codec ID of track 1
+ * should be V_MPEG/ISO/AVC
(for H.264) or
+ * V_MPEG/ISO/HEVC
(for H.265). Optionally, the codec ID of
+ * track 2 should be A_AAC
. For audio only streaming, the codec
+ * ID of track 1 should be A_AAC
.
*
* For more information about HLS, see
*
*
*
*
- * The timestamp from the AWS server corresponding to the fragment.
+ * The timestamp from the Amazon Web Services server corresponding to the
+ * fragment.
*
- * The timestamp from the AWS server corresponding to the fragment.
+ * The timestamp from the Amazon Web Services server corresponding to the
+ * fragment.
*
- * The timestamp from the AWS server corresponding to the fragment.
+ * The timestamp from the Amazon Web Services server corresponding
+ * to the fragment.
*
- * The timestamp from the AWS server corresponding to the fragment.
+ * The timestamp from the Amazon Web Services server corresponding to the
+ * fragment.
*
- * The timestamp from the AWS server corresponding to the
- * fragment.
+ * The timestamp from the Amazon Web Services server
+ * corresponding to the fragment.
*
- * The timestamp from the AWS server corresponding to the fragment.
+ * The timestamp from the Amazon Web Services server corresponding to the
+ * fragment.
*
* Returns a reference to this object so that method calls can be chained
* together.
*
* @param serverTimestamp
- * The timestamp from the AWS server corresponding to the
- * fragment.
+ * The timestamp from the Amazon Web Services server
+ * corresponding to the fragment.
* x-amz-RequestId
HTTP header – if you want to report an issue
- * to AWS, the support team can better diagnose the problem if given the
- * Request Id.
+ * to Amazon Web Services, the support team can better diagnose the problem
+ * if given the Request Id.
* x-amz-RequestId
HTTP header – if you want to report an issue
- * to AWS, the support team can better diagnose the problem if given the
- * Request Id.
+ * to Amazon Web Services, the support team can better diagnose the problem
+ * if given the Request Id.
* x-amz-RequestId
HTTP header – if you want to report an issue
- * to AWS, the support team can better diagnose the problem if given the
- * Request Id.
+ * to Amazon Web Services, the support team can better diagnose the problem
+ * if given the Request Id.
*
* Don't share or store this token where an unauthorized entity can access it. * The token provides access to the content of the stream. Safeguard the token - * with the same measures that you use with your AWS credentials. + * with the same measures that you use with your Amazon Web Services + * credentials. *
* *@@ -185,8 +186,9 @@ * "http://docs.aws.amazon.com/kinesisvideostreams/latest/dg/monitoring.html" * >Monitoring Kinesis Video Streams. For pricing information, see Amazon Kinesis - * Video Streams Pricing and AWS - * Pricing. Charges for both HLS sessions and outgoing AWS data apply. + * Video Streams Pricing and Amazon Web Services Pricing. + * Charges for both HLS sessions and outgoing Amazon Web Services data apply. *
*
* For more information about HLS, see
*
*
- * The media must contain h.264 or h.265 encoded video and, optionally, AAC
- * encoded audio. Specifically, the codec ID of track 1 should be
- *
* Don't share or store this token where an unauthorized entity could access it.
* The token provides access to the content of the stream. Safeguard the token
- * with the same measures that you would use with your AWS credentials.
+ * with the same measures that you would use with your Amazon Web Services
+ * credentials.
*
@@ -173,18 +176,21 @@
*
- * After the first media fragment is made available in a streaming session, any
- * fragments that don't contain the same codec private data cause an error to be
- * returned when those different media fragments are loaded. Therefore, the
- * codec private data should not change between fragments in a session. This
- * also means that the session fails if the fragments in a stream change from
- * having only video to having both audio and video.
+ * For the HLS streaming session, in-track codec private data (CPD) changes are
+ * supported. After the first media fragment is made available in a streaming
+ * session, fragments can contain CPD changes for each track. Therefore, the
+ * fragments in a session can have a different resolution, bit rate, or other
+ * information in the CPD without interrupting playback. However, any change
+ * made in the track number or track codec format can return an error when those
+ * different media fragments are loaded. For example, streaming will fail if the
+ * fragments in the stream change from having only video to having both audio
+ * and video, or if an AAC audio track is changed to an ALAW audio track. For
+ * each streaming session, only 500 CPD changes are allowed.
*
- * Data retrieved with this action is billable. See Pricing for
- * details.
+ * Data retrieved with this action is billable. For information, see Pricing.
* x-amz-RequestId
HTTP header – if you want to report an issue to
- * AWS, the support team can better diagnose the problem if given the Request
- * Id.
+ * Amazon Web Services the support team can better diagnose the problem if given
+ * the Request Id.
*
*
. For pricing information, see Amazon Kinesis
- * Video Streams Pricing and AWS
- * Pricing. Charges for both HLS sessions and outgoing AWS data apply.
+ * Video Streams Pricing and Amazon Web Services Pricing.
+ * Charges for both HLS sessions and outgoing Amazon Web Services data apply.
* V_MPEG/ISO/AVC
(for h.264) or V_MPEG/ISO/HEVC
(for
- * h.265). Optionally, the codec ID of track 2 should be A_AAC
.
+ * For streaming video, the media must contain H.264 or H.265 encoded video and,
+ * optionally, AAC encoded audio. Specifically, the codec ID of track 1 should
+ * be V_MPEG/ISO/AVC
(for H.264) or V_MPEG/ISO/HEVC
+ * (for H.265). Optionally, the codec ID of track 2 should be A_AAC
+ * . For audio only streaming, the codec ID of track 1 should be
+ * A_AAC
.
*
- * The default limit is 100 images per API response. The additional results
- * will be paginated.
+ * The default limit is 25 images per API response. Providing a
+ * MaxResults
greater than this value will result in a page
+ * size of 25. Any additional results will be paginated.
*
@@ -1102,8 +1115,9 @@ public GetImagesRequest withHeightPixels(Integer heightPixels) { *
*
- * The default limit is 100 images per API response. The additional
- * results will be paginated.
+ * The default limit is 25 images per API response. Providing a
+ * MaxResults
greater than this value will result in a
+ * page size of 25. Any additional results will be paginated.
*
- * The default limit is 100 images per API response. The additional results
- * will be paginated.
+ * The default limit is 25 images per API response. Providing a
+ * MaxResults
greater than this value will result in a page
+ * size of 25. Any additional results will be paginated.
*
@@ -1130,8 +1145,9 @@ public Long getMaxResults() { *
*
- * The default limit is 100 images per API response. The
- * additional results will be paginated.
+ * The default limit is 25 images per API response. Providing a
+ * MaxResults
greater than this value will result in
+ * a page size of 25. Any additional results will be paginated.
*
- * The default limit is 100 images per API response. The additional results
- * will be paginated.
+ * The default limit is 25 images per API response. Providing a
+ * MaxResults
greater than this value will result in a page
+ * size of 25. Any additional results will be paginated.
*
@@ -1161,8 +1178,9 @@ public void setMaxResults(Long maxResults) { *
*
- * The default limit is 100 images per API response. The
- * additional results will be paginated.
+ * The default limit is 25 images per API response. Providing a
+ * MaxResults
greater than this value will result in
+ * a page size of 25. Any additional results will be paginated.
*
* x-amz-RequestId
HTTP header – if you want to report an issue to
- * AWS, the support team can better diagnose the problem if given the Request
- * Id.
+ * Amazon Web Services, the support team can better diagnose the problem if
+ * given the Request Id.
*
- * AWS_KINESISVIDEO_EXCEPTION_ERROR_CODE - The integer code of the exception + * AWS_KINESISVIDEO_EXCEPTION_ERROR_CODE - The integer code of the *
*- * AWS_KINESISVIDEO_EXCEPTION_ERROR_CODE - The integer code of the exception + * AWS_KINESISVIDEO_EXCEPTION_ERROR_CODE - The integer code of the *
** AWS_KINESISVIDEO_EXCEPTION_ERROR_CODE - The integer code of the - * exception *
*- * AWS_KINESISVIDEO_EXCEPTION_ERROR_CODE - The integer code of the exception + * AWS_KINESISVIDEO_EXCEPTION_ERROR_CODE - The integer code of the *
** AWS_KINESISVIDEO_EXCEPTION_ERROR_CODE - The integer code of - * the exception + * the *
*- * AWS_KINESISVIDEO_EXCEPTION_ERROR_CODE - The integer code of the exception + * AWS_KINESISVIDEO_EXCEPTION_ERROR_CODE - The integer code of the *
** AWS_KINESISVIDEO_EXCEPTION_ERROR_CODE - The integer code of - * the exception + * the *
*
* x-amz-RequestId
HTTP header – if you want to report an issue to
- * AWS, the support team can better diagnose the problem if given the Request
- * Id.
+ * Amazon Web Services, the support team can better diagnose the problem if
+ * given the Request Id.
*
- * GetMedia
throws this error when Kinesis Video Streams can't find
- * the stream that you specified.
+ * GetImages
will throw this error when Kinesis Video Streams can't
+ * find the stream that you specified.
*
* GetHLSStreamingSessionURL
and
diff --git a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/TimestampRange.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/TimestampRange.java
index 4d1e1519629..bc7be9efff3 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/TimestampRange.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/TimestampRange.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/UnsupportedStreamMediaTypeException.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/UnsupportedStreamMediaTypeException.java
index 46593d29c00..7677d9711c7 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/UnsupportedStreamMediaTypeException.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/UnsupportedStreamMediaTypeException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ClientLimitExceededExceptionUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ClientLimitExceededExceptionUnmarshaller.java
index 04c75fbe478..662f4c6c64f 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ClientLimitExceededExceptionUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ClientLimitExceededExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ClipFragmentSelectorJsonMarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ClipFragmentSelectorJsonMarshaller.java
index 3451e9c05d9..b6d21be2e88 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ClipFragmentSelectorJsonMarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ClipFragmentSelectorJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ClipFragmentSelectorJsonUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ClipFragmentSelectorJsonUnmarshaller.java
index 8cc6913be96..a927e7e7147 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ClipFragmentSelectorJsonUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ClipFragmentSelectorJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ClipTimestampRangeJsonMarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ClipTimestampRangeJsonMarshaller.java
index aa4a9b10d95..6fe927019a1 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ClipTimestampRangeJsonMarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ClipTimestampRangeJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ClipTimestampRangeJsonUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ClipTimestampRangeJsonUnmarshaller.java
index cf91f1c99ec..33dc350336e 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ClipTimestampRangeJsonUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ClipTimestampRangeJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/DASHFragmentSelectorJsonMarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/DASHFragmentSelectorJsonMarshaller.java
index c32a7b41195..435957ce249 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/DASHFragmentSelectorJsonMarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/DASHFragmentSelectorJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/DASHFragmentSelectorJsonUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/DASHFragmentSelectorJsonUnmarshaller.java
index 8e8f80ce979..13d6ba2f4d4 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/DASHFragmentSelectorJsonUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/DASHFragmentSelectorJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/DASHTimestampRangeJsonMarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/DASHTimestampRangeJsonMarshaller.java
index cad26e1ad48..86562d1c424 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/DASHTimestampRangeJsonMarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/DASHTimestampRangeJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/DASHTimestampRangeJsonUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/DASHTimestampRangeJsonUnmarshaller.java
index 22cd1e41ce4..8220c7eff52 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/DASHTimestampRangeJsonUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/DASHTimestampRangeJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/FragmentJsonMarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/FragmentJsonMarshaller.java
index 0d65d8bd192..13d7b5a1a67 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/FragmentJsonMarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/FragmentJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/FragmentJsonUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/FragmentJsonUnmarshaller.java
index f8ed80df8f7..168b5d813d9 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/FragmentJsonUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/FragmentJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/FragmentSelectorJsonMarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/FragmentSelectorJsonMarshaller.java
index c7e303a8629..677c5e07168 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/FragmentSelectorJsonMarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/FragmentSelectorJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/FragmentSelectorJsonUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/FragmentSelectorJsonUnmarshaller.java
index 0ac196c00ef..9a236b0b108 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/FragmentSelectorJsonUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/FragmentSelectorJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetClipRequestMarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetClipRequestMarshaller.java
index 438a3d3835e..c02cdd80860 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetClipRequestMarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetClipRequestMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetClipResultJsonUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetClipResultJsonUnmarshaller.java
index 06cd945f6b0..f5d7f1f19a4 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetClipResultJsonUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetClipResultJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetDASHStreamingSessionURLRequestMarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetDASHStreamingSessionURLRequestMarshaller.java
index 93841274cff..a7c1a594df0 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetDASHStreamingSessionURLRequestMarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetDASHStreamingSessionURLRequestMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetDASHStreamingSessionURLResultJsonUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetDASHStreamingSessionURLResultJsonUnmarshaller.java
index 29dfc913e8b..9fbc4c2c506 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetDASHStreamingSessionURLResultJsonUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetDASHStreamingSessionURLResultJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetHLSStreamingSessionURLRequestMarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetHLSStreamingSessionURLRequestMarshaller.java
index 152ea93bd0f..94b37966f1e 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetHLSStreamingSessionURLRequestMarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetHLSStreamingSessionURLRequestMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetHLSStreamingSessionURLResultJsonUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetHLSStreamingSessionURLResultJsonUnmarshaller.java
index 431717d6bd0..4e6500e2c94 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetHLSStreamingSessionURLResultJsonUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetHLSStreamingSessionURLResultJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetImagesRequestMarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetImagesRequestMarshaller.java
index ec31e5eaaac..5ace6a4ca1c 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetImagesRequestMarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetImagesRequestMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetImagesResultJsonUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetImagesResultJsonUnmarshaller.java
index 0f3d1cd68fe..f9a9d9c0ce4 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetImagesResultJsonUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetImagesResultJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetMediaForFragmentListRequestMarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetMediaForFragmentListRequestMarshaller.java
index e3cd47a3b4c..dd35823f7c9 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetMediaForFragmentListRequestMarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetMediaForFragmentListRequestMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetMediaForFragmentListResultJsonUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetMediaForFragmentListResultJsonUnmarshaller.java
index 18365d1dac0..4a3fdc5bfad 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetMediaForFragmentListResultJsonUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/GetMediaForFragmentListResultJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/HLSFragmentSelectorJsonMarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/HLSFragmentSelectorJsonMarshaller.java
index 91dd156f6d2..6b82daf73f2 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/HLSFragmentSelectorJsonMarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/HLSFragmentSelectorJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/HLSFragmentSelectorJsonUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/HLSFragmentSelectorJsonUnmarshaller.java
index d8a9b72f9b8..a9eaa798730 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/HLSFragmentSelectorJsonUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/HLSFragmentSelectorJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/HLSTimestampRangeJsonMarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/HLSTimestampRangeJsonMarshaller.java
index dbec1f98d0d..5cab50af7f0 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/HLSTimestampRangeJsonMarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/HLSTimestampRangeJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/HLSTimestampRangeJsonUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/HLSTimestampRangeJsonUnmarshaller.java
index 1bf832246ad..29d192654da 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/HLSTimestampRangeJsonUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/HLSTimestampRangeJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ImageJsonMarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ImageJsonMarshaller.java
index cfd93e4f8b9..3cb90fd41ea 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ImageJsonMarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ImageJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ImageJsonUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ImageJsonUnmarshaller.java
index 40af3b6cf83..15c57cb7101 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ImageJsonUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ImageJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/InvalidArgumentExceptionUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/InvalidArgumentExceptionUnmarshaller.java
index 9a2a627fb48..0d4412e3141 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/InvalidArgumentExceptionUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/InvalidArgumentExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/InvalidCodecPrivateDataExceptionUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/InvalidCodecPrivateDataExceptionUnmarshaller.java
index c05af02a922..31d4b21db56 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/InvalidCodecPrivateDataExceptionUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/InvalidCodecPrivateDataExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/InvalidMediaFrameExceptionUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/InvalidMediaFrameExceptionUnmarshaller.java
index 392f418428d..17adcc58b7f 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/InvalidMediaFrameExceptionUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/InvalidMediaFrameExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ListFragmentsRequestMarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ListFragmentsRequestMarshaller.java
index 774086d7b7d..24b7c0c2c5f 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ListFragmentsRequestMarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ListFragmentsRequestMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ListFragmentsResultJsonUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ListFragmentsResultJsonUnmarshaller.java
index a7ec1f786fa..59eaf8f3b82 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ListFragmentsResultJsonUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ListFragmentsResultJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/MissingCodecPrivateDataExceptionUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/MissingCodecPrivateDataExceptionUnmarshaller.java
index abca399dc80..b5055a60bb3 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/MissingCodecPrivateDataExceptionUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/MissingCodecPrivateDataExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/NoDataRetentionExceptionUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/NoDataRetentionExceptionUnmarshaller.java
index fef75a141da..a187c49cd60 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/NoDataRetentionExceptionUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/NoDataRetentionExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/NotAuthorizedExceptionUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/NotAuthorizedExceptionUnmarshaller.java
index 7f950259298..57cd2d3cc9b 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/NotAuthorizedExceptionUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/NotAuthorizedExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ResourceNotFoundExceptionUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ResourceNotFoundExceptionUnmarshaller.java
index 70701f9b371..94f82fb4a37 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ResourceNotFoundExceptionUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/ResourceNotFoundExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/TimestampRangeJsonMarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/TimestampRangeJsonMarshaller.java
index 24ca02f75ac..ae8df2d65fd 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/TimestampRangeJsonMarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/TimestampRangeJsonMarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/TimestampRangeJsonUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/TimestampRangeJsonUnmarshaller.java
index a0effa18f3a..e822317003d 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/TimestampRangeJsonUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/TimestampRangeJsonUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/UnsupportedStreamMediaTypeExceptionUnmarshaller.java b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/UnsupportedStreamMediaTypeExceptionUnmarshaller.java
index b68bab2b70e..2a7ef5874d1 100644
--- a/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/UnsupportedStreamMediaTypeExceptionUnmarshaller.java
+++ b/aws-android-sdk-kinesisvideo-archivedmedia/src/main/java/com/amazonaws/services/kinesisvideoarchivedmedia/model/transform/UnsupportedStreamMediaTypeExceptionUnmarshaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2023 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.