diff --git a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/AmazonPolly.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/AmazonPolly.java index 26e0905cef..ea7d1f00c1 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/AmazonPolly.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/AmazonPolly.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-polly/src/main/java/com/amazonaws/services/polly/AmazonPollyClient.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/AmazonPollyClient.java index 6a23de947c..0c81d5fcf3 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/AmazonPollyClient.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/AmazonPollyClient.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-polly/src/main/java/com/amazonaws/services/polly/model/DeleteLexiconRequest.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/DeleteLexiconRequest.java index e3086ae235..1d7e3e7557 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/DeleteLexiconRequest.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/DeleteLexiconRequest.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-polly/src/main/java/com/amazonaws/services/polly/model/DeleteLexiconResult.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/DeleteLexiconResult.java index e484bc6daa..4df0ec8bf2 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/DeleteLexiconResult.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/DeleteLexiconResult.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-polly/src/main/java/com/amazonaws/services/polly/model/DescribeVoicesRequest.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/DescribeVoicesRequest.java index aef5e60230..52d3b98fa0 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/DescribeVoicesRequest.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/DescribeVoicesRequest.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-polly/src/main/java/com/amazonaws/services/polly/model/DescribeVoicesResult.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/DescribeVoicesResult.java index 92bef1e956..f43d3556af 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/DescribeVoicesResult.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/DescribeVoicesResult.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-polly/src/main/java/com/amazonaws/services/polly/model/Engine.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/Engine.java index 074081cf2e..06475038d7 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/Engine.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/Engine.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-polly/src/main/java/com/amazonaws/services/polly/model/EngineNotSupportedException.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/EngineNotSupportedException.java index 210e066361..135c447e2d 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/EngineNotSupportedException.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/EngineNotSupportedException.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-polly/src/main/java/com/amazonaws/services/polly/model/Gender.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/Gender.java index f255221ce3..f45e3c88a2 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/Gender.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/Gender.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-polly/src/main/java/com/amazonaws/services/polly/model/GetLexiconRequest.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/GetLexiconRequest.java index 1da40ef404..1c89cff3bb 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/GetLexiconRequest.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/GetLexiconRequest.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-polly/src/main/java/com/amazonaws/services/polly/model/GetLexiconResult.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/GetLexiconResult.java index 4be1f6973d..53a56782cd 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/GetLexiconResult.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/GetLexiconResult.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-polly/src/main/java/com/amazonaws/services/polly/model/GetSpeechSynthesisTaskRequest.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/GetSpeechSynthesisTaskRequest.java index 3f44f0da4b..d8c76aaa20 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/GetSpeechSynthesisTaskRequest.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/GetSpeechSynthesisTaskRequest.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-polly/src/main/java/com/amazonaws/services/polly/model/GetSpeechSynthesisTaskResult.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/GetSpeechSynthesisTaskResult.java index 183f670a47..74f13e1f6d 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/GetSpeechSynthesisTaskResult.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/GetSpeechSynthesisTaskResult.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-polly/src/main/java/com/amazonaws/services/polly/model/InvalidLexiconException.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidLexiconException.java index a79c859754..bb5f14751d 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidLexiconException.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidLexiconException.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-polly/src/main/java/com/amazonaws/services/polly/model/InvalidNextTokenException.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidNextTokenException.java index fdb185c68b..bfc6feb28a 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidNextTokenException.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidNextTokenException.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-polly/src/main/java/com/amazonaws/services/polly/model/InvalidS3BucketException.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidS3BucketException.java index a78b99e7a7..2092393f29 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidS3BucketException.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidS3BucketException.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-polly/src/main/java/com/amazonaws/services/polly/model/InvalidS3KeyException.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidS3KeyException.java index 6c45f82063..d329c07410 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidS3KeyException.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidS3KeyException.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-polly/src/main/java/com/amazonaws/services/polly/model/InvalidSampleRateException.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidSampleRateException.java index c4ae2ca8e1..a4d4c1b27a 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidSampleRateException.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidSampleRateException.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-polly/src/main/java/com/amazonaws/services/polly/model/InvalidSnsTopicArnException.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidSnsTopicArnException.java index ae22811775..16b3510e03 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidSnsTopicArnException.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidSnsTopicArnException.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-polly/src/main/java/com/amazonaws/services/polly/model/InvalidSsmlException.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidSsmlException.java index 1ccee65b51..65d68f0a3e 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidSsmlException.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidSsmlException.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-polly/src/main/java/com/amazonaws/services/polly/model/InvalidTaskIdException.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidTaskIdException.java index fd564fa907..cf58dc8957 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidTaskIdException.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/InvalidTaskIdException.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-polly/src/main/java/com/amazonaws/services/polly/model/LanguageCode.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/LanguageCode.java index fcc9a42726..dcd1a73073 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/LanguageCode.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/LanguageCode.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-polly/src/main/java/com/amazonaws/services/polly/model/LanguageNotSupportedException.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/LanguageNotSupportedException.java index 63326dd067..22ba1a83f9 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/LanguageNotSupportedException.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/LanguageNotSupportedException.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-polly/src/main/java/com/amazonaws/services/polly/model/Lexicon.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/Lexicon.java index 921fb97807..b786865616 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/Lexicon.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/Lexicon.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-polly/src/main/java/com/amazonaws/services/polly/model/LexiconAttributes.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/LexiconAttributes.java index e3733ad487..b5e515e48c 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/LexiconAttributes.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/LexiconAttributes.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-polly/src/main/java/com/amazonaws/services/polly/model/LexiconDescription.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/LexiconDescription.java index b92ea52bdb..f6edf13572 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/LexiconDescription.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/LexiconDescription.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-polly/src/main/java/com/amazonaws/services/polly/model/LexiconNotFoundException.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/LexiconNotFoundException.java index d319409011..c24b63c997 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/LexiconNotFoundException.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/LexiconNotFoundException.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-polly/src/main/java/com/amazonaws/services/polly/model/LexiconSizeExceededException.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/LexiconSizeExceededException.java index ddac69ec68..ed4934dcd3 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/LexiconSizeExceededException.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/LexiconSizeExceededException.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-polly/src/main/java/com/amazonaws/services/polly/model/ListLexiconsRequest.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/ListLexiconsRequest.java index 01690a28d0..2e2328289d 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/ListLexiconsRequest.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/ListLexiconsRequest.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-polly/src/main/java/com/amazonaws/services/polly/model/ListLexiconsResult.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/ListLexiconsResult.java index ce3b79f0be..25c4197fdd 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/ListLexiconsResult.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/ListLexiconsResult.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-polly/src/main/java/com/amazonaws/services/polly/model/ListSpeechSynthesisTasksRequest.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/ListSpeechSynthesisTasksRequest.java index 5eaa28f216..afe96dc686 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/ListSpeechSynthesisTasksRequest.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/ListSpeechSynthesisTasksRequest.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-polly/src/main/java/com/amazonaws/services/polly/model/ListSpeechSynthesisTasksResult.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/ListSpeechSynthesisTasksResult.java index ba33094b1c..d8a2997af7 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/ListSpeechSynthesisTasksResult.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/ListSpeechSynthesisTasksResult.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-polly/src/main/java/com/amazonaws/services/polly/model/MarksNotSupportedForFormatException.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/MarksNotSupportedForFormatException.java index ccfa054026..ad24c14bd4 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/MarksNotSupportedForFormatException.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/MarksNotSupportedForFormatException.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-polly/src/main/java/com/amazonaws/services/polly/model/MaxLexemeLengthExceededException.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/MaxLexemeLengthExceededException.java index 6e360556e7..0cf3fafd60 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/MaxLexemeLengthExceededException.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/MaxLexemeLengthExceededException.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-polly/src/main/java/com/amazonaws/services/polly/model/MaxLexiconsNumberExceededException.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/MaxLexiconsNumberExceededException.java index 2602eee462..10e0f09b8f 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/MaxLexiconsNumberExceededException.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/MaxLexiconsNumberExceededException.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-polly/src/main/java/com/amazonaws/services/polly/model/OutputFormat.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/OutputFormat.java index d7d448a3d3..ca3be96da3 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/OutputFormat.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/OutputFormat.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-polly/src/main/java/com/amazonaws/services/polly/model/PutLexiconRequest.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/PutLexiconRequest.java index fdaf6491d0..e9183a2e42 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/PutLexiconRequest.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/PutLexiconRequest.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-polly/src/main/java/com/amazonaws/services/polly/model/PutLexiconResult.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/PutLexiconResult.java index 63628e060b..a4cfa0837f 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/PutLexiconResult.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/PutLexiconResult.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-polly/src/main/java/com/amazonaws/services/polly/model/ServiceFailureException.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/ServiceFailureException.java index ddb5baa812..572af4ac6f 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/ServiceFailureException.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/ServiceFailureException.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-polly/src/main/java/com/amazonaws/services/polly/model/SpeechMarkType.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/SpeechMarkType.java index 280fa5447e..31d1f9dd52 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/SpeechMarkType.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/SpeechMarkType.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-polly/src/main/java/com/amazonaws/services/polly/model/SsmlMarksNotSupportedForTextTypeException.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/SsmlMarksNotSupportedForTextTypeException.java index 5d5084734d..a240ff0f2c 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/SsmlMarksNotSupportedForTextTypeException.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/SsmlMarksNotSupportedForTextTypeException.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-polly/src/main/java/com/amazonaws/services/polly/model/StartSpeechSynthesisTaskRequest.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/StartSpeechSynthesisTaskRequest.java index b5d3ac4f97..9a67b98c36 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/StartSpeechSynthesisTaskRequest.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/StartSpeechSynthesisTaskRequest.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. @@ -180,7 +180,8 @@ public class StartSpeechSynthesisTaskRequest extends AmazonWebServiceRequest imp * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen */ private String voiceId; @@ -1272,7 +1273,8 @@ public StartSpeechSynthesisTaskRequest withTextType(TextType textType) { * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen * * @return
* Voice ID to use for the synthesis. @@ -1297,7 +1299,8 @@ public String getVoiceId() { * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen * * @param voiceId
* Voice ID to use for the synthesis. @@ -1325,7 +1328,8 @@ public void setVoiceId(String voiceId) { * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen * * @param voiceId
* Voice ID to use for the synthesis. @@ -1353,7 +1357,8 @@ public StartSpeechSynthesisTaskRequest withVoiceId(String voiceId) { * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen * * @param voiceId
* Voice ID to use for the synthesis. @@ -1381,7 +1386,8 @@ public void setVoiceId(VoiceId voiceId) { * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen * * @param voiceId
* Voice ID to use for the synthesis. diff --git a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/StartSpeechSynthesisTaskResult.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/StartSpeechSynthesisTaskResult.java index 83f2c7defc..34056b3266 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/StartSpeechSynthesisTaskResult.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/StartSpeechSynthesisTaskResult.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-polly/src/main/java/com/amazonaws/services/polly/model/SynthesisTask.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/SynthesisTask.java index 733d7fa475..b5611f2d93 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/SynthesisTask.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/SynthesisTask.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. @@ -165,7 +165,8 @@ public class SynthesisTask implements Serializable { * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen */ private String voiceId; @@ -1225,7 +1226,8 @@ public SynthesisTask withTextType(TextType textType) { * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen * * @return
* Voice ID to use for the synthesis. @@ -1250,7 +1252,8 @@ public String getVoiceId() { * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen * * @param voiceId
* Voice ID to use for the synthesis. @@ -1278,7 +1281,8 @@ public void setVoiceId(String voiceId) { * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen * * @param voiceId
* Voice ID to use for the synthesis. @@ -1306,7 +1310,8 @@ public SynthesisTask withVoiceId(String voiceId) { * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen * * @param voiceId
* Voice ID to use for the synthesis. @@ -1334,7 +1339,8 @@ public void setVoiceId(VoiceId voiceId) { * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen * * @param voiceId
* Voice ID to use for the synthesis. diff --git a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/SynthesisTaskNotFoundException.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/SynthesisTaskNotFoundException.java index 77d9867efa..1451360c0e 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/SynthesisTaskNotFoundException.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/SynthesisTaskNotFoundException.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-polly/src/main/java/com/amazonaws/services/polly/model/SynthesizeSpeechRequest.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/SynthesizeSpeechRequest.java index 88c23b6550..6d64425c94 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/SynthesizeSpeechRequest.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/SynthesizeSpeechRequest.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. @@ -185,7 +185,8 @@ public class SynthesizeSpeechRequest extends AmazonWebServiceRequest implements * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen */ private String voiceId; @@ -1496,7 +1497,8 @@ public SynthesizeSpeechRequest withTextType(TextType textType) { * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen * * @return
* Voice ID to use for the synthesis. You can get a list of @@ -1527,7 +1529,8 @@ public String getVoiceId() { * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen * * @param voiceId
* Voice ID to use for the synthesis. You can get a list of @@ -1561,7 +1564,8 @@ public void setVoiceId(String voiceId) { * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen * * @param voiceId
* Voice ID to use for the synthesis. You can get a list of @@ -1595,7 +1599,8 @@ public SynthesizeSpeechRequest withVoiceId(String voiceId) { * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen * * @param voiceId
* Voice ID to use for the synthesis. You can get a list of @@ -1629,7 +1634,8 @@ public void setVoiceId(VoiceId voiceId) { * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen * * @param voiceId
* Voice ID to use for the synthesis. You can get a list of diff --git a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/SynthesizeSpeechResult.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/SynthesizeSpeechResult.java index 9cfc1e2a03..9b842970ca 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/SynthesizeSpeechResult.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/SynthesizeSpeechResult.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-polly/src/main/java/com/amazonaws/services/polly/model/TaskStatus.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/TaskStatus.java index 04fd3ccd91..cb2a746972 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/TaskStatus.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/TaskStatus.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-polly/src/main/java/com/amazonaws/services/polly/model/TextLengthExceededException.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/TextLengthExceededException.java index a0614e0758..2b903bbf1f 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/TextLengthExceededException.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/TextLengthExceededException.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-polly/src/main/java/com/amazonaws/services/polly/model/TextType.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/TextType.java index c10b89f633..32f9641e55 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/TextType.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/TextType.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-polly/src/main/java/com/amazonaws/services/polly/model/UnsupportedPlsAlphabetException.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/UnsupportedPlsAlphabetException.java index 1d25f80c79..0c62982e00 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/UnsupportedPlsAlphabetException.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/UnsupportedPlsAlphabetException.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-polly/src/main/java/com/amazonaws/services/polly/model/UnsupportedPlsLanguageException.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/UnsupportedPlsLanguageException.java index f0947bc6f2..e8d8499262 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/UnsupportedPlsLanguageException.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/UnsupportedPlsLanguageException.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-polly/src/main/java/com/amazonaws/services/polly/model/Voice.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/Voice.java index 6a514862f9..d12d965192 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/Voice.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/Voice.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. @@ -48,7 +48,8 @@ public class Voice implements Serializable { * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen */ private String id; @@ -214,7 +215,8 @@ public Voice withGender(Gender gender) { * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen * * @return
* Amazon Polly assigned voice ID. This is the ID that you specify @@ -241,7 +243,8 @@ public String getId() { * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen * * @param id
* Amazon Polly assigned voice ID. This is the ID that you @@ -272,7 +275,8 @@ public void setId(String id) { * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen * * @param id
* Amazon Polly assigned voice ID. This is the ID that you @@ -303,7 +307,8 @@ public Voice withId(String id) { * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen * * @param id
* Amazon Polly assigned voice ID. This is the ID that you @@ -334,7 +339,8 @@ public void setId(VoiceId id) { * Mizuki, Naja, Nicole, Olivia, Penelope, Raveena, Ricardo, Ruben, Russell, * Salli, Seoyeon, Takumi, Tatyana, Vicki, Vitoria, Zeina, Zhiyu, Aria, * Ayanda, Arlet, Hannah, Arthur, Daniel, Liam, Pedro, Kajal, Hiujin, Laura, - * Elin, Ida, Suvi, Ola, Hala + * Elin, Ida, Suvi, Ola, Hala, Andres, Sergio, Remi, Adriano, Thiago, Ruth, + * Stephen * * @param id
* Amazon Polly assigned voice ID. This is the ID that you diff --git a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/VoiceId.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/VoiceId.java index 3ec2daac0f..5135efba75 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/VoiceId.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/VoiceId.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. @@ -101,7 +101,14 @@ public enum VoiceId { Ida("Ida"), Suvi("Suvi"), Ola("Ola"), - Hala("Hala"); + Hala("Hala"), + Andres("Andres"), + Sergio("Sergio"), + Remi("Remi"), + Adriano("Adriano"), + Thiago("Thiago"), + Ruth("Ruth"), + Stephen("Stephen"); private String value; @@ -196,6 +203,13 @@ public String toString() { enumMap.put("Suvi", Suvi); enumMap.put("Ola", Ola); enumMap.put("Hala", Hala); + enumMap.put("Andres", Andres); + enumMap.put("Sergio", Sergio); + enumMap.put("Remi", Remi); + enumMap.put("Adriano", Adriano); + enumMap.put("Thiago", Thiago); + enumMap.put("Ruth", Ruth); + enumMap.put("Stephen", Stephen); } /** diff --git a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/DeleteLexiconRequestMarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/DeleteLexiconRequestMarshaller.java index be8eade952..13264126ee 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/DeleteLexiconRequestMarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/DeleteLexiconRequestMarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/DeleteLexiconResultJsonUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/DeleteLexiconResultJsonUnmarshaller.java index 3ab9e6b6d9..0b4151eb9d 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/DeleteLexiconResultJsonUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/DeleteLexiconResultJsonUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/DescribeVoicesRequestMarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/DescribeVoicesRequestMarshaller.java index 7cf058ce9b..0d6d3ff0aa 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/DescribeVoicesRequestMarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/DescribeVoicesRequestMarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/DescribeVoicesResultJsonUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/DescribeVoicesResultJsonUnmarshaller.java index 2ac66116d0..e36747c289 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/DescribeVoicesResultJsonUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/DescribeVoicesResultJsonUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/EngineNotSupportedExceptionUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/EngineNotSupportedExceptionUnmarshaller.java index b5eaa8c320..da2b170c70 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/EngineNotSupportedExceptionUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/EngineNotSupportedExceptionUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/GetLexiconRequestMarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/GetLexiconRequestMarshaller.java index 8f10229dd1..222a4eab22 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/GetLexiconRequestMarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/GetLexiconRequestMarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/GetLexiconResultJsonUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/GetLexiconResultJsonUnmarshaller.java index 1de827a378..ee10d93d8d 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/GetLexiconResultJsonUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/GetLexiconResultJsonUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/GetSpeechSynthesisTaskRequestMarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/GetSpeechSynthesisTaskRequestMarshaller.java index 03d0fb78f7..4b62cb06da 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/GetSpeechSynthesisTaskRequestMarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/GetSpeechSynthesisTaskRequestMarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/GetSpeechSynthesisTaskResultJsonUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/GetSpeechSynthesisTaskResultJsonUnmarshaller.java index 2258c5cde9..62f8143114 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/GetSpeechSynthesisTaskResultJsonUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/GetSpeechSynthesisTaskResultJsonUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidLexiconExceptionUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidLexiconExceptionUnmarshaller.java index 2b02cda042..255524dc49 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidLexiconExceptionUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidLexiconExceptionUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidNextTokenExceptionUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidNextTokenExceptionUnmarshaller.java index 498ebde72d..c6a0e21cfe 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidNextTokenExceptionUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidNextTokenExceptionUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidS3BucketExceptionUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidS3BucketExceptionUnmarshaller.java index 3f3e851d2c..acc47002ba 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidS3BucketExceptionUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidS3BucketExceptionUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidS3KeyExceptionUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidS3KeyExceptionUnmarshaller.java index 59013e03a8..ba31a19906 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidS3KeyExceptionUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidS3KeyExceptionUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidSampleRateExceptionUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidSampleRateExceptionUnmarshaller.java index 72c94fe666..93514723c5 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidSampleRateExceptionUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidSampleRateExceptionUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidSnsTopicArnExceptionUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidSnsTopicArnExceptionUnmarshaller.java index 76ecbc777c..a65b409c59 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidSnsTopicArnExceptionUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidSnsTopicArnExceptionUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidSsmlExceptionUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidSsmlExceptionUnmarshaller.java index c67fb54a80..3784d0b2d5 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidSsmlExceptionUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidSsmlExceptionUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidTaskIdExceptionUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidTaskIdExceptionUnmarshaller.java index 8116b31e20..345cd6ccc0 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidTaskIdExceptionUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/InvalidTaskIdExceptionUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/LanguageNotSupportedExceptionUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LanguageNotSupportedExceptionUnmarshaller.java index 5e60758259..73561d6e73 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LanguageNotSupportedExceptionUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LanguageNotSupportedExceptionUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconAttributesJsonMarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconAttributesJsonMarshaller.java index 61a47342b7..df7392a159 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconAttributesJsonMarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconAttributesJsonMarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconAttributesJsonUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconAttributesJsonUnmarshaller.java index 14880c652c..a826ba66e2 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconAttributesJsonUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconAttributesJsonUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconDescriptionJsonMarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconDescriptionJsonMarshaller.java index 98bc11dea4..a557670349 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconDescriptionJsonMarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconDescriptionJsonMarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconDescriptionJsonUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconDescriptionJsonUnmarshaller.java index 889f1c038a..7c7682db2e 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconDescriptionJsonUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconDescriptionJsonUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconJsonMarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconJsonMarshaller.java index e354005bbd..d8cb63bd4b 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconJsonMarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconJsonMarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconJsonUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconJsonUnmarshaller.java index 01fbfd5905..6572167161 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconJsonUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconJsonUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconNotFoundExceptionUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconNotFoundExceptionUnmarshaller.java index 2367d1cdba..3ff5cd21bc 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconNotFoundExceptionUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconNotFoundExceptionUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconSizeExceededExceptionUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconSizeExceededExceptionUnmarshaller.java index 4fdb621241..d15c5264a6 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconSizeExceededExceptionUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/LexiconSizeExceededExceptionUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/ListLexiconsRequestMarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/ListLexiconsRequestMarshaller.java index de4287b317..a02d2baceb 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/ListLexiconsRequestMarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/ListLexiconsRequestMarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/ListLexiconsResultJsonUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/ListLexiconsResultJsonUnmarshaller.java index 56e1d21ffe..7ca4dfe1fc 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/ListLexiconsResultJsonUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/ListLexiconsResultJsonUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/ListSpeechSynthesisTasksRequestMarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/ListSpeechSynthesisTasksRequestMarshaller.java index a3d6d5dbdd..9d77152c69 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/ListSpeechSynthesisTasksRequestMarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/ListSpeechSynthesisTasksRequestMarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/ListSpeechSynthesisTasksResultJsonUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/ListSpeechSynthesisTasksResultJsonUnmarshaller.java index af7e9fd247..aad06ff1b1 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/ListSpeechSynthesisTasksResultJsonUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/ListSpeechSynthesisTasksResultJsonUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/MarksNotSupportedForFormatExceptionUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/MarksNotSupportedForFormatExceptionUnmarshaller.java index dd928eff2e..89dbb0fbe1 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/MarksNotSupportedForFormatExceptionUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/MarksNotSupportedForFormatExceptionUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/MaxLexemeLengthExceededExceptionUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/MaxLexemeLengthExceededExceptionUnmarshaller.java index 2ee23af6ec..fb53bc1497 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/MaxLexemeLengthExceededExceptionUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/MaxLexemeLengthExceededExceptionUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/MaxLexiconsNumberExceededExceptionUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/MaxLexiconsNumberExceededExceptionUnmarshaller.java index ce2ae6d522..fdaa99087f 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/MaxLexiconsNumberExceededExceptionUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/MaxLexiconsNumberExceededExceptionUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/PutLexiconRequestMarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/PutLexiconRequestMarshaller.java index 6a5e1217a3..325456d3b0 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/PutLexiconRequestMarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/PutLexiconRequestMarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/PutLexiconResultJsonUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/PutLexiconResultJsonUnmarshaller.java index b4e228f2f7..65914bbc58 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/PutLexiconResultJsonUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/PutLexiconResultJsonUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/ServiceFailureExceptionUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/ServiceFailureExceptionUnmarshaller.java index 32a2777aa0..c779d1c740 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/ServiceFailureExceptionUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/ServiceFailureExceptionUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/SsmlMarksNotSupportedForTextTypeExceptionUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/SsmlMarksNotSupportedForTextTypeExceptionUnmarshaller.java index cf9057bbaf..24864959fb 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/SsmlMarksNotSupportedForTextTypeExceptionUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/SsmlMarksNotSupportedForTextTypeExceptionUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/StartSpeechSynthesisTaskRequestMarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/StartSpeechSynthesisTaskRequestMarshaller.java index 0a00359e9b..66c67c29aa 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/StartSpeechSynthesisTaskRequestMarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/StartSpeechSynthesisTaskRequestMarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/StartSpeechSynthesisTaskResultJsonUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/StartSpeechSynthesisTaskResultJsonUnmarshaller.java index e3d2afeb31..81dc636feb 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/StartSpeechSynthesisTaskResultJsonUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/StartSpeechSynthesisTaskResultJsonUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/SynthesisTaskJsonMarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/SynthesisTaskJsonMarshaller.java index b3c8bd25c2..69ea69ae2f 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/SynthesisTaskJsonMarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/SynthesisTaskJsonMarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/SynthesisTaskJsonUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/SynthesisTaskJsonUnmarshaller.java index c63f88e8f7..45b4ada7c5 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/SynthesisTaskJsonUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/SynthesisTaskJsonUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/SynthesisTaskNotFoundExceptionUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/SynthesisTaskNotFoundExceptionUnmarshaller.java index 92d46037ce..fab43c8764 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/SynthesisTaskNotFoundExceptionUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/SynthesisTaskNotFoundExceptionUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/SynthesizeSpeechRequestMarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/SynthesizeSpeechRequestMarshaller.java index 743e00be98..ff4d4f885f 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/SynthesizeSpeechRequestMarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/SynthesizeSpeechRequestMarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/TextLengthExceededExceptionUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/TextLengthExceededExceptionUnmarshaller.java index 90f03839d3..935e675c92 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/TextLengthExceededExceptionUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/TextLengthExceededExceptionUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/UnsupportedPlsAlphabetExceptionUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/UnsupportedPlsAlphabetExceptionUnmarshaller.java index b0c16651a3..6b6f332e21 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/UnsupportedPlsAlphabetExceptionUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/UnsupportedPlsAlphabetExceptionUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/UnsupportedPlsLanguageExceptionUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/UnsupportedPlsLanguageExceptionUnmarshaller.java index 6a0dc7dbac..5da5e34cbe 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/UnsupportedPlsLanguageExceptionUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/UnsupportedPlsLanguageExceptionUnmarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/VoiceJsonMarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/VoiceJsonMarshaller.java index b4fab9ef02..73ccef7777 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/VoiceJsonMarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/VoiceJsonMarshaller.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-polly/src/main/java/com/amazonaws/services/polly/model/transform/VoiceJsonUnmarshaller.java b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/VoiceJsonUnmarshaller.java index 03d11f8c69..e8048a85e8 100644 --- a/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/VoiceJsonUnmarshaller.java +++ b/aws-android-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/VoiceJsonUnmarshaller.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.