diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/AmazonComprehend.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/AmazonComprehend.java index fc6d9b946c..04d3a53c05 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/AmazonComprehend.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/AmazonComprehend.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -237,7 +237,7 @@ BatchDetectSyntaxResult batchDetectSyntax(BatchDetectSyntaxRequest batchDetectSy *

* For more information about targeted sentiment, see Targeted sentiment. + * >Targeted sentiment in the Amazon Comprehend Developer Guide. *

* * @param batchDetectTargetedSentimentRequest @@ -263,17 +263,37 @@ BatchDetectTargetedSentimentResult batchDetectTargetedSentiment( /** *

- * Creates a new document classification request to analyze a single - * document in real-time, using a previously created and trained custom - * model and an endpoint. + * Creates a classification request to analyze a single document in + * real-time. ClassifyDocument supports the following model + * types: *

+ * *

* If the system detects errors while processing a page in the input - * document, the API response includes an entry in Errors that + * document, the API response includes an Errors field that * describes the errors. *

*

@@ -1263,7 +1283,7 @@ DetectSyntaxResult detectSyntax(DetectSyntaxRequest detectSyntaxRequest) *

* For more information about targeted sentiment, see Targeted sentiment. + * >Targeted sentiment in the Amazon Comprehend Developer Guide. *

* * @param detectTargetedSentimentRequest @@ -1286,6 +1306,34 @@ DetectTargetedSentimentResult detectTargetedSentiment( DetectTargetedSentimentRequest detectTargetedSentimentRequest) throws AmazonClientException, AmazonServiceException; + /** + *

+ * Performs toxicity analysis on the list of text strings that you provide + * as input. The API response contains a results list that matches the size + * of the input list. For more information about toxicity detection, see Toxicity detection in the Amazon Comprehend Developer Guide. + *

+ * + * @param detectToxicContentRequest + * @return detectToxicContentResult The response from the DetectToxicContent + * service method, as returned by Amazon Comprehend. + * @throws InvalidRequestException + * @throws TextSizeLimitExceededException + * @throws UnsupportedLanguageException + * @throws InternalServerException + * @throws AmazonClientException If any internal errors are encountered + * inside the client while attempting to make the request or + * handle the response. For example if a network connection is + * not available. + * @throws AmazonServiceException If an error response is returned by Amazon + * Comprehend indicating either a problem with the data in the + * request, or a server side issue. + */ + DetectToxicContentResult detectToxicContent(DetectToxicContentRequest detectToxicContentRequest) + throws AmazonClientException, AmazonServiceException; + /** *

* Creates a new custom model that replicates a source custom model that you @@ -1815,7 +1863,8 @@ PutResourcePolicyResult putResourcePolicy(PutResourcePolicyRequest putResourcePo /** *

- * Starts an asynchronous document classification job. Use the + * Starts an asynchronous document classification job using a custom + * classification model. Use the * DescribeDocumentClassificationJob operation to track the * progress of the job. *

diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/AmazonComprehendAsync.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/AmazonComprehendAsync.java index 59bd11fce4..27be61e3e2 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/AmazonComprehendAsync.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/AmazonComprehendAsync.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -351,7 +351,7 @@ Future batchDetectSyntaxAsync( *

* For more information about targeted sentiment, see Targeted sentiment. + * >Targeted sentiment in the Amazon Comprehend Developer Guide. *

* * @param batchDetectTargetedSentimentRequest @@ -383,7 +383,7 @@ Future batchDetectTargetedSentimentAsync( *

* For more information about targeted sentiment, see Targeted sentiment. + * >Targeted sentiment in the Amazon Comprehend Developer Guide. *

* * @param batchDetectTargetedSentimentRequest @@ -414,17 +414,37 @@ Future batchDetectTargetedSentimentAsync( /** *

- * Creates a new document classification request to analyze a single - * document in real-time, using a previously created and trained custom - * model and an endpoint. + * Creates a classification request to analyze a single document in + * real-time. ClassifyDocument supports the following model + * types: *

+ *
    + *
  • *

    - * You can input plain text or you can upload a single-page input document - * (text, PDF, Word, or image). + * Custom classifier - a custom model that you have created and trained. For + * input, you can provide plain text, a single-page document (PDF, Word, or + * image), or Amazon Textract API output. For more information, see Custom classification in the Amazon Comprehend Developer + * Guide. *

    + *
  • + *
  • + *

    + * Prompt safety classifier - Amazon Comprehend provides a pre-trained model + * for classifying input prompts for generative AI applications. For input, + * you provide English plain text input. For prompt safety classification, + * the response includes only the Classes field. For more + * information about prompt safety classifiers, see Prompt safety classification in the Amazon Comprehend Developer + * Guide. + *

    + *
  • + *
*

* If the system detects errors while processing a page in the input - * document, the API response includes an entry in Errors that + * document, the API response includes an Errors field that * describes the errors. *

*

@@ -458,17 +478,37 @@ Future classifyDocumentAsync( /** *

- * Creates a new document classification request to analyze a single - * document in real-time, using a previously created and trained custom - * model and an endpoint. + * Creates a classification request to analyze a single document in + * real-time. ClassifyDocument supports the following model + * types: + *

+ *
    + *
  • + *

    + * Custom classifier - a custom model that you have created and trained. For + * input, you can provide plain text, a single-page document (PDF, Word, or + * image), or Amazon Textract API output. For more information, see Custom classification in the Amazon Comprehend Developer + * Guide. *

    + *
  • + *
  • *

    - * You can input plain text or you can upload a single-page input document - * (text, PDF, Word, or image). + * Prompt safety classifier - Amazon Comprehend provides a pre-trained model + * for classifying input prompts for generative AI applications. For input, + * you provide English plain text input. For prompt safety classification, + * the response includes only the Classes field. For more + * information about prompt safety classifiers, see Prompt safety classification in the Amazon Comprehend Developer + * Guide. *

    + *
  • + *
*

* If the system detects errors while processing a page in the input - * document, the API response includes an entry in Errors that + * document, the API response includes an Errors field that * describes the errors. *

*

@@ -2600,7 +2640,7 @@ Future detectSyntaxAsync(DetectSyntaxRequest detectSyntaxReq *

* For more information about targeted sentiment, see Targeted sentiment. + * >Targeted sentiment in the Amazon Comprehend Developer Guide. *

* * @param detectTargetedSentimentRequest @@ -2631,7 +2671,7 @@ Future detectTargetedSentimentAsync( *

* For more information about targeted sentiment, see Targeted sentiment. + * >Targeted sentiment in the Amazon Comprehend Developer Guide. *

* * @param detectTargetedSentimentRequest @@ -2659,6 +2699,71 @@ Future detectTargetedSentimentAsync( AsyncHandler asyncHandler) throws AmazonServiceException, AmazonClientException; + /** + *

+ * Performs toxicity analysis on the list of text strings that you provide + * as input. The API response contains a results list that matches the size + * of the input list. For more information about toxicity detection, see Toxicity detection in the Amazon Comprehend Developer Guide. + *

+ * + * @param detectToxicContentRequest + * @return A Java Future object containing the response from the + * DetectToxicContent service method, as returned by Amazon + * Comprehend. + * @throws InvalidRequestException + * @throws TextSizeLimitExceededException + * @throws UnsupportedLanguageException + * @throws InternalServerException + * @throws AmazonClientException If any internal errors are encountered + * inside the client while attempting to make the request or + * handle the response. For example if a network connection is + * not available. + * @throws AmazonServiceException If an error response is returned by Amazon + * Comprehend indicating either a problem with the data in the + * request, or a server side issue. + */ + Future detectToxicContentAsync( + DetectToxicContentRequest detectToxicContentRequest) throws AmazonServiceException, + AmazonClientException; + + /** + *

+ * Performs toxicity analysis on the list of text strings that you provide + * as input. The API response contains a results list that matches the size + * of the input list. For more information about toxicity detection, see Toxicity detection in the Amazon Comprehend Developer Guide. + *

+ * + * @param detectToxicContentRequest + * @param asyncHandler Asynchronous callback handler for events in the + * life-cycle of the request. Users could provide the + * implementation of the four callback methods in this interface + * to process the operation result or handle the exception. + * @return A Java Future object containing the response from the + * DetectToxicContent service method, as returned by Amazon + * Comprehend. + * @throws InvalidRequestException + * @throws TextSizeLimitExceededException + * @throws UnsupportedLanguageException + * @throws InternalServerException + * @throws AmazonClientException If any internal errors are encountered + * inside the client while attempting to make the request or + * handle the response. For example if a network connection is + * not available. + * @throws AmazonServiceException If an error response is returned by Amazon + * Comprehend indicating either a problem with the data in the + * request, or a server side issue. + */ + Future detectToxicContentAsync( + DetectToxicContentRequest detectToxicContentRequest, + AsyncHandler asyncHandler) + throws AmazonServiceException, AmazonClientException; + /** *

* Creates a new custom model that replicates a source custom model that you @@ -3819,7 +3924,8 @@ Future putResourcePolicyAsync( /** *

- * Starts an asynchronous document classification job. Use the + * Starts an asynchronous document classification job using a custom + * classification model. Use the * DescribeDocumentClassificationJob operation to track the * progress of the job. *

@@ -3850,7 +3956,8 @@ Future startDocumentClassificationJobAsync /** *

- * Starts an asynchronous document classification job. Use the + * Starts an asynchronous document classification job using a custom + * classification model. Use the * DescribeDocumentClassificationJob operation to track the * progress of the job. *

diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/AmazonComprehendAsyncClient.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/AmazonComprehendAsyncClient.java index 01346c0b07..7a9c4323a8 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/AmazonComprehendAsyncClient.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/AmazonComprehendAsyncClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -659,7 +659,7 @@ public BatchDetectSyntaxResult call() throws Exception { *

* For more information about targeted sentiment, see Targeted sentiment. + * >Targeted sentiment in the Amazon Comprehend Developer Guide. *

* * @param batchDetectTargetedSentimentRequest @@ -697,7 +697,7 @@ public BatchDetectTargetedSentimentResult call() throws Exception { *

* For more information about targeted sentiment, see Targeted sentiment. + * >Targeted sentiment in the Amazon Comprehend Developer Guide. *

* * @param batchDetectTargetedSentimentRequest @@ -738,17 +738,37 @@ public BatchDetectTargetedSentimentResult call() throws Exception { /** *

- * Creates a new document classification request to analyze a single - * document in real-time, using a previously created and trained custom - * model and an endpoint. - *

- *

- * You can input plain text or you can upload a single-page input document - * (text, PDF, Word, or image). + * Creates a classification request to analyze a single document in + * real-time. ClassifyDocument supports the following model + * types: *

+ *
    + *
  • + *

    + * Custom classifier - a custom model that you have created and trained. For + * input, you can provide plain text, a single-page document (PDF, Word, or + * image), or Amazon Textract API output. For more information, see Custom classification in the Amazon Comprehend Developer + * Guide. + *

    + *
  • + *
  • + *

    + * Prompt safety classifier - Amazon Comprehend provides a pre-trained model + * for classifying input prompts for generative AI applications. For input, + * you provide English plain text input. For prompt safety classification, + * the response includes only the Classes field. For more + * information about prompt safety classifiers, see Prompt safety classification in the Amazon Comprehend Developer + * Guide. + *

    + *
  • + *
*

* If the system detects errors while processing a page in the input - * document, the API response includes an entry in Errors that + * document, the API response includes an Errors field that * describes the errors. *

*

@@ -788,17 +808,37 @@ public ClassifyDocumentResult call() throws Exception { /** *

- * Creates a new document classification request to analyze a single - * document in real-time, using a previously created and trained custom - * model and an endpoint. - *

- *

- * You can input plain text or you can upload a single-page input document - * (text, PDF, Word, or image). + * Creates a classification request to analyze a single document in + * real-time. ClassifyDocument supports the following model + * types: *

+ *
    + *
  • + *

    + * Custom classifier - a custom model that you have created and trained. For + * input, you can provide plain text, a single-page document (PDF, Word, or + * image), or Amazon Textract API output. For more information, see Custom classification in the Amazon Comprehend Developer + * Guide. + *

    + *
  • + *
  • + *

    + * Prompt safety classifier - Amazon Comprehend provides a pre-trained model + * for classifying input prompts for generative AI applications. For input, + * you provide English plain text input. For prompt safety classification, + * the response includes only the Classes field. For more + * information about prompt safety classifiers, see Prompt safety classification in the Amazon Comprehend Developer + * Guide. + *

    + *
  • + *
*

* If the system detects errors while processing a page in the input - * document, the API response includes an entry in Errors that + * document, the API response includes an Errors field that * describes the errors. *

*

@@ -3484,7 +3524,7 @@ public DetectSyntaxResult call() throws Exception { *

* For more information about targeted sentiment, see Targeted sentiment. + * >Targeted sentiment in the Amazon Comprehend Developer Guide. *

* * @param detectTargetedSentimentRequest @@ -3521,7 +3561,7 @@ public DetectTargetedSentimentResult call() throws Exception { *

* For more information about targeted sentiment, see Targeted sentiment. + * >Targeted sentiment in the Amazon Comprehend Developer Guide. *

* * @param detectTargetedSentimentRequest @@ -3559,6 +3599,87 @@ public DetectTargetedSentimentResult call() throws Exception { }); } + /** + *

+ * Performs toxicity analysis on the list of text strings that you provide + * as input. The API response contains a results list that matches the size + * of the input list. For more information about toxicity detection, see Toxicity detection in the Amazon Comprehend Developer Guide. + *

+ * + * @param detectToxicContentRequest + * @return A Java Future object containing the response from the + * DetectToxicContent service method, as returned by Amazon + * Comprehend. + * @throws InvalidRequestException + * @throws TextSizeLimitExceededException + * @throws UnsupportedLanguageException + * @throws InternalServerException + * @throws AmazonClientException If any internal errors are encountered + * inside the client while attempting to make the request or + * handle the response. For example if a network connection is + * not available. + * @throws AmazonServiceException If an error response is returned by Amazon + * Comprehend indicating either a problem with the data in the + * request, or a server side issue. + */ + public Future detectToxicContentAsync( + final DetectToxicContentRequest detectToxicContentRequest) + throws AmazonServiceException, AmazonClientException { + return executorService.submit(new Callable() { + public DetectToxicContentResult call() throws Exception { + return detectToxicContent(detectToxicContentRequest); + } + }); + } + + /** + *

+ * Performs toxicity analysis on the list of text strings that you provide + * as input. The API response contains a results list that matches the size + * of the input list. For more information about toxicity detection, see Toxicity detection in the Amazon Comprehend Developer Guide. + *

+ * + * @param detectToxicContentRequest + * @return A Java Future object containing the response from the + * DetectToxicContent service method, as returned by Amazon + * Comprehend. + * @throws InvalidRequestException + * @throws TextSizeLimitExceededException + * @throws UnsupportedLanguageException + * @throws InternalServerException + * @throws AmazonClientException If any internal errors are encountered + * inside the client while attempting to make the request or + * handle the response. For example if a network connection is + * not available. + * @throws AmazonServiceException If an error response is returned by Amazon + * Comprehend indicating either a problem with the data in the + * request, or a server side issue. + */ + public Future detectToxicContentAsync( + final DetectToxicContentRequest detectToxicContentRequest, + final AsyncHandler asyncHandler) + throws AmazonServiceException, AmazonClientException { + return executorService.submit(new Callable() { + public DetectToxicContentResult call() throws Exception { + DetectToxicContentResult result = null; + try { + result = detectToxicContent(detectToxicContentRequest); + } catch (Exception ex) { + asyncHandler.onError(ex); + throw ex; + } + asyncHandler.onSuccess(detectToxicContentRequest, result); + return result; + } + }); + } + /** *

* Creates a new custom model that replicates a source custom model that you @@ -5045,7 +5166,8 @@ public PutResourcePolicyResult call() throws Exception { /** *

- * Starts an asynchronous document classification job. Use the + * Starts an asynchronous document classification job using a custom + * classification model. Use the * DescribeDocumentClassificationJob operation to track the * progress of the job. *

@@ -5082,7 +5204,8 @@ public StartDocumentClassificationJobResult call() throws Exception { /** *

- * Starts an asynchronous document classification job. Use the + * Starts an asynchronous document classification job using a custom + * classification model. Use the * DescribeDocumentClassificationJob operation to track the * progress of the job. *

diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/AmazonComprehendClient.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/AmazonComprehendClient.java index da6fae9593..021273d867 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/AmazonComprehendClient.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/AmazonComprehendClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -648,7 +648,7 @@ public BatchDetectSyntaxResult batchDetectSyntax( *

* For more information about targeted sentiment, see Targeted sentiment. + * >Targeted sentiment in the Amazon Comprehend Developer Guide. *

* * @param batchDetectTargetedSentimentRequest @@ -701,17 +701,37 @@ public BatchDetectTargetedSentimentResult batchDetectTargetedSentiment( /** *

- * Creates a new document classification request to analyze a single - * document in real-time, using a previously created and trained custom - * model and an endpoint. + * Creates a classification request to analyze a single document in + * real-time. ClassifyDocument supports the following model + * types: *

- *

- * You can input plain text or you can upload a single-page input document - * (text, PDF, Word, or image). + *

    + *
  • + *

    + * Custom classifier - a custom model that you have created and trained. For + * input, you can provide plain text, a single-page document (PDF, Word, or + * image), or Amazon Textract API output. For more information, see Custom classification in the Amazon Comprehend Developer + * Guide. + *

    + *
  • + *
  • + *

    + * Prompt safety classifier - Amazon Comprehend provides a pre-trained model + * for classifying input prompts for generative AI applications. For input, + * you provide English plain text input. For prompt safety classification, + * the response includes only the Classes field. For more + * information about prompt safety classifiers, see Prompt safety classification in the Amazon Comprehend Developer + * Guide. *

    + *
  • + *
*

* If the system detects errors while processing a page in the input - * document, the API response includes an entry in Errors that + * document, the API response includes an Errors field that * describes the errors. *

*

@@ -2607,7 +2627,7 @@ public DetectSyntaxResult detectSyntax(DetectSyntaxRequest detectSyntaxRequest) *

* For more information about targeted sentiment, see Targeted sentiment. + * >Targeted sentiment in the Amazon Comprehend Developer Guide. *

* * @param detectTargetedSentimentRequest @@ -2657,6 +2677,62 @@ public DetectTargetedSentimentResult detectTargetedSentiment( } } + /** + *

+ * Performs toxicity analysis on the list of text strings that you provide + * as input. The API response contains a results list that matches the size + * of the input list. For more information about toxicity detection, see Toxicity detection in the Amazon Comprehend Developer Guide. + *

+ * + * @param detectToxicContentRequest + * @return detectToxicContentResult The response from the DetectToxicContent + * service method, as returned by Amazon Comprehend. + * @throws InvalidRequestException + * @throws TextSizeLimitExceededException + * @throws UnsupportedLanguageException + * @throws InternalServerException + * @throws AmazonClientException If any internal errors are encountered + * inside the client while attempting to make the request or + * handle the response. For example if a network connection is + * not available. + * @throws AmazonServiceException If an error response is returned by Amazon + * Comprehend indicating either a problem with the data in the + * request, or a server side issue. + */ + public DetectToxicContentResult detectToxicContent( + DetectToxicContentRequest detectToxicContentRequest) + throws AmazonServiceException, AmazonClientException { + ExecutionContext executionContext = createExecutionContext(detectToxicContentRequest); + AWSRequestMetrics awsRequestMetrics = executionContext.getAwsRequestMetrics(); + awsRequestMetrics.startEvent(Field.ClientExecuteTime); + Request request = null; + Response response = null; + try { + awsRequestMetrics.startEvent(Field.RequestMarshallTime); + try { + request = new DetectToxicContentRequestMarshaller() + .marshall(detectToxicContentRequest); + // Binds the request metrics to the current request. + request.setAWSRequestMetrics(awsRequestMetrics); + } finally { + awsRequestMetrics.endEvent(Field.RequestMarshallTime); + } + Unmarshaller unmarshaller = new DetectToxicContentResultJsonUnmarshaller(); + JsonResponseHandler responseHandler = new JsonResponseHandler( + unmarshaller); + + response = invoke(request, responseHandler, executionContext); + + return response.getAwsResponse(); + } finally { + awsRequestMetrics.endEvent(Field.ClientExecuteTime); + endClientExecution(awsRequestMetrics, request, response, LOGGING_AWS_REQUEST_METRIC); + } + } + /** *

* Creates a new custom model that replicates a source custom model that you @@ -3723,7 +3799,8 @@ public PutResourcePolicyResult putResourcePolicy( /** *

- * Starts an asynchronous document classification job. Use the + * Starts an asynchronous document classification job using a custom + * classification model. Use the * DescribeDocumentClassificationJob operation to track the * progress of the job. *

diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/AugmentedManifestsDocumentTypeFormat.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/AugmentedManifestsDocumentTypeFormat.java index 23225190af..8d6dcdecf6 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/AugmentedManifestsDocumentTypeFormat.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/AugmentedManifestsDocumentTypeFormat.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/AugmentedManifestsListItem.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/AugmentedManifestsListItem.java index 310a76c912..7124234cd8 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/AugmentedManifestsListItem.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/AugmentedManifestsListItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectDominantLanguageItemResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectDominantLanguageItemResult.java index e5c9372aa2..2c95cf6aec 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectDominantLanguageItemResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectDominantLanguageItemResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectDominantLanguageRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectDominantLanguageRequest.java index c6ca84c4cc..ccccf95872 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectDominantLanguageRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectDominantLanguageRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectDominantLanguageResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectDominantLanguageResult.java index ce3c74c0d8..62b1f03bdb 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectDominantLanguageResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectDominantLanguageResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectEntitiesItemResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectEntitiesItemResult.java index 24c28787c0..2758b447d7 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectEntitiesItemResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectEntitiesItemResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectEntitiesRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectEntitiesRequest.java index 32454bb597..ce11f89fbf 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectEntitiesRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectEntitiesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectEntitiesResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectEntitiesResult.java index c277dc15ad..69c14b6346 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectEntitiesResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectEntitiesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectKeyPhrasesItemResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectKeyPhrasesItemResult.java index cc2616663d..41911dde8c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectKeyPhrasesItemResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectKeyPhrasesItemResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectKeyPhrasesRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectKeyPhrasesRequest.java index 45d8a49b07..676d0f88f5 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectKeyPhrasesRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectKeyPhrasesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectKeyPhrasesResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectKeyPhrasesResult.java index ee17d60ba9..974e91c625 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectKeyPhrasesResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectKeyPhrasesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSentimentItemResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSentimentItemResult.java index 683c7892e8..b3a1e7291d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSentimentItemResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSentimentItemResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSentimentRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSentimentRequest.java index 53577e1678..603fce6d65 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSentimentRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSentimentRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSentimentResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSentimentResult.java index ace25093ac..58963702b6 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSentimentResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSentimentResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSyntaxItemResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSyntaxItemResult.java index 10d02e6855..4b77711e6f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSyntaxItemResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSyntaxItemResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSyntaxRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSyntaxRequest.java index d2ffa5648d..38b28f678b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSyntaxRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSyntaxRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSyntaxResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSyntaxResult.java index 8258f3f549..3214a5a078 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSyntaxResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectSyntaxResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectTargetedSentimentItemResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectTargetedSentimentItemResult.java index 835a867d0f..cb98ffe528 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectTargetedSentimentItemResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectTargetedSentimentItemResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectTargetedSentimentRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectTargetedSentimentRequest.java index 9bbe0e3c8f..a15f855964 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectTargetedSentimentRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectTargetedSentimentRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ *

* For more information about targeted sentiment, see Targeted sentiment. + * >Targeted sentiment in the Amazon Comprehend Developer Guide. *

*/ public class BatchDetectTargetedSentimentRequest extends AmazonWebServiceRequest implements diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectTargetedSentimentResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectTargetedSentimentResult.java index a7c45d8558..a0c06ef3b9 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectTargetedSentimentResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchDetectTargetedSentimentResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchItemError.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchItemError.java index f57a631ecf..45215141a5 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchItemError.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchItemError.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchSizeLimitExceededException.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchSizeLimitExceededException.java index c770c2496c..94117d2667 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchSizeLimitExceededException.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BatchSizeLimitExceededException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Block.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Block.java index af0b84335a..11f2075c0e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Block.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Block.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BlockReference.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BlockReference.java index 8d0cbb0cd3..d54e51179f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BlockReference.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BlockReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BlockType.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BlockType.java index 133a6c4585..6128d97a49 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BlockType.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BlockType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BoundingBox.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BoundingBox.java index 1e96f3df32..b8f4a29df5 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BoundingBox.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/BoundingBox.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ChildBlock.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ChildBlock.java index f9a7bbc05d..0629a83553 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ChildBlock.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ChildBlock.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ClassifierEvaluationMetrics.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ClassifierEvaluationMetrics.java index 82455ef92a..eb31f05372 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ClassifierEvaluationMetrics.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ClassifierEvaluationMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ClassifierMetadata.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ClassifierMetadata.java index a9c2171bc2..dc60c573cf 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ClassifierMetadata.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ClassifierMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ClassifyDocumentRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ClassifyDocumentRequest.java index c662d22a7e..893b412320 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ClassifyDocumentRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ClassifyDocumentRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -21,17 +21,35 @@ /** *

- * Creates a new document classification request to analyze a single document in - * real-time, using a previously created and trained custom model and an - * endpoint. + * Creates a classification request to analyze a single document in real-time. + * ClassifyDocument supports the following model types: *

+ *
    + *
  • *

    - * You can input plain text or you can upload a single-page input document - * (text, PDF, Word, or image). + * Custom classifier - a custom model that you have created and trained. For + * input, you can provide plain text, a single-page document (PDF, Word, or + * image), or Amazon Textract API output. For more information, see Custom classification in the Amazon Comprehend Developer Guide. *

    + *
  • + *
  • + *

    + * Prompt safety classifier - Amazon Comprehend provides a pre-trained model for + * classifying input prompts for generative AI applications. For input, you + * provide English plain text input. For prompt safety classification, the + * response includes only the Classes field. For more information + * about prompt safety classifiers, see Prompt safety classification in the Amazon Comprehend Developer + * Guide. + *

    + *
  • + *
*

* If the system detects errors while processing a page in the input document, - * the API response includes an entry in Errors that describes the + * the API response includes an Errors field that describes the * errors. *

*

@@ -56,26 +74,44 @@ public class ClassifyDocumentRequest extends AmazonWebServiceRequest implements /** *

- * The Amazon Resource Number (ARN) of the endpoint. For information about - * endpoints, see Managing endpoints. + * The Amazon Resource Number (ARN) of the endpoint. + *

+ *

+ * For prompt safety classification, Amazon Comprehend provides the endpoint + * ARN. For more information about prompt safety classifiers, see Prompt safety classification in the Amazon Comprehend Developer + * Guide + *

+ *

+ * For custom classification, you create an endpoint for your custom model. + * For more information, see Using Amazon Comprehend endpoints. *

*

* Constraints:
* Length: - 256
* Pattern: - * arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document - * -classifier-endpoint/[a-zA-Z0-9](-*[a-zA-Z0-9])*
+ * arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:([0-9]{12}|aws): + * document-classifier-endpoint/[a-zA-Z0-9](-*[a-zA-Z0-9])*
*/ private String endpointArn; /** *

* Use the Bytes parameter to input a text, PDF, Word or image - * file. You can also use the Bytes parameter to input an - * Amazon Textract DetectDocumentText or - * AnalyzeDocument output file. + * file. + *

+ *

+ * When you classify a document using a custom model, you can also use the + * Bytes parameter to input an Amazon Textract + * DetectDocumentText or AnalyzeDocument output + * file. + *

+ *

+ * To classify a document using the prompt safety classifier, use the + * Text parameter for input. *

*

* Provide the input document as a sequence of base64-encoded bytes. If your @@ -169,23 +205,44 @@ public ClassifyDocumentRequest withText(String text) { /** *

- * The Amazon Resource Number (ARN) of the endpoint. For information about - * endpoints, see Managing endpoints. + * The Amazon Resource Number (ARN) of the endpoint. + *

+ *

+ * For prompt safety classification, Amazon Comprehend provides the endpoint + * ARN. For more information about prompt safety classifiers, see Prompt safety classification in the Amazon Comprehend Developer + * Guide + *

+ *

+ * For custom classification, you create an endpoint for your custom model. + * For more information, see Using Amazon Comprehend endpoints. *

*

* Constraints:
* Length: - 256
* Pattern: - * arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document - * -classifier-endpoint/[a-zA-Z0-9](-*[a-zA-Z0-9])*
+ * arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:([0-9]{12}|aws): + * document-classifier-endpoint/[a-zA-Z0-9](-*[a-zA-Z0-9])*
* * @return

- * The Amazon Resource Number (ARN) of the endpoint. For information - * about endpoints, see Managing endpoints. + * The Amazon Resource Number (ARN) of the endpoint. + *

+ *

+ * For prompt safety classification, Amazon Comprehend provides the + * endpoint ARN. For more information about prompt safety + * classifiers, see Prompt safety classification in the Amazon Comprehend + * Developer Guide + *

+ *

+ * For custom classification, you create an endpoint for your custom + * model. For more information, see Using Amazon Comprehend endpoints. *

*/ public String getEndpointArn() { @@ -194,23 +251,44 @@ public String getEndpointArn() { /** *

- * The Amazon Resource Number (ARN) of the endpoint. For information about - * endpoints, see Managing endpoints. + * The Amazon Resource Number (ARN) of the endpoint. + *

+ *

+ * For prompt safety classification, Amazon Comprehend provides the endpoint + * ARN. For more information about prompt safety classifiers, see Prompt safety classification in the Amazon Comprehend Developer + * Guide + *

+ *

+ * For custom classification, you create an endpoint for your custom model. + * For more information, see Using Amazon Comprehend endpoints. *

*

* Constraints:
* Length: - 256
* Pattern: - * arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document - * -classifier-endpoint/[a-zA-Z0-9](-*[a-zA-Z0-9])*
+ * arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:([0-9]{12}|aws): + * document-classifier-endpoint/[a-zA-Z0-9](-*[a-zA-Z0-9])*
* * @param endpointArn

- * The Amazon Resource Number (ARN) of the endpoint. For - * information about endpoints, see Managing endpoints. + * The Amazon Resource Number (ARN) of the endpoint. + *

+ *

+ * For prompt safety classification, Amazon Comprehend provides + * the endpoint ARN. For more information about prompt safety + * classifiers, see Prompt safety classification in the Amazon Comprehend + * Developer Guide + *

+ *

+ * For custom classification, you create an endpoint for your + * custom model. For more information, see Using Amazon Comprehend endpoints. *

*/ public void setEndpointArn(String endpointArn) { @@ -219,10 +297,20 @@ public void setEndpointArn(String endpointArn) { /** *

- * The Amazon Resource Number (ARN) of the endpoint. For information about - * endpoints, see Managing endpoints. + * The Amazon Resource Number (ARN) of the endpoint. + *

+ *

+ * For prompt safety classification, Amazon Comprehend provides the endpoint + * ARN. For more information about prompt safety classifiers, see Prompt safety classification in the Amazon Comprehend Developer + * Guide + *

+ *

+ * For custom classification, you create an endpoint for your custom model. + * For more information, see Using Amazon Comprehend endpoints. *

*

* Returns a reference to this object so that method calls can be chained @@ -231,14 +319,25 @@ public void setEndpointArn(String endpointArn) { * Constraints:
* Length: - 256
* Pattern: - * arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document - * -classifier-endpoint/[a-zA-Z0-9](-*[a-zA-Z0-9])*
+ * arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:([0-9]{12}|aws): + * document-classifier-endpoint/[a-zA-Z0-9](-*[a-zA-Z0-9])*
* * @param endpointArn

- * The Amazon Resource Number (ARN) of the endpoint. For - * information about endpoints, see Managing endpoints. + * The Amazon Resource Number (ARN) of the endpoint. + *

+ *

+ * For prompt safety classification, Amazon Comprehend provides + * the endpoint ARN. For more information about prompt safety + * classifiers, see Prompt safety classification in the Amazon Comprehend + * Developer Guide + *

+ *

+ * For custom classification, you create an endpoint for your + * custom model. For more information, see Using Amazon Comprehend endpoints. *

* @return A reference to this updated object so that method calls can be * chained together. @@ -251,9 +350,17 @@ public ClassifyDocumentRequest withEndpointArn(String endpointArn) { /** *

* Use the Bytes parameter to input a text, PDF, Word or image - * file. You can also use the Bytes parameter to input an - * Amazon Textract DetectDocumentText or - * AnalyzeDocument output file. + * file. + *

+ *

+ * When you classify a document using a custom model, you can also use the + * Bytes parameter to input an Amazon Textract + * DetectDocumentText or AnalyzeDocument output + * file. + *

+ *

+ * To classify a document using the prompt safety classifier, use the + * Text parameter for input. *

*

* Provide the input document as a sequence of base64-encoded bytes. If your @@ -277,9 +384,17 @@ public ClassifyDocumentRequest withEndpointArn(String endpointArn) { * * @return

* Use the Bytes parameter to input a text, PDF, Word - * or image file. You can also use the Bytes parameter - * to input an Amazon Textract DetectDocumentText or - * AnalyzeDocument output file. + * or image file. + *

+ *

+ * When you classify a document using a custom model, you can also + * use the Bytes parameter to input an Amazon Textract + * DetectDocumentText or AnalyzeDocument + * output file. + *

+ *

+ * To classify a document using the prompt safety classifier, use + * the Text parameter for input. *

*

* Provide the input document as a sequence of base64-encoded bytes. @@ -305,9 +420,17 @@ public java.nio.ByteBuffer getBytes() { /** *

* Use the Bytes parameter to input a text, PDF, Word or image - * file. You can also use the Bytes parameter to input an - * Amazon Textract DetectDocumentText or - * AnalyzeDocument output file. + * file. + *

+ *

+ * When you classify a document using a custom model, you can also use the + * Bytes parameter to input an Amazon Textract + * DetectDocumentText or AnalyzeDocument output + * file. + *

+ *

+ * To classify a document using the prompt safety classifier, use the + * Text parameter for input. *

*

* Provide the input document as a sequence of base64-encoded bytes. If your @@ -331,12 +454,19 @@ public java.nio.ByteBuffer getBytes() { * * @param bytes

* Use the Bytes parameter to input a text, PDF, - * Word or image file. You can also use the Bytes - * parameter to input an Amazon Textract - * DetectDocumentText or + * Word or image file. + *

+ *

+ * When you classify a document using a custom model, you can + * also use the Bytes parameter to input an Amazon + * Textract DetectDocumentText or * AnalyzeDocument output file. *

*

+ * To classify a document using the prompt safety classifier, use + * the Text parameter for input. + *

+ *

* Provide the input document as a sequence of base64-encoded * bytes. If your code uses an Amazon Web Services SDK to * classify documents, the SDK may encode the document file bytes @@ -361,9 +491,17 @@ public void setBytes(java.nio.ByteBuffer bytes) { /** *

* Use the Bytes parameter to input a text, PDF, Word or image - * file. You can also use the Bytes parameter to input an - * Amazon Textract DetectDocumentText or - * AnalyzeDocument output file. + * file. + *

+ *

+ * When you classify a document using a custom model, you can also use the + * Bytes parameter to input an Amazon Textract + * DetectDocumentText or AnalyzeDocument output + * file. + *

+ *

+ * To classify a document using the prompt safety classifier, use the + * Text parameter for input. *

*

* Provide the input document as a sequence of base64-encoded bytes. If your @@ -390,12 +528,19 @@ public void setBytes(java.nio.ByteBuffer bytes) { * * @param bytes

* Use the Bytes parameter to input a text, PDF, - * Word or image file. You can also use the Bytes - * parameter to input an Amazon Textract - * DetectDocumentText or + * Word or image file. + *

+ *

+ * When you classify a document using a custom model, you can + * also use the Bytes parameter to input an Amazon + * Textract DetectDocumentText or * AnalyzeDocument output file. *

*

+ * To classify a document using the prompt safety classifier, use + * the Text parameter for input. + *

+ *

* Provide the input document as a sequence of base64-encoded * bytes. If your code uses an Amazon Web Services SDK to * classify documents, the SDK may encode the document file bytes diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ClassifyDocumentResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ClassifyDocumentResult.java index e377419b70..d95429b7b1 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ClassifyDocumentResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ClassifyDocumentResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -21,16 +21,23 @@ public class ClassifyDocumentResult implements Serializable { /** *

* The classes used by the document being analyzed. These are used for - * multi-class trained models. Individual classes are mutually exclusive and - * each document is expected to have only a single class assigned to it. For - * example, an animal can be a dog or a cat, but not both at the same time. + * models trained in multi-class mode. Individual classes are mutually + * exclusive and each document is expected to have only a single class + * assigned to it. For example, an animal can be a dog or a cat, but not + * both at the same time. + *

+ *

+ * For prompt safety classification, the response includes only two classes + * (SAFE_PROMPT and UNSAFE_PROMPT), along with a confidence score for each + * class. The value range of the score is zero to one, where one is the + * highest confidence. *

*/ private java.util.List classes; /** *

- * The labels used the document being analyzed. These are used for + * The labels used in the document being analyzed. These are used for * multi-label trained models. Individual labels represent different * categories that are related in some manner and are not mutually * exclusive. For example, a movie can be just an action movie, or it can be @@ -82,17 +89,30 @@ public class ClassifyDocumentResult implements Serializable { /** *

* The classes used by the document being analyzed. These are used for - * multi-class trained models. Individual classes are mutually exclusive and - * each document is expected to have only a single class assigned to it. For - * example, an animal can be a dog or a cat, but not both at the same time. + * models trained in multi-class mode. Individual classes are mutually + * exclusive and each document is expected to have only a single class + * assigned to it. For example, an animal can be a dog or a cat, but not + * both at the same time. + *

+ *

+ * For prompt safety classification, the response includes only two classes + * (SAFE_PROMPT and UNSAFE_PROMPT), along with a confidence score for each + * class. The value range of the score is zero to one, where one is the + * highest confidence. *

* * @return

* The classes used by the document being analyzed. These are used - * for multi-class trained models. Individual classes are mutually - * exclusive and each document is expected to have only a single - * class assigned to it. For example, an animal can be a dog or a - * cat, but not both at the same time. + * for models trained in multi-class mode. Individual classes are + * mutually exclusive and each document is expected to have only a + * single class assigned to it. For example, an animal can be a dog + * or a cat, but not both at the same time. + *

+ *

+ * For prompt safety classification, the response includes only two + * classes (SAFE_PROMPT and UNSAFE_PROMPT), along with a confidence + * score for each class. The value range of the score is zero to + * one, where one is the highest confidence. *

*/ public java.util.List getClasses() { @@ -102,17 +122,30 @@ public java.util.List getClasses() { /** *

* The classes used by the document being analyzed. These are used for - * multi-class trained models. Individual classes are mutually exclusive and - * each document is expected to have only a single class assigned to it. For - * example, an animal can be a dog or a cat, but not both at the same time. + * models trained in multi-class mode. Individual classes are mutually + * exclusive and each document is expected to have only a single class + * assigned to it. For example, an animal can be a dog or a cat, but not + * both at the same time. + *

+ *

+ * For prompt safety classification, the response includes only two classes + * (SAFE_PROMPT and UNSAFE_PROMPT), along with a confidence score for each + * class. The value range of the score is zero to one, where one is the + * highest confidence. *

* * @param classes

* The classes used by the document being analyzed. These are - * used for multi-class trained models. Individual classes are - * mutually exclusive and each document is expected to have only - * a single class assigned to it. For example, an animal can be a - * dog or a cat, but not both at the same time. + * used for models trained in multi-class mode. Individual + * classes are mutually exclusive and each document is expected + * to have only a single class assigned to it. For example, an + * animal can be a dog or a cat, but not both at the same time. + *

+ *

+ * For prompt safety classification, the response includes only + * two classes (SAFE_PROMPT and UNSAFE_PROMPT), along with a + * confidence score for each class. The value range of the score + * is zero to one, where one is the highest confidence. *

*/ public void setClasses(java.util.Collection classes) { @@ -127,9 +160,16 @@ public void setClasses(java.util.Collection classes) { /** *

* The classes used by the document being analyzed. These are used for - * multi-class trained models. Individual classes are mutually exclusive and - * each document is expected to have only a single class assigned to it. For - * example, an animal can be a dog or a cat, but not both at the same time. + * models trained in multi-class mode. Individual classes are mutually + * exclusive and each document is expected to have only a single class + * assigned to it. For example, an animal can be a dog or a cat, but not + * both at the same time. + *

+ *

+ * For prompt safety classification, the response includes only two classes + * (SAFE_PROMPT and UNSAFE_PROMPT), along with a confidence score for each + * class. The value range of the score is zero to one, where one is the + * highest confidence. *

*

* Returns a reference to this object so that method calls can be chained @@ -137,10 +177,16 @@ public void setClasses(java.util.Collection classes) { * * @param classes

* The classes used by the document being analyzed. These are - * used for multi-class trained models. Individual classes are - * mutually exclusive and each document is expected to have only - * a single class assigned to it. For example, an animal can be a - * dog or a cat, but not both at the same time. + * used for models trained in multi-class mode. Individual + * classes are mutually exclusive and each document is expected + * to have only a single class assigned to it. For example, an + * animal can be a dog or a cat, but not both at the same time. + *

+ *

+ * For prompt safety classification, the response includes only + * two classes (SAFE_PROMPT and UNSAFE_PROMPT), along with a + * confidence score for each class. The value range of the score + * is zero to one, where one is the highest confidence. *

* @return A reference to this updated object so that method calls can be * chained together. @@ -158,9 +204,16 @@ public ClassifyDocumentResult withClasses(DocumentClass... classes) { /** *

* The classes used by the document being analyzed. These are used for - * multi-class trained models. Individual classes are mutually exclusive and - * each document is expected to have only a single class assigned to it. For - * example, an animal can be a dog or a cat, but not both at the same time. + * models trained in multi-class mode. Individual classes are mutually + * exclusive and each document is expected to have only a single class + * assigned to it. For example, an animal can be a dog or a cat, but not + * both at the same time. + *

+ *

+ * For prompt safety classification, the response includes only two classes + * (SAFE_PROMPT and UNSAFE_PROMPT), along with a confidence score for each + * class. The value range of the score is zero to one, where one is the + * highest confidence. *

*

* Returns a reference to this object so that method calls can be chained @@ -168,10 +221,16 @@ public ClassifyDocumentResult withClasses(DocumentClass... classes) { * * @param classes

* The classes used by the document being analyzed. These are - * used for multi-class trained models. Individual classes are - * mutually exclusive and each document is expected to have only - * a single class assigned to it. For example, an animal can be a - * dog or a cat, but not both at the same time. + * used for models trained in multi-class mode. Individual + * classes are mutually exclusive and each document is expected + * to have only a single class assigned to it. For example, an + * animal can be a dog or a cat, but not both at the same time. + *

+ *

+ * For prompt safety classification, the response includes only + * two classes (SAFE_PROMPT and UNSAFE_PROMPT), along with a + * confidence score for each class. The value range of the score + * is zero to one, where one is the highest confidence. *

* @return A reference to this updated object so that method calls can be * chained together. @@ -183,7 +242,7 @@ public ClassifyDocumentResult withClasses(java.util.Collection cl /** *

- * The labels used the document being analyzed. These are used for + * The labels used in the document being analyzed. These are used for * multi-label trained models. Individual labels represent different * categories that are related in some manner and are not mutually * exclusive. For example, a movie can be just an action movie, or it can be @@ -192,12 +251,12 @@ public ClassifyDocumentResult withClasses(java.util.Collection cl *

* * @return

- * The labels used the document being analyzed. These are used for - * multi-label trained models. Individual labels represent different - * categories that are related in some manner and are not mutually - * exclusive. For example, a movie can be just an action movie, or - * it can be an action movie, a science fiction movie, and a comedy, - * all at the same time. + * The labels used in the document being analyzed. These are used + * for multi-label trained models. Individual labels represent + * different categories that are related in some manner and are not + * mutually exclusive. For example, a movie can be just an action + * movie, or it can be an action movie, a science fiction movie, and + * a comedy, all at the same time. *

*/ public java.util.List getLabels() { @@ -206,7 +265,7 @@ public java.util.List getLabels() { /** *

- * The labels used the document being analyzed. These are used for + * The labels used in the document being analyzed. These are used for * multi-label trained models. Individual labels represent different * categories that are related in some manner and are not mutually * exclusive. For example, a movie can be just an action movie, or it can be @@ -215,7 +274,7 @@ public java.util.List getLabels() { *

* * @param labels

- * The labels used the document being analyzed. These are used + * The labels used in the document being analyzed. These are used * for multi-label trained models. Individual labels represent * different categories that are related in some manner and are * not mutually exclusive. For example, a movie can be just an @@ -234,7 +293,7 @@ public void setLabels(java.util.Collection labels) { /** *

- * The labels used the document being analyzed. These are used for + * The labels used in the document being analyzed. These are used for * multi-label trained models. Individual labels represent different * categories that are related in some manner and are not mutually * exclusive. For example, a movie can be just an action movie, or it can be @@ -246,7 +305,7 @@ public void setLabels(java.util.Collection labels) { * together. * * @param labels

- * The labels used the document being analyzed. These are used + * The labels used in the document being analyzed. These are used * for multi-label trained models. Individual labels represent * different categories that are related in some manner and are * not mutually exclusive. For example, a movie can be just an @@ -268,7 +327,7 @@ public ClassifyDocumentResult withLabels(DocumentLabel... labels) { /** *

- * The labels used the document being analyzed. These are used for + * The labels used in the document being analyzed. These are used for * multi-label trained models. Individual labels represent different * categories that are related in some manner and are not mutually * exclusive. For example, a movie can be just an action movie, or it can be @@ -280,7 +339,7 @@ public ClassifyDocumentResult withLabels(DocumentLabel... labels) { * together. * * @param labels

- * The labels used the document being analyzed. These are used + * The labels used in the document being analyzed. These are used * for multi-label trained models. Individual labels represent * different categories that are related in some manner and are * not mutually exclusive. For example, a movie can be just an diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ConcurrentModificationException.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ConcurrentModificationException.java index 66f70400d6..bfd6cd43ed 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ConcurrentModificationException.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ConcurrentModificationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ContainsPiiEntitiesRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ContainsPiiEntitiesRequest.java index f09f3963ee..b89b2d1e34 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ContainsPiiEntitiesRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ContainsPiiEntitiesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -39,8 +39,7 @@ public class ContainsPiiEntitiesRequest extends AmazonWebServiceRequest implemen /** *

- * The language of the input documents. Currently, English is the only valid - * language. + * The language of the input documents. *

*

* Constraints:
@@ -104,16 +103,14 @@ public ContainsPiiEntitiesRequest withText(String text) { /** *

- * The language of the input documents. Currently, English is the only valid - * language. + * The language of the input documents. *

*

* Constraints:
* Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW * * @return

- * The language of the input documents. Currently, English is the - * only valid language. + * The language of the input documents. *

* @see LanguageCode */ @@ -123,16 +120,14 @@ public String getLanguageCode() { /** *

- * The language of the input documents. Currently, English is the only valid - * language. + * The language of the input documents. *

*

* Constraints:
* Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW * * @param languageCode

- * The language of the input documents. Currently, English is the - * only valid language. + * The language of the input documents. *

* @see LanguageCode */ @@ -142,8 +137,7 @@ public void setLanguageCode(String languageCode) { /** *

- * The language of the input documents. Currently, English is the only valid - * language. + * The language of the input documents. *

*

* Returns a reference to this object so that method calls can be chained @@ -153,8 +147,7 @@ public void setLanguageCode(String languageCode) { * Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW * * @param languageCode

- * The language of the input documents. Currently, English is the - * only valid language. + * The language of the input documents. *

* @return A reference to this updated object so that method calls can be * chained together. @@ -167,16 +160,14 @@ public ContainsPiiEntitiesRequest withLanguageCode(String languageCode) { /** *

- * The language of the input documents. Currently, English is the only valid - * language. + * The language of the input documents. *

*

* Constraints:
* Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW * * @param languageCode

- * The language of the input documents. Currently, English is the - * only valid language. + * The language of the input documents. *

* @see LanguageCode */ @@ -186,8 +177,7 @@ public void setLanguageCode(LanguageCode languageCode) { /** *

- * The language of the input documents. Currently, English is the only valid - * language. + * The language of the input documents. *

*

* Returns a reference to this object so that method calls can be chained @@ -197,8 +187,7 @@ public void setLanguageCode(LanguageCode languageCode) { * Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW * * @param languageCode

- * The language of the input documents. Currently, English is the - * only valid language. + * The language of the input documents. *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ContainsPiiEntitiesResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ContainsPiiEntitiesResult.java index da81f55c11..f3684f2a7b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ContainsPiiEntitiesResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ContainsPiiEntitiesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateDatasetRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateDatasetRequest.java index f2f3181e29..8dc63e9779 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateDatasetRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateDatasetRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateDatasetResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateDatasetResult.java index 52a7ef00b3..eb695bc478 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateDatasetResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateDatasetResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateDocumentClassifierRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateDocumentClassifierRequest.java index 08d8b11f03..f48ca88365 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateDocumentClassifierRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateDocumentClassifierRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -89,7 +89,7 @@ public class CreateDocumentClassifierRequest extends AmazonWebServiceRequest imp /** *

* Specifies the location for the output files from a custom classifier job. - * This parameter is required for a request that creates a native classifier + * This parameter is required for a request that creates a native document * model. *

*/ @@ -160,11 +160,12 @@ public class CreateDocumentClassifierRequest extends AmazonWebServiceRequest imp /** *

* Indicates the mode in which the classifier will be trained. The - * classifier can be trained in multi-class mode, which identifies one and - * only one class for each document, or multi-label mode, which identifies - * one or more labels for each document. In multi-label mode, multiple - * labels for an individual document are separated by a delimiter. The - * default delimiter between labels is a pipe (|). + * classifier can be trained in multi-class (single-label) mode or + * multi-label mode. Multi-class mode identifies a single class label for + * each document and multi-label mode identifies one or more class labels + * for each document. Multiple labels for an individual document are + * separated by a delimiter. The default delimiter between labels is a pipe + * (|). *

*

* Constraints:
@@ -584,14 +585,14 @@ public CreateDocumentClassifierRequest withInputDataConfig( /** *

* Specifies the location for the output files from a custom classifier job. - * This parameter is required for a request that creates a native classifier + * This parameter is required for a request that creates a native document * model. *

* * @return

* Specifies the location for the output files from a custom * classifier job. This parameter is required for a request that - * creates a native classifier model. + * creates a native document model. *

*/ public DocumentClassifierOutputDataConfig getOutputDataConfig() { @@ -601,14 +602,14 @@ public DocumentClassifierOutputDataConfig getOutputDataConfig() { /** *

* Specifies the location for the output files from a custom classifier job. - * This parameter is required for a request that creates a native classifier + * This parameter is required for a request that creates a native document * model. *

* * @param outputDataConfig

* Specifies the location for the output files from a custom * classifier job. This parameter is required for a request that - * creates a native classifier model. + * creates a native document model. *

*/ public void setOutputDataConfig(DocumentClassifierOutputDataConfig outputDataConfig) { @@ -618,7 +619,7 @@ public void setOutputDataConfig(DocumentClassifierOutputDataConfig outputDataCon /** *

* Specifies the location for the output files from a custom classifier job. - * This parameter is required for a request that creates a native classifier + * This parameter is required for a request that creates a native document * model. *

*

@@ -628,7 +629,7 @@ public void setOutputDataConfig(DocumentClassifierOutputDataConfig outputDataCon * @param outputDataConfig

* Specifies the location for the output files from a custom * classifier job. This parameter is required for a request that - * creates a native classifier model. + * creates a native document model. *

* @return A reference to this updated object so that method calls can be * chained together. @@ -1048,11 +1049,12 @@ public CreateDocumentClassifierRequest withVpcConfig(VpcConfig vpcConfig) { /** *

* Indicates the mode in which the classifier will be trained. The - * classifier can be trained in multi-class mode, which identifies one and - * only one class for each document, or multi-label mode, which identifies - * one or more labels for each document. In multi-label mode, multiple - * labels for an individual document are separated by a delimiter. The - * default delimiter between labels is a pipe (|). + * classifier can be trained in multi-class (single-label) mode or + * multi-label mode. Multi-class mode identifies a single class label for + * each document and multi-label mode identifies one or more class labels + * for each document. Multiple labels for an individual document are + * separated by a delimiter. The default delimiter between labels is a pipe + * (|). *

*

* Constraints:
@@ -1060,12 +1062,12 @@ public CreateDocumentClassifierRequest withVpcConfig(VpcConfig vpcConfig) { * * @return

* Indicates the mode in which the classifier will be trained. The - * classifier can be trained in multi-class mode, which identifies - * one and only one class for each document, or multi-label mode, - * which identifies one or more labels for each document. In - * multi-label mode, multiple labels for an individual document are - * separated by a delimiter. The default delimiter between labels is - * a pipe (|). + * classifier can be trained in multi-class (single-label) mode or + * multi-label mode. Multi-class mode identifies a single class + * label for each document and multi-label mode identifies one or + * more class labels for each document. Multiple labels for an + * individual document are separated by a delimiter. The default + * delimiter between labels is a pipe (|). *

* @see DocumentClassifierMode */ @@ -1076,11 +1078,12 @@ public String getMode() { /** *

* Indicates the mode in which the classifier will be trained. The - * classifier can be trained in multi-class mode, which identifies one and - * only one class for each document, or multi-label mode, which identifies - * one or more labels for each document. In multi-label mode, multiple - * labels for an individual document are separated by a delimiter. The - * default delimiter between labels is a pipe (|). + * classifier can be trained in multi-class (single-label) mode or + * multi-label mode. Multi-class mode identifies a single class label for + * each document and multi-label mode identifies one or more class labels + * for each document. Multiple labels for an individual document are + * separated by a delimiter. The default delimiter between labels is a pipe + * (|). *

*

* Constraints:
@@ -1088,12 +1091,12 @@ public String getMode() { * * @param mode

* Indicates the mode in which the classifier will be trained. - * The classifier can be trained in multi-class mode, which - * identifies one and only one class for each document, or - * multi-label mode, which identifies one or more labels for each - * document. In multi-label mode, multiple labels for an - * individual document are separated by a delimiter. The default - * delimiter between labels is a pipe (|). + * The classifier can be trained in multi-class (single-label) + * mode or multi-label mode. Multi-class mode identifies a single + * class label for each document and multi-label mode identifies + * one or more class labels for each document. Multiple labels + * for an individual document are separated by a delimiter. The + * default delimiter between labels is a pipe (|). *

* @see DocumentClassifierMode */ @@ -1104,11 +1107,12 @@ public void setMode(String mode) { /** *

* Indicates the mode in which the classifier will be trained. The - * classifier can be trained in multi-class mode, which identifies one and - * only one class for each document, or multi-label mode, which identifies - * one or more labels for each document. In multi-label mode, multiple - * labels for an individual document are separated by a delimiter. The - * default delimiter between labels is a pipe (|). + * classifier can be trained in multi-class (single-label) mode or + * multi-label mode. Multi-class mode identifies a single class label for + * each document and multi-label mode identifies one or more class labels + * for each document. Multiple labels for an individual document are + * separated by a delimiter. The default delimiter between labels is a pipe + * (|). *

*

* Returns a reference to this object so that method calls can be chained @@ -1119,12 +1123,12 @@ public void setMode(String mode) { * * @param mode

* Indicates the mode in which the classifier will be trained. - * The classifier can be trained in multi-class mode, which - * identifies one and only one class for each document, or - * multi-label mode, which identifies one or more labels for each - * document. In multi-label mode, multiple labels for an - * individual document are separated by a delimiter. The default - * delimiter between labels is a pipe (|). + * The classifier can be trained in multi-class (single-label) + * mode or multi-label mode. Multi-class mode identifies a single + * class label for each document and multi-label mode identifies + * one or more class labels for each document. Multiple labels + * for an individual document are separated by a delimiter. The + * default delimiter between labels is a pipe (|). *

* @return A reference to this updated object so that method calls can be * chained together. @@ -1138,11 +1142,12 @@ public CreateDocumentClassifierRequest withMode(String mode) { /** *

* Indicates the mode in which the classifier will be trained. The - * classifier can be trained in multi-class mode, which identifies one and - * only one class for each document, or multi-label mode, which identifies - * one or more labels for each document. In multi-label mode, multiple - * labels for an individual document are separated by a delimiter. The - * default delimiter between labels is a pipe (|). + * classifier can be trained in multi-class (single-label) mode or + * multi-label mode. Multi-class mode identifies a single class label for + * each document and multi-label mode identifies one or more class labels + * for each document. Multiple labels for an individual document are + * separated by a delimiter. The default delimiter between labels is a pipe + * (|). *

*

* Constraints:
@@ -1150,12 +1155,12 @@ public CreateDocumentClassifierRequest withMode(String mode) { * * @param mode

* Indicates the mode in which the classifier will be trained. - * The classifier can be trained in multi-class mode, which - * identifies one and only one class for each document, or - * multi-label mode, which identifies one or more labels for each - * document. In multi-label mode, multiple labels for an - * individual document are separated by a delimiter. The default - * delimiter between labels is a pipe (|). + * The classifier can be trained in multi-class (single-label) + * mode or multi-label mode. Multi-class mode identifies a single + * class label for each document and multi-label mode identifies + * one or more class labels for each document. Multiple labels + * for an individual document are separated by a delimiter. The + * default delimiter between labels is a pipe (|). *

* @see DocumentClassifierMode */ @@ -1166,11 +1171,12 @@ public void setMode(DocumentClassifierMode mode) { /** *

* Indicates the mode in which the classifier will be trained. The - * classifier can be trained in multi-class mode, which identifies one and - * only one class for each document, or multi-label mode, which identifies - * one or more labels for each document. In multi-label mode, multiple - * labels for an individual document are separated by a delimiter. The - * default delimiter between labels is a pipe (|). + * classifier can be trained in multi-class (single-label) mode or + * multi-label mode. Multi-class mode identifies a single class label for + * each document and multi-label mode identifies one or more class labels + * for each document. Multiple labels for an individual document are + * separated by a delimiter. The default delimiter between labels is a pipe + * (|). *

*

* Returns a reference to this object so that method calls can be chained @@ -1181,12 +1187,12 @@ public void setMode(DocumentClassifierMode mode) { * * @param mode

* Indicates the mode in which the classifier will be trained. - * The classifier can be trained in multi-class mode, which - * identifies one and only one class for each document, or - * multi-label mode, which identifies one or more labels for each - * document. In multi-label mode, multiple labels for an - * individual document are separated by a delimiter. The default - * delimiter between labels is a pipe (|). + * The classifier can be trained in multi-class (single-label) + * mode or multi-label mode. Multi-class mode identifies a single + * class label for each document and multi-label mode identifies + * one or more class labels for each document. Multiple labels + * for an individual document are separated by a delimiter. The + * default delimiter between labels is a pipe (|). *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateDocumentClassifierResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateDocumentClassifierResult.java index e7e35822ab..2490238f5a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateDocumentClassifierResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateDocumentClassifierResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateEndpointRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateEndpointRequest.java index 129cbd35c0..92839bf6f1 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateEndpointRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateEndpointRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateEndpointResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateEndpointResult.java index 1263ad949c..6d322bdf84 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateEndpointResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateEndpointResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateEntityRecognizerRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateEntityRecognizerRequest.java index 2e8ac13766..2e366f6efe 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateEntityRecognizerRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateEntityRecognizerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateEntityRecognizerResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateEntityRecognizerResult.java index a0a81351a3..35658bde66 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateEntityRecognizerResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateEntityRecognizerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateFlywheelRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateFlywheelRequest.java index 72b62d91cb..d5fc6c9340 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateFlywheelRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateFlywheelRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -61,7 +61,9 @@ public class CreateFlywheelRequest extends AmazonWebServiceRequest implements Se /** *

* To associate an existing model with the flywheel, specify the Amazon - * Resource Number (ARN) of the model version. + * Resource Number (ARN) of the model version. Do not set + * TaskConfig or ModelType if you specify an + * ActiveModelArn. *

*

* Constraints:
@@ -89,14 +91,17 @@ public class CreateFlywheelRequest extends AmazonWebServiceRequest implements Se /** *

- * Configuration about the custom classifier associated with the flywheel. + * Configuration about the model associated with the flywheel. You need to + * set TaskConfig if you are creating a flywheel for a new + * model. *

*/ private TaskConfig taskConfig; /** *

- * The model type. + * The model type. You need to set ModelType if you are + * creating a flywheel for a new model. *

*

* Constraints:
@@ -203,7 +208,9 @@ public CreateFlywheelRequest withFlywheelName(String flywheelName) { /** *

* To associate an existing model with the flywheel, specify the Amazon - * Resource Number (ARN) of the model version. + * Resource Number (ARN) of the model version. Do not set + * TaskConfig or ModelType if you specify an + * ActiveModelArn. *

*

* Constraints:
@@ -216,7 +223,9 @@ public CreateFlywheelRequest withFlywheelName(String flywheelName) { * * @return

* To associate an existing model with the flywheel, specify the - * Amazon Resource Number (ARN) of the model version. + * Amazon Resource Number (ARN) of the model version. Do not set + * TaskConfig or ModelType if you specify + * an ActiveModelArn. *

*/ public String getActiveModelArn() { @@ -226,7 +235,9 @@ public String getActiveModelArn() { /** *

* To associate an existing model with the flywheel, specify the Amazon - * Resource Number (ARN) of the model version. + * Resource Number (ARN) of the model version. Do not set + * TaskConfig or ModelType if you specify an + * ActiveModelArn. *

*

* Constraints:
@@ -239,7 +250,9 @@ public String getActiveModelArn() { * * @param activeModelArn

* To associate an existing model with the flywheel, specify the - * Amazon Resource Number (ARN) of the model version. + * Amazon Resource Number (ARN) of the model version. Do not set + * TaskConfig or ModelType if you + * specify an ActiveModelArn. *

*/ public void setActiveModelArn(String activeModelArn) { @@ -249,7 +262,9 @@ public void setActiveModelArn(String activeModelArn) { /** *

* To associate an existing model with the flywheel, specify the Amazon - * Resource Number (ARN) of the model version. + * Resource Number (ARN) of the model version. Do not set + * TaskConfig or ModelType if you specify an + * ActiveModelArn. *

*

* Returns a reference to this object so that method calls can be chained @@ -265,7 +280,9 @@ public void setActiveModelArn(String activeModelArn) { * * @param activeModelArn

* To associate an existing model with the flywheel, specify the - * Amazon Resource Number (ARN) of the model version. + * Amazon Resource Number (ARN) of the model version. Do not set + * TaskConfig or ModelType if you + * specify an ActiveModelArn. *

* @return A reference to this updated object so that method calls can be * chained together. @@ -346,12 +363,15 @@ public CreateFlywheelRequest withDataAccessRoleArn(String dataAccessRoleArn) { /** *

- * Configuration about the custom classifier associated with the flywheel. + * Configuration about the model associated with the flywheel. You need to + * set TaskConfig if you are creating a flywheel for a new + * model. *

* * @return

- * Configuration about the custom classifier associated with the - * flywheel. + * Configuration about the model associated with the flywheel. You + * need to set TaskConfig if you are creating a + * flywheel for a new model. *

*/ public TaskConfig getTaskConfig() { @@ -360,12 +380,15 @@ public TaskConfig getTaskConfig() { /** *

- * Configuration about the custom classifier associated with the flywheel. + * Configuration about the model associated with the flywheel. You need to + * set TaskConfig if you are creating a flywheel for a new + * model. *

* * @param taskConfig

- * Configuration about the custom classifier associated with the - * flywheel. + * Configuration about the model associated with the flywheel. + * You need to set TaskConfig if you are creating a + * flywheel for a new model. *

*/ public void setTaskConfig(TaskConfig taskConfig) { @@ -374,15 +397,18 @@ public void setTaskConfig(TaskConfig taskConfig) { /** *

- * Configuration about the custom classifier associated with the flywheel. + * Configuration about the model associated with the flywheel. You need to + * set TaskConfig if you are creating a flywheel for a new + * model. *

*

* Returns a reference to this object so that method calls can be chained * together. * * @param taskConfig

- * Configuration about the custom classifier associated with the - * flywheel. + * Configuration about the model associated with the flywheel. + * You need to set TaskConfig if you are creating a + * flywheel for a new model. *

* @return A reference to this updated object so that method calls can be * chained together. @@ -394,14 +420,16 @@ public CreateFlywheelRequest withTaskConfig(TaskConfig taskConfig) { /** *

- * The model type. + * The model type. You need to set ModelType if you are + * creating a flywheel for a new model. *

*

* Constraints:
* Allowed Values: DOCUMENT_CLASSIFIER, ENTITY_RECOGNIZER * * @return

- * The model type. + * The model type. You need to set ModelType if you are + * creating a flywheel for a new model. *

* @see ModelType */ @@ -411,14 +439,16 @@ public String getModelType() { /** *

- * The model type. + * The model type. You need to set ModelType if you are + * creating a flywheel for a new model. *

*

* Constraints:
* Allowed Values: DOCUMENT_CLASSIFIER, ENTITY_RECOGNIZER * * @param modelType

- * The model type. + * The model type. You need to set ModelType if you + * are creating a flywheel for a new model. *

* @see ModelType */ @@ -428,7 +458,8 @@ public void setModelType(String modelType) { /** *

- * The model type. + * The model type. You need to set ModelType if you are + * creating a flywheel for a new model. *

*

* Returns a reference to this object so that method calls can be chained @@ -438,7 +469,8 @@ public void setModelType(String modelType) { * Allowed Values: DOCUMENT_CLASSIFIER, ENTITY_RECOGNIZER * * @param modelType

- * The model type. + * The model type. You need to set ModelType if you + * are creating a flywheel for a new model. *

* @return A reference to this updated object so that method calls can be * chained together. @@ -451,14 +483,16 @@ public CreateFlywheelRequest withModelType(String modelType) { /** *

- * The model type. + * The model type. You need to set ModelType if you are + * creating a flywheel for a new model. *

*

* Constraints:
* Allowed Values: DOCUMENT_CLASSIFIER, ENTITY_RECOGNIZER * * @param modelType

- * The model type. + * The model type. You need to set ModelType if you + * are creating a flywheel for a new model. *

* @see ModelType */ @@ -468,7 +502,8 @@ public void setModelType(ModelType modelType) { /** *

- * The model type. + * The model type. You need to set ModelType if you are + * creating a flywheel for a new model. *

*

* Returns a reference to this object so that method calls can be chained @@ -478,7 +513,8 @@ public void setModelType(ModelType modelType) { * Allowed Values: DOCUMENT_CLASSIFIER, ENTITY_RECOGNIZER * * @param modelType

- * The model type. + * The model type. You need to set ModelType if you + * are creating a flywheel for a new model. *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateFlywheelResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateFlywheelResult.java index 90dbe425e5..b9d1a8fbb5 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateFlywheelResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/CreateFlywheelResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DataSecurityConfig.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DataSecurityConfig.java index 860cbfd190..f5174b1726 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DataSecurityConfig.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DataSecurityConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetAugmentedManifestsListItem.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetAugmentedManifestsListItem.java index 012ddb486f..166f382b91 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetAugmentedManifestsListItem.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetAugmentedManifestsListItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetDataFormat.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetDataFormat.java index b021850430..a30228eed4 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetDataFormat.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetDataFormat.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetDocumentClassifierInputDataConfig.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetDocumentClassifierInputDataConfig.java index db9976cb60..502230f5e3 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetDocumentClassifierInputDataConfig.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetDocumentClassifierInputDataConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetEntityRecognizerAnnotations.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetEntityRecognizerAnnotations.java index 127551b1f7..0b16a439db 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetEntityRecognizerAnnotations.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetEntityRecognizerAnnotations.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetEntityRecognizerDocuments.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetEntityRecognizerDocuments.java index 4e28c8830e..706e0cc6f3 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetEntityRecognizerDocuments.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetEntityRecognizerDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetEntityRecognizerEntityList.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetEntityRecognizerEntityList.java index d45d77b5ad..35aa80a908 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetEntityRecognizerEntityList.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetEntityRecognizerEntityList.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetEntityRecognizerInputDataConfig.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetEntityRecognizerInputDataConfig.java index d1b233d310..794bfddec4 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetEntityRecognizerInputDataConfig.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetEntityRecognizerInputDataConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetFilter.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetFilter.java index 6ec65e6155..17809750f7 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetFilter.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetInputDataConfig.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetInputDataConfig.java index 860fcc03b6..a3f782effb 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetInputDataConfig.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetInputDataConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetProperties.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetProperties.java index 1695cd6e50..2a49d6f37d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetProperties.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetStatus.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetStatus.java index c0114fc76f..26a01ed714 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetStatus.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetType.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetType.java index 6b036249d6..630be23c15 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetType.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DatasetType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteDocumentClassifierRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteDocumentClassifierRequest.java index 4d6c6ff38c..a220134122 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteDocumentClassifierRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteDocumentClassifierRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteDocumentClassifierResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteDocumentClassifierResult.java index c67a570ded..40f664fe39 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteDocumentClassifierResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteDocumentClassifierResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteEndpointRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteEndpointRequest.java index 1331168d3b..8c01d83717 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteEndpointRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteEndpointRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteEndpointResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteEndpointResult.java index a28ae781c5..d1c68a3e85 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteEndpointResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteEndpointResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteEntityRecognizerRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteEntityRecognizerRequest.java index 7cf155a029..ef64aa9c40 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteEntityRecognizerRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteEntityRecognizerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteEntityRecognizerResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteEntityRecognizerResult.java index 9444e3e351..4fae4d018f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteEntityRecognizerResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteEntityRecognizerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteFlywheelRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteFlywheelRequest.java index 06fecb129d..c0f8178359 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteFlywheelRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteFlywheelRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteFlywheelResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteFlywheelResult.java index bf6eea3a75..d2b4dc0434 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteFlywheelResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteFlywheelResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteResourcePolicyRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteResourcePolicyRequest.java index 27e5fa97fe..3b39480b59 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteResourcePolicyRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteResourcePolicyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteResourcePolicyResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteResourcePolicyResult.java index 752d2e81d0..e1f435be63 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteResourcePolicyResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DeleteResourcePolicyResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDatasetRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDatasetRequest.java index c2e0e3f11d..e83f027fa9 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDatasetRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDatasetRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDatasetResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDatasetResult.java index ea04dc467c..4c6fd4bdd1 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDatasetResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDatasetResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDocumentClassificationJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDocumentClassificationJobRequest.java index 5fe45a5f16..e6c86afce4 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDocumentClassificationJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDocumentClassificationJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDocumentClassificationJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDocumentClassificationJobResult.java index 833cfefd9a..ddebe0df5a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDocumentClassificationJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDocumentClassificationJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDocumentClassifierRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDocumentClassifierRequest.java index 17069f9a42..6b8554f93f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDocumentClassifierRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDocumentClassifierRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDocumentClassifierResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDocumentClassifierResult.java index abe4a368da..fa6d0214e3 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDocumentClassifierResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDocumentClassifierResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDominantLanguageDetectionJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDominantLanguageDetectionJobRequest.java index 753c1a38fb..76ba880adf 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDominantLanguageDetectionJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDominantLanguageDetectionJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDominantLanguageDetectionJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDominantLanguageDetectionJobResult.java index b5ef6643d9..9a9563dd4a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDominantLanguageDetectionJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeDominantLanguageDetectionJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEndpointRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEndpointRequest.java index a76c042fdc..53590acb6f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEndpointRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEndpointRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEndpointResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEndpointResult.java index 55ef7e9527..6ee800bb1d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEndpointResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEndpointResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEntitiesDetectionJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEntitiesDetectionJobRequest.java index 150fb9b350..23a8fe615b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEntitiesDetectionJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEntitiesDetectionJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEntitiesDetectionJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEntitiesDetectionJobResult.java index 7d42c8958f..bcb57ac4ba 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEntitiesDetectionJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEntitiesDetectionJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEntityRecognizerRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEntityRecognizerRequest.java index 76dd93c1aa..e6c993b0c9 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEntityRecognizerRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEntityRecognizerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEntityRecognizerResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEntityRecognizerResult.java index 2de40ec584..ddac1a4378 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEntityRecognizerResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEntityRecognizerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEventsDetectionJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEventsDetectionJobRequest.java index a3530fd22b..88b7c1cf91 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEventsDetectionJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEventsDetectionJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEventsDetectionJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEventsDetectionJobResult.java index d177f96f88..6f9315264b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEventsDetectionJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeEventsDetectionJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeFlywheelIterationRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeFlywheelIterationRequest.java index 31bdeadeeb..41ad8a23bb 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeFlywheelIterationRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeFlywheelIterationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeFlywheelIterationResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeFlywheelIterationResult.java index 21484a38f6..df76cac14a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeFlywheelIterationResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeFlywheelIterationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeFlywheelRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeFlywheelRequest.java index 16f218ad88..e22bd1ed9f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeFlywheelRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeFlywheelRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeFlywheelResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeFlywheelResult.java index 506d11e108..586af5e6fb 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeFlywheelResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeFlywheelResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeKeyPhrasesDetectionJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeKeyPhrasesDetectionJobRequest.java index 513eddf9e2..1878109712 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeKeyPhrasesDetectionJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeKeyPhrasesDetectionJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeKeyPhrasesDetectionJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeKeyPhrasesDetectionJobResult.java index 5e67188591..ee4b7b1a1e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeKeyPhrasesDetectionJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeKeyPhrasesDetectionJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribePiiEntitiesDetectionJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribePiiEntitiesDetectionJobRequest.java index cb7b85ee7c..2925295886 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribePiiEntitiesDetectionJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribePiiEntitiesDetectionJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribePiiEntitiesDetectionJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribePiiEntitiesDetectionJobResult.java index cdd5b3e307..adfe1d94cc 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribePiiEntitiesDetectionJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribePiiEntitiesDetectionJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeResourcePolicyRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeResourcePolicyRequest.java index 87f3f05207..722ddc6037 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeResourcePolicyRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeResourcePolicyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeResourcePolicyResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeResourcePolicyResult.java index 8463e5ff82..aa110f5064 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeResourcePolicyResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeResourcePolicyResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeSentimentDetectionJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeSentimentDetectionJobRequest.java index ad5f32c162..dbbba1128f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeSentimentDetectionJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeSentimentDetectionJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeSentimentDetectionJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeSentimentDetectionJobResult.java index 4a73fec751..e0ce2f8615 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeSentimentDetectionJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeSentimentDetectionJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeTargetedSentimentDetectionJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeTargetedSentimentDetectionJobRequest.java index 7b30ca634c..a6459d70a8 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeTargetedSentimentDetectionJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeTargetedSentimentDetectionJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeTargetedSentimentDetectionJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeTargetedSentimentDetectionJobResult.java index e3912052c5..e80c25ec26 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeTargetedSentimentDetectionJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeTargetedSentimentDetectionJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeTopicsDetectionJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeTopicsDetectionJobRequest.java index e2cd6ddc8c..40fec70666 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeTopicsDetectionJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeTopicsDetectionJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeTopicsDetectionJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeTopicsDetectionJobResult.java index de8a856851..fccc74f447 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeTopicsDetectionJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DescribeTopicsDetectionJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectDominantLanguageRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectDominantLanguageRequest.java index 020a08ba3a..cf6e57ae17 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectDominantLanguageRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectDominantLanguageRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectDominantLanguageResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectDominantLanguageResult.java index c3a642d697..2a7b12d9bd 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectDominantLanguageResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectDominantLanguageResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectEntitiesRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectEntitiesRequest.java index 7d3c8fef09..1eeffa78e8 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectEntitiesRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectEntitiesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectEntitiesResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectEntitiesResult.java index 1b7fc8b128..e505c519bb 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectEntitiesResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectEntitiesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectKeyPhrasesRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectKeyPhrasesRequest.java index a7f557bd6b..4b2dfb7c2d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectKeyPhrasesRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectKeyPhrasesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectKeyPhrasesResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectKeyPhrasesResult.java index 7b89aee9df..0a91fd7a93 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectKeyPhrasesResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectKeyPhrasesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectPiiEntitiesRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectPiiEntitiesRequest.java index 2986fe0c23..513415f04b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectPiiEntitiesRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectPiiEntitiesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -38,8 +38,8 @@ public class DetectPiiEntitiesRequest extends AmazonWebServiceRequest implements /** *

- * The language of the input documents. Currently, English is the only valid - * language. + * The language of the input text. Enter the language code for English (en) + * or Spanish (es). *

*

* Constraints:
@@ -103,16 +103,16 @@ public DetectPiiEntitiesRequest withText(String text) { /** *

- * The language of the input documents. Currently, English is the only valid - * language. + * The language of the input text. Enter the language code for English (en) + * or Spanish (es). *

*

* Constraints:
* Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW * * @return

- * The language of the input documents. Currently, English is the - * only valid language. + * The language of the input text. Enter the language code for + * English (en) or Spanish (es). *

* @see LanguageCode */ @@ -122,16 +122,16 @@ public String getLanguageCode() { /** *

- * The language of the input documents. Currently, English is the only valid - * language. + * The language of the input text. Enter the language code for English (en) + * or Spanish (es). *

*

* Constraints:
* Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW * * @param languageCode

- * The language of the input documents. Currently, English is the - * only valid language. + * The language of the input text. Enter the language code for + * English (en) or Spanish (es). *

* @see LanguageCode */ @@ -141,8 +141,8 @@ public void setLanguageCode(String languageCode) { /** *

- * The language of the input documents. Currently, English is the only valid - * language. + * The language of the input text. Enter the language code for English (en) + * or Spanish (es). *

*

* Returns a reference to this object so that method calls can be chained @@ -152,8 +152,8 @@ public void setLanguageCode(String languageCode) { * Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW * * @param languageCode

- * The language of the input documents. Currently, English is the - * only valid language. + * The language of the input text. Enter the language code for + * English (en) or Spanish (es). *

* @return A reference to this updated object so that method calls can be * chained together. @@ -166,16 +166,16 @@ public DetectPiiEntitiesRequest withLanguageCode(String languageCode) { /** *

- * The language of the input documents. Currently, English is the only valid - * language. + * The language of the input text. Enter the language code for English (en) + * or Spanish (es). *

*

* Constraints:
* Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW * * @param languageCode

- * The language of the input documents. Currently, English is the - * only valid language. + * The language of the input text. Enter the language code for + * English (en) or Spanish (es). *

* @see LanguageCode */ @@ -185,8 +185,8 @@ public void setLanguageCode(LanguageCode languageCode) { /** *

- * The language of the input documents. Currently, English is the only valid - * language. + * The language of the input text. Enter the language code for English (en) + * or Spanish (es). *

*

* Returns a reference to this object so that method calls can be chained @@ -196,8 +196,8 @@ public void setLanguageCode(LanguageCode languageCode) { * Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW * * @param languageCode

- * The language of the input documents. Currently, English is the - * only valid language. + * The language of the input text. Enter the language code for + * English (en) or Spanish (es). *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectPiiEntitiesResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectPiiEntitiesResult.java index fb208a5607..2be399f1fe 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectPiiEntitiesResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectPiiEntitiesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectSentimentRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectSentimentRequest.java index 1d74d4d1e9..2a182b45e3 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectSentimentRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectSentimentRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectSentimentResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectSentimentResult.java index e11977b82f..da50a13b64 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectSentimentResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectSentimentResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectSyntaxRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectSyntaxRequest.java index fbdd3e6e0e..422836e802 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectSyntaxRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectSyntaxRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectSyntaxResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectSyntaxResult.java index e385b8987b..8f360c31cf 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectSyntaxResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectSyntaxResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectTargetedSentimentRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectTargetedSentimentRequest.java index 29af506bf1..d72260d4d5 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectTargetedSentimentRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectTargetedSentimentRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ *

* For more information about targeted sentiment, see Targeted sentiment. + * >Targeted sentiment in the Amazon Comprehend Developer Guide. *

*/ public class DetectTargetedSentimentRequest extends AmazonWebServiceRequest implements Serializable { diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectTargetedSentimentResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectTargetedSentimentResult.java index 1a5b6f468b..cfe36b180f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectTargetedSentimentResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectTargetedSentimentResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectToxicContentRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectToxicContentRequest.java new file mode 100644 index 0000000000..192cca772c --- /dev/null +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectToxicContentRequest.java @@ -0,0 +1,294 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.comprehend.model; + +import java.io.Serializable; + +import com.amazonaws.AmazonWebServiceRequest; + +/** + *

+ * Performs toxicity analysis on the list of text strings that you provide as + * input. The API response contains a results list that matches the size of the + * input list. For more information about toxicity detection, see Toxicity detection in the Amazon Comprehend Developer Guide. + *

+ */ +public class DetectToxicContentRequest extends AmazonWebServiceRequest implements Serializable { + /** + *

+ * A list of up to 10 text strings. Each string has a maximum size of 1 KB, + * and the maximum size of the list is 10 KB. + *

+ */ + private java.util.List textSegments; + + /** + *

+ * The language of the input text. Currently, English is the only supported + * language. + *

+ *

+ * Constraints:
+ * Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW + */ + private String languageCode; + + /** + *

+ * A list of up to 10 text strings. Each string has a maximum size of 1 KB, + * and the maximum size of the list is 10 KB. + *

+ * + * @return

+ * A list of up to 10 text strings. Each string has a maximum size + * of 1 KB, and the maximum size of the list is 10 KB. + *

+ */ + public java.util.List getTextSegments() { + return textSegments; + } + + /** + *

+ * A list of up to 10 text strings. Each string has a maximum size of 1 KB, + * and the maximum size of the list is 10 KB. + *

+ * + * @param textSegments

+ * A list of up to 10 text strings. Each string has a maximum + * size of 1 KB, and the maximum size of the list is 10 KB. + *

+ */ + public void setTextSegments(java.util.Collection textSegments) { + if (textSegments == null) { + this.textSegments = null; + return; + } + + this.textSegments = new java.util.ArrayList(textSegments); + } + + /** + *

+ * A list of up to 10 text strings. Each string has a maximum size of 1 KB, + * and the maximum size of the list is 10 KB. + *

+ *

+ * Returns a reference to this object so that method calls can be chained + * together. + * + * @param textSegments

+ * A list of up to 10 text strings. Each string has a maximum + * size of 1 KB, and the maximum size of the list is 10 KB. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DetectToxicContentRequest withTextSegments(TextSegment... textSegments) { + if (getTextSegments() == null) { + this.textSegments = new java.util.ArrayList(textSegments.length); + } + for (TextSegment value : textSegments) { + this.textSegments.add(value); + } + return this; + } + + /** + *

+ * A list of up to 10 text strings. Each string has a maximum size of 1 KB, + * and the maximum size of the list is 10 KB. + *

+ *

+ * Returns a reference to this object so that method calls can be chained + * together. + * + * @param textSegments

+ * A list of up to 10 text strings. Each string has a maximum + * size of 1 KB, and the maximum size of the list is 10 KB. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DetectToxicContentRequest withTextSegments(java.util.Collection textSegments) { + setTextSegments(textSegments); + return this; + } + + /** + *

+ * The language of the input text. Currently, English is the only supported + * language. + *

+ *

+ * Constraints:
+ * Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW + * + * @return

+ * The language of the input text. Currently, English is the only + * supported language. + *

+ * @see LanguageCode + */ + public String getLanguageCode() { + return languageCode; + } + + /** + *

+ * The language of the input text. Currently, English is the only supported + * language. + *

+ *

+ * Constraints:
+ * Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW + * + * @param languageCode

+ * The language of the input text. Currently, English is the only + * supported language. + *

+ * @see LanguageCode + */ + public void setLanguageCode(String languageCode) { + this.languageCode = languageCode; + } + + /** + *

+ * The language of the input text. Currently, English is the only supported + * language. + *

+ *

+ * Returns a reference to this object so that method calls can be chained + * together. + *

+ * Constraints:
+ * Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW + * + * @param languageCode

+ * The language of the input text. Currently, English is the only + * supported language. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + * @see LanguageCode + */ + public DetectToxicContentRequest withLanguageCode(String languageCode) { + this.languageCode = languageCode; + return this; + } + + /** + *

+ * The language of the input text. Currently, English is the only supported + * language. + *

+ *

+ * Constraints:
+ * Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW + * + * @param languageCode

+ * The language of the input text. Currently, English is the only + * supported language. + *

+ * @see LanguageCode + */ + public void setLanguageCode(LanguageCode languageCode) { + this.languageCode = languageCode.toString(); + } + + /** + *

+ * The language of the input text. Currently, English is the only supported + * language. + *

+ *

+ * Returns a reference to this object so that method calls can be chained + * together. + *

+ * Constraints:
+ * Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW + * + * @param languageCode

+ * The language of the input text. Currently, English is the only + * supported language. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + * @see LanguageCode + */ + public DetectToxicContentRequest withLanguageCode(LanguageCode languageCode) { + this.languageCode = languageCode.toString(); + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getTextSegments() != null) + sb.append("TextSegments: " + getTextSegments() + ","); + if (getLanguageCode() != null) + sb.append("LanguageCode: " + getLanguageCode()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime * hashCode + + ((getTextSegments() == null) ? 0 : getTextSegments().hashCode()); + hashCode = prime * hashCode + + ((getLanguageCode() == null) ? 0 : getLanguageCode().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof DetectToxicContentRequest == false) + return false; + DetectToxicContentRequest other = (DetectToxicContentRequest) obj; + + if (other.getTextSegments() == null ^ this.getTextSegments() == null) + return false; + if (other.getTextSegments() != null + && other.getTextSegments().equals(this.getTextSegments()) == false) + return false; + if (other.getLanguageCode() == null ^ this.getLanguageCode() == null) + return false; + if (other.getLanguageCode() != null + && other.getLanguageCode().equals(this.getLanguageCode()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectToxicContentResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectToxicContentResult.java new file mode 100644 index 0000000000..ecdb11094d --- /dev/null +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DetectToxicContentResult.java @@ -0,0 +1,177 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.comprehend.model; + +import java.io.Serializable; + +public class DetectToxicContentResult implements Serializable { + /** + *

+ * Results of the content moderation analysis. Each entry in the results + * list contains a list of toxic content types identified in the text, along + * with a confidence score for each content type. The results list also + * includes a toxicity score for each entry in the results list. + *

+ */ + private java.util.List resultList; + + /** + *

+ * Results of the content moderation analysis. Each entry in the results + * list contains a list of toxic content types identified in the text, along + * with a confidence score for each content type. The results list also + * includes a toxicity score for each entry in the results list. + *

+ * + * @return

+ * Results of the content moderation analysis. Each entry in the + * results list contains a list of toxic content types identified in + * the text, along with a confidence score for each content type. + * The results list also includes a toxicity score for each entry in + * the results list. + *

+ */ + public java.util.List getResultList() { + return resultList; + } + + /** + *

+ * Results of the content moderation analysis. Each entry in the results + * list contains a list of toxic content types identified in the text, along + * with a confidence score for each content type. The results list also + * includes a toxicity score for each entry in the results list. + *

+ * + * @param resultList

+ * Results of the content moderation analysis. Each entry in the + * results list contains a list of toxic content types identified + * in the text, along with a confidence score for each content + * type. The results list also includes a toxicity score for each + * entry in the results list. + *

+ */ + public void setResultList(java.util.Collection resultList) { + if (resultList == null) { + this.resultList = null; + return; + } + + this.resultList = new java.util.ArrayList(resultList); + } + + /** + *

+ * Results of the content moderation analysis. Each entry in the results + * list contains a list of toxic content types identified in the text, along + * with a confidence score for each content type. The results list also + * includes a toxicity score for each entry in the results list. + *

+ *

+ * Returns a reference to this object so that method calls can be chained + * together. + * + * @param resultList

+ * Results of the content moderation analysis. Each entry in the + * results list contains a list of toxic content types identified + * in the text, along with a confidence score for each content + * type. The results list also includes a toxicity score for each + * entry in the results list. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DetectToxicContentResult withResultList(ToxicLabels... resultList) { + if (getResultList() == null) { + this.resultList = new java.util.ArrayList(resultList.length); + } + for (ToxicLabels value : resultList) { + this.resultList.add(value); + } + return this; + } + + /** + *

+ * Results of the content moderation analysis. Each entry in the results + * list contains a list of toxic content types identified in the text, along + * with a confidence score for each content type. The results list also + * includes a toxicity score for each entry in the results list. + *

+ *

+ * Returns a reference to this object so that method calls can be chained + * together. + * + * @param resultList

+ * Results of the content moderation analysis. Each entry in the + * results list contains a list of toxic content types identified + * in the text, along with a confidence score for each content + * type. The results list also includes a toxicity score for each + * entry in the results list. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DetectToxicContentResult withResultList(java.util.Collection resultList) { + setResultList(resultList); + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getResultList() != null) + sb.append("ResultList: " + getResultList()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime * hashCode + ((getResultList() == null) ? 0 : getResultList().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof DetectToxicContentResult == false) + return false; + DetectToxicContentResult other = (DetectToxicContentResult) obj; + + if (other.getResultList() == null ^ this.getResultList() == null) + return false; + if (other.getResultList() != null + && other.getResultList().equals(this.getResultList()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClass.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClass.java index a930a32747..0297308bb5 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClass.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassificationConfig.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassificationConfig.java index 9009e45ba9..d55166e78b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassificationConfig.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassificationConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ /** *

- * Configuration required for a custom classification model. + * Configuration required for a document classification model. *

*/ public class DocumentClassificationConfig implements Serializable { diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassificationJobFilter.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassificationJobFilter.java index 0d9b373470..e5acd8ebb2 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassificationJobFilter.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassificationJobFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassificationJobProperties.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassificationJobProperties.java index 5c6969a241..527dceb3fb 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassificationJobProperties.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassificationJobProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -181,7 +181,7 @@ public class DocumentClassificationJobProperties implements Serializable { * Configuration parameters for a private Virtual Private Cloud (VPC) * containing the resources you are using for your document classification * job. For more information, see Amazon VPC. *

*/ @@ -1118,7 +1118,7 @@ public DocumentClassificationJobProperties withVolumeKmsKeyId(String volumeKmsKe * Configuration parameters for a private Virtual Private Cloud (VPC) * containing the resources you are using for your document classification * job. For more information, see Amazon VPC. *

* @@ -1126,7 +1126,7 @@ public DocumentClassificationJobProperties withVolumeKmsKeyId(String volumeKmsKe * Configuration parameters for a private Virtual Private Cloud * (VPC) containing the resources you are using for your document * classification job. For more information, see Amazon VPC. *

*/ @@ -1139,7 +1139,7 @@ public VpcConfig getVpcConfig() { * Configuration parameters for a private Virtual Private Cloud (VPC) * containing the resources you are using for your document classification * job. For more information, see Amazon VPC. *

* @@ -1147,7 +1147,7 @@ public VpcConfig getVpcConfig() { * Configuration parameters for a private Virtual Private Cloud * (VPC) containing the resources you are using for your document * classification job. For more information, see Amazon VPC. *

*/ @@ -1160,7 +1160,7 @@ public void setVpcConfig(VpcConfig vpcConfig) { * Configuration parameters for a private Virtual Private Cloud (VPC) * containing the resources you are using for your document classification * job. For more information, see Amazon VPC. *

*

@@ -1171,7 +1171,7 @@ public void setVpcConfig(VpcConfig vpcConfig) { * Configuration parameters for a private Virtual Private Cloud * (VPC) containing the resources you are using for your document * classification job. For more information, see Amazon VPC. *

* @return A reference to this updated object so that method calls can be diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierDataFormat.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierDataFormat.java index d453296bb8..53c1be153e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierDataFormat.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierDataFormat.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierDocumentTypeFormat.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierDocumentTypeFormat.java index b3f9c4adf8..7ac1ea25ca 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierDocumentTypeFormat.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierDocumentTypeFormat.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierDocuments.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierDocuments.java index b48235eabf..3a66a3b295 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierDocuments.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ /** *

* The location of the training documents. This parameter is required in a - * request to create a native classifier model. + * request to create a semi-structured document classification model. *

*/ public class DocumentClassifierDocuments implements Serializable { diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierFilter.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierFilter.java index 0dc5c14609..78ada4ae41 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierFilter.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierInputDataConfig.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierInputDataConfig.java index 924df0ba05..80a0cd2ccf 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierInputDataConfig.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierInputDataConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -90,8 +90,8 @@ public class DocumentClassifierInputDataConfig implements Serializable { /** *

- * This specifies the Amazon S3 location where the test annotations for an - * entity recognizer are located. The URI must be in the same Amazon Web + * This specifies the Amazon S3 location that contains the test annotations + * for the document classifier. The URI must be in the same Amazon Web * Services Region as the API endpoint that you are calling. *

*

@@ -135,7 +135,7 @@ public class DocumentClassifierInputDataConfig implements Serializable { *

* The type of input documents for training the model. Provide plain-text * documents to create a plain-text model, and provide semi-structured - * documents to create a native model. + * documents to create a native document model. *

*

* Constraints:
@@ -146,7 +146,7 @@ public class DocumentClassifierInputDataConfig implements Serializable { /** *

* The S3 location of the training documents. This parameter is required in - * a request to create a native classifier model. + * a request to create a native document model. *

*/ private DocumentClassifierDocuments documents; @@ -688,8 +688,8 @@ public DocumentClassifierInputDataConfig withS3Uri(String s3Uri) { /** *

- * This specifies the Amazon S3 location where the test annotations for an - * entity recognizer are located. The URI must be in the same Amazon Web + * This specifies the Amazon S3 location that contains the test annotations + * for the document classifier. The URI must be in the same Amazon Web * Services Region as the API endpoint that you are calling. *

*

@@ -698,9 +698,9 @@ public DocumentClassifierInputDataConfig withS3Uri(String s3Uri) { * Pattern: s3://[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9](/.*)?
* * @return

- * This specifies the Amazon S3 location where the test annotations - * for an entity recognizer are located. The URI must be in the same - * Amazon Web Services Region as the API endpoint that you are + * This specifies the Amazon S3 location that contains the test + * annotations for the document classifier. The URI must be in the + * same Amazon Web Services Region as the API endpoint that you are * calling. *

*/ @@ -710,8 +710,8 @@ public String getTestS3Uri() { /** *

- * This specifies the Amazon S3 location where the test annotations for an - * entity recognizer are located. The URI must be in the same Amazon Web + * This specifies the Amazon S3 location that contains the test annotations + * for the document classifier. The URI must be in the same Amazon Web * Services Region as the API endpoint that you are calling. *

*

@@ -720,10 +720,10 @@ public String getTestS3Uri() { * Pattern: s3://[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9](/.*)?
* * @param testS3Uri

- * This specifies the Amazon S3 location where the test - * annotations for an entity recognizer are located. The URI must - * be in the same Amazon Web Services Region as the API endpoint - * that you are calling. + * This specifies the Amazon S3 location that contains the test + * annotations for the document classifier. The URI must be in + * the same Amazon Web Services Region as the API endpoint that + * you are calling. *

*/ public void setTestS3Uri(String testS3Uri) { @@ -732,8 +732,8 @@ public void setTestS3Uri(String testS3Uri) { /** *

- * This specifies the Amazon S3 location where the test annotations for an - * entity recognizer are located. The URI must be in the same Amazon Web + * This specifies the Amazon S3 location that contains the test annotations + * for the document classifier. The URI must be in the same Amazon Web * Services Region as the API endpoint that you are calling. *

*

@@ -745,10 +745,10 @@ public void setTestS3Uri(String testS3Uri) { * Pattern: s3://[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9](/.*)?
* * @param testS3Uri

- * This specifies the Amazon S3 location where the test - * annotations for an entity recognizer are located. The URI must - * be in the same Amazon Web Services Region as the API endpoint - * that you are calling. + * This specifies the Amazon S3 location that contains the test + * annotations for the document classifier. The URI must be in + * the same Amazon Web Services Region as the API endpoint that + * you are calling. *

* @return A reference to this updated object so that method calls can be * chained together. @@ -987,7 +987,7 @@ public DocumentClassifierInputDataConfig withAugmentedManifests( *

* The type of input documents for training the model. Provide plain-text * documents to create a plain-text model, and provide semi-structured - * documents to create a native model. + * documents to create a native document model. *

*

* Constraints:
@@ -996,7 +996,7 @@ public DocumentClassifierInputDataConfig withAugmentedManifests( * @return

* The type of input documents for training the model. Provide * plain-text documents to create a plain-text model, and provide - * semi-structured documents to create a native model. + * semi-structured documents to create a native document model. *

* @see DocumentClassifierDocumentTypeFormat */ @@ -1008,7 +1008,7 @@ public String getDocumentType() { *

* The type of input documents for training the model. Provide plain-text * documents to create a plain-text model, and provide semi-structured - * documents to create a native model. + * documents to create a native document model. *

*

* Constraints:
@@ -1017,7 +1017,7 @@ public String getDocumentType() { * @param documentType

* The type of input documents for training the model. Provide * plain-text documents to create a plain-text model, and provide - * semi-structured documents to create a native model. + * semi-structured documents to create a native document model. *

* @see DocumentClassifierDocumentTypeFormat */ @@ -1029,7 +1029,7 @@ public void setDocumentType(String documentType) { *

* The type of input documents for training the model. Provide plain-text * documents to create a plain-text model, and provide semi-structured - * documents to create a native model. + * documents to create a native document model. *

*

* Returns a reference to this object so that method calls can be chained @@ -1041,7 +1041,7 @@ public void setDocumentType(String documentType) { * @param documentType

* The type of input documents for training the model. Provide * plain-text documents to create a plain-text model, and provide - * semi-structured documents to create a native model. + * semi-structured documents to create a native document model. *

* @return A reference to this updated object so that method calls can be * chained together. @@ -1056,7 +1056,7 @@ public DocumentClassifierInputDataConfig withDocumentType(String documentType) { *

* The type of input documents for training the model. Provide plain-text * documents to create a plain-text model, and provide semi-structured - * documents to create a native model. + * documents to create a native document model. *

*

* Constraints:
@@ -1065,7 +1065,7 @@ public DocumentClassifierInputDataConfig withDocumentType(String documentType) { * @param documentType

* The type of input documents for training the model. Provide * plain-text documents to create a plain-text model, and provide - * semi-structured documents to create a native model. + * semi-structured documents to create a native document model. *

* @see DocumentClassifierDocumentTypeFormat */ @@ -1077,7 +1077,7 @@ public void setDocumentType(DocumentClassifierDocumentTypeFormat documentType) { *

* The type of input documents for training the model. Provide plain-text * documents to create a plain-text model, and provide semi-structured - * documents to create a native model. + * documents to create a native document model. *

*

* Returns a reference to this object so that method calls can be chained @@ -1089,7 +1089,7 @@ public void setDocumentType(DocumentClassifierDocumentTypeFormat documentType) { * @param documentType

* The type of input documents for training the model. Provide * plain-text documents to create a plain-text model, and provide - * semi-structured documents to create a native model. + * semi-structured documents to create a native document model. *

* @return A reference to this updated object so that method calls can be * chained together. @@ -1104,12 +1104,12 @@ public DocumentClassifierInputDataConfig withDocumentType( /** *

* The S3 location of the training documents. This parameter is required in - * a request to create a native classifier model. + * a request to create a native document model. *

* * @return

* The S3 location of the training documents. This parameter is - * required in a request to create a native classifier model. + * required in a request to create a native document model. *

*/ public DocumentClassifierDocuments getDocuments() { @@ -1119,12 +1119,12 @@ public DocumentClassifierDocuments getDocuments() { /** *

* The S3 location of the training documents. This parameter is required in - * a request to create a native classifier model. + * a request to create a native document model. *

* * @param documents

* The S3 location of the training documents. This parameter is - * required in a request to create a native classifier model. + * required in a request to create a native document model. *

*/ public void setDocuments(DocumentClassifierDocuments documents) { @@ -1134,7 +1134,7 @@ public void setDocuments(DocumentClassifierDocuments documents) { /** *

* The S3 location of the training documents. This parameter is required in - * a request to create a native classifier model. + * a request to create a native document model. *

*

* Returns a reference to this object so that method calls can be chained @@ -1142,7 +1142,7 @@ public void setDocuments(DocumentClassifierDocuments documents) { * * @param documents

* The S3 location of the training documents. This parameter is - * required in a request to create a native classifier model. + * required in a request to create a native document model. *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierMode.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierMode.java index a3a3dcd5e4..b5231be66c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierMode.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierOutputDataConfig.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierOutputDataConfig.java index ac5a72e8ec..d1e38b1ef4 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierOutputDataConfig.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierOutputDataConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ /** *

* Provide the location for output data from a custom classifier job. This field - * is mandatory if you are training a native classifier model. + * is mandatory if you are training a native document model. *

*/ public class DocumentClassifierOutputDataConfig implements Serializable { diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierProperties.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierProperties.java index 1c6f09f04b..e5dd5b23f4 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierProperties.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -177,7 +177,7 @@ public class DocumentClassifierProperties implements Serializable { * Configuration parameters for a private Virtual Private Cloud (VPC) * containing the resources you are using for your custom classifier. For * more information, see Amazon VPC. *

*/ @@ -1278,7 +1278,7 @@ public DocumentClassifierProperties withVolumeKmsKeyId(String volumeKmsKeyId) { * Configuration parameters for a private Virtual Private Cloud (VPC) * containing the resources you are using for your custom classifier. For * more information, see Amazon VPC. *

* @@ -1286,7 +1286,7 @@ public DocumentClassifierProperties withVolumeKmsKeyId(String volumeKmsKeyId) { * Configuration parameters for a private Virtual Private Cloud * (VPC) containing the resources you are using for your custom * classifier. For more information, see Amazon VPC. *

*/ @@ -1299,7 +1299,7 @@ public VpcConfig getVpcConfig() { * Configuration parameters for a private Virtual Private Cloud (VPC) * containing the resources you are using for your custom classifier. For * more information, see Amazon VPC. *

* @@ -1307,7 +1307,7 @@ public VpcConfig getVpcConfig() { * Configuration parameters for a private Virtual Private Cloud * (VPC) containing the resources you are using for your custom * classifier. For more information, see Amazon VPC. *

*/ @@ -1320,7 +1320,7 @@ public void setVpcConfig(VpcConfig vpcConfig) { * Configuration parameters for a private Virtual Private Cloud (VPC) * containing the resources you are using for your custom classifier. For * more information, see Amazon VPC. *

*

@@ -1331,7 +1331,7 @@ public void setVpcConfig(VpcConfig vpcConfig) { * Configuration parameters for a private Virtual Private Cloud * (VPC) containing the resources you are using for your custom * classifier. For more information, see Amazon VPC. *

* @return A reference to this updated object so that method calls can be diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierSummary.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierSummary.java index b97a2b4d22..900ae6c304 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierSummary.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentClassifierSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentLabel.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentLabel.java index 474eef6c9b..eeb7478419 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentLabel.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentLabel.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentMetadata.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentMetadata.java index b08d8ca0fb..ad990b2767 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentMetadata.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentReadAction.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentReadAction.java index 847f40e601..b01c345c8f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentReadAction.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentReadAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentReadFeatureTypes.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentReadFeatureTypes.java index ae70c8d17c..9d23b9a74c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentReadFeatureTypes.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentReadFeatureTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -20,24 +20,8 @@ /** *

- * Specifies the type of Amazon Textract features to apply. If you chose - * TEXTRACT_ANALYZE_DOCUMENT as the read action, you must specify - * one or both of the following values: + * TABLES or FORMS *

- *
    - *
  • - *

    - * TABLES - Returns additional information about any tables that - * are detected in the input document. - *

    - *
  • - *
  • - *

    - * FORMS - Returns additional information about any forms that are - * detected in the input document. - *

    - *
  • - *
*/ public enum DocumentReadFeatureTypes { diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentReadMode.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentReadMode.java index 3e4454d2e6..3e0134dab8 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentReadMode.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentReadMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentReaderConfig.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentReaderConfig.java index 24d7d7b3ed..2d7379387e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentReaderConfig.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentReaderConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -118,13 +118,13 @@ public class DocumentReaderConfig implements Serializable { *
    *
  • *

    - * TABLES - Returns information about any tables that are - * detected in the input document. + * TABLES - Returns additional information about any tables + * that are detected in the input document. *

    *
  • *
  • *

    - * FORMS - Returns information and the data from any forms that + * FORMS - Returns additional information about any forms that * are detected in the input document. *

    *
  • @@ -665,13 +665,13 @@ public DocumentReaderConfig withDocumentReadMode(DocumentReadMode documentReadMo *
      *
    • *

      - * TABLES - Returns information about any tables that are - * detected in the input document. + * TABLES - Returns additional information about any tables + * that are detected in the input document. *

      *
    • *
    • *

      - * FORMS - Returns information and the data from any forms that + * FORMS - Returns additional information about any forms that * are detected in the input document. *

      *
    • @@ -685,13 +685,13 @@ public DocumentReaderConfig withDocumentReadMode(DocumentReadMode documentReadMo *
        *
      • *

        - * TABLES - Returns information about any tables that - * are detected in the input document. + * TABLES - Returns additional information about any + * tables that are detected in the input document. *

        *
      • *
      • *

        - * FORMS - Returns information and the data from any + * FORMS - Returns additional information about any * forms that are detected in the input document. *

        *
      • @@ -710,13 +710,13 @@ public java.util.List getFeatureTypes() { *
          *
        • *

          - * TABLES - Returns information about any tables that are - * detected in the input document. + * TABLES - Returns additional information about any tables + * that are detected in the input document. *

          *
        • *
        • *

          - * FORMS - Returns information and the data from any forms that + * FORMS - Returns additional information about any forms that * are detected in the input document. *

          *
        • @@ -730,13 +730,13 @@ public java.util.List getFeatureTypes() { *
            *
          • *

            - * TABLES - Returns information about any tables - * that are detected in the input document. + * TABLES - Returns additional information about any + * tables that are detected in the input document. *

            *
          • *
          • *

            - * FORMS - Returns information and the data from any + * FORMS - Returns additional information about any * forms that are detected in the input document. *

            *
          • @@ -760,13 +760,13 @@ public void setFeatureTypes(java.util.Collection featureTypes) { *
              *
            • *

              - * TABLES - Returns information about any tables that are - * detected in the input document. + * TABLES - Returns additional information about any tables + * that are detected in the input document. *

              *
            • *
            • *

              - * FORMS - Returns information and the data from any forms that + * FORMS - Returns additional information about any forms that * are detected in the input document. *

              *
            • @@ -783,13 +783,13 @@ public void setFeatureTypes(java.util.Collection featureTypes) { *
                *
              • *

                - * TABLES - Returns information about any tables - * that are detected in the input document. + * TABLES - Returns additional information about any + * tables that are detected in the input document. *

                *
              • *
              • *

                - * FORMS - Returns information and the data from any + * FORMS - Returns additional information about any * forms that are detected in the input document. *

                *
              • @@ -816,13 +816,13 @@ public DocumentReaderConfig withFeatureTypes(String... featureTypes) { *
                  *
                • *

                  - * TABLES - Returns information about any tables that are - * detected in the input document. + * TABLES - Returns additional information about any tables + * that are detected in the input document. *

                  *
                • *
                • *

                  - * FORMS - Returns information and the data from any forms that + * FORMS - Returns additional information about any forms that * are detected in the input document. *

                  *
                • @@ -839,13 +839,13 @@ public DocumentReaderConfig withFeatureTypes(String... featureTypes) { *
                    *
                  • *

                    - * TABLES - Returns information about any tables - * that are detected in the input document. + * TABLES - Returns additional information about any + * tables that are detected in the input document. *

                    *
                  • *
                  • *

                    - * FORMS - Returns information and the data from any + * FORMS - Returns additional information about any * forms that are detected in the input document. *

                    *
                  • diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentType.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentType.java index 630ba05c70..239d3d254f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentType.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentTypeListItem.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentTypeListItem.java index 79d0dc2e4e..47cc05b3e1 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentTypeListItem.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DocumentTypeListItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DominantLanguage.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DominantLanguage.java index 54a732d7d0..df18b273c5 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DominantLanguage.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DominantLanguage.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DominantLanguageDetectionJobFilter.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DominantLanguageDetectionJobFilter.java index bbc2ac99a7..a5648703d6 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DominantLanguageDetectionJobFilter.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DominantLanguageDetectionJobFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DominantLanguageDetectionJobProperties.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DominantLanguageDetectionJobProperties.java index 43c1f5bcc3..5ea66e4cee 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DominantLanguageDetectionJobProperties.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/DominantLanguageDetectionJobProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EndpointFilter.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EndpointFilter.java index 2ff5b30b57..5543d60727 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EndpointFilter.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EndpointFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EndpointProperties.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EndpointProperties.java index 426647f7b4..7f2dd0a4cf 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EndpointProperties.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EndpointProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EndpointStatus.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EndpointStatus.java index bc694727de..232736bffc 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EndpointStatus.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EndpointStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntitiesDetectionJobFilter.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntitiesDetectionJobFilter.java index 0040971a02..e058478eef 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntitiesDetectionJobFilter.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntitiesDetectionJobFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntitiesDetectionJobProperties.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntitiesDetectionJobProperties.java index 4a7404c07f..2a325bad22 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntitiesDetectionJobProperties.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntitiesDetectionJobProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Entity.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Entity.java index 44993294e9..07fbf14a1e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Entity.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Entity.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityLabel.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityLabel.java index 352e84920c..5e63754d99 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityLabel.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityLabel.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognitionConfig.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognitionConfig.java index bc7985ef89..d462d0ad65 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognitionConfig.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognitionConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerAnnotations.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerAnnotations.java index 4e60064a2c..5b81787962 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerAnnotations.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerAnnotations.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerDataFormat.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerDataFormat.java index 85a6112684..c3060992b4 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerDataFormat.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerDataFormat.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerDocuments.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerDocuments.java index 00681a907d..8f1e14041e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerDocuments.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerEntityList.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerEntityList.java index f8dbe960bd..bde460a72e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerEntityList.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerEntityList.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerEvaluationMetrics.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerEvaluationMetrics.java index 53a1a0d983..dcdce07be2 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerEvaluationMetrics.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerEvaluationMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerFilter.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerFilter.java index 0d942e5d70..4f719eb13c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerFilter.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerInputDataConfig.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerInputDataConfig.java index 1a0212edc4..9754925276 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerInputDataConfig.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerInputDataConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerMetadata.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerMetadata.java index 0ed5b0d701..5f2ee66aff 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerMetadata.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerMetadataEntityTypesListItem.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerMetadataEntityTypesListItem.java index 60b18a74f7..d052151d0f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerMetadataEntityTypesListItem.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerMetadataEntityTypesListItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerOutputDataConfig.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerOutputDataConfig.java index 2dd04f7ae6..e0ac889227 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerOutputDataConfig.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerOutputDataConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerProperties.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerProperties.java index 19cc89bed6..b43c91d9f6 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerProperties.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerSummary.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerSummary.java index 6e85881c8b..8ca9779f5b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerSummary.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityRecognizerSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityType.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityType.java index f4766ad281..1c2ea76e3f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityType.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityTypesEvaluationMetrics.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityTypesEvaluationMetrics.java index 94e00f773d..a7794ecd11 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityTypesEvaluationMetrics.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityTypesEvaluationMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityTypesListItem.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityTypesListItem.java index 642c3b9461..5c6dee3a90 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityTypesListItem.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EntityTypesListItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ public class EntityTypesListItem implements Serializable { *

                    * Entity types must not contain the following invalid characters: \n (line * break), \\n (escaped line break, \r (carriage return), \\r (escaped - * carriage return), \t (tab), \\t (escaped tab), space, and , (comma). + * carriage return), \t (tab), \\t (escaped tab), and , (comma). *

                    *

                    * Constraints:
                    @@ -49,7 +49,7 @@ public class EntityTypesListItem implements Serializable { *

                    * Entity types must not contain the following invalid characters: \n (line * break), \\n (escaped line break, \r (carriage return), \\r (escaped - * carriage return), \t (tab), \\t (escaped tab), space, and , (comma). + * carriage return), \t (tab), \\t (escaped tab), and , (comma). *

                    *

                    * Constraints:
                    @@ -63,8 +63,8 @@ public class EntityTypesListItem implements Serializable { *

                    * Entity types must not contain the following invalid characters: * \n (line break), \\n (escaped line break, \r (carriage return), - * \\r (escaped carriage return), \t (tab), \\t (escaped tab), - * space, and , (comma). + * \\r (escaped carriage return), \t (tab), \\t (escaped tab), and , + * (comma). *

                    */ public String getType() { @@ -79,7 +79,7 @@ public String getType() { *

                    * Entity types must not contain the following invalid characters: \n (line * break), \\n (escaped line break, \r (carriage return), \\r (escaped - * carriage return), \t (tab), \\t (escaped tab), space, and , (comma). + * carriage return), \t (tab), \\t (escaped tab), and , (comma). *

                    *

                    * Constraints:
                    @@ -94,7 +94,7 @@ public String getType() { * Entity types must not contain the following invalid * characters: \n (line break), \\n (escaped line break, \r * (carriage return), \\r (escaped carriage return), \t (tab), - * \\t (escaped tab), space, and , (comma). + * \\t (escaped tab), and , (comma). *

                    */ public void setType(String type) { @@ -109,7 +109,7 @@ public void setType(String type) { *

                    * Entity types must not contain the following invalid characters: \n (line * break), \\n (escaped line break, \r (carriage return), \\r (escaped - * carriage return), \t (tab), \\t (escaped tab), space, and , (comma). + * carriage return), \t (tab), \\t (escaped tab), and , (comma). *

                    *

                    * Returns a reference to this object so that method calls can be chained @@ -127,7 +127,7 @@ public void setType(String type) { * Entity types must not contain the following invalid * characters: \n (line break), \\n (escaped line break, \r * (carriage return), \\r (escaped carriage return), \t (tab), - * \\t (escaped tab), space, and , (comma). + * \\t (escaped tab), and , (comma). *

                    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ErrorsListItem.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ErrorsListItem.java index e75a0ff1ab..5181fd135c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ErrorsListItem.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ErrorsListItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EventsDetectionJobFilter.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EventsDetectionJobFilter.java index d526d969ab..b2835a1a8d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EventsDetectionJobFilter.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EventsDetectionJobFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EventsDetectionJobProperties.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EventsDetectionJobProperties.java index 83327ab825..97bb9bf316 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EventsDetectionJobProperties.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/EventsDetectionJobProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ExtractedCharactersListItem.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ExtractedCharactersListItem.java index 2252480199..96fb7f6327 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ExtractedCharactersListItem.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ExtractedCharactersListItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelFilter.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelFilter.java index d0a916adf0..f608b507f1 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelFilter.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelIterationFilter.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelIterationFilter.java index 106e5cebb6..cd9daffbc3 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelIterationFilter.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelIterationFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelIterationProperties.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelIterationProperties.java index ca95ea4653..d13c505c62 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelIterationProperties.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelIterationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelIterationStatus.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelIterationStatus.java index 0ff6f43796..5f9206dccc 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelIterationStatus.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelIterationStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelModelEvaluationMetrics.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelModelEvaluationMetrics.java index eb62d6d4e4..97e428fa95 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelModelEvaluationMetrics.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelModelEvaluationMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelProperties.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelProperties.java index cb46be2c9d..ceb7b64821 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelProperties.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -65,7 +65,7 @@ public class FlywheelProperties implements Serializable { /** *

                    - * Configuration about the custom classifier associated with the flywheel. + * Configuration about the model associated with a flywheel. *

                    */ private TaskConfig taskConfig; @@ -337,12 +337,11 @@ public FlywheelProperties withDataAccessRoleArn(String dataAccessRoleArn) { /** *

                    - * Configuration about the custom classifier associated with the flywheel. + * Configuration about the model associated with a flywheel. *

                    * * @return

                    - * Configuration about the custom classifier associated with the - * flywheel. + * Configuration about the model associated with a flywheel. *

                    */ public TaskConfig getTaskConfig() { @@ -351,12 +350,11 @@ public TaskConfig getTaskConfig() { /** *

                    - * Configuration about the custom classifier associated with the flywheel. + * Configuration about the model associated with a flywheel. *

                    * * @param taskConfig

                    - * Configuration about the custom classifier associated with the - * flywheel. + * Configuration about the model associated with a flywheel. *

                    */ public void setTaskConfig(TaskConfig taskConfig) { @@ -365,15 +363,14 @@ public void setTaskConfig(TaskConfig taskConfig) { /** *

                    - * Configuration about the custom classifier associated with the flywheel. + * Configuration about the model associated with a flywheel. *

                    *

                    * Returns a reference to this object so that method calls can be chained * together. * * @param taskConfig

                    - * Configuration about the custom classifier associated with the - * flywheel. + * Configuration about the model associated with a flywheel. *

                    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelStatus.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelStatus.java index 4b0fe4a1d9..d6c6164147 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelStatus.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelSummary.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelSummary.java index 8724d91551..4359430b51 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelSummary.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/FlywheelSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Geometry.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Geometry.java index ad4e8c00db..0c4cc997d9 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Geometry.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Geometry.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ImportModelRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ImportModelRequest.java index 36384a5050..31354f29b8 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ImportModelRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ImportModelRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ImportModelResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ImportModelResult.java index a2d25ecfc3..e47c45c0f0 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ImportModelResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ImportModelResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InputDataConfig.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InputDataConfig.java index dba71052d5..b5b2add7a2 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InputDataConfig.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InputDataConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InputFormat.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InputFormat.java index cf0107e22e..de92f81720 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InputFormat.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InputFormat.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InternalServerException.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InternalServerException.java index bd8a3f2681..060889b697 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InternalServerException.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InternalServerException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InvalidFilterException.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InvalidFilterException.java index 3d4083a455..a1d1978e84 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InvalidFilterException.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InvalidFilterException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InvalidRequestDetail.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InvalidRequestDetail.java index 66f0fa8696..012465fb1f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InvalidRequestDetail.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InvalidRequestDetail.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -19,40 +19,59 @@ /** *

                    - * Provides additional detail about why the request failed: + * Provides additional detail about why the request failed. *

                    - *
                      - *
                    • - *

                      - * Document size is too large - Check the size of your file and resubmit the - * request. - *

                      - *
                    • - *
                    • - *

                      - * Document type is not supported - Check the file type and resubmit the - * request. - *

                      - *
                    • - *
                    • - *

                      - * Too many pages in the document - Check the number of pages in your file and - * resubmit the request. - *

                      - *
                    • - *
                    • - *

                      - * Access denied to Amazon Textract - Verify that your account has permission to - * use Amazon Textract API operations and resubmit the request. - *

                      - *
                    • - *
                    */ public class InvalidRequestDetail implements Serializable { /** *

                    - * Reason code is INVALID_DOCUMENT. + * Reason codes include the following values: + *

                    + *
                      + *
                    • + *

                      + * DOCUMENT_SIZE_EXCEEDED - Document size is too large. Check the size of + * your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * UNSUPPORTED_DOC_TYPE - Document type is not supported. Check the file + * type and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * PAGE_LIMIT_EXCEEDED - Too many pages in the document. Check the number of + * pages in your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * TEXTRACT_ACCESS_DENIED - Access denied to Amazon Textract. Verify that + * your account has permission to use Amazon Textract API operations and + * resubmit the request. *

                      + *
                    • + *
                    • + *

                      + * NOT_TEXTRACT_JSON - Document is not Amazon Textract JSON format. Verify + * the format and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * MISMATCHED_TOTAL_PAGE_COUNT - Check the number of pages in your file and + * resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * INVALID_DOCUMENT - Invalid document. Check the file and resubmit the + * request. + *

                      + *
                    • + *
                    *

                    * Constraints:
                    * Allowed Values: DOCUMENT_SIZE_EXCEEDED, UNSUPPORTED_DOC_TYPE, @@ -62,16 +81,106 @@ public class InvalidRequestDetail implements Serializable { /** *

                    - * Reason code is INVALID_DOCUMENT. + * Reason codes include the following values: + *

                    + *
                      + *
                    • + *

                      + * DOCUMENT_SIZE_EXCEEDED - Document size is too large. Check the size of + * your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * UNSUPPORTED_DOC_TYPE - Document type is not supported. Check the file + * type and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * PAGE_LIMIT_EXCEEDED - Too many pages in the document. Check the number of + * pages in your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * TEXTRACT_ACCESS_DENIED - Access denied to Amazon Textract. Verify that + * your account has permission to use Amazon Textract API operations and + * resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * NOT_TEXTRACT_JSON - Document is not Amazon Textract JSON format. Verify + * the format and resubmit the request. *

                      + *
                    • + *
                    • + *

                      + * MISMATCHED_TOTAL_PAGE_COUNT - Check the number of pages in your file and + * resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * INVALID_DOCUMENT - Invalid document. Check the file and resubmit the + * request. + *

                      + *
                    • + *
                    *

                    * Constraints:
                    * Allowed Values: DOCUMENT_SIZE_EXCEEDED, UNSUPPORTED_DOC_TYPE, * PAGE_LIMIT_EXCEEDED, TEXTRACT_ACCESS_DENIED * * @return

                    - * Reason code is INVALID_DOCUMENT. + * Reason codes include the following values: + *

                    + *
                      + *
                    • + *

                      + * DOCUMENT_SIZE_EXCEEDED - Document size is too large. Check the + * size of your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * UNSUPPORTED_DOC_TYPE - Document type is not supported. Check the + * file type and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * PAGE_LIMIT_EXCEEDED - Too many pages in the document. Check the + * number of pages in your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * TEXTRACT_ACCESS_DENIED - Access denied to Amazon Textract. Verify + * that your account has permission to use Amazon Textract API + * operations and resubmit the request. *

                      + *
                    • + *
                    • + *

                      + * NOT_TEXTRACT_JSON - Document is not Amazon Textract JSON format. + * Verify the format and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * MISMATCHED_TOTAL_PAGE_COUNT - Check the number of pages in your + * file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * INVALID_DOCUMENT - Invalid document. Check the file and resubmit + * the request. + *

                      + *
                    • + *
                    * @see InvalidRequestDetailReason */ public String getReason() { @@ -80,16 +189,106 @@ public String getReason() { /** *

                    - * Reason code is INVALID_DOCUMENT. + * Reason codes include the following values: + *

                    + *
                      + *
                    • + *

                      + * DOCUMENT_SIZE_EXCEEDED - Document size is too large. Check the size of + * your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * UNSUPPORTED_DOC_TYPE - Document type is not supported. Check the file + * type and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * PAGE_LIMIT_EXCEEDED - Too many pages in the document. Check the number of + * pages in your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * TEXTRACT_ACCESS_DENIED - Access denied to Amazon Textract. Verify that + * your account has permission to use Amazon Textract API operations and + * resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * NOT_TEXTRACT_JSON - Document is not Amazon Textract JSON format. Verify + * the format and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * MISMATCHED_TOTAL_PAGE_COUNT - Check the number of pages in your file and + * resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * INVALID_DOCUMENT - Invalid document. Check the file and resubmit the + * request. *

                      + *
                    • + *
                    *

                    * Constraints:
                    * Allowed Values: DOCUMENT_SIZE_EXCEEDED, UNSUPPORTED_DOC_TYPE, * PAGE_LIMIT_EXCEEDED, TEXTRACT_ACCESS_DENIED * * @param reason

                    - * Reason code is INVALID_DOCUMENT. + * Reason codes include the following values: + *

                    + *
                      + *
                    • + *

                      + * DOCUMENT_SIZE_EXCEEDED - Document size is too large. Check the + * size of your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * UNSUPPORTED_DOC_TYPE - Document type is not supported. Check + * the file type and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * PAGE_LIMIT_EXCEEDED - Too many pages in the document. Check + * the number of pages in your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * TEXTRACT_ACCESS_DENIED - Access denied to Amazon Textract. + * Verify that your account has permission to use Amazon Textract + * API operations and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * NOT_TEXTRACT_JSON - Document is not Amazon Textract JSON + * format. Verify the format and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * MISMATCHED_TOTAL_PAGE_COUNT - Check the number of pages in + * your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * INVALID_DOCUMENT - Invalid document. Check the file and + * resubmit the request. *

                      + *
                    • + *
                    * @see InvalidRequestDetailReason */ public void setReason(String reason) { @@ -98,8 +297,53 @@ public void setReason(String reason) { /** *

                    - * Reason code is INVALID_DOCUMENT. + * Reason codes include the following values: *

                    + *
                      + *
                    • + *

                      + * DOCUMENT_SIZE_EXCEEDED - Document size is too large. Check the size of + * your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * UNSUPPORTED_DOC_TYPE - Document type is not supported. Check the file + * type and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * PAGE_LIMIT_EXCEEDED - Too many pages in the document. Check the number of + * pages in your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * TEXTRACT_ACCESS_DENIED - Access denied to Amazon Textract. Verify that + * your account has permission to use Amazon Textract API operations and + * resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * NOT_TEXTRACT_JSON - Document is not Amazon Textract JSON format. Verify + * the format and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * MISMATCHED_TOTAL_PAGE_COUNT - Check the number of pages in your file and + * resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * INVALID_DOCUMENT - Invalid document. Check the file and resubmit the + * request. + *

                      + *
                    • + *
                    *

                    * Returns a reference to this object so that method calls can be chained * together. @@ -109,8 +353,53 @@ public void setReason(String reason) { * PAGE_LIMIT_EXCEEDED, TEXTRACT_ACCESS_DENIED * * @param reason

                    - * Reason code is INVALID_DOCUMENT. + * Reason codes include the following values: + *

                    + *
                      + *
                    • + *

                      + * DOCUMENT_SIZE_EXCEEDED - Document size is too large. Check the + * size of your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * UNSUPPORTED_DOC_TYPE - Document type is not supported. Check + * the file type and resubmit the request. *

                      + *
                    • + *
                    • + *

                      + * PAGE_LIMIT_EXCEEDED - Too many pages in the document. Check + * the number of pages in your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * TEXTRACT_ACCESS_DENIED - Access denied to Amazon Textract. + * Verify that your account has permission to use Amazon Textract + * API operations and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * NOT_TEXTRACT_JSON - Document is not Amazon Textract JSON + * format. Verify the format and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * MISMATCHED_TOTAL_PAGE_COUNT - Check the number of pages in + * your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * INVALID_DOCUMENT - Invalid document. Check the file and + * resubmit the request. + *

                      + *
                    • + *
                    * @return A reference to this updated object so that method calls can be * chained together. * @see InvalidRequestDetailReason @@ -122,16 +411,106 @@ public InvalidRequestDetail withReason(String reason) { /** *

                    - * Reason code is INVALID_DOCUMENT. + * Reason codes include the following values: + *

                    + *
                      + *
                    • + *

                      + * DOCUMENT_SIZE_EXCEEDED - Document size is too large. Check the size of + * your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * UNSUPPORTED_DOC_TYPE - Document type is not supported. Check the file + * type and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * PAGE_LIMIT_EXCEEDED - Too many pages in the document. Check the number of + * pages in your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * TEXTRACT_ACCESS_DENIED - Access denied to Amazon Textract. Verify that + * your account has permission to use Amazon Textract API operations and + * resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * NOT_TEXTRACT_JSON - Document is not Amazon Textract JSON format. Verify + * the format and resubmit the request. *

                      + *
                    • + *
                    • + *

                      + * MISMATCHED_TOTAL_PAGE_COUNT - Check the number of pages in your file and + * resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * INVALID_DOCUMENT - Invalid document. Check the file and resubmit the + * request. + *

                      + *
                    • + *
                    *

                    * Constraints:
                    * Allowed Values: DOCUMENT_SIZE_EXCEEDED, UNSUPPORTED_DOC_TYPE, * PAGE_LIMIT_EXCEEDED, TEXTRACT_ACCESS_DENIED * * @param reason

                    - * Reason code is INVALID_DOCUMENT. + * Reason codes include the following values: + *

                    + *
                      + *
                    • + *

                      + * DOCUMENT_SIZE_EXCEEDED - Document size is too large. Check the + * size of your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * UNSUPPORTED_DOC_TYPE - Document type is not supported. Check + * the file type and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * PAGE_LIMIT_EXCEEDED - Too many pages in the document. Check + * the number of pages in your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * TEXTRACT_ACCESS_DENIED - Access denied to Amazon Textract. + * Verify that your account has permission to use Amazon Textract + * API operations and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * NOT_TEXTRACT_JSON - Document is not Amazon Textract JSON + * format. Verify the format and resubmit the request. *

                      + *
                    • + *
                    • + *

                      + * MISMATCHED_TOTAL_PAGE_COUNT - Check the number of pages in + * your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * INVALID_DOCUMENT - Invalid document. Check the file and + * resubmit the request. + *

                      + *
                    • + *
                    * @see InvalidRequestDetailReason */ public void setReason(InvalidRequestDetailReason reason) { @@ -140,8 +519,53 @@ public void setReason(InvalidRequestDetailReason reason) { /** *

                    - * Reason code is INVALID_DOCUMENT. + * Reason codes include the following values: + *

                    + *
                      + *
                    • + *

                      + * DOCUMENT_SIZE_EXCEEDED - Document size is too large. Check the size of + * your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * UNSUPPORTED_DOC_TYPE - Document type is not supported. Check the file + * type and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * PAGE_LIMIT_EXCEEDED - Too many pages in the document. Check the number of + * pages in your file and resubmit the request. *

                      + *
                    • + *
                    • + *

                      + * TEXTRACT_ACCESS_DENIED - Access denied to Amazon Textract. Verify that + * your account has permission to use Amazon Textract API operations and + * resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * NOT_TEXTRACT_JSON - Document is not Amazon Textract JSON format. Verify + * the format and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * MISMATCHED_TOTAL_PAGE_COUNT - Check the number of pages in your file and + * resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * INVALID_DOCUMENT - Invalid document. Check the file and resubmit the + * request. + *

                      + *
                    • + *
                    *

                    * Returns a reference to this object so that method calls can be chained * together. @@ -151,8 +575,53 @@ public void setReason(InvalidRequestDetailReason reason) { * PAGE_LIMIT_EXCEEDED, TEXTRACT_ACCESS_DENIED * * @param reason

                    - * Reason code is INVALID_DOCUMENT. + * Reason codes include the following values: + *

                    + *
                      + *
                    • + *

                      + * DOCUMENT_SIZE_EXCEEDED - Document size is too large. Check the + * size of your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * UNSUPPORTED_DOC_TYPE - Document type is not supported. Check + * the file type and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * PAGE_LIMIT_EXCEEDED - Too many pages in the document. Check + * the number of pages in your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * TEXTRACT_ACCESS_DENIED - Access denied to Amazon Textract. + * Verify that your account has permission to use Amazon Textract + * API operations and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * NOT_TEXTRACT_JSON - Document is not Amazon Textract JSON + * format. Verify the format and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * MISMATCHED_TOTAL_PAGE_COUNT - Check the number of pages in + * your file and resubmit the request. + *

                      + *
                    • + *
                    • + *

                      + * INVALID_DOCUMENT - Invalid document. Check the file and + * resubmit the request. *

                      + *
                    • + *
                    * @return A reference to this updated object so that method calls can be * chained together. * @see InvalidRequestDetailReason diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InvalidRequestDetailReason.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InvalidRequestDetailReason.java index 4790ddc3b7..165c8b4678 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InvalidRequestDetailReason.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InvalidRequestDetailReason.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InvalidRequestException.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InvalidRequestException.java index 2cf88d3c7e..b2c5ecc2c2 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InvalidRequestException.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InvalidRequestException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -29,35 +29,8 @@ public class InvalidRequestException extends AmazonServiceException { /** *

                    - * Provides additional detail about why the request failed: + * Provides additional detail about why the request failed. *

                    - *
                      - *
                    • - *

                      - * Document size is too large - Check the size of your file and resubmit the - * request. - *

                      - *
                    • - *
                    • - *

                      - * Document type is not supported - Check the file type and resubmit the - * request. - *

                      - *
                    • - *
                    • - *

                      - * Too many pages in the document - Check the number of pages in your file - * and resubmit the request. - *

                      - *
                    • - *
                    • - *

                      - * Access denied to Amazon Textract - Verify that your account has - * permission to use Amazon Textract API operations and resubmit the - * request. - *

                      - *
                    • - *
                    */ private InvalidRequestDetail detail; @@ -99,66 +72,12 @@ public void setReason(String reason) { /** *

                    - * Provides additional detail about why the request failed: - *

                    - *
                      - *
                    • - *

                      - * Document size is too large - Check the size of your file and resubmit the - * request. - *

                      - *
                    • - *
                    • - *

                      - * Document type is not supported - Check the file type and resubmit the - * request. - *

                      - *
                    • - *
                    • - *

                      - * Too many pages in the document - Check the number of pages in your file - * and resubmit the request. - *

                      - *
                    • - *
                    • - *

                      - * Access denied to Amazon Textract - Verify that your account has - * permission to use Amazon Textract API operations and resubmit the - * request. + * Provides additional detail about why the request failed. *

                      - *
                    • - *
                    * * @return

                    - * Provides additional detail about why the request failed: + * Provides additional detail about why the request failed. *

                    - *
                      - *
                    • - *

                      - * Document size is too large - Check the size of your file and - * resubmit the request. - *

                      - *
                    • - *
                    • - *

                      - * Document type is not supported - Check the file type and resubmit - * the request. - *

                      - *
                    • - *
                    • - *

                      - * Too many pages in the document - Check the number of pages in - * your file and resubmit the request. - *

                      - *
                    • - *
                    • - *

                      - * Access denied to Amazon Textract - Verify that your account has - * permission to use Amazon Textract API operations and resubmit the - * request. - *

                      - *
                    • - *
                    */ public InvalidRequestDetail getDetail() { return detail; @@ -166,66 +85,12 @@ public InvalidRequestDetail getDetail() { /** *

                    - * Provides additional detail about why the request failed: - *

                    - *
                      - *
                    • - *

                      - * Document size is too large - Check the size of your file and resubmit the - * request. - *

                      - *
                    • - *
                    • - *

                      - * Document type is not supported - Check the file type and resubmit the - * request. + * Provides additional detail about why the request failed. *

                      - *
                    • - *
                    • - *

                      - * Too many pages in the document - Check the number of pages in your file - * and resubmit the request. - *

                      - *
                    • - *
                    • - *

                      - * Access denied to Amazon Textract - Verify that your account has - * permission to use Amazon Textract API operations and resubmit the - * request. - *

                      - *
                    • - *
                    * * @param detail

                    - * Provides additional detail about why the request failed: - *

                    - *
                      - *
                    • - *

                      - * Document size is too large - Check the size of your file and - * resubmit the request. - *

                      - *
                    • - *
                    • - *

                      - * Document type is not supported - Check the file type and - * resubmit the request. - *

                      - *
                    • - *
                    • - *

                      - * Too many pages in the document - Check the number of pages in - * your file and resubmit the request. - *

                      - *
                    • - *
                    • - *

                      - * Access denied to Amazon Textract - Verify that your account - * has permission to use Amazon Textract API operations and - * resubmit the request. + * Provides additional detail about why the request failed. *

                      - *
                    • - *
                    */ public void setDetail(InvalidRequestDetail detail) { this.detail = detail; diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InvalidRequestReason.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InvalidRequestReason.java index 883a0c3c7f..4bd3a1d72c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InvalidRequestReason.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/InvalidRequestReason.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/JobNotFoundException.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/JobNotFoundException.java index 8a28f6532b..3ee147ec6e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/JobNotFoundException.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/JobNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/JobStatus.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/JobStatus.java index 43b6e53b04..c3bd35f4c0 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/JobStatus.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/JobStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/KeyPhrase.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/KeyPhrase.java index 05103efd90..31a6a27b60 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/KeyPhrase.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/KeyPhrase.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/KeyPhrasesDetectionJobFilter.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/KeyPhrasesDetectionJobFilter.java index c2d2e50b6e..9d5b9f57f8 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/KeyPhrasesDetectionJobFilter.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/KeyPhrasesDetectionJobFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/KeyPhrasesDetectionJobProperties.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/KeyPhrasesDetectionJobProperties.java index 31d8d04639..d669eed72b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/KeyPhrasesDetectionJobProperties.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/KeyPhrasesDetectionJobProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/KmsKeyValidationException.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/KmsKeyValidationException.java index 6775f0bb68..f7a0f6285f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/KmsKeyValidationException.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/KmsKeyValidationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/LanguageCode.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/LanguageCode.java index 11cbc4e94e..143819a68d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/LanguageCode.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/LanguageCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDatasetsRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDatasetsRequest.java index b4509e2e10..f8bf196a94 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDatasetsRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDatasetsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDatasetsResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDatasetsResult.java index 9cec51624d..5a0b33fc8e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDatasetsResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDatasetsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassificationJobsRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassificationJobsRequest.java index 0373354c78..ee0256da07 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassificationJobsRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassificationJobsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassificationJobsResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassificationJobsResult.java index fddd06cce5..ae0cbbe3c9 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassificationJobsResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassificationJobsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassifierSummariesRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassifierSummariesRequest.java index 3d0da40dd7..7ac5124dce 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassifierSummariesRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassifierSummariesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassifierSummariesResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassifierSummariesResult.java index d4ab1df8c0..08b1af2187 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassifierSummariesResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassifierSummariesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassifiersRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassifiersRequest.java index 2703a67a82..116c8baa8f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassifiersRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassifiersRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassifiersResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassifiersResult.java index d8adf1618d..584d49b6be 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassifiersResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDocumentClassifiersResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDominantLanguageDetectionJobsRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDominantLanguageDetectionJobsRequest.java index a0fa00a980..6902df6c3f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDominantLanguageDetectionJobsRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDominantLanguageDetectionJobsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDominantLanguageDetectionJobsResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDominantLanguageDetectionJobsResult.java index fd17693eed..66cf44f9f4 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDominantLanguageDetectionJobsResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListDominantLanguageDetectionJobsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEndpointsRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEndpointsRequest.java index d4b6d76c5a..26c2cecac9 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEndpointsRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEndpointsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEndpointsResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEndpointsResult.java index 930ab498c3..7acf2d8f80 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEndpointsResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEndpointsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntitiesDetectionJobsRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntitiesDetectionJobsRequest.java index 0f6f80b7fe..257b25b9bb 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntitiesDetectionJobsRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntitiesDetectionJobsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntitiesDetectionJobsResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntitiesDetectionJobsResult.java index 3a97da90d1..a603461aae 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntitiesDetectionJobsResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntitiesDetectionJobsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntityRecognizerSummariesRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntityRecognizerSummariesRequest.java index 30ad68d8f8..a6519f7014 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntityRecognizerSummariesRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntityRecognizerSummariesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntityRecognizerSummariesResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntityRecognizerSummariesResult.java index 18dc5b80c2..56b6817410 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntityRecognizerSummariesResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntityRecognizerSummariesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntityRecognizersRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntityRecognizersRequest.java index 6f3046069d..1b2d46a80d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntityRecognizersRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntityRecognizersRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntityRecognizersResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntityRecognizersResult.java index c4d17ca1df..440fc30069 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntityRecognizersResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEntityRecognizersResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEventsDetectionJobsRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEventsDetectionJobsRequest.java index 2fe81dcbe2..d67bea1abd 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEventsDetectionJobsRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEventsDetectionJobsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEventsDetectionJobsResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEventsDetectionJobsResult.java index 8c4fc093a0..7d6d53500c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEventsDetectionJobsResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListEventsDetectionJobsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListFlywheelIterationHistoryRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListFlywheelIterationHistoryRequest.java index 3bb3fdf8f2..f0f54219df 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListFlywheelIterationHistoryRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListFlywheelIterationHistoryRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListFlywheelIterationHistoryResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListFlywheelIterationHistoryResult.java index 77893eb931..20266e230f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListFlywheelIterationHistoryResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListFlywheelIterationHistoryResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListFlywheelsRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListFlywheelsRequest.java index da06492ced..562eafa6cb 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListFlywheelsRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListFlywheelsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListFlywheelsResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListFlywheelsResult.java index b68e910671..d3f7477820 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListFlywheelsResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListFlywheelsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListKeyPhrasesDetectionJobsRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListKeyPhrasesDetectionJobsRequest.java index 0d4fa43d23..bab1889999 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListKeyPhrasesDetectionJobsRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListKeyPhrasesDetectionJobsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListKeyPhrasesDetectionJobsResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListKeyPhrasesDetectionJobsResult.java index 353a3e01e8..758c0bd496 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListKeyPhrasesDetectionJobsResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListKeyPhrasesDetectionJobsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListPiiEntitiesDetectionJobsRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListPiiEntitiesDetectionJobsRequest.java index 26303affc6..4d5085d750 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListPiiEntitiesDetectionJobsRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListPiiEntitiesDetectionJobsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListPiiEntitiesDetectionJobsResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListPiiEntitiesDetectionJobsResult.java index 6313a1f3ca..590bb11bab 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListPiiEntitiesDetectionJobsResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListPiiEntitiesDetectionJobsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListSentimentDetectionJobsRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListSentimentDetectionJobsRequest.java index 04750add16..0fa0e816f6 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListSentimentDetectionJobsRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListSentimentDetectionJobsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListSentimentDetectionJobsResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListSentimentDetectionJobsResult.java index 802befcc2b..ce69cdb1cd 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListSentimentDetectionJobsResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListSentimentDetectionJobsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTagsForResourceRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTagsForResourceRequest.java index e2e6b96d21..2853b8aecd 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTagsForResourceRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTagsForResourceRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTagsForResourceResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTagsForResourceResult.java index 38915dd7ea..77b4bede44 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTagsForResourceResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTagsForResourceResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTargetedSentimentDetectionJobsRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTargetedSentimentDetectionJobsRequest.java index 6c5e3a2304..78ca02261c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTargetedSentimentDetectionJobsRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTargetedSentimentDetectionJobsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTargetedSentimentDetectionJobsResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTargetedSentimentDetectionJobsResult.java index 5ca2f512cb..28d836f0ad 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTargetedSentimentDetectionJobsResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTargetedSentimentDetectionJobsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTopicsDetectionJobsRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTopicsDetectionJobsRequest.java index a778a5e12f..557c0cdd40 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTopicsDetectionJobsRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTopicsDetectionJobsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTopicsDetectionJobsResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTopicsDetectionJobsResult.java index bd89026e83..cb89c4e34d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTopicsDetectionJobsResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ListTopicsDetectionJobsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/MentionSentiment.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/MentionSentiment.java index ec5720dcfc..3f8ad25584 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/MentionSentiment.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/MentionSentiment.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ *

                    * For more information about targeted sentiment, see Targeted sentiment. + * >Targeted sentiment in the Amazon Comprehend Developer Guide. *

                    */ public class MentionSentiment implements Serializable { diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ModelStatus.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ModelStatus.java index 70d437fabf..86c1f40e9c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ModelStatus.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ModelStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ModelType.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ModelType.java index 7a2974de9a..6a2f79f7fc 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ModelType.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ModelType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/OutputDataConfig.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/OutputDataConfig.java index 0a7ae95b6c..292417bff0 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/OutputDataConfig.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/OutputDataConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -55,7 +55,11 @@ public class OutputDataConfig implements Serializable { *

                    * ID for the Amazon Web Services Key Management Service (KMS) key that * Amazon Comprehend uses to encrypt the output results from an analysis - * job. The KmsKeyId can be one of the following formats: + * job. Specify the Key Id of a symmetric key, because you cannot use an + * asymmetric key for uploading data to S3. + *

                    + *

                    + * The KmsKeyId can be one of the following formats: *

                    *
                      *
                    • @@ -247,7 +251,11 @@ public OutputDataConfig withS3Uri(String s3Uri) { *

                      * ID for the Amazon Web Services Key Management Service (KMS) key that * Amazon Comprehend uses to encrypt the output results from an analysis - * job. The KmsKeyId can be one of the following formats: + * job. Specify the Key Id of a symmetric key, because you cannot use an + * asymmetric key for uploading data to S3. + *

                      + *

                      + * The KmsKeyId can be one of the following formats: *

                      *
                        *
                      • @@ -281,7 +289,11 @@ public OutputDataConfig withS3Uri(String s3Uri) { * @return

                        * ID for the Amazon Web Services Key Management Service (KMS) key * that Amazon Comprehend uses to encrypt the output results from an - * analysis job. The KmsKeyId can be one of the following formats: + * analysis job. Specify the Key Id of a symmetric key, because you + * cannot use an asymmetric key for uploading data to S3. + *

                        + *

                        + * The KmsKeyId can be one of the following formats: *

                        *
                          *
                        • @@ -316,7 +328,11 @@ public String getKmsKeyId() { *

                          * ID for the Amazon Web Services Key Management Service (KMS) key that * Amazon Comprehend uses to encrypt the output results from an analysis - * job. The KmsKeyId can be one of the following formats: + * job. Specify the Key Id of a symmetric key, because you cannot use an + * asymmetric key for uploading data to S3. + *

                          + *

                          + * The KmsKeyId can be one of the following formats: *

                          *
                            *
                          • @@ -350,8 +366,12 @@ public String getKmsKeyId() { * @param kmsKeyId

                            * ID for the Amazon Web Services Key Management Service (KMS) * key that Amazon Comprehend uses to encrypt the output results - * from an analysis job. The KmsKeyId can be one of the following - * formats: + * from an analysis job. Specify the Key Id of a symmetric key, + * because you cannot use an asymmetric key for uploading data to + * S3. + *

                            + *

                            + * The KmsKeyId can be one of the following formats: *

                            *
                              *
                            • @@ -387,7 +407,11 @@ public void setKmsKeyId(String kmsKeyId) { *

                              * ID for the Amazon Web Services Key Management Service (KMS) key that * Amazon Comprehend uses to encrypt the output results from an analysis - * job. The KmsKeyId can be one of the following formats: + * job. Specify the Key Id of a symmetric key, because you cannot use an + * asymmetric key for uploading data to S3. + *

                              + *

                              + * The KmsKeyId can be one of the following formats: *

                              *
                                *
                              • @@ -424,8 +448,12 @@ public void setKmsKeyId(String kmsKeyId) { * @param kmsKeyId

                                * ID for the Amazon Web Services Key Management Service (KMS) * key that Amazon Comprehend uses to encrypt the output results - * from an analysis job. The KmsKeyId can be one of the following - * formats: + * from an analysis job. Specify the Key Id of a symmetric key, + * because you cannot use an asymmetric key for uploading data to + * S3. + *

                                + *

                                + * The KmsKeyId can be one of the following formats: *

                                *
                                  *
                                • diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PageBasedErrorCode.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PageBasedErrorCode.java index 2dd299e8a8..75cf393bbe 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PageBasedErrorCode.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PageBasedErrorCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PageBasedWarningCode.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PageBasedWarningCode.java index 1671cf1505..d7d5b350a2 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PageBasedWarningCode.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PageBasedWarningCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PartOfSpeechTag.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PartOfSpeechTag.java index 3cbac61796..8f7bdd0a02 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PartOfSpeechTag.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PartOfSpeechTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PartOfSpeechTagType.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PartOfSpeechTagType.java index 29c6f4d34f..e3407eda61 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PartOfSpeechTagType.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PartOfSpeechTagType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntitiesDetectionJobFilter.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntitiesDetectionJobFilter.java index a2f144475b..26bf8e6574 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntitiesDetectionJobFilter.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntitiesDetectionJobFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntitiesDetectionJobProperties.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntitiesDetectionJobProperties.java index 19851f0f8f..541f639d66 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntitiesDetectionJobProperties.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntitiesDetectionJobProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -137,7 +137,7 @@ public class PiiEntitiesDetectionJobProperties implements Serializable { /** *

                                  - * The language code of the input documents + * The language code of the input documents. *

                                  *

                                  * Constraints:
                                  @@ -868,14 +868,14 @@ public PiiEntitiesDetectionJobProperties withRedactionConfig(RedactionConfig red /** *

                                  - * The language code of the input documents + * The language code of the input documents. *

                                  *

                                  * Constraints:
                                  * Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW * * @return

                                  - * The language code of the input documents + * The language code of the input documents. *

                                  * @see LanguageCode */ @@ -885,14 +885,14 @@ public String getLanguageCode() { /** *

                                  - * The language code of the input documents + * The language code of the input documents. *

                                  *

                                  * Constraints:
                                  * Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW * * @param languageCode

                                  - * The language code of the input documents + * The language code of the input documents. *

                                  * @see LanguageCode */ @@ -902,7 +902,7 @@ public void setLanguageCode(String languageCode) { /** *

                                  - * The language code of the input documents + * The language code of the input documents. *

                                  *

                                  * Returns a reference to this object so that method calls can be chained @@ -912,7 +912,7 @@ public void setLanguageCode(String languageCode) { * Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW * * @param languageCode

                                  - * The language code of the input documents + * The language code of the input documents. *

                                  * @return A reference to this updated object so that method calls can be * chained together. @@ -925,14 +925,14 @@ public PiiEntitiesDetectionJobProperties withLanguageCode(String languageCode) { /** *

                                  - * The language code of the input documents + * The language code of the input documents. *

                                  *

                                  * Constraints:
                                  * Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW * * @param languageCode

                                  - * The language code of the input documents + * The language code of the input documents. *

                                  * @see LanguageCode */ @@ -942,7 +942,7 @@ public void setLanguageCode(LanguageCode languageCode) { /** *

                                  - * The language code of the input documents + * The language code of the input documents. *

                                  *

                                  * Returns a reference to this object so that method calls can be chained @@ -952,7 +952,7 @@ public void setLanguageCode(LanguageCode languageCode) { * Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW * * @param languageCode

                                  - * The language code of the input documents + * The language code of the input documents. *

                                  * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntitiesDetectionMaskMode.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntitiesDetectionMaskMode.java index 6dffec2662..c13692390e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntitiesDetectionMaskMode.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntitiesDetectionMaskMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntitiesDetectionMode.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntitiesDetectionMode.java index a0e498748c..26bd7f3e40 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntitiesDetectionMode.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntitiesDetectionMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntity.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntity.java index ae361d5fee..816fb8e163 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntity.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntityType.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntityType.java index 6017b52924..1a8199f871 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntityType.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiOutputDataConfig.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiOutputDataConfig.java index 3f6e65a25c..24a08c95b1 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiOutputDataConfig.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PiiOutputDataConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Point.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Point.java index 6e43b56669..9b86802c01 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Point.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Point.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PutResourcePolicyRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PutResourcePolicyRequest.java index f3080e36eb..1c2c38caa3 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PutResourcePolicyRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PutResourcePolicyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PutResourcePolicyResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PutResourcePolicyResult.java index e76fbd663a..4e71c92191 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PutResourcePolicyResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/PutResourcePolicyResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/RedactionConfig.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/RedactionConfig.java index 81453c1396..3e22d667d7 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/RedactionConfig.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/RedactionConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/RelationshipType.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/RelationshipType.java index 4591cefe7a..e1cd8276bf 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/RelationshipType.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/RelationshipType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/RelationshipsListItem.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/RelationshipsListItem.java index 1038ed75fc..73bc4c12ec 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/RelationshipsListItem.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/RelationshipsListItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ResourceInUseException.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ResourceInUseException.java index 3007258d4d..e454467e0c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ResourceInUseException.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ResourceInUseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ResourceLimitExceededException.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ResourceLimitExceededException.java index e86df888ee..7370297fed 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ResourceLimitExceededException.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ResourceLimitExceededException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ResourceNotFoundException.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ResourceNotFoundException.java index 7a2b8fb6c7..5784cc107e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ResourceNotFoundException.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ResourceNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ResourceUnavailableException.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ResourceUnavailableException.java index 013eb44953..ae3df9147e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ResourceUnavailableException.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ResourceUnavailableException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SentimentDetectionJobFilter.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SentimentDetectionJobFilter.java index 446351c0d5..d9405179d5 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SentimentDetectionJobFilter.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SentimentDetectionJobFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SentimentDetectionJobProperties.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SentimentDetectionJobProperties.java index b1f35d64d5..80b460d13c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SentimentDetectionJobProperties.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SentimentDetectionJobProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SentimentScore.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SentimentScore.java index 4df19579e9..3397f367c7 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SentimentScore.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SentimentScore.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SentimentType.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SentimentType.java index 61e31b064d..c42271b308 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SentimentType.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SentimentType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Split.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Split.java index ac0fb24c4f..d41b47b958 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Split.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Split.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartDocumentClassificationJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartDocumentClassificationJobRequest.java index 0c0e942fcc..e77bf1738a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartDocumentClassificationJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartDocumentClassificationJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -21,9 +21,9 @@ /** *

                                  - * Starts an asynchronous document classification job. Use the - * DescribeDocumentClassificationJob operation to track the - * progress of the job. + * Starts an asynchronous document classification job using a custom + * classification model. Use the DescribeDocumentClassificationJob + * operation to track the progress of the job. *

                                  */ public class StartDocumentClassificationJobRequest extends AmazonWebServiceRequest implements diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartDocumentClassificationJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartDocumentClassificationJobResult.java index 7fdc4c92c4..14e8f5eb4d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartDocumentClassificationJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartDocumentClassificationJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartDominantLanguageDetectionJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartDominantLanguageDetectionJobRequest.java index 9fa5ae0054..b1e7d76904 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartDominantLanguageDetectionJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartDominantLanguageDetectionJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartDominantLanguageDetectionJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartDominantLanguageDetectionJobResult.java index 6252a3c8a1..a956ee7d71 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartDominantLanguageDetectionJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartDominantLanguageDetectionJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartEntitiesDetectionJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartEntitiesDetectionJobRequest.java index 54e247c0b9..890be5a8f1 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartEntitiesDetectionJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartEntitiesDetectionJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartEntitiesDetectionJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartEntitiesDetectionJobResult.java index 0b6400c6bc..53ddfe694f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartEntitiesDetectionJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartEntitiesDetectionJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartEventsDetectionJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartEventsDetectionJobRequest.java index eba78a2225..e0c603bd5c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartEventsDetectionJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartEventsDetectionJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartEventsDetectionJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartEventsDetectionJobResult.java index a46658cec6..bd17b990a9 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartEventsDetectionJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartEventsDetectionJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartFlywheelIterationRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartFlywheelIterationRequest.java index f97428da2e..f88784874c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartFlywheelIterationRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartFlywheelIterationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartFlywheelIterationResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartFlywheelIterationResult.java index 19b90b604b..eb17d20a85 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartFlywheelIterationResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartFlywheelIterationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartKeyPhrasesDetectionJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartKeyPhrasesDetectionJobRequest.java index 37936fc95d..9b06c5bc8b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartKeyPhrasesDetectionJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartKeyPhrasesDetectionJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartKeyPhrasesDetectionJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartKeyPhrasesDetectionJobResult.java index 7fd4c14d5c..30bc9f28dc 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartKeyPhrasesDetectionJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartKeyPhrasesDetectionJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartPiiEntitiesDetectionJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartPiiEntitiesDetectionJobRequest.java index c6ba9231cc..1596e61b9b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartPiiEntitiesDetectionJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartPiiEntitiesDetectionJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -91,8 +91,8 @@ public class StartPiiEntitiesDetectionJobRequest extends AmazonWebServiceRequest /** *

                                  - * The language of the input documents. Currently, English is the only valid - * language. + * The language of the input documents. Enter the language code for English + * (en) or Spanish (es). *

                                  *

                                  * Constraints:
                                  @@ -529,16 +529,16 @@ public StartPiiEntitiesDetectionJobRequest withJobName(String jobName) { /** *

                                  - * The language of the input documents. Currently, English is the only valid - * language. + * The language of the input documents. Enter the language code for English + * (en) or Spanish (es). *

                                  *

                                  * Constraints:
                                  * Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW * * @return

                                  - * The language of the input documents. Currently, English is the - * only valid language. + * The language of the input documents. Enter the language code for + * English (en) or Spanish (es). *

                                  * @see LanguageCode */ @@ -548,16 +548,16 @@ public String getLanguageCode() { /** *

                                  - * The language of the input documents. Currently, English is the only valid - * language. + * The language of the input documents. Enter the language code for English + * (en) or Spanish (es). *

                                  *

                                  * Constraints:
                                  * Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW * * @param languageCode

                                  - * The language of the input documents. Currently, English is the - * only valid language. + * The language of the input documents. Enter the language code + * for English (en) or Spanish (es). *

                                  * @see LanguageCode */ @@ -567,8 +567,8 @@ public void setLanguageCode(String languageCode) { /** *

                                  - * The language of the input documents. Currently, English is the only valid - * language. + * The language of the input documents. Enter the language code for English + * (en) or Spanish (es). *

                                  *

                                  * Returns a reference to this object so that method calls can be chained @@ -578,8 +578,8 @@ public void setLanguageCode(String languageCode) { * Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW * * @param languageCode

                                  - * The language of the input documents. Currently, English is the - * only valid language. + * The language of the input documents. Enter the language code + * for English (en) or Spanish (es). *

                                  * @return A reference to this updated object so that method calls can be * chained together. @@ -592,16 +592,16 @@ public StartPiiEntitiesDetectionJobRequest withLanguageCode(String languageCode) /** *

                                  - * The language of the input documents. Currently, English is the only valid - * language. + * The language of the input documents. Enter the language code for English + * (en) or Spanish (es). *

                                  *

                                  * Constraints:
                                  * Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW * * @param languageCode

                                  - * The language of the input documents. Currently, English is the - * only valid language. + * The language of the input documents. Enter the language code + * for English (en) or Spanish (es). *

                                  * @see LanguageCode */ @@ -611,8 +611,8 @@ public void setLanguageCode(LanguageCode languageCode) { /** *

                                  - * The language of the input documents. Currently, English is the only valid - * language. + * The language of the input documents. Enter the language code for English + * (en) or Spanish (es). *

                                  *

                                  * Returns a reference to this object so that method calls can be chained @@ -622,8 +622,8 @@ public void setLanguageCode(LanguageCode languageCode) { * Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW * * @param languageCode

                                  - * The language of the input documents. Currently, English is the - * only valid language. + * The language of the input documents. Enter the language code + * for English (en) or Spanish (es). *

                                  * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartPiiEntitiesDetectionJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartPiiEntitiesDetectionJobResult.java index 511b3c4a87..df0b21e704 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartPiiEntitiesDetectionJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartPiiEntitiesDetectionJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartSentimentDetectionJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartSentimentDetectionJobRequest.java index f2b8d249d4..173b704cb0 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartSentimentDetectionJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartSentimentDetectionJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartSentimentDetectionJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartSentimentDetectionJobResult.java index 897821241a..2415d8a054 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartSentimentDetectionJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartSentimentDetectionJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartTargetedSentimentDetectionJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartTargetedSentimentDetectionJobRequest.java index 623c0782b1..65a3b185c1 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartTargetedSentimentDetectionJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartTargetedSentimentDetectionJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -48,7 +48,7 @@ public class StartTargetedSentimentDetectionJobRequest extends AmazonWebServiceR * The Amazon Resource Name (ARN) of the IAM role that grants Amazon * Comprehend read access to your input data. For more information, see Role-based permissions. *

                                  *

                                  @@ -244,7 +244,7 @@ public StartTargetedSentimentDetectionJobRequest withOutputDataConfig( * The Amazon Resource Name (ARN) of the IAM role that grants Amazon * Comprehend read access to your input data. For more information, see Role-based permissions. *

                                  *

                                  @@ -256,7 +256,7 @@ public StartTargetedSentimentDetectionJobRequest withOutputDataConfig( * The Amazon Resource Name (ARN) of the IAM role that grants Amazon * Comprehend read access to your input data. For more information, * see Role-based permissions. *

                                  */ @@ -269,7 +269,7 @@ public String getDataAccessRoleArn() { * The Amazon Resource Name (ARN) of the IAM role that grants Amazon * Comprehend read access to your input data. For more information, see Role-based permissions. *

                                  *

                                  @@ -281,7 +281,7 @@ public String getDataAccessRoleArn() { * The Amazon Resource Name (ARN) of the IAM role that grants * Amazon Comprehend read access to your input data. For more * information, see Role-based permissions. *

                                  */ @@ -294,7 +294,7 @@ public void setDataAccessRoleArn(String dataAccessRoleArn) { * The Amazon Resource Name (ARN) of the IAM role that grants Amazon * Comprehend read access to your input data. For more information, see Role-based permissions. *

                                  *

                                  @@ -309,7 +309,7 @@ public void setDataAccessRoleArn(String dataAccessRoleArn) { * The Amazon Resource Name (ARN) of the IAM role that grants * Amazon Comprehend read access to your input data. For more * information, see Role-based permissions. *

                                  * @return A reference to this updated object so that method calls can be diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartTargetedSentimentDetectionJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartTargetedSentimentDetectionJobResult.java index 48256ae156..1f4bc334e8 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartTargetedSentimentDetectionJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartTargetedSentimentDetectionJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartTopicsDetectionJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartTopicsDetectionJobRequest.java index f968a888ad..8f19d32370 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartTopicsDetectionJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartTopicsDetectionJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartTopicsDetectionJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartTopicsDetectionJobResult.java index f497ab2f9d..5077742535 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartTopicsDetectionJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StartTopicsDetectionJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopDominantLanguageDetectionJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopDominantLanguageDetectionJobRequest.java index 2d1d4244db..abcc8250ae 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopDominantLanguageDetectionJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopDominantLanguageDetectionJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopDominantLanguageDetectionJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopDominantLanguageDetectionJobResult.java index 4e8f66509e..f157dd5455 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopDominantLanguageDetectionJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopDominantLanguageDetectionJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopEntitiesDetectionJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopEntitiesDetectionJobRequest.java index 01abadcbd1..0fc2af975b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopEntitiesDetectionJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopEntitiesDetectionJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopEntitiesDetectionJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopEntitiesDetectionJobResult.java index 981fb9228b..4629c18c11 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopEntitiesDetectionJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopEntitiesDetectionJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopEventsDetectionJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopEventsDetectionJobRequest.java index 4b730e3f93..bc2427de29 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopEventsDetectionJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopEventsDetectionJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopEventsDetectionJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopEventsDetectionJobResult.java index 4e105268ea..618a1f071c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopEventsDetectionJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopEventsDetectionJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopKeyPhrasesDetectionJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopKeyPhrasesDetectionJobRequest.java index 674f598665..24f4eaafc9 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopKeyPhrasesDetectionJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopKeyPhrasesDetectionJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopKeyPhrasesDetectionJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopKeyPhrasesDetectionJobResult.java index 65cd032c44..139c8b2c7a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopKeyPhrasesDetectionJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopKeyPhrasesDetectionJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopPiiEntitiesDetectionJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopPiiEntitiesDetectionJobRequest.java index 662466f721..a36e939c2c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopPiiEntitiesDetectionJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopPiiEntitiesDetectionJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopPiiEntitiesDetectionJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopPiiEntitiesDetectionJobResult.java index 78f04a0abf..06904cc0e1 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopPiiEntitiesDetectionJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopPiiEntitiesDetectionJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopSentimentDetectionJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopSentimentDetectionJobRequest.java index 345d491150..96fabddbfc 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopSentimentDetectionJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopSentimentDetectionJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopSentimentDetectionJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopSentimentDetectionJobResult.java index bef3e739a0..7732b410b5 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopSentimentDetectionJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopSentimentDetectionJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTargetedSentimentDetectionJobRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTargetedSentimentDetectionJobRequest.java index 91cc6aaae6..a5707f5c29 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTargetedSentimentDetectionJobRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTargetedSentimentDetectionJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTargetedSentimentDetectionJobResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTargetedSentimentDetectionJobResult.java index 16b7a1f21c..b6f74b9e93 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTargetedSentimentDetectionJobResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTargetedSentimentDetectionJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTrainingDocumentClassifierRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTrainingDocumentClassifierRequest.java index aa7b83516e..e909f35094 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTrainingDocumentClassifierRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTrainingDocumentClassifierRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTrainingDocumentClassifierResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTrainingDocumentClassifierResult.java index 31fedc9405..30e886efc1 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTrainingDocumentClassifierResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTrainingDocumentClassifierResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTrainingEntityRecognizerRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTrainingEntityRecognizerRequest.java index ba62700c77..7eb33f2dc5 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTrainingEntityRecognizerRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTrainingEntityRecognizerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTrainingEntityRecognizerResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTrainingEntityRecognizerResult.java index 7f6577b869..84a4be74ce 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTrainingEntityRecognizerResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/StopTrainingEntityRecognizerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SyntaxLanguageCode.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SyntaxLanguageCode.java index 120038d38b..8d6cf3d544 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SyntaxLanguageCode.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SyntaxLanguageCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SyntaxToken.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SyntaxToken.java index 1f33980cd1..7664c858d5 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SyntaxToken.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/SyntaxToken.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Tag.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Tag.java index a8772090e0..55091c06b4 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Tag.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/Tag.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TagResourceRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TagResourceRequest.java index 2ee3ec28d1..5ad4dac4d2 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TagResourceRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TagResourceRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TagResourceResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TagResourceResult.java index 2b7b29d795..eceb56d42b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TagResourceResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TagResourceResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TargetedSentimentDetectionJobFilter.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TargetedSentimentDetectionJobFilter.java index 6f45159f6a..304262180b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TargetedSentimentDetectionJobFilter.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TargetedSentimentDetectionJobFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TargetedSentimentDetectionJobProperties.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TargetedSentimentDetectionJobProperties.java index 7530bbcc85..834ccc0a01 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TargetedSentimentDetectionJobProperties.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TargetedSentimentDetectionJobProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TargetedSentimentEntity.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TargetedSentimentEntity.java index 98bcfee6b1..7b96606cb8 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TargetedSentimentEntity.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TargetedSentimentEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ *

                                  * For more information about targeted sentiment, see Targeted sentiment. + * >Targeted sentiment in the Amazon Comprehend Developer Guide. *

                                  */ public class TargetedSentimentEntity implements Serializable { diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TargetedSentimentEntityType.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TargetedSentimentEntityType.java index f3630fee42..a3b3cb3ff7 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TargetedSentimentEntityType.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TargetedSentimentEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TargetedSentimentMention.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TargetedSentimentMention.java index 36cc2efdc7..081c852108 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TargetedSentimentMention.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TargetedSentimentMention.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ *

                                  * For more information about targeted sentiment, see Targeted sentiment. + * >Targeted sentiment in the Amazon Comprehend Developer Guide. *

                                  */ public class TargetedSentimentMention implements Serializable { diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TaskConfig.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TaskConfig.java index a9d9e7af7b..10f780bad4 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TaskConfig.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TaskConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ /** *

                                  - * Configuration about the custom classifier associated with the flywheel. + * Configuration about the model associated with a flywheel. *

                                  */ public class TaskConfig implements Serializable { @@ -35,7 +35,7 @@ public class TaskConfig implements Serializable { /** *

                                  - * Configuration required for a classification model. + * Configuration required for a document classification model. *

                                  */ private DocumentClassificationConfig documentClassificationConfig; @@ -146,11 +146,11 @@ public TaskConfig withLanguageCode(LanguageCode languageCode) { /** *

                                  - * Configuration required for a classification model. + * Configuration required for a document classification model. *

                                  * * @return

                                  - * Configuration required for a classification model. + * Configuration required for a document classification model. *

                                  */ public DocumentClassificationConfig getDocumentClassificationConfig() { @@ -159,11 +159,11 @@ public DocumentClassificationConfig getDocumentClassificationConfig() { /** *

                                  - * Configuration required for a classification model. + * Configuration required for a document classification model. *

                                  * * @param documentClassificationConfig

                                  - * Configuration required for a classification model. + * Configuration required for a document classification model. *

                                  */ public void setDocumentClassificationConfig( @@ -173,14 +173,14 @@ public void setDocumentClassificationConfig( /** *

                                  - * Configuration required for a classification model. + * Configuration required for a document classification model. *

                                  *

                                  * Returns a reference to this object so that method calls can be chained * together. * * @param documentClassificationConfig

                                  - * Configuration required for a classification model. + * Configuration required for a document classification model. *

                                  * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TextSegment.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TextSegment.java new file mode 100644 index 0000000000..f3195f907d --- /dev/null +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TextSegment.java @@ -0,0 +1,133 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.comprehend.model; + +import java.io.Serializable; + +/** + *

                                  + * One of the of text strings. Each string has a size limit of 1KB. + *

                                  + */ +public class TextSegment implements Serializable { + /** + *

                                  + * The text content. + *

                                  + *

                                  + * Constraints:
                                  + * Length: 1 -
                                  + */ + private String text; + + /** + *

                                  + * The text content. + *

                                  + *

                                  + * Constraints:
                                  + * Length: 1 -
                                  + * + * @return

                                  + * The text content. + *

                                  + */ + public String getText() { + return text; + } + + /** + *

                                  + * The text content. + *

                                  + *

                                  + * Constraints:
                                  + * Length: 1 -
                                  + * + * @param text

                                  + * The text content. + *

                                  + */ + public void setText(String text) { + this.text = text; + } + + /** + *

                                  + * The text content. + *

                                  + *

                                  + * Returns a reference to this object so that method calls can be chained + * together. + *

                                  + * Constraints:
                                  + * Length: 1 -
                                  + * + * @param text

                                  + * The text content. + *

                                  + * @return A reference to this updated object so that method calls can be + * chained together. + */ + public TextSegment withText(String text) { + this.text = text; + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getText() != null) + sb.append("Text: " + getText()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime * hashCode + ((getText() == null) ? 0 : getText().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof TextSegment == false) + return false; + TextSegment other = (TextSegment) obj; + + if (other.getText() == null ^ this.getText() == null) + return false; + if (other.getText() != null && other.getText().equals(this.getText()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TextSizeLimitExceededException.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TextSizeLimitExceededException.java index 910a9036b3..42bbfda703 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TextSizeLimitExceededException.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TextSizeLimitExceededException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TooManyRequestsException.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TooManyRequestsException.java index 9848dcdf1d..010882609d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TooManyRequestsException.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TooManyRequestsException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TooManyTagKeysException.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TooManyTagKeysException.java index a3cd5a87bd..32598e321e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TooManyTagKeysException.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TooManyTagKeysException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TooManyTagsException.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TooManyTagsException.java index 2e25b6216a..585b410a22 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TooManyTagsException.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TooManyTagsException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TopicsDetectionJobFilter.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TopicsDetectionJobFilter.java index 5679982733..2359095caa 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TopicsDetectionJobFilter.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TopicsDetectionJobFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TopicsDetectionJobProperties.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TopicsDetectionJobProperties.java index f1cc91bb37..642bff16b9 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TopicsDetectionJobProperties.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/TopicsDetectionJobProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ToxicContent.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ToxicContent.java new file mode 100644 index 0000000000..3ccaf2c1a6 --- /dev/null +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ToxicContent.java @@ -0,0 +1,251 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.comprehend.model; + +import java.io.Serializable; + +/** + *

                                  + * Toxic content analysis result for one string. For more information about + * toxicity detection, see Toxicity detection in the Amazon Comprehend Developer Guide + *

                                  + */ +public class ToxicContent implements Serializable { + /** + *

                                  + * The name of the toxic content type. + *

                                  + *

                                  + * Constraints:
                                  + * Allowed Values: GRAPHIC, HARASSMENT_OR_ABUSE, HATE_SPEECH, INSULT, + * PROFANITY, SEXUAL, VIOLENCE_OR_THREAT + */ + private String name; + + /** + *

                                  + * Model confidence in the detected content type. Value range is zero to + * one, where one is highest confidence. + *

                                  + */ + private Float score; + + /** + *

                                  + * The name of the toxic content type. + *

                                  + *

                                  + * Constraints:
                                  + * Allowed Values: GRAPHIC, HARASSMENT_OR_ABUSE, HATE_SPEECH, INSULT, + * PROFANITY, SEXUAL, VIOLENCE_OR_THREAT + * + * @return

                                  + * The name of the toxic content type. + *

                                  + * @see ToxicContentType + */ + public String getName() { + return name; + } + + /** + *

                                  + * The name of the toxic content type. + *

                                  + *

                                  + * Constraints:
                                  + * Allowed Values: GRAPHIC, HARASSMENT_OR_ABUSE, HATE_SPEECH, INSULT, + * PROFANITY, SEXUAL, VIOLENCE_OR_THREAT + * + * @param name

                                  + * The name of the toxic content type. + *

                                  + * @see ToxicContentType + */ + public void setName(String name) { + this.name = name; + } + + /** + *

                                  + * The name of the toxic content type. + *

                                  + *

                                  + * Returns a reference to this object so that method calls can be chained + * together. + *

                                  + * Constraints:
                                  + * Allowed Values: GRAPHIC, HARASSMENT_OR_ABUSE, HATE_SPEECH, INSULT, + * PROFANITY, SEXUAL, VIOLENCE_OR_THREAT + * + * @param name

                                  + * The name of the toxic content type. + *

                                  + * @return A reference to this updated object so that method calls can be + * chained together. + * @see ToxicContentType + */ + public ToxicContent withName(String name) { + this.name = name; + return this; + } + + /** + *

                                  + * The name of the toxic content type. + *

                                  + *

                                  + * Constraints:
                                  + * Allowed Values: GRAPHIC, HARASSMENT_OR_ABUSE, HATE_SPEECH, INSULT, + * PROFANITY, SEXUAL, VIOLENCE_OR_THREAT + * + * @param name

                                  + * The name of the toxic content type. + *

                                  + * @see ToxicContentType + */ + public void setName(ToxicContentType name) { + this.name = name.toString(); + } + + /** + *

                                  + * The name of the toxic content type. + *

                                  + *

                                  + * Returns a reference to this object so that method calls can be chained + * together. + *

                                  + * Constraints:
                                  + * Allowed Values: GRAPHIC, HARASSMENT_OR_ABUSE, HATE_SPEECH, INSULT, + * PROFANITY, SEXUAL, VIOLENCE_OR_THREAT + * + * @param name

                                  + * The name of the toxic content type. + *

                                  + * @return A reference to this updated object so that method calls can be + * chained together. + * @see ToxicContentType + */ + public ToxicContent withName(ToxicContentType name) { + this.name = name.toString(); + return this; + } + + /** + *

                                  + * Model confidence in the detected content type. Value range is zero to + * one, where one is highest confidence. + *

                                  + * + * @return

                                  + * Model confidence in the detected content type. Value range is + * zero to one, where one is highest confidence. + *

                                  + */ + public Float getScore() { + return score; + } + + /** + *

                                  + * Model confidence in the detected content type. Value range is zero to + * one, where one is highest confidence. + *

                                  + * + * @param score

                                  + * Model confidence in the detected content type. Value range is + * zero to one, where one is highest confidence. + *

                                  + */ + public void setScore(Float score) { + this.score = score; + } + + /** + *

                                  + * Model confidence in the detected content type. Value range is zero to + * one, where one is highest confidence. + *

                                  + *

                                  + * Returns a reference to this object so that method calls can be chained + * together. + * + * @param score

                                  + * Model confidence in the detected content type. Value range is + * zero to one, where one is highest confidence. + *

                                  + * @return A reference to this updated object so that method calls can be + * chained together. + */ + public ToxicContent withScore(Float score) { + this.score = score; + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getName() != null) + sb.append("Name: " + getName() + ","); + if (getScore() != null) + sb.append("Score: " + getScore()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime * hashCode + ((getName() == null) ? 0 : getName().hashCode()); + hashCode = prime * hashCode + ((getScore() == null) ? 0 : getScore().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof ToxicContent == false) + return false; + ToxicContent other = (ToxicContent) obj; + + if (other.getName() == null ^ this.getName() == null) + return false; + if (other.getName() != null && other.getName().equals(this.getName()) == false) + return false; + if (other.getScore() == null ^ this.getScore() == null) + return false; + if (other.getScore() != null && other.getScore().equals(this.getScore()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ToxicContentType.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ToxicContentType.java new file mode 100644 index 0000000000..dacdff27d8 --- /dev/null +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ToxicContentType.java @@ -0,0 +1,72 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.comprehend.model; + +import java.util.HashMap; +import java.util.Map; + +/** + * Toxic Content Type + */ +public enum ToxicContentType { + + GRAPHIC("GRAPHIC"), + HARASSMENT_OR_ABUSE("HARASSMENT_OR_ABUSE"), + HATE_SPEECH("HATE_SPEECH"), + INSULT("INSULT"), + PROFANITY("PROFANITY"), + SEXUAL("SEXUAL"), + VIOLENCE_OR_THREAT("VIOLENCE_OR_THREAT"); + + private String value; + + private ToxicContentType(String value) { + this.value = value; + } + + @Override + public String toString() { + return value; + } + + private static final Map enumMap; + static { + enumMap = new HashMap(); + enumMap.put("GRAPHIC", GRAPHIC); + enumMap.put("HARASSMENT_OR_ABUSE", HARASSMENT_OR_ABUSE); + enumMap.put("HATE_SPEECH", HATE_SPEECH); + enumMap.put("INSULT", INSULT); + enumMap.put("PROFANITY", PROFANITY); + enumMap.put("SEXUAL", SEXUAL); + enumMap.put("VIOLENCE_OR_THREAT", VIOLENCE_OR_THREAT); + } + + /** + * Use this in place of valueOf. + * + * @param value real value + * @return ToxicContentType corresponding to the value + */ + public static ToxicContentType fromValue(String value) { + if (value == null || value.isEmpty()) { + throw new IllegalArgumentException("Value cannot be null or empty!"); + } else if (enumMap.containsKey(value)) { + return enumMap.get(value); + } else { + throw new IllegalArgumentException("Cannot create enum from " + value + " value!"); + } + } +} diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ToxicLabels.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ToxicLabels.java new file mode 100644 index 0000000000..6a28a3e0f0 --- /dev/null +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/ToxicLabels.java @@ -0,0 +1,219 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.comprehend.model; + +import java.io.Serializable; + +/** + *

                                  + * Toxicity analysis result for one string. For more information about toxicity + * detection, see Toxicity detection in the Amazon Comprehend Developer Guide. + *

                                  + */ +public class ToxicLabels implements Serializable { + /** + *

                                  + * Array of toxic content types identified in the string. + *

                                  + */ + private java.util.List labels; + + /** + *

                                  + * Overall toxicity score for the string. Value range is zero to one, where + * one is the highest confidence. + *

                                  + */ + private Float toxicity; + + /** + *

                                  + * Array of toxic content types identified in the string. + *

                                  + * + * @return

                                  + * Array of toxic content types identified in the string. + *

                                  + */ + public java.util.List getLabels() { + return labels; + } + + /** + *

                                  + * Array of toxic content types identified in the string. + *

                                  + * + * @param labels

                                  + * Array of toxic content types identified in the string. + *

                                  + */ + public void setLabels(java.util.Collection labels) { + if (labels == null) { + this.labels = null; + return; + } + + this.labels = new java.util.ArrayList(labels); + } + + /** + *

                                  + * Array of toxic content types identified in the string. + *

                                  + *

                                  + * Returns a reference to this object so that method calls can be chained + * together. + * + * @param labels

                                  + * Array of toxic content types identified in the string. + *

                                  + * @return A reference to this updated object so that method calls can be + * chained together. + */ + public ToxicLabels withLabels(ToxicContent... labels) { + if (getLabels() == null) { + this.labels = new java.util.ArrayList(labels.length); + } + for (ToxicContent value : labels) { + this.labels.add(value); + } + return this; + } + + /** + *

                                  + * Array of toxic content types identified in the string. + *

                                  + *

                                  + * Returns a reference to this object so that method calls can be chained + * together. + * + * @param labels

                                  + * Array of toxic content types identified in the string. + *

                                  + * @return A reference to this updated object so that method calls can be + * chained together. + */ + public ToxicLabels withLabels(java.util.Collection labels) { + setLabels(labels); + return this; + } + + /** + *

                                  + * Overall toxicity score for the string. Value range is zero to one, where + * one is the highest confidence. + *

                                  + * + * @return

                                  + * Overall toxicity score for the string. Value range is zero to + * one, where one is the highest confidence. + *

                                  + */ + public Float getToxicity() { + return toxicity; + } + + /** + *

                                  + * Overall toxicity score for the string. Value range is zero to one, where + * one is the highest confidence. + *

                                  + * + * @param toxicity

                                  + * Overall toxicity score for the string. Value range is zero to + * one, where one is the highest confidence. + *

                                  + */ + public void setToxicity(Float toxicity) { + this.toxicity = toxicity; + } + + /** + *

                                  + * Overall toxicity score for the string. Value range is zero to one, where + * one is the highest confidence. + *

                                  + *

                                  + * Returns a reference to this object so that method calls can be chained + * together. + * + * @param toxicity

                                  + * Overall toxicity score for the string. Value range is zero to + * one, where one is the highest confidence. + *

                                  + * @return A reference to this updated object so that method calls can be + * chained together. + */ + public ToxicLabels withToxicity(Float toxicity) { + this.toxicity = toxicity; + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getLabels() != null) + sb.append("Labels: " + getLabels() + ","); + if (getToxicity() != null) + sb.append("Toxicity: " + getToxicity()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime * hashCode + ((getLabels() == null) ? 0 : getLabels().hashCode()); + hashCode = prime * hashCode + ((getToxicity() == null) ? 0 : getToxicity().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof ToxicLabels == false) + return false; + ToxicLabels other = (ToxicLabels) obj; + + if (other.getLabels() == null ^ this.getLabels() == null) + return false; + if (other.getLabels() != null && other.getLabels().equals(this.getLabels()) == false) + return false; + if (other.getToxicity() == null ^ this.getToxicity() == null) + return false; + if (other.getToxicity() != null && other.getToxicity().equals(this.getToxicity()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UnsupportedLanguageException.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UnsupportedLanguageException.java index 22901dc54d..b26999731d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UnsupportedLanguageException.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UnsupportedLanguageException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -19,9 +19,8 @@ /** *

                                  - * Amazon Comprehend can't process the language of the input text. For custom - * entity recognition APIs, only English, Spanish, French, Italian, German, or - * Portuguese are accepted. For a list of supported languages, Supported languages in the Comprehend Developer Guide. *

                                  diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UntagResourceRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UntagResourceRequest.java index 4e88f8f093..3c21c06667 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UntagResourceRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UntagResourceRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UntagResourceResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UntagResourceResult.java index 74b84f7b69..ea48f76828 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UntagResourceResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UntagResourceResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UpdateDataSecurityConfig.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UpdateDataSecurityConfig.java index 461f8afe0f..0e9fcbcad0 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UpdateDataSecurityConfig.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UpdateDataSecurityConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UpdateEndpointRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UpdateEndpointRequest.java index 3f0ef4ac21..6aa3dd5cfd 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UpdateEndpointRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UpdateEndpointRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UpdateEndpointResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UpdateEndpointResult.java index 4b5b4cd27e..db36f010a7 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UpdateEndpointResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UpdateEndpointResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UpdateFlywheelRequest.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UpdateFlywheelRequest.java index 54b11c6db9..2c6081f9bc 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UpdateFlywheelRequest.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UpdateFlywheelRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UpdateFlywheelResult.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UpdateFlywheelResult.java index d342c01722..200b59baf7 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UpdateFlywheelResult.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/UpdateFlywheelResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/VpcConfig.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/VpcConfig.java index d8d41b52d1..285e03bec5 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/VpcConfig.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/VpcConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/WarningsListItem.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/WarningsListItem.java index debade6a59..3629dc0018 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/WarningsListItem.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/WarningsListItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -25,7 +25,8 @@ *
                                    *
                                  • *

                                    - * The document to classify is plain text, but the classifier is a native model. + * The document to classify is plain text, but the classifier is a native + * document model. *

                                    *
                                  • *
                                  • diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/AugmentedManifestsListItemJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/AugmentedManifestsListItemJsonMarshaller.java index ee6553d461..80910f7492 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/AugmentedManifestsListItemJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/AugmentedManifestsListItemJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/AugmentedManifestsListItemJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/AugmentedManifestsListItemJsonUnmarshaller.java index 62533517b6..c4d1b8c2fa 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/AugmentedManifestsListItemJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/AugmentedManifestsListItemJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectDominantLanguageItemResultJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectDominantLanguageItemResultJsonMarshaller.java index ae477bfde7..5b44681975 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectDominantLanguageItemResultJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectDominantLanguageItemResultJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectDominantLanguageItemResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectDominantLanguageItemResultJsonUnmarshaller.java index 1cabd9292d..413bd404fb 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectDominantLanguageItemResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectDominantLanguageItemResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectDominantLanguageRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectDominantLanguageRequestMarshaller.java index aef7991831..56082da30b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectDominantLanguageRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectDominantLanguageRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectDominantLanguageResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectDominantLanguageResultJsonUnmarshaller.java index eb0895c7a0..317dc7dc31 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectDominantLanguageResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectDominantLanguageResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectEntitiesItemResultJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectEntitiesItemResultJsonMarshaller.java index 4e7625e5cc..07ec8ae0fd 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectEntitiesItemResultJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectEntitiesItemResultJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectEntitiesItemResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectEntitiesItemResultJsonUnmarshaller.java index a2be323bac..a6209722aa 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectEntitiesItemResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectEntitiesItemResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectEntitiesRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectEntitiesRequestMarshaller.java index 14f32205e0..7c1bf32364 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectEntitiesRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectEntitiesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectEntitiesResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectEntitiesResultJsonUnmarshaller.java index 0fdb0f915c..a2bdde9cb6 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectEntitiesResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectEntitiesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectKeyPhrasesItemResultJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectKeyPhrasesItemResultJsonMarshaller.java index a15ef05492..85a1266b4f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectKeyPhrasesItemResultJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectKeyPhrasesItemResultJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectKeyPhrasesItemResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectKeyPhrasesItemResultJsonUnmarshaller.java index fc9f52bf2f..012a709625 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectKeyPhrasesItemResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectKeyPhrasesItemResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectKeyPhrasesRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectKeyPhrasesRequestMarshaller.java index 784275a671..39f5a5cd36 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectKeyPhrasesRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectKeyPhrasesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectKeyPhrasesResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectKeyPhrasesResultJsonUnmarshaller.java index 088295f650..5f5720e797 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectKeyPhrasesResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectKeyPhrasesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSentimentItemResultJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSentimentItemResultJsonMarshaller.java index 249843013f..b1b04762d9 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSentimentItemResultJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSentimentItemResultJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSentimentItemResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSentimentItemResultJsonUnmarshaller.java index 094aad1c19..5d90cf75a7 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSentimentItemResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSentimentItemResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSentimentRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSentimentRequestMarshaller.java index 51dc7138ef..3265cb2dd4 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSentimentRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSentimentRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSentimentResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSentimentResultJsonUnmarshaller.java index 16a42c45bf..43ff542494 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSentimentResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSentimentResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSyntaxItemResultJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSyntaxItemResultJsonMarshaller.java index 8266cfa9f3..dc8df046f4 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSyntaxItemResultJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSyntaxItemResultJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSyntaxItemResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSyntaxItemResultJsonUnmarshaller.java index 0145fad152..5f73a75452 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSyntaxItemResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSyntaxItemResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSyntaxRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSyntaxRequestMarshaller.java index e26363a33e..cbe1d280fd 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSyntaxRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSyntaxRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSyntaxResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSyntaxResultJsonUnmarshaller.java index 2fbced33e4..d0b8d9399e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSyntaxResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectSyntaxResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectTargetedSentimentItemResultJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectTargetedSentimentItemResultJsonMarshaller.java index 1eed6b343e..222b581f64 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectTargetedSentimentItemResultJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectTargetedSentimentItemResultJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectTargetedSentimentItemResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectTargetedSentimentItemResultJsonUnmarshaller.java index c02bd9680f..d6585ca2ae 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectTargetedSentimentItemResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectTargetedSentimentItemResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectTargetedSentimentRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectTargetedSentimentRequestMarshaller.java index 03126794bc..c60b519ee0 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectTargetedSentimentRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectTargetedSentimentRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectTargetedSentimentResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectTargetedSentimentResultJsonUnmarshaller.java index 40e196e7d1..54c24d7c30 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectTargetedSentimentResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchDetectTargetedSentimentResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchItemErrorJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchItemErrorJsonMarshaller.java index d6228cffaf..7196f20e23 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchItemErrorJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchItemErrorJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchItemErrorJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchItemErrorJsonUnmarshaller.java index bf0a890c4d..31050a401b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchItemErrorJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchItemErrorJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchSizeLimitExceededExceptionUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchSizeLimitExceededExceptionUnmarshaller.java index d2310ef5ad..50fdb80948 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchSizeLimitExceededExceptionUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BatchSizeLimitExceededExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BlockJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BlockJsonMarshaller.java index 661b254023..8ca4ab4bb8 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BlockJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BlockJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BlockJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BlockJsonUnmarshaller.java index d418f2eb48..d12314c13e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BlockJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BlockJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BlockReferenceJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BlockReferenceJsonMarshaller.java index 9d0179f8f4..d729ac177e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BlockReferenceJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BlockReferenceJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BlockReferenceJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BlockReferenceJsonUnmarshaller.java index a001685b75..cafe53ecd7 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BlockReferenceJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BlockReferenceJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BoundingBoxJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BoundingBoxJsonMarshaller.java index 09a7cf32d3..b0e71f6e37 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BoundingBoxJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BoundingBoxJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BoundingBoxJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BoundingBoxJsonUnmarshaller.java index 88f6875e27..5811f05ec8 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BoundingBoxJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/BoundingBoxJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ChildBlockJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ChildBlockJsonMarshaller.java index 726580b782..57255c1ab7 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ChildBlockJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ChildBlockJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ChildBlockJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ChildBlockJsonUnmarshaller.java index 0ed8f2d18b..d7a5d75b07 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ChildBlockJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ChildBlockJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifierEvaluationMetricsJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifierEvaluationMetricsJsonMarshaller.java index 848f853b38..3ea70a8e7c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifierEvaluationMetricsJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifierEvaluationMetricsJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifierEvaluationMetricsJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifierEvaluationMetricsJsonUnmarshaller.java index 9130c4b813..dc137bca75 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifierEvaluationMetricsJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifierEvaluationMetricsJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifierMetadataJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifierMetadataJsonMarshaller.java index 1c4bfca619..6ce0fc9913 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifierMetadataJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifierMetadataJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifierMetadataJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifierMetadataJsonUnmarshaller.java index 10befaa0de..8516208eae 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifierMetadataJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifierMetadataJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifyDocumentRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifyDocumentRequestMarshaller.java index 90d1cec9fa..ab6fdf8b81 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifyDocumentRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifyDocumentRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifyDocumentResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifyDocumentResultJsonUnmarshaller.java index 98ed1b6a15..710ff8f6e6 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifyDocumentResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ClassifyDocumentResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ConcurrentModificationExceptionUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ConcurrentModificationExceptionUnmarshaller.java index 9065637274..32b5acd35a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ConcurrentModificationExceptionUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ConcurrentModificationExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ContainsPiiEntitiesRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ContainsPiiEntitiesRequestMarshaller.java index c42652bed3..4bd4e12769 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ContainsPiiEntitiesRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ContainsPiiEntitiesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ContainsPiiEntitiesResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ContainsPiiEntitiesResultJsonUnmarshaller.java index ce70db3d66..ca9779d271 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ContainsPiiEntitiesResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ContainsPiiEntitiesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateDatasetRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateDatasetRequestMarshaller.java index b2c90767bb..c2f2cd87d5 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateDatasetRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateDatasetRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateDatasetResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateDatasetResultJsonUnmarshaller.java index 0069c7f230..14b0ed550d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateDatasetResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateDatasetResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateDocumentClassifierRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateDocumentClassifierRequestMarshaller.java index b736f44616..220818311d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateDocumentClassifierRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateDocumentClassifierRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateDocumentClassifierResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateDocumentClassifierResultJsonUnmarshaller.java index 0b3eb39df1..34f1f507f8 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateDocumentClassifierResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateDocumentClassifierResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateEndpointRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateEndpointRequestMarshaller.java index 244ab30023..f5feaee4f9 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateEndpointRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateEndpointRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateEndpointResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateEndpointResultJsonUnmarshaller.java index 2b68566417..e30df1b93e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateEndpointResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateEndpointResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateEntityRecognizerRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateEntityRecognizerRequestMarshaller.java index d441a48436..eea8636eaa 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateEntityRecognizerRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateEntityRecognizerRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateEntityRecognizerResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateEntityRecognizerResultJsonUnmarshaller.java index c5d52a5d34..44b80ca37e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateEntityRecognizerResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateEntityRecognizerResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateFlywheelRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateFlywheelRequestMarshaller.java index a1a634b989..5a4e208584 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateFlywheelRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateFlywheelRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateFlywheelResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateFlywheelResultJsonUnmarshaller.java index 30e5ecfef3..2895e878c1 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateFlywheelResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/CreateFlywheelResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DataSecurityConfigJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DataSecurityConfigJsonMarshaller.java index f0116ad330..ea19e0cc8f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DataSecurityConfigJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DataSecurityConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DataSecurityConfigJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DataSecurityConfigJsonUnmarshaller.java index b803ec342d..529093585d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DataSecurityConfigJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DataSecurityConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetAugmentedManifestsListItemJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetAugmentedManifestsListItemJsonMarshaller.java index 0192e6d788..17f9283965 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetAugmentedManifestsListItemJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetAugmentedManifestsListItemJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetAugmentedManifestsListItemJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetAugmentedManifestsListItemJsonUnmarshaller.java index 65a4588d98..f68129d923 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetAugmentedManifestsListItemJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetAugmentedManifestsListItemJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetDocumentClassifierInputDataConfigJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetDocumentClassifierInputDataConfigJsonMarshaller.java index 4a723f0f26..78f9a88f41 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetDocumentClassifierInputDataConfigJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetDocumentClassifierInputDataConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetDocumentClassifierInputDataConfigJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetDocumentClassifierInputDataConfigJsonUnmarshaller.java index 69022a830b..a47c5314d5 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetDocumentClassifierInputDataConfigJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetDocumentClassifierInputDataConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerAnnotationsJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerAnnotationsJsonMarshaller.java index 684355e026..c6a93057ca 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerAnnotationsJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerAnnotationsJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerAnnotationsJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerAnnotationsJsonUnmarshaller.java index cfe0f27edf..811685ba4d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerAnnotationsJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerAnnotationsJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerDocumentsJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerDocumentsJsonMarshaller.java index cd11ce28ea..2d4b6726f7 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerDocumentsJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerDocumentsJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerDocumentsJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerDocumentsJsonUnmarshaller.java index 610acfd926..40baac414e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerDocumentsJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerDocumentsJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerEntityListJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerEntityListJsonMarshaller.java index dfcdd3e6de..aa4aaee101 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerEntityListJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerEntityListJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerEntityListJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerEntityListJsonUnmarshaller.java index 1551de9b63..a29ccd2a33 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerEntityListJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerEntityListJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerInputDataConfigJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerInputDataConfigJsonMarshaller.java index 739ecd2d5d..96eb2406d1 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerInputDataConfigJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerInputDataConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerInputDataConfigJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerInputDataConfigJsonUnmarshaller.java index 7d735e04e5..36e50ab81e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerInputDataConfigJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetEntityRecognizerInputDataConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetFilterJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetFilterJsonMarshaller.java index 6dda6ccb68..cb02dd867e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetFilterJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetFilterJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetFilterJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetFilterJsonUnmarshaller.java index ac8f107f77..c4b08cec09 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetFilterJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetFilterJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetInputDataConfigJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetInputDataConfigJsonMarshaller.java index 3a0eb041f7..748ecd1766 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetInputDataConfigJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetInputDataConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetInputDataConfigJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetInputDataConfigJsonUnmarshaller.java index 695ec28084..1c9d0b07b0 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetInputDataConfigJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetInputDataConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetPropertiesJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetPropertiesJsonMarshaller.java index 70ecfd9be1..baa90bba39 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetPropertiesJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetPropertiesJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetPropertiesJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetPropertiesJsonUnmarshaller.java index 0e2bdf6d41..eb1fecfd76 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetPropertiesJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DatasetPropertiesJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteDocumentClassifierRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteDocumentClassifierRequestMarshaller.java index 2079f4a6d6..83e609575d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteDocumentClassifierRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteDocumentClassifierRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteDocumentClassifierResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteDocumentClassifierResultJsonUnmarshaller.java index 6ff2173bd9..cc68a6ffa8 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteDocumentClassifierResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteDocumentClassifierResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteEndpointRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteEndpointRequestMarshaller.java index 7e0bc81056..3c919ffa8a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteEndpointRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteEndpointRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteEndpointResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteEndpointResultJsonUnmarshaller.java index cfd3559f18..adc0712278 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteEndpointResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteEndpointResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteEntityRecognizerRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteEntityRecognizerRequestMarshaller.java index 9a68a55e17..f2cfc01d95 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteEntityRecognizerRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteEntityRecognizerRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteEntityRecognizerResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteEntityRecognizerResultJsonUnmarshaller.java index ad2e1af232..e37f67d20c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteEntityRecognizerResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteEntityRecognizerResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteFlywheelRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteFlywheelRequestMarshaller.java index d848701dda..eb3a0c2880 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteFlywheelRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteFlywheelRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteFlywheelResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteFlywheelResultJsonUnmarshaller.java index f9fe6a9bde..907ab838ab 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteFlywheelResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteFlywheelResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteResourcePolicyRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteResourcePolicyRequestMarshaller.java index 15fa77be73..0c06ebf0e5 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteResourcePolicyRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteResourcePolicyRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteResourcePolicyResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteResourcePolicyResultJsonUnmarshaller.java index 18f69ff0c7..2e1aa0a96b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteResourcePolicyResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DeleteResourcePolicyResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDatasetRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDatasetRequestMarshaller.java index 26bb28fcb7..312579077a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDatasetRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDatasetRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDatasetResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDatasetResultJsonUnmarshaller.java index 23ef473ebe..b7298e6678 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDatasetResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDatasetResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDocumentClassificationJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDocumentClassificationJobRequestMarshaller.java index d27f01a60a..b2ddc9a9d0 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDocumentClassificationJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDocumentClassificationJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDocumentClassificationJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDocumentClassificationJobResultJsonUnmarshaller.java index fc18b99dc4..53546e4894 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDocumentClassificationJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDocumentClassificationJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDocumentClassifierRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDocumentClassifierRequestMarshaller.java index fb5174f77a..36b0d9d7a8 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDocumentClassifierRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDocumentClassifierRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDocumentClassifierResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDocumentClassifierResultJsonUnmarshaller.java index 3746112f21..45f6080027 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDocumentClassifierResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDocumentClassifierResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDominantLanguageDetectionJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDominantLanguageDetectionJobRequestMarshaller.java index 0dde5cc249..90f0d98d39 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDominantLanguageDetectionJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDominantLanguageDetectionJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDominantLanguageDetectionJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDominantLanguageDetectionJobResultJsonUnmarshaller.java index ef4e6516e8..be6e548edd 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDominantLanguageDetectionJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeDominantLanguageDetectionJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEndpointRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEndpointRequestMarshaller.java index d9280d59b4..21f9d470a5 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEndpointRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEndpointRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEndpointResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEndpointResultJsonUnmarshaller.java index b549ebc021..4a0cb7731a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEndpointResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEndpointResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEntitiesDetectionJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEntitiesDetectionJobRequestMarshaller.java index c1d8c08f96..02bf1918fb 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEntitiesDetectionJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEntitiesDetectionJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEntitiesDetectionJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEntitiesDetectionJobResultJsonUnmarshaller.java index 214f41f7a2..a6a7359c20 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEntitiesDetectionJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEntitiesDetectionJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEntityRecognizerRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEntityRecognizerRequestMarshaller.java index 7002f6ca04..a3b9cc7154 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEntityRecognizerRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEntityRecognizerRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEntityRecognizerResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEntityRecognizerResultJsonUnmarshaller.java index b34917650c..d9eea2a780 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEntityRecognizerResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEntityRecognizerResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEventsDetectionJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEventsDetectionJobRequestMarshaller.java index 0859748b68..9bc884e214 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEventsDetectionJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEventsDetectionJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEventsDetectionJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEventsDetectionJobResultJsonUnmarshaller.java index ced8d997d1..69c8a845cd 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEventsDetectionJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeEventsDetectionJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeFlywheelIterationRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeFlywheelIterationRequestMarshaller.java index 43dc4a3bfd..f210250a85 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeFlywheelIterationRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeFlywheelIterationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeFlywheelIterationResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeFlywheelIterationResultJsonUnmarshaller.java index 24e1dac44b..2a2d954185 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeFlywheelIterationResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeFlywheelIterationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeFlywheelRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeFlywheelRequestMarshaller.java index 407d32334c..73e3f1f494 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeFlywheelRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeFlywheelRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeFlywheelResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeFlywheelResultJsonUnmarshaller.java index bd354b7ca5..720194c9a1 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeFlywheelResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeFlywheelResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeKeyPhrasesDetectionJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeKeyPhrasesDetectionJobRequestMarshaller.java index 7742875c12..7970af3f2d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeKeyPhrasesDetectionJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeKeyPhrasesDetectionJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeKeyPhrasesDetectionJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeKeyPhrasesDetectionJobResultJsonUnmarshaller.java index 562132e09a..8573cc9bd7 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeKeyPhrasesDetectionJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeKeyPhrasesDetectionJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribePiiEntitiesDetectionJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribePiiEntitiesDetectionJobRequestMarshaller.java index 901bbf5c35..7735002e00 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribePiiEntitiesDetectionJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribePiiEntitiesDetectionJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribePiiEntitiesDetectionJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribePiiEntitiesDetectionJobResultJsonUnmarshaller.java index fa66737995..2ed9f662a6 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribePiiEntitiesDetectionJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribePiiEntitiesDetectionJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeResourcePolicyRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeResourcePolicyRequestMarshaller.java index 208b29c088..0ea0cd045a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeResourcePolicyRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeResourcePolicyRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeResourcePolicyResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeResourcePolicyResultJsonUnmarshaller.java index 8983b82ce9..023e2627bc 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeResourcePolicyResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeResourcePolicyResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeSentimentDetectionJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeSentimentDetectionJobRequestMarshaller.java index 55d67739c7..9719252c78 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeSentimentDetectionJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeSentimentDetectionJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeSentimentDetectionJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeSentimentDetectionJobResultJsonUnmarshaller.java index 2a03a90349..342f211226 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeSentimentDetectionJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeSentimentDetectionJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeTargetedSentimentDetectionJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeTargetedSentimentDetectionJobRequestMarshaller.java index 496614e41d..549ff8af0d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeTargetedSentimentDetectionJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeTargetedSentimentDetectionJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeTargetedSentimentDetectionJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeTargetedSentimentDetectionJobResultJsonUnmarshaller.java index 8639eb31e1..e46e10b92a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeTargetedSentimentDetectionJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeTargetedSentimentDetectionJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeTopicsDetectionJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeTopicsDetectionJobRequestMarshaller.java index a9d6dcdeac..ce22f9e2a5 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeTopicsDetectionJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeTopicsDetectionJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeTopicsDetectionJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeTopicsDetectionJobResultJsonUnmarshaller.java index a13112a905..04ea5993a7 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeTopicsDetectionJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DescribeTopicsDetectionJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectDominantLanguageRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectDominantLanguageRequestMarshaller.java index a418c5b7db..feef5a3ea7 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectDominantLanguageRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectDominantLanguageRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectDominantLanguageResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectDominantLanguageResultJsonUnmarshaller.java index 26d65d1c44..4695fc1709 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectDominantLanguageResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectDominantLanguageResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectEntitiesRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectEntitiesRequestMarshaller.java index d9d79dfd6c..a6dfa0cdf9 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectEntitiesRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectEntitiesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectEntitiesResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectEntitiesResultJsonUnmarshaller.java index 83be297bac..2d715dc441 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectEntitiesResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectEntitiesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectKeyPhrasesRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectKeyPhrasesRequestMarshaller.java index 9f2289f63a..1f12908c7a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectKeyPhrasesRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectKeyPhrasesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectKeyPhrasesResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectKeyPhrasesResultJsonUnmarshaller.java index 289be24877..d7c99f496e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectKeyPhrasesResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectKeyPhrasesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectPiiEntitiesRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectPiiEntitiesRequestMarshaller.java index 2afbba1db6..558e2451b7 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectPiiEntitiesRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectPiiEntitiesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectPiiEntitiesResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectPiiEntitiesResultJsonUnmarshaller.java index c983ea9954..83e5cf75f4 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectPiiEntitiesResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectPiiEntitiesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectSentimentRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectSentimentRequestMarshaller.java index 7ab7aaa419..2578022cf3 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectSentimentRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectSentimentRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectSentimentResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectSentimentResultJsonUnmarshaller.java index 2a2f06971b..81ff777c0e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectSentimentResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectSentimentResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectSyntaxRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectSyntaxRequestMarshaller.java index 261bf1a63c..5f4bb1d4dc 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectSyntaxRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectSyntaxRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectSyntaxResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectSyntaxResultJsonUnmarshaller.java index fcc2dbd2bd..8b7d48d92e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectSyntaxResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectSyntaxResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectTargetedSentimentRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectTargetedSentimentRequestMarshaller.java index cc7843849d..06124a1087 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectTargetedSentimentRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectTargetedSentimentRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectTargetedSentimentResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectTargetedSentimentResultJsonUnmarshaller.java index b8e46a47e6..ef37e8be99 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectTargetedSentimentResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectTargetedSentimentResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectToxicContentRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectToxicContentRequestMarshaller.java new file mode 100644 index 0000000000..79cbd66b32 --- /dev/null +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectToxicContentRequestMarshaller.java @@ -0,0 +1,101 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.comprehend.model.transform; + +import static com.amazonaws.util.StringUtils.UTF8; +import java.io.ByteArrayInputStream; +import java.io.ByteArrayOutputStream; +import java.io.OutputStreamWriter; +import java.io.StringWriter; +import java.io.Writer; + +import android.text.TextUtils; + +import com.amazonaws.AmazonClientException; +import com.amazonaws.Request; +import com.amazonaws.DefaultRequest; +import com.amazonaws.http.HttpMethodName; +import com.amazonaws.services.comprehend.model.*; +import com.amazonaws.transform.Marshaller; +import com.amazonaws.util.BinaryUtils; +import com.amazonaws.util.DateUtils; +import com.amazonaws.util.StringUtils; +import com.amazonaws.util.StringInputStream; +import com.amazonaws.util.json.AwsJsonWriter; +import com.amazonaws.util.json.JsonUtils; + +/** + * JSON request marshaller for DetectToxicContentRequest + */ +public class DetectToxicContentRequestMarshaller implements + Marshaller, DetectToxicContentRequest> { + + public Request marshall( + DetectToxicContentRequest detectToxicContentRequest) { + if (detectToxicContentRequest == null) { + throw new AmazonClientException( + "Invalid argument passed to marshall(DetectToxicContentRequest)"); + } + + Request request = new DefaultRequest( + detectToxicContentRequest, "AmazonComprehend"); + String target = "Comprehend_20171127.DetectToxicContent"; + request.addHeader("X-Amz-Target", target); + request.setHttpMethod(HttpMethodName.POST); + + String uriResourcePath = "/"; + request.setResourcePath(uriResourcePath); + try { + StringWriter stringWriter = new StringWriter(); + AwsJsonWriter jsonWriter = JsonUtils.getJsonWriter(stringWriter); + jsonWriter.beginObject(); + + if (detectToxicContentRequest.getTextSegments() != null) { + java.util.List textSegments = detectToxicContentRequest + .getTextSegments(); + jsonWriter.name("TextSegments"); + jsonWriter.beginArray(); + for (TextSegment textSegmentsItem : textSegments) { + if (textSegmentsItem != null) { + TextSegmentJsonMarshaller.getInstance().marshall(textSegmentsItem, + jsonWriter); + } + } + jsonWriter.endArray(); + } + if (detectToxicContentRequest.getLanguageCode() != null) { + String languageCode = detectToxicContentRequest.getLanguageCode(); + jsonWriter.name("LanguageCode"); + jsonWriter.value(languageCode); + } + + jsonWriter.endObject(); + jsonWriter.close(); + String snippet = stringWriter.toString(); + byte[] content = snippet.getBytes(UTF8); + request.setContent(new StringInputStream(snippet)); + request.addHeader("Content-Length", Integer.toString(content.length)); + } catch (Throwable t) { + throw new AmazonClientException( + "Unable to marshall request to JSON: " + t.getMessage(), t); + } + if (!request.getHeaders().containsKey("Content-Type")) { + request.addHeader("Content-Type", "application/x-amz-json-1.1"); + } + + return request; + } +} diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectToxicContentResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectToxicContentResultJsonUnmarshaller.java new file mode 100644 index 0000000000..6f0bfd251b --- /dev/null +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DetectToxicContentResultJsonUnmarshaller.java @@ -0,0 +1,57 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.comprehend.model.transform; + +import com.amazonaws.services.comprehend.model.*; +import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; +import com.amazonaws.transform.*; +import com.amazonaws.util.json.AwsJsonReader; + +/** + * JSON unmarshaller for response DetectToxicContentResult + */ +public class DetectToxicContentResultJsonUnmarshaller implements + Unmarshaller { + + public DetectToxicContentResult unmarshall(JsonUnmarshallerContext context) throws Exception { + DetectToxicContentResult detectToxicContentResult = new DetectToxicContentResult(); + + AwsJsonReader reader = context.getReader(); + reader.beginObject(); + while (reader.hasNext()) { + String name = reader.nextName(); + if (name.equals("ResultList")) { + detectToxicContentResult.setResultList(new ListUnmarshaller( + ToxicLabelsJsonUnmarshaller.getInstance() + ) + .unmarshall(context)); + } else { + reader.skipValue(); + } + } + reader.endObject(); + + return detectToxicContentResult; + } + + private static DetectToxicContentResultJsonUnmarshaller instance; + + public static DetectToxicContentResultJsonUnmarshaller getInstance() { + if (instance == null) + instance = new DetectToxicContentResultJsonUnmarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassJsonMarshaller.java index e51e31c948..0f6a664962 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassJsonUnmarshaller.java index 10fb75edc9..45f1baa782 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationConfigJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationConfigJsonMarshaller.java index 8fc6bacf5e..80a68e83fc 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationConfigJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationConfigJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationConfigJsonUnmarshaller.java index 7a3230fd9f..cb70c90a0c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationConfigJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationJobFilterJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationJobFilterJsonMarshaller.java index 5b0dce4ac5..20365896b4 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationJobFilterJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationJobFilterJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationJobFilterJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationJobFilterJsonUnmarshaller.java index f100200deb..66ec35d605 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationJobFilterJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationJobFilterJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationJobPropertiesJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationJobPropertiesJsonMarshaller.java index 9196a88eff..adeedc5ebd 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationJobPropertiesJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationJobPropertiesJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationJobPropertiesJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationJobPropertiesJsonUnmarshaller.java index 60b797de3d..e0b97bcfe6 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationJobPropertiesJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassificationJobPropertiesJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierDocumentsJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierDocumentsJsonMarshaller.java index 377c23ec76..e4830f7fdf 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierDocumentsJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierDocumentsJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierDocumentsJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierDocumentsJsonUnmarshaller.java index e550b00fc8..b40b951b6d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierDocumentsJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierDocumentsJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierFilterJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierFilterJsonMarshaller.java index ff57d3f373..584d12a006 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierFilterJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierFilterJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierFilterJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierFilterJsonUnmarshaller.java index 8e4f2b82c9..a234753894 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierFilterJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierFilterJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierInputDataConfigJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierInputDataConfigJsonMarshaller.java index b79b2f0cfc..89b8d323c4 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierInputDataConfigJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierInputDataConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierInputDataConfigJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierInputDataConfigJsonUnmarshaller.java index b0f856a684..31d8b7aea9 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierInputDataConfigJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierInputDataConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierOutputDataConfigJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierOutputDataConfigJsonMarshaller.java index 812698e368..72c51eb210 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierOutputDataConfigJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierOutputDataConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierOutputDataConfigJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierOutputDataConfigJsonUnmarshaller.java index 168bd684c7..8f968f0207 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierOutputDataConfigJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierOutputDataConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierPropertiesJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierPropertiesJsonMarshaller.java index e0fc1fec6b..eaf687205d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierPropertiesJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierPropertiesJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierPropertiesJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierPropertiesJsonUnmarshaller.java index 707a64fa73..74a6209cdc 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierPropertiesJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierPropertiesJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierSummaryJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierSummaryJsonMarshaller.java index ae3d65d2d8..2f6a32a45b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierSummaryJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierSummaryJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierSummaryJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierSummaryJsonUnmarshaller.java index 89c14b24f7..fc47563c28 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierSummaryJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentClassifierSummaryJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentLabelJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentLabelJsonMarshaller.java index 4f66af5ace..c570aca2dc 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentLabelJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentLabelJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentLabelJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentLabelJsonUnmarshaller.java index 78ce72af8d..582363c631 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentLabelJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentLabelJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentMetadataJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentMetadataJsonMarshaller.java index f969bdf531..db629ea96c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentMetadataJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentMetadataJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentMetadataJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentMetadataJsonUnmarshaller.java index 12a607bb52..31b7b22c02 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentMetadataJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentMetadataJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentReaderConfigJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentReaderConfigJsonMarshaller.java index 5ff4025603..071fa1e907 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentReaderConfigJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentReaderConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentReaderConfigJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentReaderConfigJsonUnmarshaller.java index b68c6b4647..88ffc174c4 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentReaderConfigJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentReaderConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentTypeListItemJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentTypeListItemJsonMarshaller.java index d0c3d23d23..8b3b68593a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentTypeListItemJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentTypeListItemJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentTypeListItemJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentTypeListItemJsonUnmarshaller.java index ad1bf55f09..256dcd51a6 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentTypeListItemJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DocumentTypeListItemJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageDetectionJobFilterJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageDetectionJobFilterJsonMarshaller.java index d66b7b9a79..67f9aa0636 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageDetectionJobFilterJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageDetectionJobFilterJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageDetectionJobFilterJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageDetectionJobFilterJsonUnmarshaller.java index bd685d9212..61c0758786 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageDetectionJobFilterJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageDetectionJobFilterJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageDetectionJobPropertiesJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageDetectionJobPropertiesJsonMarshaller.java index 4096d1d1fa..bb65bd0282 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageDetectionJobPropertiesJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageDetectionJobPropertiesJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageDetectionJobPropertiesJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageDetectionJobPropertiesJsonUnmarshaller.java index ced50f4abe..bbaf89ead4 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageDetectionJobPropertiesJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageDetectionJobPropertiesJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageJsonMarshaller.java index 113149062d..c3f3286100 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageJsonUnmarshaller.java index 99720d8733..ab89bc767a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/DominantLanguageJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EndpointFilterJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EndpointFilterJsonMarshaller.java index 079a2f6552..651bfacd28 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EndpointFilterJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EndpointFilterJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EndpointFilterJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EndpointFilterJsonUnmarshaller.java index e0525b25db..780fb4c7f7 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EndpointFilterJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EndpointFilterJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EndpointPropertiesJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EndpointPropertiesJsonMarshaller.java index eb6e2114e2..5d792ae6cc 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EndpointPropertiesJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EndpointPropertiesJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EndpointPropertiesJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EndpointPropertiesJsonUnmarshaller.java index b7a3b62f4b..5a3e42aea3 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EndpointPropertiesJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EndpointPropertiesJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntitiesDetectionJobFilterJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntitiesDetectionJobFilterJsonMarshaller.java index b03d0b156d..0ce15ac7fc 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntitiesDetectionJobFilterJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntitiesDetectionJobFilterJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntitiesDetectionJobFilterJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntitiesDetectionJobFilterJsonUnmarshaller.java index 7dc258ec9f..fa3e94b4f3 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntitiesDetectionJobFilterJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntitiesDetectionJobFilterJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntitiesDetectionJobPropertiesJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntitiesDetectionJobPropertiesJsonMarshaller.java index b8117b693e..ff1b9c68aa 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntitiesDetectionJobPropertiesJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntitiesDetectionJobPropertiesJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntitiesDetectionJobPropertiesJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntitiesDetectionJobPropertiesJsonUnmarshaller.java index cb4719c010..348f3620e7 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntitiesDetectionJobPropertiesJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntitiesDetectionJobPropertiesJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityJsonMarshaller.java index 2fcf1eb960..0e53e2f513 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityJsonUnmarshaller.java index 9dcee96332..66c06d68eb 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityLabelJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityLabelJsonMarshaller.java index cb9803aa65..fb1d1db347 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityLabelJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityLabelJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityLabelJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityLabelJsonUnmarshaller.java index 67c7b120d6..8d8fdedcde 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityLabelJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityLabelJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognitionConfigJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognitionConfigJsonMarshaller.java index e875e879b0..baf7e12f19 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognitionConfigJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognitionConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognitionConfigJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognitionConfigJsonUnmarshaller.java index d9158828ae..f50ca81fe2 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognitionConfigJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognitionConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerAnnotationsJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerAnnotationsJsonMarshaller.java index effb8f6aa8..de3f63f583 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerAnnotationsJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerAnnotationsJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerAnnotationsJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerAnnotationsJsonUnmarshaller.java index ee3aaa5c97..e347c0e236 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerAnnotationsJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerAnnotationsJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerDocumentsJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerDocumentsJsonMarshaller.java index 5c4e5e8897..a519400766 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerDocumentsJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerDocumentsJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerDocumentsJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerDocumentsJsonUnmarshaller.java index fee47b99a2..e2a4854520 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerDocumentsJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerDocumentsJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerEntityListJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerEntityListJsonMarshaller.java index 61ae782b53..3f2bf3073b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerEntityListJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerEntityListJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerEntityListJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerEntityListJsonUnmarshaller.java index 3bda5fc99e..d567fd0c35 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerEntityListJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerEntityListJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerEvaluationMetricsJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerEvaluationMetricsJsonMarshaller.java index 432109de46..464b6b8944 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerEvaluationMetricsJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerEvaluationMetricsJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerEvaluationMetricsJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerEvaluationMetricsJsonUnmarshaller.java index 3ce2ee6730..20a18154c1 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerEvaluationMetricsJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerEvaluationMetricsJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerFilterJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerFilterJsonMarshaller.java index 9ca4e6eb14..81e4637737 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerFilterJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerFilterJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerFilterJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerFilterJsonUnmarshaller.java index e8c781c45c..a5fee45224 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerFilterJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerFilterJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerInputDataConfigJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerInputDataConfigJsonMarshaller.java index 4b96a24dab..4d2b17904b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerInputDataConfigJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerInputDataConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerInputDataConfigJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerInputDataConfigJsonUnmarshaller.java index 43c921844e..71409a023a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerInputDataConfigJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerInputDataConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerMetadataEntityTypesListItemJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerMetadataEntityTypesListItemJsonMarshaller.java index 2994af37ef..3b915bce51 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerMetadataEntityTypesListItemJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerMetadataEntityTypesListItemJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerMetadataEntityTypesListItemJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerMetadataEntityTypesListItemJsonUnmarshaller.java index 43cf7c9b6b..b37ab9b78b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerMetadataEntityTypesListItemJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerMetadataEntityTypesListItemJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerMetadataJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerMetadataJsonMarshaller.java index dff3bb9518..6de55673c4 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerMetadataJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerMetadataJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerMetadataJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerMetadataJsonUnmarshaller.java index 00e04713bd..1363eb6e00 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerMetadataJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerMetadataJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerOutputDataConfigJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerOutputDataConfigJsonMarshaller.java index 6707327b09..c2ffca0d76 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerOutputDataConfigJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerOutputDataConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerOutputDataConfigJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerOutputDataConfigJsonUnmarshaller.java index e647472f4e..1752bf6964 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerOutputDataConfigJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerOutputDataConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerPropertiesJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerPropertiesJsonMarshaller.java index b3866666cb..f779c3a5c8 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerPropertiesJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerPropertiesJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerPropertiesJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerPropertiesJsonUnmarshaller.java index 5c62546f6e..ca1d7ba919 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerPropertiesJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerPropertiesJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerSummaryJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerSummaryJsonMarshaller.java index ebff3dc1e2..473230df5b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerSummaryJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerSummaryJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerSummaryJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerSummaryJsonUnmarshaller.java index f34007ab63..19be7232ec 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerSummaryJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityRecognizerSummaryJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityTypesEvaluationMetricsJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityTypesEvaluationMetricsJsonMarshaller.java index b16ba273ac..f6d4c7965c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityTypesEvaluationMetricsJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityTypesEvaluationMetricsJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityTypesEvaluationMetricsJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityTypesEvaluationMetricsJsonUnmarshaller.java index 41ce91eb14..b60f9ddd8a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityTypesEvaluationMetricsJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityTypesEvaluationMetricsJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityTypesListItemJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityTypesListItemJsonMarshaller.java index ee6ad3c215..367b290ca3 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityTypesListItemJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityTypesListItemJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityTypesListItemJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityTypesListItemJsonUnmarshaller.java index 5aba593f85..c7e69e1771 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityTypesListItemJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EntityTypesListItemJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ErrorsListItemJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ErrorsListItemJsonMarshaller.java index c7faf3d086..4db68a3e74 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ErrorsListItemJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ErrorsListItemJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ErrorsListItemJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ErrorsListItemJsonUnmarshaller.java index 88ef55eb83..1262365294 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ErrorsListItemJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ErrorsListItemJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EventsDetectionJobFilterJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EventsDetectionJobFilterJsonMarshaller.java index 39f9983aad..62b9dacda6 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EventsDetectionJobFilterJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EventsDetectionJobFilterJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EventsDetectionJobFilterJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EventsDetectionJobFilterJsonUnmarshaller.java index 12ad563829..a93cbd5374 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EventsDetectionJobFilterJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EventsDetectionJobFilterJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EventsDetectionJobPropertiesJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EventsDetectionJobPropertiesJsonMarshaller.java index c1f140b489..caa4d7ff0d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EventsDetectionJobPropertiesJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EventsDetectionJobPropertiesJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EventsDetectionJobPropertiesJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EventsDetectionJobPropertiesJsonUnmarshaller.java index cb39fcd9d1..24ce7b9691 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EventsDetectionJobPropertiesJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/EventsDetectionJobPropertiesJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ExtractedCharactersListItemJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ExtractedCharactersListItemJsonMarshaller.java index 2b63a0ca67..a435d382e3 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ExtractedCharactersListItemJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ExtractedCharactersListItemJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ExtractedCharactersListItemJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ExtractedCharactersListItemJsonUnmarshaller.java index e400fda98f..6078509c0f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ExtractedCharactersListItemJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ExtractedCharactersListItemJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelFilterJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelFilterJsonMarshaller.java index 12fdeea6e4..888ef96ba0 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelFilterJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelFilterJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelFilterJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelFilterJsonUnmarshaller.java index 6f73eff931..978a83e4a8 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelFilterJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelFilterJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelIterationFilterJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelIterationFilterJsonMarshaller.java index a3adbc07e2..1958f34a4e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelIterationFilterJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelIterationFilterJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelIterationFilterJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelIterationFilterJsonUnmarshaller.java index 4ed55357e2..2da59c7887 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelIterationFilterJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelIterationFilterJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelIterationPropertiesJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelIterationPropertiesJsonMarshaller.java index f2996e3a74..68f250c88a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelIterationPropertiesJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelIterationPropertiesJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelIterationPropertiesJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelIterationPropertiesJsonUnmarshaller.java index c6ea33d13b..2bfeb6ec75 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelIterationPropertiesJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelIterationPropertiesJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelModelEvaluationMetricsJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelModelEvaluationMetricsJsonMarshaller.java index 7117041b0d..a636aef150 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelModelEvaluationMetricsJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelModelEvaluationMetricsJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelModelEvaluationMetricsJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelModelEvaluationMetricsJsonUnmarshaller.java index 489aab5e69..6b34a454db 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelModelEvaluationMetricsJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelModelEvaluationMetricsJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelPropertiesJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelPropertiesJsonMarshaller.java index a40829f92e..a32850e7b6 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelPropertiesJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelPropertiesJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelPropertiesJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelPropertiesJsonUnmarshaller.java index 930d8ceebd..222b7e687d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelPropertiesJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelPropertiesJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelSummaryJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelSummaryJsonMarshaller.java index 993e319315..42a23648b9 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelSummaryJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelSummaryJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelSummaryJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelSummaryJsonUnmarshaller.java index 0ed5fa8be8..4d32dee529 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelSummaryJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/FlywheelSummaryJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/GeometryJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/GeometryJsonMarshaller.java index 91c2acc7a7..a0337389d8 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/GeometryJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/GeometryJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/GeometryJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/GeometryJsonUnmarshaller.java index b7257fe135..807410fe19 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/GeometryJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/GeometryJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ImportModelRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ImportModelRequestMarshaller.java index 2f6e14501b..3d300fd848 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ImportModelRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ImportModelRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ImportModelResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ImportModelResultJsonUnmarshaller.java index 5e4310f4de..8246a779a4 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ImportModelResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ImportModelResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InputDataConfigJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InputDataConfigJsonMarshaller.java index 0963e1712d..dca2146d78 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InputDataConfigJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InputDataConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InputDataConfigJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InputDataConfigJsonUnmarshaller.java index d4ab4f43c2..a9355dbdb4 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InputDataConfigJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InputDataConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InternalServerExceptionUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InternalServerExceptionUnmarshaller.java index c4168c8eaf..57688aad0e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InternalServerExceptionUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InternalServerExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InvalidFilterExceptionUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InvalidFilterExceptionUnmarshaller.java index 2bfec8a302..f307111765 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InvalidFilterExceptionUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InvalidFilterExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InvalidRequestDetailJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InvalidRequestDetailJsonMarshaller.java index 443108323b..d38d54398b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InvalidRequestDetailJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InvalidRequestDetailJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InvalidRequestDetailJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InvalidRequestDetailJsonUnmarshaller.java index 304383a7b7..a1787ce6ea 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InvalidRequestDetailJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InvalidRequestDetailJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InvalidRequestExceptionUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InvalidRequestExceptionUnmarshaller.java index efa046a31f..4225e5eca9 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InvalidRequestExceptionUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/InvalidRequestExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -18,7 +18,6 @@ import com.amazonaws.AmazonServiceException; import com.amazonaws.http.JsonErrorResponseHandler.JsonErrorResponse; import com.amazonaws.transform.JsonErrorUnmarshaller; -import com.amazonaws.services.comprehend.model.InvalidRequestDetail; import com.amazonaws.services.comprehend.model.InvalidRequestException; public class InvalidRequestExceptionUnmarshaller extends JsonErrorUnmarshaller { diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/JobNotFoundExceptionUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/JobNotFoundExceptionUnmarshaller.java index 15b5f2386d..e0a4a6c6b9 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/JobNotFoundExceptionUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/JobNotFoundExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhraseJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhraseJsonMarshaller.java index 633cef7827..6e9e9596ad 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhraseJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhraseJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhraseJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhraseJsonUnmarshaller.java index 25851176a4..7d526b4688 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhraseJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhraseJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhrasesDetectionJobFilterJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhrasesDetectionJobFilterJsonMarshaller.java index fdaade55c4..42d4e43015 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhrasesDetectionJobFilterJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhrasesDetectionJobFilterJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhrasesDetectionJobFilterJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhrasesDetectionJobFilterJsonUnmarshaller.java index 8750550756..1b95425774 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhrasesDetectionJobFilterJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhrasesDetectionJobFilterJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhrasesDetectionJobPropertiesJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhrasesDetectionJobPropertiesJsonMarshaller.java index 5d762663fb..5d634c95e4 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhrasesDetectionJobPropertiesJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhrasesDetectionJobPropertiesJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhrasesDetectionJobPropertiesJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhrasesDetectionJobPropertiesJsonUnmarshaller.java index c89f293575..3a1766d8ca 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhrasesDetectionJobPropertiesJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KeyPhrasesDetectionJobPropertiesJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KmsKeyValidationExceptionUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KmsKeyValidationExceptionUnmarshaller.java index eb5142782b..15f4376298 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KmsKeyValidationExceptionUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/KmsKeyValidationExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDatasetsRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDatasetsRequestMarshaller.java index eb88e8e8eb..f2ca86609a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDatasetsRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDatasetsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDatasetsResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDatasetsResultJsonUnmarshaller.java index 6642218f94..066833981e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDatasetsResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDatasetsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassificationJobsRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassificationJobsRequestMarshaller.java index 40ee262841..3c37a1f300 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassificationJobsRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassificationJobsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassificationJobsResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassificationJobsResultJsonUnmarshaller.java index fc2fc963bb..9ef1c09632 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassificationJobsResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassificationJobsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassifierSummariesRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassifierSummariesRequestMarshaller.java index d3365d6c04..496e1c025d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassifierSummariesRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassifierSummariesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassifierSummariesResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassifierSummariesResultJsonUnmarshaller.java index 77387ddd3e..84e03c3f2a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassifierSummariesResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassifierSummariesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassifiersRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassifiersRequestMarshaller.java index 22ffb2ee40..9219ec43f5 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassifiersRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassifiersRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassifiersResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassifiersResultJsonUnmarshaller.java index 5a9b3aa9d6..3cb5e7870b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassifiersResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDocumentClassifiersResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDominantLanguageDetectionJobsRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDominantLanguageDetectionJobsRequestMarshaller.java index 9ffe0f42b3..3294db0d7d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDominantLanguageDetectionJobsRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDominantLanguageDetectionJobsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDominantLanguageDetectionJobsResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDominantLanguageDetectionJobsResultJsonUnmarshaller.java index 01b512d63f..6521dc578e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDominantLanguageDetectionJobsResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListDominantLanguageDetectionJobsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEndpointsRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEndpointsRequestMarshaller.java index 4e79c1cdbc..a9ccc57779 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEndpointsRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEndpointsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEndpointsResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEndpointsResultJsonUnmarshaller.java index 36fd59f9b2..f6bba72108 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEndpointsResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEndpointsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntitiesDetectionJobsRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntitiesDetectionJobsRequestMarshaller.java index de337179e7..cf4282e160 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntitiesDetectionJobsRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntitiesDetectionJobsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntitiesDetectionJobsResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntitiesDetectionJobsResultJsonUnmarshaller.java index 8a14930810..da90c4f1b4 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntitiesDetectionJobsResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntitiesDetectionJobsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntityRecognizerSummariesRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntityRecognizerSummariesRequestMarshaller.java index 206c25d8c5..7cb82ab9ab 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntityRecognizerSummariesRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntityRecognizerSummariesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntityRecognizerSummariesResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntityRecognizerSummariesResultJsonUnmarshaller.java index af7540c315..37d2c76be6 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntityRecognizerSummariesResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntityRecognizerSummariesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntityRecognizersRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntityRecognizersRequestMarshaller.java index 26a7af1dae..e50e44fef9 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntityRecognizersRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntityRecognizersRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntityRecognizersResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntityRecognizersResultJsonUnmarshaller.java index 71c879bdb6..6c1a26fd11 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntityRecognizersResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEntityRecognizersResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEventsDetectionJobsRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEventsDetectionJobsRequestMarshaller.java index 342738109a..0376b6d58a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEventsDetectionJobsRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEventsDetectionJobsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEventsDetectionJobsResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEventsDetectionJobsResultJsonUnmarshaller.java index a20fae1c49..fc020ab72e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEventsDetectionJobsResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListEventsDetectionJobsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListFlywheelIterationHistoryRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListFlywheelIterationHistoryRequestMarshaller.java index 8753795fb9..9626ab34ec 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListFlywheelIterationHistoryRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListFlywheelIterationHistoryRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListFlywheelIterationHistoryResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListFlywheelIterationHistoryResultJsonUnmarshaller.java index acd6249144..f65f38902e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListFlywheelIterationHistoryResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListFlywheelIterationHistoryResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListFlywheelsRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListFlywheelsRequestMarshaller.java index bc4b24c225..cd67846414 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListFlywheelsRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListFlywheelsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListFlywheelsResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListFlywheelsResultJsonUnmarshaller.java index 9336b95d7a..3542b6fa4f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListFlywheelsResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListFlywheelsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListKeyPhrasesDetectionJobsRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListKeyPhrasesDetectionJobsRequestMarshaller.java index 727ad71cda..2681e799dc 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListKeyPhrasesDetectionJobsRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListKeyPhrasesDetectionJobsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListKeyPhrasesDetectionJobsResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListKeyPhrasesDetectionJobsResultJsonUnmarshaller.java index 47567183ab..aff881cab9 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListKeyPhrasesDetectionJobsResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListKeyPhrasesDetectionJobsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListPiiEntitiesDetectionJobsRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListPiiEntitiesDetectionJobsRequestMarshaller.java index d8a6d27187..7b6f99caa8 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListPiiEntitiesDetectionJobsRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListPiiEntitiesDetectionJobsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListPiiEntitiesDetectionJobsResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListPiiEntitiesDetectionJobsResultJsonUnmarshaller.java index 0830504775..57d9004d6f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListPiiEntitiesDetectionJobsResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListPiiEntitiesDetectionJobsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListSentimentDetectionJobsRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListSentimentDetectionJobsRequestMarshaller.java index 06b2f45138..8dea8768d9 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListSentimentDetectionJobsRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListSentimentDetectionJobsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListSentimentDetectionJobsResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListSentimentDetectionJobsResultJsonUnmarshaller.java index 317f253efe..6ba07c5b63 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListSentimentDetectionJobsResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListSentimentDetectionJobsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTagsForResourceRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTagsForResourceRequestMarshaller.java index 1a1e7265be..52a7bdc420 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTagsForResourceRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTagsForResourceRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTagsForResourceResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTagsForResourceResultJsonUnmarshaller.java index a0abcf32bc..337c3e355a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTagsForResourceResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTagsForResourceResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTargetedSentimentDetectionJobsRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTargetedSentimentDetectionJobsRequestMarshaller.java index 85718672f6..827574b36e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTargetedSentimentDetectionJobsRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTargetedSentimentDetectionJobsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTargetedSentimentDetectionJobsResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTargetedSentimentDetectionJobsResultJsonUnmarshaller.java index 27d289288b..f0b296b78e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTargetedSentimentDetectionJobsResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTargetedSentimentDetectionJobsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTopicsDetectionJobsRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTopicsDetectionJobsRequestMarshaller.java index 7bcc0b2e07..4be1e23226 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTopicsDetectionJobsRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTopicsDetectionJobsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTopicsDetectionJobsResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTopicsDetectionJobsResultJsonUnmarshaller.java index 2c273f01e6..0f9016eb36 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTopicsDetectionJobsResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ListTopicsDetectionJobsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/MentionSentimentJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/MentionSentimentJsonMarshaller.java index 3a754fe454..60890c343c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/MentionSentimentJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/MentionSentimentJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/MentionSentimentJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/MentionSentimentJsonUnmarshaller.java index de6d2d759c..425c8ba597 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/MentionSentimentJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/MentionSentimentJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/OutputDataConfigJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/OutputDataConfigJsonMarshaller.java index 8b7291d657..116f6e1c40 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/OutputDataConfigJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/OutputDataConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/OutputDataConfigJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/OutputDataConfigJsonUnmarshaller.java index 789510ec37..77672361a0 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/OutputDataConfigJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/OutputDataConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PartOfSpeechTagJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PartOfSpeechTagJsonMarshaller.java index e3dad398c4..d50867610e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PartOfSpeechTagJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PartOfSpeechTagJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PartOfSpeechTagJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PartOfSpeechTagJsonUnmarshaller.java index da9275fd35..4a226551d1 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PartOfSpeechTagJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PartOfSpeechTagJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntitiesDetectionJobFilterJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntitiesDetectionJobFilterJsonMarshaller.java index 7da0710e7b..1ede06f7cc 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntitiesDetectionJobFilterJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntitiesDetectionJobFilterJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntitiesDetectionJobFilterJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntitiesDetectionJobFilterJsonUnmarshaller.java index 3310ef8654..fcac0f6af0 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntitiesDetectionJobFilterJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntitiesDetectionJobFilterJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntitiesDetectionJobPropertiesJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntitiesDetectionJobPropertiesJsonMarshaller.java index c1dd3af0b1..dc65badf88 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntitiesDetectionJobPropertiesJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntitiesDetectionJobPropertiesJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntitiesDetectionJobPropertiesJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntitiesDetectionJobPropertiesJsonUnmarshaller.java index d3d0e9cca1..144e38f0ca 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntitiesDetectionJobPropertiesJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntitiesDetectionJobPropertiesJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntityJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntityJsonMarshaller.java index e5a1fe2013..96070d38e9 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntityJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntityJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntityJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntityJsonUnmarshaller.java index 8a85feb468..d3d856b335 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntityJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiEntityJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiOutputDataConfigJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiOutputDataConfigJsonMarshaller.java index dbb2d0633b..f2eecb0e83 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiOutputDataConfigJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiOutputDataConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiOutputDataConfigJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiOutputDataConfigJsonUnmarshaller.java index 112476227c..414696fe4e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiOutputDataConfigJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PiiOutputDataConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PointJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PointJsonMarshaller.java index de618875d4..6b1b3dcb06 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PointJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PointJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PointJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PointJsonUnmarshaller.java index cb8f69549f..e19853cd6b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PointJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PointJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PutResourcePolicyRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PutResourcePolicyRequestMarshaller.java index 5033476c9a..f802dd2f27 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PutResourcePolicyRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PutResourcePolicyRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PutResourcePolicyResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PutResourcePolicyResultJsonUnmarshaller.java index 42000ff7aa..dc7f45397b 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PutResourcePolicyResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/PutResourcePolicyResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/RedactionConfigJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/RedactionConfigJsonMarshaller.java index c4b14e7872..bbe6d2c1dc 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/RedactionConfigJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/RedactionConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/RedactionConfigJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/RedactionConfigJsonUnmarshaller.java index 266c547bfe..4ee064548d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/RedactionConfigJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/RedactionConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/RelationshipsListItemJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/RelationshipsListItemJsonMarshaller.java index b8e1b47ca4..68bcbbed23 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/RelationshipsListItemJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/RelationshipsListItemJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/RelationshipsListItemJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/RelationshipsListItemJsonUnmarshaller.java index ef8ec49015..c9cad9ced3 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/RelationshipsListItemJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/RelationshipsListItemJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ResourceInUseExceptionUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ResourceInUseExceptionUnmarshaller.java index cf1646841d..4f5de8faa5 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ResourceInUseExceptionUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ResourceInUseExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ResourceLimitExceededExceptionUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ResourceLimitExceededExceptionUnmarshaller.java index 86c42b0a9d..bbed413367 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ResourceLimitExceededExceptionUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ResourceLimitExceededExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ResourceNotFoundExceptionUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ResourceNotFoundExceptionUnmarshaller.java index 70576fa874..eb1b87b2cd 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ResourceNotFoundExceptionUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ResourceNotFoundExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ResourceUnavailableExceptionUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ResourceUnavailableExceptionUnmarshaller.java index 70c88d1f7a..b0a5dde439 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ResourceUnavailableExceptionUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ResourceUnavailableExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentDetectionJobFilterJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentDetectionJobFilterJsonMarshaller.java index 8cc2f4714e..0d4438bec9 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentDetectionJobFilterJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentDetectionJobFilterJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentDetectionJobFilterJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentDetectionJobFilterJsonUnmarshaller.java index a0c686c376..75d78f0d3e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentDetectionJobFilterJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentDetectionJobFilterJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentDetectionJobPropertiesJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentDetectionJobPropertiesJsonMarshaller.java index d67dcca963..1c9e5ca941 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentDetectionJobPropertiesJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentDetectionJobPropertiesJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentDetectionJobPropertiesJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentDetectionJobPropertiesJsonUnmarshaller.java index 46c147baf8..b812adee83 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentDetectionJobPropertiesJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentDetectionJobPropertiesJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentScoreJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentScoreJsonMarshaller.java index 8553c2aced..da2957555c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentScoreJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentScoreJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentScoreJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentScoreJsonUnmarshaller.java index 64581d663c..6f55b77915 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentScoreJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SentimentScoreJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartDocumentClassificationJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartDocumentClassificationJobRequestMarshaller.java index a4c47274a1..a695ee6974 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartDocumentClassificationJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartDocumentClassificationJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartDocumentClassificationJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartDocumentClassificationJobResultJsonUnmarshaller.java index a60e19ec5a..be089ea54e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartDocumentClassificationJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartDocumentClassificationJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartDominantLanguageDetectionJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartDominantLanguageDetectionJobRequestMarshaller.java index cf094eed81..185c87e1b0 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartDominantLanguageDetectionJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartDominantLanguageDetectionJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartDominantLanguageDetectionJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartDominantLanguageDetectionJobResultJsonUnmarshaller.java index 4b8cb86c63..9f222e3caf 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartDominantLanguageDetectionJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartDominantLanguageDetectionJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartEntitiesDetectionJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartEntitiesDetectionJobRequestMarshaller.java index 6b9ac8d67c..77ee03b0bb 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartEntitiesDetectionJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartEntitiesDetectionJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartEntitiesDetectionJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartEntitiesDetectionJobResultJsonUnmarshaller.java index c79d3c00e8..35b5b17090 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartEntitiesDetectionJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartEntitiesDetectionJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartEventsDetectionJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartEventsDetectionJobRequestMarshaller.java index 819a921c08..0047cf3359 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartEventsDetectionJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartEventsDetectionJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartEventsDetectionJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartEventsDetectionJobResultJsonUnmarshaller.java index 1e57dddbf1..0c5389ff98 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartEventsDetectionJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartEventsDetectionJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartFlywheelIterationRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartFlywheelIterationRequestMarshaller.java index 446781ca09..2029772d8d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartFlywheelIterationRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartFlywheelIterationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartFlywheelIterationResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartFlywheelIterationResultJsonUnmarshaller.java index 6e9efb0195..76cf29dc31 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartFlywheelIterationResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartFlywheelIterationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartKeyPhrasesDetectionJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartKeyPhrasesDetectionJobRequestMarshaller.java index c44f00e1c8..ba67620831 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartKeyPhrasesDetectionJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartKeyPhrasesDetectionJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartKeyPhrasesDetectionJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartKeyPhrasesDetectionJobResultJsonUnmarshaller.java index 401eb01827..d24a27e8af 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartKeyPhrasesDetectionJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartKeyPhrasesDetectionJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartPiiEntitiesDetectionJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartPiiEntitiesDetectionJobRequestMarshaller.java index eb7365d6bb..08fb8248d2 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartPiiEntitiesDetectionJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartPiiEntitiesDetectionJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartPiiEntitiesDetectionJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartPiiEntitiesDetectionJobResultJsonUnmarshaller.java index 018ac860c9..53620e72f2 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartPiiEntitiesDetectionJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartPiiEntitiesDetectionJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartSentimentDetectionJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartSentimentDetectionJobRequestMarshaller.java index c46a21050e..bd19309c72 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartSentimentDetectionJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartSentimentDetectionJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartSentimentDetectionJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartSentimentDetectionJobResultJsonUnmarshaller.java index 4c30e2d9a6..8730c8b188 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartSentimentDetectionJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartSentimentDetectionJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartTargetedSentimentDetectionJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartTargetedSentimentDetectionJobRequestMarshaller.java index 57e6c79fd7..98eabb5dad 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartTargetedSentimentDetectionJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartTargetedSentimentDetectionJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartTargetedSentimentDetectionJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartTargetedSentimentDetectionJobResultJsonUnmarshaller.java index 398f04668a..e522f89aa3 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartTargetedSentimentDetectionJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartTargetedSentimentDetectionJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartTopicsDetectionJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartTopicsDetectionJobRequestMarshaller.java index 93cb3fcb7c..f63550ca51 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartTopicsDetectionJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartTopicsDetectionJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartTopicsDetectionJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartTopicsDetectionJobResultJsonUnmarshaller.java index 6f2675b77c..671bc1d8f2 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartTopicsDetectionJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StartTopicsDetectionJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopDominantLanguageDetectionJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopDominantLanguageDetectionJobRequestMarshaller.java index 739229345f..50151a1438 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopDominantLanguageDetectionJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopDominantLanguageDetectionJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopDominantLanguageDetectionJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopDominantLanguageDetectionJobResultJsonUnmarshaller.java index 6ec2a68c42..3145c91821 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopDominantLanguageDetectionJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopDominantLanguageDetectionJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopEntitiesDetectionJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopEntitiesDetectionJobRequestMarshaller.java index 7fc47af59b..e031942a95 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopEntitiesDetectionJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopEntitiesDetectionJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopEntitiesDetectionJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopEntitiesDetectionJobResultJsonUnmarshaller.java index e7da118de6..9c465b2859 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopEntitiesDetectionJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopEntitiesDetectionJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopEventsDetectionJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopEventsDetectionJobRequestMarshaller.java index a96f2a3c72..1e1ad22b4e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopEventsDetectionJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopEventsDetectionJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopEventsDetectionJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopEventsDetectionJobResultJsonUnmarshaller.java index f8a54ac277..35675b766a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopEventsDetectionJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopEventsDetectionJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopKeyPhrasesDetectionJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopKeyPhrasesDetectionJobRequestMarshaller.java index c7cca3aef1..db5ca60d0e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopKeyPhrasesDetectionJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopKeyPhrasesDetectionJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopKeyPhrasesDetectionJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopKeyPhrasesDetectionJobResultJsonUnmarshaller.java index a6759cbf45..2c0dd3f058 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopKeyPhrasesDetectionJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopKeyPhrasesDetectionJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopPiiEntitiesDetectionJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopPiiEntitiesDetectionJobRequestMarshaller.java index a8adc0dfa6..c76df52bf3 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopPiiEntitiesDetectionJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopPiiEntitiesDetectionJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopPiiEntitiesDetectionJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopPiiEntitiesDetectionJobResultJsonUnmarshaller.java index f537aa9a42..851619e7e3 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopPiiEntitiesDetectionJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopPiiEntitiesDetectionJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopSentimentDetectionJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopSentimentDetectionJobRequestMarshaller.java index e534ec95bf..5cac48af36 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopSentimentDetectionJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopSentimentDetectionJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopSentimentDetectionJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopSentimentDetectionJobResultJsonUnmarshaller.java index b7259721df..2be85995c2 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopSentimentDetectionJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopSentimentDetectionJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTargetedSentimentDetectionJobRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTargetedSentimentDetectionJobRequestMarshaller.java index 775448ea95..799faee066 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTargetedSentimentDetectionJobRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTargetedSentimentDetectionJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTargetedSentimentDetectionJobResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTargetedSentimentDetectionJobResultJsonUnmarshaller.java index 2b6efb265f..507c77c500 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTargetedSentimentDetectionJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTargetedSentimentDetectionJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTrainingDocumentClassifierRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTrainingDocumentClassifierRequestMarshaller.java index 10e8c999eb..6432b05c1a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTrainingDocumentClassifierRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTrainingDocumentClassifierRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTrainingDocumentClassifierResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTrainingDocumentClassifierResultJsonUnmarshaller.java index 62168b7b65..ab98cc2971 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTrainingDocumentClassifierResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTrainingDocumentClassifierResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTrainingEntityRecognizerRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTrainingEntityRecognizerRequestMarshaller.java index 4ed5cc96f6..ec7cb50323 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTrainingEntityRecognizerRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTrainingEntityRecognizerRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTrainingEntityRecognizerResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTrainingEntityRecognizerResultJsonUnmarshaller.java index a10ef2405d..a8d411ccb1 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTrainingEntityRecognizerResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/StopTrainingEntityRecognizerResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SyntaxTokenJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SyntaxTokenJsonMarshaller.java index 2093238886..9a9633c0f8 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SyntaxTokenJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SyntaxTokenJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SyntaxTokenJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SyntaxTokenJsonUnmarshaller.java index 9676382825..17563a164a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SyntaxTokenJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/SyntaxTokenJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TagJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TagJsonMarshaller.java index e912ed8f58..d858c98e17 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TagJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TagJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TagJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TagJsonUnmarshaller.java index 0905473e90..14e8a26fc4 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TagJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TagJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TagResourceRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TagResourceRequestMarshaller.java index 6c7d84802a..bb647deab6 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TagResourceRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TagResourceRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TagResourceResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TagResourceResultJsonUnmarshaller.java index 06ac6809e0..a814c1922e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TagResourceResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TagResourceResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentDetectionJobFilterJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentDetectionJobFilterJsonMarshaller.java index 297837e08b..effd108427 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentDetectionJobFilterJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentDetectionJobFilterJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentDetectionJobFilterJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentDetectionJobFilterJsonUnmarshaller.java index 1d587f4aa3..6a379aab7f 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentDetectionJobFilterJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentDetectionJobFilterJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentDetectionJobPropertiesJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentDetectionJobPropertiesJsonMarshaller.java index 79e8419f76..770b7e9184 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentDetectionJobPropertiesJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentDetectionJobPropertiesJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentDetectionJobPropertiesJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentDetectionJobPropertiesJsonUnmarshaller.java index e495730c20..7472e9010e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentDetectionJobPropertiesJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentDetectionJobPropertiesJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentEntityJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentEntityJsonMarshaller.java index 4dd4018828..66370e4267 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentEntityJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentEntityJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentEntityJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentEntityJsonUnmarshaller.java index 478bd8c715..c16cb8677c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentEntityJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentEntityJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentMentionJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentMentionJsonMarshaller.java index ee4db62463..2afab18114 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentMentionJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentMentionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentMentionJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentMentionJsonUnmarshaller.java index 30bb46b893..6c62627972 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentMentionJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TargetedSentimentMentionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TaskConfigJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TaskConfigJsonMarshaller.java index bf86cff308..37629e16e4 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TaskConfigJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TaskConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TaskConfigJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TaskConfigJsonUnmarshaller.java index 9b00461ce0..4ad5f539e3 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TaskConfigJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TaskConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TextSegmentJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TextSegmentJsonMarshaller.java new file mode 100644 index 0000000000..4d989d14f7 --- /dev/null +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TextSegmentJsonMarshaller.java @@ -0,0 +1,44 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.comprehend.model.transform; + +import com.amazonaws.services.comprehend.model.*; +import com.amazonaws.util.DateUtils; +import com.amazonaws.util.json.AwsJsonWriter; + +/** + * JSON marshaller for POJO TextSegment + */ +class TextSegmentJsonMarshaller { + + public void marshall(TextSegment textSegment, AwsJsonWriter jsonWriter) throws Exception { + jsonWriter.beginObject(); + if (textSegment.getText() != null) { + String text = textSegment.getText(); + jsonWriter.name("Text"); + jsonWriter.value(text); + } + jsonWriter.endObject(); + } + + private static TextSegmentJsonMarshaller instance; + + public static TextSegmentJsonMarshaller getInstance() { + if (instance == null) + instance = new TextSegmentJsonMarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TextSegmentJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TextSegmentJsonUnmarshaller.java new file mode 100644 index 0000000000..3420354b1a --- /dev/null +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TextSegmentJsonUnmarshaller.java @@ -0,0 +1,56 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.comprehend.model.transform; + +import com.amazonaws.services.comprehend.model.*; +import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; +import com.amazonaws.transform.*; +import com.amazonaws.util.json.AwsJsonReader; + +/** + * JSON unmarshaller for POJO TextSegment + */ +class TextSegmentJsonUnmarshaller implements Unmarshaller { + + public TextSegment unmarshall(JsonUnmarshallerContext context) throws Exception { + AwsJsonReader reader = context.getReader(); + if (!reader.isContainer()) { + reader.skipValue(); + return null; + } + TextSegment textSegment = new TextSegment(); + reader.beginObject(); + while (reader.hasNext()) { + String name = reader.nextName(); + if (name.equals("Text")) { + textSegment.setText(StringJsonUnmarshaller.getInstance() + .unmarshall(context)); + } else { + reader.skipValue(); + } + } + reader.endObject(); + return textSegment; + } + + private static TextSegmentJsonUnmarshaller instance; + + public static TextSegmentJsonUnmarshaller getInstance() { + if (instance == null) + instance = new TextSegmentJsonUnmarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TextSizeLimitExceededExceptionUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TextSizeLimitExceededExceptionUnmarshaller.java index 8fc23509da..8cdca8d499 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TextSizeLimitExceededExceptionUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TextSizeLimitExceededExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TooManyRequestsExceptionUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TooManyRequestsExceptionUnmarshaller.java index f85bd20501..286fbd7d6c 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TooManyRequestsExceptionUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TooManyRequestsExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TooManyTagKeysExceptionUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TooManyTagKeysExceptionUnmarshaller.java index 999fbda4e8..0dd08e6bae 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TooManyTagKeysExceptionUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TooManyTagKeysExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TooManyTagsExceptionUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TooManyTagsExceptionUnmarshaller.java index 1c0b144735..23f294c5f8 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TooManyTagsExceptionUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TooManyTagsExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TopicsDetectionJobFilterJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TopicsDetectionJobFilterJsonMarshaller.java index f08ac9b338..6af6738343 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TopicsDetectionJobFilterJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TopicsDetectionJobFilterJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TopicsDetectionJobFilterJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TopicsDetectionJobFilterJsonUnmarshaller.java index 4854351db9..70ab6fea4d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TopicsDetectionJobFilterJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TopicsDetectionJobFilterJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TopicsDetectionJobPropertiesJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TopicsDetectionJobPropertiesJsonMarshaller.java index 1b3c73e86c..595a696fe0 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TopicsDetectionJobPropertiesJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TopicsDetectionJobPropertiesJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TopicsDetectionJobPropertiesJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TopicsDetectionJobPropertiesJsonUnmarshaller.java index 2810a13f17..f0743481d0 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TopicsDetectionJobPropertiesJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/TopicsDetectionJobPropertiesJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ToxicContentJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ToxicContentJsonMarshaller.java new file mode 100644 index 0000000000..664c21f455 --- /dev/null +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ToxicContentJsonMarshaller.java @@ -0,0 +1,49 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.comprehend.model.transform; + +import com.amazonaws.services.comprehend.model.*; +import com.amazonaws.util.DateUtils; +import com.amazonaws.util.json.AwsJsonWriter; + +/** + * JSON marshaller for POJO ToxicContent + */ +class ToxicContentJsonMarshaller { + + public void marshall(ToxicContent toxicContent, AwsJsonWriter jsonWriter) throws Exception { + jsonWriter.beginObject(); + if (toxicContent.getName() != null) { + String name = toxicContent.getName(); + jsonWriter.name("Name"); + jsonWriter.value(name); + } + if (toxicContent.getScore() != null) { + Float score = toxicContent.getScore(); + jsonWriter.name("Score"); + jsonWriter.value(score); + } + jsonWriter.endObject(); + } + + private static ToxicContentJsonMarshaller instance; + + public static ToxicContentJsonMarshaller getInstance() { + if (instance == null) + instance = new ToxicContentJsonMarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ToxicContentJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ToxicContentJsonUnmarshaller.java new file mode 100644 index 0000000000..bfcfd04688 --- /dev/null +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ToxicContentJsonUnmarshaller.java @@ -0,0 +1,59 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.comprehend.model.transform; + +import com.amazonaws.services.comprehend.model.*; +import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; +import com.amazonaws.transform.*; +import com.amazonaws.util.json.AwsJsonReader; + +/** + * JSON unmarshaller for POJO ToxicContent + */ +class ToxicContentJsonUnmarshaller implements Unmarshaller { + + public ToxicContent unmarshall(JsonUnmarshallerContext context) throws Exception { + AwsJsonReader reader = context.getReader(); + if (!reader.isContainer()) { + reader.skipValue(); + return null; + } + ToxicContent toxicContent = new ToxicContent(); + reader.beginObject(); + while (reader.hasNext()) { + String name = reader.nextName(); + if (name.equals("Name")) { + toxicContent.setName(StringJsonUnmarshaller.getInstance() + .unmarshall(context)); + } else if (name.equals("Score")) { + toxicContent.setScore(FloatJsonUnmarshaller.getInstance() + .unmarshall(context)); + } else { + reader.skipValue(); + } + } + reader.endObject(); + return toxicContent; + } + + private static ToxicContentJsonUnmarshaller instance; + + public static ToxicContentJsonUnmarshaller getInstance() { + if (instance == null) + instance = new ToxicContentJsonUnmarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ToxicLabelsJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ToxicLabelsJsonMarshaller.java new file mode 100644 index 0000000000..8a6d372b29 --- /dev/null +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ToxicLabelsJsonMarshaller.java @@ -0,0 +1,55 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.comprehend.model.transform; + +import com.amazonaws.services.comprehend.model.*; +import com.amazonaws.util.DateUtils; +import com.amazonaws.util.json.AwsJsonWriter; + +/** + * JSON marshaller for POJO ToxicLabels + */ +class ToxicLabelsJsonMarshaller { + + public void marshall(ToxicLabels toxicLabels, AwsJsonWriter jsonWriter) throws Exception { + jsonWriter.beginObject(); + if (toxicLabels.getLabels() != null) { + java.util.List labels = toxicLabels.getLabels(); + jsonWriter.name("Labels"); + jsonWriter.beginArray(); + for (ToxicContent labelsItem : labels) { + if (labelsItem != null) { + ToxicContentJsonMarshaller.getInstance().marshall(labelsItem, jsonWriter); + } + } + jsonWriter.endArray(); + } + if (toxicLabels.getToxicity() != null) { + Float toxicity = toxicLabels.getToxicity(); + jsonWriter.name("Toxicity"); + jsonWriter.value(toxicity); + } + jsonWriter.endObject(); + } + + private static ToxicLabelsJsonMarshaller instance; + + public static ToxicLabelsJsonMarshaller getInstance() { + if (instance == null) + instance = new ToxicLabelsJsonMarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ToxicLabelsJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ToxicLabelsJsonUnmarshaller.java new file mode 100644 index 0000000000..2d8c5e81ce --- /dev/null +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/ToxicLabelsJsonUnmarshaller.java @@ -0,0 +1,61 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.comprehend.model.transform; + +import com.amazonaws.services.comprehend.model.*; +import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; +import com.amazonaws.transform.*; +import com.amazonaws.util.json.AwsJsonReader; + +/** + * JSON unmarshaller for POJO ToxicLabels + */ +class ToxicLabelsJsonUnmarshaller implements Unmarshaller { + + public ToxicLabels unmarshall(JsonUnmarshallerContext context) throws Exception { + AwsJsonReader reader = context.getReader(); + if (!reader.isContainer()) { + reader.skipValue(); + return null; + } + ToxicLabels toxicLabels = new ToxicLabels(); + reader.beginObject(); + while (reader.hasNext()) { + String name = reader.nextName(); + if (name.equals("Labels")) { + toxicLabels.setLabels(new ListUnmarshaller( + ToxicContentJsonUnmarshaller.getInstance() + ) + .unmarshall(context)); + } else if (name.equals("Toxicity")) { + toxicLabels.setToxicity(FloatJsonUnmarshaller.getInstance() + .unmarshall(context)); + } else { + reader.skipValue(); + } + } + reader.endObject(); + return toxicLabels; + } + + private static ToxicLabelsJsonUnmarshaller instance; + + public static ToxicLabelsJsonUnmarshaller getInstance() { + if (instance == null) + instance = new ToxicLabelsJsonUnmarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UnsupportedLanguageExceptionUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UnsupportedLanguageExceptionUnmarshaller.java index 4fdccbc3aa..dabd45c01d 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UnsupportedLanguageExceptionUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UnsupportedLanguageExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UntagResourceRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UntagResourceRequestMarshaller.java index b6701020e4..58dd48d379 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UntagResourceRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UntagResourceRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UntagResourceResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UntagResourceResultJsonUnmarshaller.java index 45be5c191e..7edf8916dd 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UntagResourceResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UntagResourceResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateDataSecurityConfigJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateDataSecurityConfigJsonMarshaller.java index 873be17a90..ca4d0747ff 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateDataSecurityConfigJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateDataSecurityConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateDataSecurityConfigJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateDataSecurityConfigJsonUnmarshaller.java index dd7b3c313e..8b4026cd62 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateDataSecurityConfigJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateDataSecurityConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateEndpointRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateEndpointRequestMarshaller.java index d317e49e71..5b0eb2a728 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateEndpointRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateEndpointRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateEndpointResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateEndpointResultJsonUnmarshaller.java index 566ccc17fe..6734dd4397 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateEndpointResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateEndpointResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateFlywheelRequestMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateFlywheelRequestMarshaller.java index 2cb1266fb0..9dc8ee5659 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateFlywheelRequestMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateFlywheelRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateFlywheelResultJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateFlywheelResultJsonUnmarshaller.java index b0989e6d0d..31f4e77199 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateFlywheelResultJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/UpdateFlywheelResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/VpcConfigJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/VpcConfigJsonMarshaller.java index d9436ad955..5b3a74f3a9 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/VpcConfigJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/VpcConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/VpcConfigJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/VpcConfigJsonUnmarshaller.java index db8cc77cb8..02a699320e 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/VpcConfigJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/VpcConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/WarningsListItemJsonMarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/WarningsListItemJsonMarshaller.java index 892c1c8020..26f3a07e3a 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/WarningsListItemJsonMarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/WarningsListItemJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/WarningsListItemJsonUnmarshaller.java b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/WarningsListItemJsonUnmarshaller.java index 0dd21f1cd5..68caf829fa 100644 --- a/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/WarningsListItemJsonUnmarshaller.java +++ b/aws-android-sdk-comprehend/src/main/java/com/amazonaws/services/comprehend/model/transform/WarningsListItemJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License.