diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/AWSIot.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/AWSIot.java index 0b816e24e80..02cb90581c8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/AWSIot.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/AWSIot.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -751,8 +751,8 @@ CreateBillingGroupResult createBillingGroup(CreateBillingGroupRequest createBill * *

* The CSR must include a public key that is either an RSA key with a length - * of at least 2048 bits or an ECC key from NIST P-256 or NIST P-384 curves. - * For supported certificates, consult Certificate signing algorithms supported by IoT. *

@@ -827,6 +827,56 @@ CreateCertificateFromCsrResult createCertificateFromCsr( CreateCertificateFromCsrRequest createCertificateFromCsrRequest) throws AmazonClientException, AmazonServiceException; + /** + *

+ * Creates an Amazon Web Services IoT Core certificate provider. You can use + * Amazon Web Services IoT Core certificate provider to customize how to + * sign a certificate signing request (CSR) in IoT fleet provisioning. For + * more information, see Customizing certificate signing using Amazon Web Services IoT Core + * certificate provider from Amazon Web Services IoT Core Developer + * Guide. + *

+ *

+ * Requires permission to access the CreateCertificateProvider action. + *

+ * + *

+ * After you create a certificate provider, the behavior of CreateCertificateFromCsr API for fleet provisioning + * will change and all API calls to CreateCertificateFromCsr + * will invoke the certificate provider to create the certificates. It can + * take up to a few minutes for this behavior to change after a certificate + * provider is created. + *

+ *
+ * + * @param createCertificateProviderRequest + * @return createCertificateProviderResult The response from the + * CreateCertificateProvider service method, as returned by AWS IoT. + * @throws LimitExceededException + * @throws ResourceAlreadyExistsException + * @throws InvalidRequestException + * @throws ThrottlingException + * @throws UnauthorizedException + * @throws ServiceUnavailableException + * @throws InternalFailureException + * @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 AWS + * IoT indicating either a problem with the data in the request, + * or a server side issue. + */ + CreateCertificateProviderResult createCertificateProvider( + CreateCertificateProviderRequest createCertificateProviderRequest) + throws AmazonClientException, AmazonServiceException; + /** *

* Use this API to define a Custom Metric published by your devices to @@ -1585,6 +1635,11 @@ CreateThingResult createThing(CreateThingRequest createThingRequest) * >Authorization for information about authorizing control plane * actions. *

+ *

+ * If the ThingGroup that you create has the exact same + * attributes as an existing ThingGroup, you will get a 200 + * success response. + *

*
*

* Requires permission to access the + * Deletes a certificate provider. + *

+ *

+ * Requires permission to access the DeleteCertificateProvider action. + *

+ *

+ * If you delete the certificate provider resource, the behavior of + * CreateCertificateFromCsr will resume, and IoT will create + * certificates signed by IoT from a certificate signing request (CSR). + *

+ * + * @param deleteCertificateProviderRequest + * @return deleteCertificateProviderResult The response from the + * DeleteCertificateProvider service method, as returned by AWS IoT. + * @throws DeleteConflictException + * @throws ResourceNotFoundException + * @throws InvalidRequestException + * @throws ThrottlingException + * @throws UnauthorizedException + * @throws ServiceUnavailableException + * @throws InternalFailureException + * @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 AWS + * IoT indicating either a problem with the data in the request, + * or a server side issue. + */ + DeleteCertificateProviderResult deleteCertificateProvider( + DeleteCertificateProviderRequest deleteCertificateProviderRequest) + throws AmazonClientException, AmazonServiceException; + /** *

* Deletes a Device Defender detect custom metric. @@ -2236,8 +2328,8 @@ DeletePackageResult deletePackage(DeletePackageRequest deletePackageRequest) *

*

* Note: If a package version is designated as default, you must - * remove the designation from the package using the UpdatePackage - * action. + * remove the designation from the software package using the + * UpdatePackage action. *

* * @param deletePackageVersionRequest @@ -3045,6 +3137,38 @@ DescribeCertificateResult describeCertificate( DescribeCertificateRequest describeCertificateRequest) throws AmazonClientException, AmazonServiceException; + /** + *

+ * Describes a certificate provider. + *

+ *

+ * Requires permission to access the DescribeCertificateProvider action. + *

+ * + * @param describeCertificateProviderRequest + * @return describeCertificateProviderResult The response from the + * DescribeCertificateProvider service method, as returned by AWS + * IoT. + * @throws ResourceNotFoundException + * @throws InvalidRequestException + * @throws ThrottlingException + * @throws UnauthorizedException + * @throws ServiceUnavailableException + * @throws InternalFailureException + * @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 AWS + * IoT indicating either a problem with the data in the request, + * or a server side issue. + */ + DescribeCertificateProviderResult describeCertificateProvider( + DescribeCertificateProviderRequest describeCertificateProviderRequest) + throws AmazonClientException, AmazonServiceException; + /** *

* Gets information about a Device Defender detect custom metric. @@ -3198,9 +3322,16 @@ DescribeDomainConfigurationResult describeDomainConfiguration( /** *

- * Returns a unique endpoint specific to the Amazon Web Services account - * making the call. + * Returns or creates a unique endpoint specific to the Amazon Web Services + * account making the call. *

+ * + *

+ * The first time DescribeEndpoint is called, an endpoint is + * created. All subsequent calls to DescribeEndpoint return the + * same endpoint. + *

+ *
*

* Requires permission to access the *

+ * IoT will create a registration code as part of this API call if the + * registration code doesn't exist or has been deleted. If you already have + * a registration code, this API call will return the same registration + * code. + *

+ *

* Requires permission to access the GetRegistrationCode action. @@ -4852,6 +4989,36 @@ ListBillingGroupsResult listBillingGroups(ListBillingGroupsRequest listBillingGr ListCACertificatesResult listCACertificates(ListCACertificatesRequest listCACertificatesRequest) throws AmazonClientException, AmazonServiceException; + /** + *

+ * Lists all your certificate providers in your Amazon Web Services account. + *

+ *

+ * Requires permission to access the ListCertificateProviders action. + *

+ * + * @param listCertificateProvidersRequest + * @return listCertificateProvidersResult The response from the + * ListCertificateProviders service method, as returned by AWS IoT. + * @throws InvalidRequestException + * @throws ThrottlingException + * @throws UnauthorizedException + * @throws ServiceUnavailableException + * @throws InternalFailureException + * @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 AWS + * IoT indicating either a problem with the data in the request, + * or a server side issue. + */ + ListCertificateProvidersResult listCertificateProviders( + ListCertificateProvidersRequest listCertificateProvidersRequest) + throws AmazonClientException, AmazonServiceException; + /** *

* Lists the certificates registered in your Amazon Web Services account. @@ -7418,6 +7585,37 @@ void updateCACertificate(UpdateCACertificateRequest updateCACertificateRequest) void updateCertificate(UpdateCertificateRequest updateCertificateRequest) throws AmazonClientException, AmazonServiceException; + /** + *

+ * Updates a certificate provider. + *

+ *

+ * Requires permission to access the UpdateCertificateProvider action. + *

+ * + * @param updateCertificateProviderRequest + * @return updateCertificateProviderResult The response from the + * UpdateCertificateProvider service method, as returned by AWS IoT. + * @throws ResourceNotFoundException + * @throws InvalidRequestException + * @throws ThrottlingException + * @throws UnauthorizedException + * @throws ServiceUnavailableException + * @throws InternalFailureException + * @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 AWS + * IoT indicating either a problem with the data in the request, + * or a server side issue. + */ + UpdateCertificateProviderResult updateCertificateProvider( + UpdateCertificateProviderRequest updateCertificateProviderRequest) + throws AmazonClientException, AmazonServiceException; + /** *

* Updates a Device Defender detect custom metric. @@ -7687,7 +7885,7 @@ UpdateMitigationActionResult updateMitigationAction( /** *

- * Updates the supported fields for a specific package. + * Updates the supported fields for a specific software package. *

*

* Requires permission to access the - * Updates the package configuration. + * Updates the software package configuration. *

*

* Requires permission to access the *

* The CSR must include a public key that is either an RSA key with a length - * of at least 2048 bits or an ECC key from NIST P-256 or NIST P-384 curves. - * For supported certificates, consult Certificate signing algorithms supported by IoT. *

@@ -1632,6 +1632,83 @@ public CreateCertificateFromCsrResult createCertificateFromCsr( } } + /** + *

+ * Creates an Amazon Web Services IoT Core certificate provider. You can use + * Amazon Web Services IoT Core certificate provider to customize how to + * sign a certificate signing request (CSR) in IoT fleet provisioning. For + * more information, see Customizing certificate signing using Amazon Web Services IoT Core + * certificate provider from Amazon Web Services IoT Core Developer + * Guide. + *

+ *

+ * Requires permission to access the CreateCertificateProvider action. + *

+ * + *

+ * After you create a certificate provider, the behavior of CreateCertificateFromCsr API for fleet provisioning + * will change and all API calls to CreateCertificateFromCsr + * will invoke the certificate provider to create the certificates. It can + * take up to a few minutes for this behavior to change after a certificate + * provider is created. + *

+ *
+ * + * @param createCertificateProviderRequest + * @return createCertificateProviderResult The response from the + * CreateCertificateProvider service method, as returned by AWS IoT. + * @throws LimitExceededException + * @throws ResourceAlreadyExistsException + * @throws InvalidRequestException + * @throws ThrottlingException + * @throws UnauthorizedException + * @throws ServiceUnavailableException + * @throws InternalFailureException + * @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 AWS + * IoT indicating either a problem with the data in the request, + * or a server side issue. + */ + public CreateCertificateProviderResult createCertificateProvider( + CreateCertificateProviderRequest createCertificateProviderRequest) + throws AmazonServiceException, AmazonClientException { + ExecutionContext executionContext = createExecutionContext(createCertificateProviderRequest); + AWSRequestMetrics awsRequestMetrics = executionContext.getAwsRequestMetrics(); + awsRequestMetrics.startEvent(Field.ClientExecuteTime); + Request request = null; + Response response = null; + try { + awsRequestMetrics.startEvent(Field.RequestMarshallTime); + try { + request = new CreateCertificateProviderRequestMarshaller() + .marshall(createCertificateProviderRequest); + // Binds the request metrics to the current request. + request.setAWSRequestMetrics(awsRequestMetrics); + } finally { + awsRequestMetrics.endEvent(Field.RequestMarshallTime); + } + Unmarshaller unmarshaller = new CreateCertificateProviderResultJsonUnmarshaller(); + 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); + } + } + /** *

* Use this API to define a Custom Metric published by your devices to @@ -2979,6 +3056,11 @@ public CreateThingResult createThing(CreateThingRequest createThingRequest) * >Authorization for information about authorizing control plane * actions. *

+ *

+ * If the ThingGroup that you create has the exact same + * attributes as an existing ThingGroup, you will get a 200 + * success response. + *

* *

* Requires permission to access the + * Deletes a certificate provider. + *

+ *

+ * Requires permission to access the DeleteCertificateProvider action. + *

+ *

+ * If you delete the certificate provider resource, the behavior of + * CreateCertificateFromCsr will resume, and IoT will create + * certificates signed by IoT from a certificate signing request (CSR). + *

+ * + * @param deleteCertificateProviderRequest + * @return deleteCertificateProviderResult The response from the + * DeleteCertificateProvider service method, as returned by AWS IoT. + * @throws DeleteConflictException + * @throws ResourceNotFoundException + * @throws InvalidRequestException + * @throws ThrottlingException + * @throws UnauthorizedException + * @throws ServiceUnavailableException + * @throws InternalFailureException + * @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 AWS + * IoT indicating either a problem with the data in the request, + * or a server side issue. + */ + public DeleteCertificateProviderResult deleteCertificateProvider( + DeleteCertificateProviderRequest deleteCertificateProviderRequest) + throws AmazonServiceException, AmazonClientException { + ExecutionContext executionContext = createExecutionContext(deleteCertificateProviderRequest); + AWSRequestMetrics awsRequestMetrics = executionContext.getAwsRequestMetrics(); + awsRequestMetrics.startEvent(Field.ClientExecuteTime); + Request request = null; + Response response = null; + try { + awsRequestMetrics.startEvent(Field.RequestMarshallTime); + try { + request = new DeleteCertificateProviderRequestMarshaller() + .marshall(deleteCertificateProviderRequest); + // Binds the request metrics to the current request. + request.setAWSRequestMetrics(awsRequestMetrics); + } finally { + awsRequestMetrics.endEvent(Field.RequestMarshallTime); + } + Unmarshaller unmarshaller = new DeleteCertificateProviderResultJsonUnmarshaller(); + 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); + } + } + /** *

* Deletes a Device Defender detect custom metric. @@ -4161,8 +4307,8 @@ public DeletePackageResult deletePackage(DeletePackageRequest deletePackageReque *

*

* Note: If a package version is designated as default, you must - * remove the designation from the package using the UpdatePackage - * action. + * remove the designation from the software package using the + * UpdatePackage action. *

* * @param deletePackageVersionRequest @@ -5648,6 +5794,65 @@ public DescribeCertificateResult describeCertificate( } } + /** + *

+ * Describes a certificate provider. + *

+ *

+ * Requires permission to access the DescribeCertificateProvider action. + *

+ * + * @param describeCertificateProviderRequest + * @return describeCertificateProviderResult The response from the + * DescribeCertificateProvider service method, as returned by AWS + * IoT. + * @throws ResourceNotFoundException + * @throws InvalidRequestException + * @throws ThrottlingException + * @throws UnauthorizedException + * @throws ServiceUnavailableException + * @throws InternalFailureException + * @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 AWS + * IoT indicating either a problem with the data in the request, + * or a server side issue. + */ + public DescribeCertificateProviderResult describeCertificateProvider( + DescribeCertificateProviderRequest describeCertificateProviderRequest) + throws AmazonServiceException, AmazonClientException { + ExecutionContext executionContext = createExecutionContext(describeCertificateProviderRequest); + AWSRequestMetrics awsRequestMetrics = executionContext.getAwsRequestMetrics(); + awsRequestMetrics.startEvent(Field.ClientExecuteTime); + Request request = null; + Response response = null; + try { + awsRequestMetrics.startEvent(Field.RequestMarshallTime); + try { + request = new DescribeCertificateProviderRequestMarshaller() + .marshall(describeCertificateProviderRequest); + // Binds the request metrics to the current request. + request.setAWSRequestMetrics(awsRequestMetrics); + } finally { + awsRequestMetrics.endEvent(Field.RequestMarshallTime); + } + Unmarshaller unmarshaller = new DescribeCertificateProviderResultJsonUnmarshaller(); + 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); + } + } + /** *

* Gets information about a Device Defender detect custom metric. @@ -5937,9 +6142,16 @@ public DescribeDomainConfigurationResult describeDomainConfiguration( /** *

- * Returns a unique endpoint specific to the Amazon Web Services account - * making the call. + * Returns or creates a unique endpoint specific to the Amazon Web Services + * account making the call. *

+ * + *

+ * The first time DescribeEndpoint is called, an endpoint is + * created. All subsequent calls to DescribeEndpoint return the + * same endpoint. + *

+ *
*

* Requires permission to access the *

+ * IoT will create a registration code as part of this API call if the + * registration code doesn't exist or has been deleted. If you already have + * a registration code, this API call will return the same registration + * code. + *

+ *

* Requires permission to access the GetRegistrationCode action. @@ -9018,6 +9236,63 @@ public ListCACertificatesResult listCACertificates( } } + /** + *

+ * Lists all your certificate providers in your Amazon Web Services account. + *

+ *

+ * Requires permission to access the ListCertificateProviders action. + *

+ * + * @param listCertificateProvidersRequest + * @return listCertificateProvidersResult The response from the + * ListCertificateProviders service method, as returned by AWS IoT. + * @throws InvalidRequestException + * @throws ThrottlingException + * @throws UnauthorizedException + * @throws ServiceUnavailableException + * @throws InternalFailureException + * @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 AWS + * IoT indicating either a problem with the data in the request, + * or a server side issue. + */ + public ListCertificateProvidersResult listCertificateProviders( + ListCertificateProvidersRequest listCertificateProvidersRequest) + throws AmazonServiceException, AmazonClientException { + ExecutionContext executionContext = createExecutionContext(listCertificateProvidersRequest); + AWSRequestMetrics awsRequestMetrics = executionContext.getAwsRequestMetrics(); + awsRequestMetrics.startEvent(Field.ClientExecuteTime); + Request request = null; + Response response = null; + try { + awsRequestMetrics.startEvent(Field.RequestMarshallTime); + try { + request = new ListCertificateProvidersRequestMarshaller() + .marshall(listCertificateProvidersRequest); + // Binds the request metrics to the current request. + request.setAWSRequestMetrics(awsRequestMetrics); + } finally { + awsRequestMetrics.endEvent(Field.RequestMarshallTime); + } + Unmarshaller unmarshaller = new ListCertificateProvidersResultJsonUnmarshaller(); + 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); + } + } + /** *

* Lists the certificates registered in your Amazon Web Services account. @@ -13688,6 +13963,64 @@ public void updateCertificate(UpdateCertificateRequest updateCertificateRequest) } } + /** + *

+ * Updates a certificate provider. + *

+ *

+ * Requires permission to access the UpdateCertificateProvider action. + *

+ * + * @param updateCertificateProviderRequest + * @return updateCertificateProviderResult The response from the + * UpdateCertificateProvider service method, as returned by AWS IoT. + * @throws ResourceNotFoundException + * @throws InvalidRequestException + * @throws ThrottlingException + * @throws UnauthorizedException + * @throws ServiceUnavailableException + * @throws InternalFailureException + * @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 AWS + * IoT indicating either a problem with the data in the request, + * or a server side issue. + */ + public UpdateCertificateProviderResult updateCertificateProvider( + UpdateCertificateProviderRequest updateCertificateProviderRequest) + throws AmazonServiceException, AmazonClientException { + ExecutionContext executionContext = createExecutionContext(updateCertificateProviderRequest); + AWSRequestMetrics awsRequestMetrics = executionContext.getAwsRequestMetrics(); + awsRequestMetrics.startEvent(Field.ClientExecuteTime); + Request request = null; + Response response = null; + try { + awsRequestMetrics.startEvent(Field.RequestMarshallTime); + try { + request = new UpdateCertificateProviderRequestMarshaller() + .marshall(updateCertificateProviderRequest); + // Binds the request metrics to the current request. + request.setAWSRequestMetrics(awsRequestMetrics); + } finally { + awsRequestMetrics.endEvent(Field.RequestMarshallTime); + } + Unmarshaller unmarshaller = new UpdateCertificateProviderResultJsonUnmarshaller(); + 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); + } + } + /** *

* Updates a Device Defender detect custom metric. @@ -14189,7 +14522,7 @@ public UpdateMitigationActionResult updateMitigationAction( /** *

- * Updates the supported fields for a specific package. + * Updates the supported fields for a specific software package. *

*

* Requires permission to access the - * Updates the package configuration. + * Updates the software package configuration. *

*

* Requires permission to access the * *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

* *

@@ -312,7 +315,10 @@ public AssociateTargetsWithJobRequest withComment(String comment) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -333,7 +339,10 @@ public AssociateTargetsWithJobRequest withComment(String comment) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*/ @@ -355,7 +364,10 @@ public String getNamespaceId() { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -376,7 +388,10 @@ public String getNamespaceId() { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*/ @@ -398,7 +413,10 @@ public void setNamespaceId(String namespaceId) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -422,7 +440,10 @@ public void setNamespaceId(String namespaceId) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
* @return A reference to this updated object so that method calls can be diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AssociateTargetsWithJobResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AssociateTargetsWithJobResult.java index 868c71f71fb..6aac6b526de 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AssociateTargetsWithJobResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AssociateTargetsWithJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachPolicyRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachPolicyRequest.java index 400707d5b7c..6762a899a75 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachPolicyRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachPolicyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachPrincipalPolicyRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachPrincipalPolicyRequest.java index f23bfd89fd2..512df9fdff7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachPrincipalPolicyRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachPrincipalPolicyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachSecurityProfileRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachSecurityProfileRequest.java index 94d670bd143..13693304de7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachSecurityProfileRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachSecurityProfileRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachSecurityProfileResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachSecurityProfileResult.java index 865a8b71736..d5a0561f9ad 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachSecurityProfileResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachSecurityProfileResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachThingPrincipalRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachThingPrincipalRequest.java index 61d6a9b06f2..e7324ce02e3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachThingPrincipalRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachThingPrincipalRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachThingPrincipalResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachThingPrincipalResult.java index f88f654b9ea..996e47d35fc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachThingPrincipalResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachThingPrincipalResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttributePayload.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttributePayload.java index 215cc9e6881..fefb16e1c2b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttributePayload.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttributePayload.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditCheckConfiguration.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditCheckConfiguration.java index 204fc8df30f..2f362c3c2f9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditCheckConfiguration.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditCheckConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditCheckDetails.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditCheckDetails.java index 6e95eba998d..bc3e84f8d25 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditCheckDetails.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditCheckDetails.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditCheckRunStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditCheckRunStatus.java index 3a5fc186f76..f6c43003e0b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditCheckRunStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditCheckRunStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditFinding.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditFinding.java index 06612c717f6..ee0961d0126 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditFinding.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditFinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditFindingSeverity.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditFindingSeverity.java index aef50bfcce3..6b969ff8c60 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditFindingSeverity.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditFindingSeverity.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditFrequency.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditFrequency.java index b15c2451564..17d50e83886 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditFrequency.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditFrequency.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditMitigationActionExecutionMetadata.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditMitigationActionExecutionMetadata.java index 9e6a40892ec..1b3d07ed861 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditMitigationActionExecutionMetadata.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditMitigationActionExecutionMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditMitigationActionsExecutionStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditMitigationActionsExecutionStatus.java index d91d0613aee..35fecd7717c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditMitigationActionsExecutionStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditMitigationActionsExecutionStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditMitigationActionsTaskMetadata.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditMitigationActionsTaskMetadata.java index 0a8315b4618..6f3f50bc834 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditMitigationActionsTaskMetadata.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditMitigationActionsTaskMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditMitigationActionsTaskStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditMitigationActionsTaskStatus.java index 345149bb646..e34c8b68667 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditMitigationActionsTaskStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditMitigationActionsTaskStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditMitigationActionsTaskTarget.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditMitigationActionsTaskTarget.java index 7ef8fce92b3..a5ae7bf6a1c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditMitigationActionsTaskTarget.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditMitigationActionsTaskTarget.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditNotificationTarget.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditNotificationTarget.java index c799d28a0d4..b3ca27babe0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditNotificationTarget.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditNotificationTarget.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditSuppression.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditSuppression.java index d7089e34fb6..f211e40bfd5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditSuppression.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditSuppression.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditTaskMetadata.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditTaskMetadata.java index a996fa8f228..3a125cabd02 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditTaskMetadata.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditTaskMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditTaskStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditTaskStatus.java index 8d8347bec05..cf3507007a4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditTaskStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditTaskStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditTaskType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditTaskType.java index 9873ccdf90a..0ea03149b4b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditTaskType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuditTaskType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthDecision.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthDecision.java index cebe81e9121..57237cfa3a3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthDecision.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthDecision.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthInfo.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthInfo.java index 09e9b8b22fd..a20fb9b8ce3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthInfo.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthResult.java index 8b211064c9e..9a9927fa956 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthorizerConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthorizerConfig.java index 5ee0b224197..783b2ec6b47 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthorizerConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthorizerConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthorizerDescription.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthorizerDescription.java index 1a2e5c169d6..1aa2a992388 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthorizerDescription.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthorizerDescription.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthorizerStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthorizerStatus.java index 0dc4cd9e58f..1463f1d056a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthorizerStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthorizerStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthorizerSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthorizerSummary.java index 0415f268cdf..b3597b7deaf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthorizerSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AuthorizerSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AutoRegistrationStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AutoRegistrationStatus.java index 56aaa55d492..281a269b4f8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AutoRegistrationStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AutoRegistrationStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobAbortConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobAbortConfig.java index bb316049ce0..c61988c2ca5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobAbortConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobAbortConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobAbortCriteria.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobAbortCriteria.java index ec99992ff27..80420ac901e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobAbortCriteria.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobAbortCriteria.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobAbortCriteriaAbortAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobAbortCriteriaAbortAction.java index b09676bf78f..b2475983dc3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobAbortCriteriaAbortAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobAbortCriteriaAbortAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobAbortCriteriaFailureType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobAbortCriteriaFailureType.java index 3a7ceb34141..01d5637b9bd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobAbortCriteriaFailureType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobAbortCriteriaFailureType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobExecutionsRolloutConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobExecutionsRolloutConfig.java index 7e1029ff5f3..0599f626fbb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobExecutionsRolloutConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobExecutionsRolloutConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobExponentialRolloutRate.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobExponentialRolloutRate.java index 45f7e39d6db..973495d4afe 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobExponentialRolloutRate.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobExponentialRolloutRate.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobPresignedUrlConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobPresignedUrlConfig.java index 9d9d51a7c78..6d99e12ee64 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobPresignedUrlConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobPresignedUrlConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobRateIncreaseCriteria.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobRateIncreaseCriteria.java index 7b8b04dabb3..f045a97738b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobRateIncreaseCriteria.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobRateIncreaseCriteria.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobTimeoutConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobTimeoutConfig.java index d14c14ade2b..6a3a9e64df7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobTimeoutConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AwsJobTimeoutConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Behavior.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Behavior.java index 9ac8a6d956b..0182f8ee88e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Behavior.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Behavior.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -56,6 +56,12 @@ public class Behavior implements Serializable { * The criteria that determine if a device is behaving normally in regard to * the metric. *

+ * + *

+ * In the IoT console, you can choose to be sent an alert through Amazon SNS + * when IoT Device Defender detects that a device is behaving anomalously. + *

+ *
*/ private BehaviorCriteria criteria; @@ -66,6 +72,14 @@ public class Behavior implements Serializable { */ private Boolean suppressAlerts; + /** + *

+ * Value indicates exporting metrics related to the behavior when it is + * true. + *

+ */ + private Boolean exportMetric; + /** *

* The name you've given to the behavior. @@ -239,11 +253,24 @@ public Behavior withMetricDimension(MetricDimension metricDimension) { * The criteria that determine if a device is behaving normally in regard to * the metric. *

+ * + *

+ * In the IoT console, you can choose to be sent an alert through Amazon SNS + * when IoT Device Defender detects that a device is behaving anomalously. + *

+ *
* * @return

* The criteria that determine if a device is behaving normally in * regard to the metric. *

+ * + *

+ * In the IoT console, you can choose to be sent an alert through + * Amazon SNS when IoT Device Defender detects that a device is + * behaving anomalously. + *

+ *
*/ public BehaviorCriteria getCriteria() { return criteria; @@ -254,11 +281,24 @@ public BehaviorCriteria getCriteria() { * The criteria that determine if a device is behaving normally in regard to * the metric. *

+ * + *

+ * In the IoT console, you can choose to be sent an alert through Amazon SNS + * when IoT Device Defender detects that a device is behaving anomalously. + *

+ *
* * @param criteria

* The criteria that determine if a device is behaving normally * in regard to the metric. *

+ * + *

+ * In the IoT console, you can choose to be sent an alert through + * Amazon SNS when IoT Device Defender detects that a device is + * behaving anomalously. + *

+ *
*/ public void setCriteria(BehaviorCriteria criteria) { this.criteria = criteria; @@ -269,6 +309,12 @@ public void setCriteria(BehaviorCriteria criteria) { * The criteria that determine if a device is behaving normally in regard to * the metric. *

+ * + *

+ * In the IoT console, you can choose to be sent an alert through Amazon SNS + * when IoT Device Defender detects that a device is behaving anomalously. + *

+ *
*

* Returns a reference to this object so that method calls can be chained * together. @@ -277,6 +323,13 @@ public void setCriteria(BehaviorCriteria criteria) { * The criteria that determine if a device is behaving normally * in regard to the metric. *

+ * + *

+ * In the IoT console, you can choose to be sent an alert through + * Amazon SNS when IoT Device Defender detects that a device is + * behaving anomalously. + *

+ *
* @return A reference to this updated object so that method calls can be * chained together. */ @@ -343,6 +396,72 @@ public Behavior withSuppressAlerts(Boolean suppressAlerts) { return this; } + /** + *

+ * Value indicates exporting metrics related to the behavior when it is + * true. + *

+ * + * @return

+ * Value indicates exporting metrics related to the behavior when it + * is true. + *

+ */ + public Boolean isExportMetric() { + return exportMetric; + } + + /** + *

+ * Value indicates exporting metrics related to the behavior when it is + * true. + *

+ * + * @return

+ * Value indicates exporting metrics related to the behavior when it + * is true. + *

+ */ + public Boolean getExportMetric() { + return exportMetric; + } + + /** + *

+ * Value indicates exporting metrics related to the behavior when it is + * true. + *

+ * + * @param exportMetric

+ * Value indicates exporting metrics related to the behavior when + * it is true. + *

+ */ + public void setExportMetric(Boolean exportMetric) { + this.exportMetric = exportMetric; + } + + /** + *

+ * Value indicates exporting metrics related to the behavior when it is + * true. + *

+ *

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

+ * Value indicates exporting metrics related to the behavior when + * it is true. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public Behavior withExportMetric(Boolean exportMetric) { + this.exportMetric = exportMetric; + return this; + } + /** * Returns a string representation of this object; useful for testing and * debugging. @@ -363,7 +482,9 @@ public String toString() { if (getCriteria() != null) sb.append("criteria: " + getCriteria() + ","); if (getSuppressAlerts() != null) - sb.append("suppressAlerts: " + getSuppressAlerts()); + sb.append("suppressAlerts: " + getSuppressAlerts() + ","); + if (getExportMetric() != null) + sb.append("exportMetric: " + getExportMetric()); sb.append("}"); return sb.toString(); } @@ -380,6 +501,8 @@ public int hashCode() { hashCode = prime * hashCode + ((getCriteria() == null) ? 0 : getCriteria().hashCode()); hashCode = prime * hashCode + ((getSuppressAlerts() == null) ? 0 : getSuppressAlerts().hashCode()); + hashCode = prime * hashCode + + ((getExportMetric() == null) ? 0 : getExportMetric().hashCode()); return hashCode; } @@ -416,6 +539,11 @@ public boolean equals(Object obj) { if (other.getSuppressAlerts() != null && other.getSuppressAlerts().equals(this.getSuppressAlerts()) == false) return false; + if (other.getExportMetric() == null ^ this.getExportMetric() == null) + return false; + if (other.getExportMetric() != null + && other.getExportMetric().equals(this.getExportMetric()) == false) + return false; return true; } } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorCriteria.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorCriteria.java index 89d3a28ac25..c024bcbce4d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorCriteria.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorCriteria.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorCriteriaType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorCriteriaType.java index d7a6bee0d77..9c2bea273bc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorCriteriaType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorCriteriaType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorModelTrainingSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorModelTrainingSummary.java index ab4995d2d90..cafc5603faf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorModelTrainingSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorModelTrainingSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupMetadata.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupMetadata.java index 2e84eaf4e1b..b3fae363de5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupMetadata.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupProperties.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupProperties.java index 2feb91e9f4b..9916e84f6ac 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupProperties.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Bucket.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Bucket.java index 8bd2bfdd16d..c31b765332c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Bucket.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Bucket.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BucketsAggregationType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BucketsAggregationType.java index 788e9f4abf4..07797e98431 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BucketsAggregationType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BucketsAggregationType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificate.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificate.java index 97bc23a9d7a..2e175136ae4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificate.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateDescription.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateDescription.java index f6b34ea5f91..9771e96f133 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateDescription.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateDescription.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateStatus.java index b5f3abd1bd8..4010e3201a4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateUpdateAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateUpdateAction.java index 97245afd1ba..ea305d277c4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateUpdateAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateUpdateAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskRequest.java index 82860d70f56..6f2530322e5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskResult.java index 20b92cf35a7..b0df2861bf7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskRequest.java index 2374a2a20b1..95c7516a708 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskResult.java index 19cd7d1c898..60fd5a85b53 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelCertificateTransferRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelCertificateTransferRequest.java index e19c0ad3312..4c6a9eec21c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelCertificateTransferRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelCertificateTransferRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskRequest.java index c9817662e50..3fa98767159 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskResult.java index 0088188410f..7688900e23f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobExecutionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobExecutionRequest.java index 022910dba06..10132be23a2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobExecutionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobExecutionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobRequest.java index 7bd0d9d8d31..0059c2a3c65 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobResult.java index 28d855a2e5a..d457a91732a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CannedAccessControlList.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CannedAccessControlList.java index 024b262f738..6538cd60c48 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CannedAccessControlList.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CannedAccessControlList.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Certificate.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Certificate.java index b553eb11449..fab12c7319b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Certificate.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Certificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateConflictException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateConflictException.java index 0eb88bdeb52..b85da766f9d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateConflictException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateConflictException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateDescription.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateDescription.java index 573db911f2c..6fbfcacc189 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateDescription.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateDescription.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateMode.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateMode.java index a9d27b3cde3..b03dd9660bb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateMode.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateProviderOperation.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateProviderOperation.java new file mode 100644 index 00000000000..9c2eca8f153 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateProviderOperation.java @@ -0,0 +1,60 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model; + +import java.util.HashMap; +import java.util.Map; + +/** + * Certificate Provider Operation + */ +public enum CertificateProviderOperation { + + CreateCertificateFromCsr("CreateCertificateFromCsr"); + + private String value; + + private CertificateProviderOperation(String value) { + this.value = value; + } + + @Override + public String toString() { + return value; + } + + private static final Map enumMap; + static { + enumMap = new HashMap(); + enumMap.put("CreateCertificateFromCsr", CreateCertificateFromCsr); + } + + /** + * Use this in place of valueOf. + * + * @param value real value + * @return CertificateProviderOperation corresponding to the value + */ + public static CertificateProviderOperation 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-iot/src/main/java/com/amazonaws/services/iot/model/CertificateProviderSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateProviderSummary.java new file mode 100644 index 00000000000..df1ea6f8ce0 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateProviderSummary.java @@ -0,0 +1,216 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model; + +import java.io.Serializable; + +/** + *

+ * The certificate provider summary. + *

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

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ */ + private String certificateProviderName; + + /** + *

+ * The ARN of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: - 2048
+ */ + private String certificateProviderArn; + + /** + *

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @return

+ * The name of the certificate provider. + *

+ */ + public String getCertificateProviderName() { + return certificateProviderName; + } + + /** + *

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @param certificateProviderName

+ * The name of the certificate provider. + *

+ */ + public void setCertificateProviderName(String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + } + + /** + *

+ * The name of the certificate provider. + *

+ *

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

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @param certificateProviderName

+ * The name of the certificate provider. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public CertificateProviderSummary withCertificateProviderName(String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + return this; + } + + /** + *

+ * The ARN of the certificate provider. + *

+ *

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

+ * The ARN of the certificate provider. + *

+ */ + public String getCertificateProviderArn() { + return certificateProviderArn; + } + + /** + *

+ * The ARN of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: - 2048
+ * + * @param certificateProviderArn

+ * The ARN of the certificate provider. + *

+ */ + public void setCertificateProviderArn(String certificateProviderArn) { + this.certificateProviderArn = certificateProviderArn; + } + + /** + *

+ * The ARN of the certificate provider. + *

+ *

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

+ * Constraints:
+ * Length: - 2048
+ * + * @param certificateProviderArn

+ * The ARN of the certificate provider. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public CertificateProviderSummary withCertificateProviderArn(String certificateProviderArn) { + this.certificateProviderArn = certificateProviderArn; + 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 (getCertificateProviderName() != null) + sb.append("certificateProviderName: " + getCertificateProviderName() + ","); + if (getCertificateProviderArn() != null) + sb.append("certificateProviderArn: " + getCertificateProviderArn()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime + * hashCode + + ((getCertificateProviderName() == null) ? 0 : getCertificateProviderName() + .hashCode()); + hashCode = prime + * hashCode + + ((getCertificateProviderArn() == null) ? 0 : getCertificateProviderArn() + .hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof CertificateProviderSummary == false) + return false; + CertificateProviderSummary other = (CertificateProviderSummary) obj; + + if (other.getCertificateProviderName() == null ^ this.getCertificateProviderName() == null) + return false; + if (other.getCertificateProviderName() != null + && other.getCertificateProviderName().equals(this.getCertificateProviderName()) == false) + return false; + if (other.getCertificateProviderArn() == null ^ this.getCertificateProviderArn() == null) + return false; + if (other.getCertificateProviderArn() != null + && other.getCertificateProviderArn().equals(this.getCertificateProviderArn()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStateException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStateException.java index 8e0db0d0537..d0fceca6789 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStateException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStateException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStatus.java index e3361ffd991..b249986f00f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidationException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidationException.java index 7b02b0b9c7b..b25457456ca 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidationException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidity.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidity.java index 56744e190ac..1f2e90eaf98 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidity.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidity.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerRequest.java index 5d6457d8476..f690aeb68fc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerResult.java index 43bca1b1273..e79b4443df1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchAlarmAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchAlarmAction.java index 8f64a7705c7..a170c138de9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchAlarmAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchAlarmAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchLogsAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchLogsAction.java index 173ceabb28f..e3944e9baca 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchLogsAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchLogsAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchMetricAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchMetricAction.java index 0bb362c807b..7b3cb0c595f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchMetricAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchMetricAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigning.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigning.java index 6d29a53d65b..84830751377 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigning.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigning.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningCertificateChain.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningCertificateChain.java index c8c7f521f12..b167708d4d6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningCertificateChain.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningCertificateChain.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningSignature.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningSignature.java index 39e3ebc8726..a317ab78202 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningSignature.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningSignature.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ComparisonOperator.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ComparisonOperator.java index afda632adef..f51cdeefb82 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ComparisonOperator.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ComparisonOperator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfidenceLevel.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfidenceLevel.java index e953e3038a7..6d69f0ec062 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfidenceLevel.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfidenceLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Configuration.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Configuration.java index 0abaa4b5c61..d11d39327d0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Configuration.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Configuration.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationRequest.java index ffcc53e2c67..1b1e1f1ab1b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationResult.java index 8ccdc34d5c2..9cea15dcbb7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictException.java index b851ab7dce0..65e69f75882 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictingResourceUpdateException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictingResourceUpdateException.java index ae168c9e7f5..09ddd27eb83 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictingResourceUpdateException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictingResourceUpdateException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionRequest.java index 723a3853b6b..1cfa5f2d668 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionResult.java index 88dc3e507e1..5bbf816055e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerRequest.java index 61530c57e1d..6f2d36e984b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerResult.java index 45bf0160516..eb4ed0e6e1d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupRequest.java index f127f9d7297..dc10061e3f7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupResult.java index ab61dd75477..2207152b303 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrRequest.java index 7a8d341affd..50def2f5e4b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -31,8 +31,8 @@ * *

* The CSR must include a public key that is either an RSA key with a length of - * at least 2048 bits or an ECC key from NIST P-256 or NIST P-384 curves. For - * supported certificates, consult Certificate signing algorithms supported by IoT. *

diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrResult.java index 96b2883d7b9..b462efcb87c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateProviderRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateProviderRequest.java new file mode 100644 index 00000000000..ae4b24be119 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateProviderRequest.java @@ -0,0 +1,543 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model; + +import java.io.Serializable; + +import com.amazonaws.AmazonWebServiceRequest; + +/** + *

+ * Creates an Amazon Web Services IoT Core certificate provider. You can use + * Amazon Web Services IoT Core certificate provider to customize how to sign a + * certificate signing request (CSR) in IoT fleet provisioning. For more + * information, see Customizing certificate signing using Amazon Web Services IoT Core + * certificate provider from Amazon Web Services IoT Core Developer + * Guide. + *

+ *

+ * Requires permission to access the CreateCertificateProvider action. + *

+ * + *

+ * After you create a certificate provider, the behavior of CreateCertificateFromCsr API for fleet provisioning will + * change and all API calls to CreateCertificateFromCsr will invoke + * the certificate provider to create the certificates. It can take up to a few + * minutes for this behavior to change after a certificate provider is created. + *

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

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ */ + private String certificateProviderName; + + /** + *

+ * The ARN of the Lambda function that defines the authentication logic. + *

+ *

+ * Constraints:
+ * Length: - 2048
+ * Pattern: [\s\S]*
+ */ + private String lambdaFunctionArn; + + /** + *

+ * A list of the operations that the certificate provider will use to + * generate certificates. Valid value: CreateCertificateFromCsr + * . + *

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

+ * A string that you can optionally pass in the + * CreateCertificateProvider request to make sure the request + * is idempotent. + *

+ *

+ * Constraints:
+ * Length: 36 - 64
+ * Pattern: \S{36,64}
+ */ + private String clientToken; + + /** + *

+ * Metadata which can be used to manage the certificate provider. + *

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

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @return

+ * The name of the certificate provider. + *

+ */ + public String getCertificateProviderName() { + return certificateProviderName; + } + + /** + *

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @param certificateProviderName

+ * The name of the certificate provider. + *

+ */ + public void setCertificateProviderName(String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + } + + /** + *

+ * The name of the certificate provider. + *

+ *

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

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @param certificateProviderName

+ * The name of the certificate provider. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public CreateCertificateProviderRequest withCertificateProviderName( + String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + return this; + } + + /** + *

+ * The ARN of the Lambda function that defines the authentication logic. + *

+ *

+ * Constraints:
+ * Length: - 2048
+ * Pattern: [\s\S]*
+ * + * @return

+ * The ARN of the Lambda function that defines the authentication + * logic. + *

+ */ + public String getLambdaFunctionArn() { + return lambdaFunctionArn; + } + + /** + *

+ * The ARN of the Lambda function that defines the authentication logic. + *

+ *

+ * Constraints:
+ * Length: - 2048
+ * Pattern: [\s\S]*
+ * + * @param lambdaFunctionArn

+ * The ARN of the Lambda function that defines the authentication + * logic. + *

+ */ + public void setLambdaFunctionArn(String lambdaFunctionArn) { + this.lambdaFunctionArn = lambdaFunctionArn; + } + + /** + *

+ * The ARN of the Lambda function that defines the authentication logic. + *

+ *

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

+ * Constraints:
+ * Length: - 2048
+ * Pattern: [\s\S]*
+ * + * @param lambdaFunctionArn

+ * The ARN of the Lambda function that defines the authentication + * logic. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public CreateCertificateProviderRequest withLambdaFunctionArn(String lambdaFunctionArn) { + this.lambdaFunctionArn = lambdaFunctionArn; + return this; + } + + /** + *

+ * A list of the operations that the certificate provider will use to + * generate certificates. Valid value: CreateCertificateFromCsr + * . + *

+ * + * @return

+ * A list of the operations that the certificate provider will use + * to generate certificates. Valid value: + * CreateCertificateFromCsr. + *

+ */ + public java.util.List getAccountDefaultForOperations() { + return accountDefaultForOperations; + } + + /** + *

+ * A list of the operations that the certificate provider will use to + * generate certificates. Valid value: CreateCertificateFromCsr + * . + *

+ * + * @param accountDefaultForOperations

+ * A list of the operations that the certificate provider will + * use to generate certificates. Valid value: + * CreateCertificateFromCsr. + *

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

+ * A list of the operations that the certificate provider will use to + * generate certificates. Valid value: CreateCertificateFromCsr + * . + *

+ *

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

+ * A list of the operations that the certificate provider will + * use to generate certificates. Valid value: + * CreateCertificateFromCsr. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public CreateCertificateProviderRequest withAccountDefaultForOperations( + String... accountDefaultForOperations) { + if (getAccountDefaultForOperations() == null) { + this.accountDefaultForOperations = new java.util.ArrayList( + accountDefaultForOperations.length); + } + for (String value : accountDefaultForOperations) { + this.accountDefaultForOperations.add(value); + } + return this; + } + + /** + *

+ * A list of the operations that the certificate provider will use to + * generate certificates. Valid value: CreateCertificateFromCsr + * . + *

+ *

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

+ * A list of the operations that the certificate provider will + * use to generate certificates. Valid value: + * CreateCertificateFromCsr. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public CreateCertificateProviderRequest withAccountDefaultForOperations( + java.util.Collection accountDefaultForOperations) { + setAccountDefaultForOperations(accountDefaultForOperations); + return this; + } + + /** + *

+ * A string that you can optionally pass in the + * CreateCertificateProvider request to make sure the request + * is idempotent. + *

+ *

+ * Constraints:
+ * Length: 36 - 64
+ * Pattern: \S{36,64}
+ * + * @return

+ * A string that you can optionally pass in the + * CreateCertificateProvider request to make sure the + * request is idempotent. + *

+ */ + public String getClientToken() { + return clientToken; + } + + /** + *

+ * A string that you can optionally pass in the + * CreateCertificateProvider request to make sure the request + * is idempotent. + *

+ *

+ * Constraints:
+ * Length: 36 - 64
+ * Pattern: \S{36,64}
+ * + * @param clientToken

+ * A string that you can optionally pass in the + * CreateCertificateProvider request to make sure + * the request is idempotent. + *

+ */ + public void setClientToken(String clientToken) { + this.clientToken = clientToken; + } + + /** + *

+ * A string that you can optionally pass in the + * CreateCertificateProvider request to make sure the request + * is idempotent. + *

+ *

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

+ * Constraints:
+ * Length: 36 - 64
+ * Pattern: \S{36,64}
+ * + * @param clientToken

+ * A string that you can optionally pass in the + * CreateCertificateProvider request to make sure + * the request is idempotent. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public CreateCertificateProviderRequest withClientToken(String clientToken) { + this.clientToken = clientToken; + return this; + } + + /** + *

+ * Metadata which can be used to manage the certificate provider. + *

+ * + * @return

+ * Metadata which can be used to manage the certificate provider. + *

+ */ + public java.util.List getTags() { + return tags; + } + + /** + *

+ * Metadata which can be used to manage the certificate provider. + *

+ * + * @param tags

+ * Metadata which can be used to manage the certificate provider. + *

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

+ * Metadata which can be used to manage the certificate provider. + *

+ *

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

+ * Metadata which can be used to manage the certificate provider. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public CreateCertificateProviderRequest withTags(Tag... tags) { + if (getTags() == null) { + this.tags = new java.util.ArrayList(tags.length); + } + for (Tag value : tags) { + this.tags.add(value); + } + return this; + } + + /** + *

+ * Metadata which can be used to manage the certificate provider. + *

+ *

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

+ * Metadata which can be used to manage the certificate provider. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public CreateCertificateProviderRequest withTags(java.util.Collection tags) { + setTags(tags); + 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 (getCertificateProviderName() != null) + sb.append("certificateProviderName: " + getCertificateProviderName() + ","); + if (getLambdaFunctionArn() != null) + sb.append("lambdaFunctionArn: " + getLambdaFunctionArn() + ","); + if (getAccountDefaultForOperations() != null) + sb.append("accountDefaultForOperations: " + getAccountDefaultForOperations() + ","); + if (getClientToken() != null) + sb.append("clientToken: " + getClientToken() + ","); + if (getTags() != null) + sb.append("tags: " + getTags()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime + * hashCode + + ((getCertificateProviderName() == null) ? 0 : getCertificateProviderName() + .hashCode()); + hashCode = prime * hashCode + + ((getLambdaFunctionArn() == null) ? 0 : getLambdaFunctionArn().hashCode()); + hashCode = prime + * hashCode + + ((getAccountDefaultForOperations() == null) ? 0 + : getAccountDefaultForOperations().hashCode()); + hashCode = prime * hashCode + + ((getClientToken() == null) ? 0 : getClientToken().hashCode()); + hashCode = prime * hashCode + ((getTags() == null) ? 0 : getTags().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof CreateCertificateProviderRequest == false) + return false; + CreateCertificateProviderRequest other = (CreateCertificateProviderRequest) obj; + + if (other.getCertificateProviderName() == null ^ this.getCertificateProviderName() == null) + return false; + if (other.getCertificateProviderName() != null + && other.getCertificateProviderName().equals(this.getCertificateProviderName()) == false) + return false; + if (other.getLambdaFunctionArn() == null ^ this.getLambdaFunctionArn() == null) + return false; + if (other.getLambdaFunctionArn() != null + && other.getLambdaFunctionArn().equals(this.getLambdaFunctionArn()) == false) + return false; + if (other.getAccountDefaultForOperations() == null + ^ this.getAccountDefaultForOperations() == null) + return false; + if (other.getAccountDefaultForOperations() != null + && other.getAccountDefaultForOperations().equals( + this.getAccountDefaultForOperations()) == false) + return false; + if (other.getClientToken() == null ^ this.getClientToken() == null) + return false; + if (other.getClientToken() != null + && other.getClientToken().equals(this.getClientToken()) == false) + return false; + if (other.getTags() == null ^ this.getTags() == null) + return false; + if (other.getTags() != null && other.getTags().equals(this.getTags()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateProviderResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateProviderResult.java new file mode 100644 index 00000000000..51206a627a2 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateProviderResult.java @@ -0,0 +1,212 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model; + +import java.io.Serializable; + +public class CreateCertificateProviderResult implements Serializable { + /** + *

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ */ + private String certificateProviderName; + + /** + *

+ * The ARN of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: - 2048
+ */ + private String certificateProviderArn; + + /** + *

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @return

+ * The name of the certificate provider. + *

+ */ + public String getCertificateProviderName() { + return certificateProviderName; + } + + /** + *

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @param certificateProviderName

+ * The name of the certificate provider. + *

+ */ + public void setCertificateProviderName(String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + } + + /** + *

+ * The name of the certificate provider. + *

+ *

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

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @param certificateProviderName

+ * The name of the certificate provider. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public CreateCertificateProviderResult withCertificateProviderName( + String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + return this; + } + + /** + *

+ * The ARN of the certificate provider. + *

+ *

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

+ * The ARN of the certificate provider. + *

+ */ + public String getCertificateProviderArn() { + return certificateProviderArn; + } + + /** + *

+ * The ARN of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: - 2048
+ * + * @param certificateProviderArn

+ * The ARN of the certificate provider. + *

+ */ + public void setCertificateProviderArn(String certificateProviderArn) { + this.certificateProviderArn = certificateProviderArn; + } + + /** + *

+ * The ARN of the certificate provider. + *

+ *

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

+ * Constraints:
+ * Length: - 2048
+ * + * @param certificateProviderArn

+ * The ARN of the certificate provider. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public CreateCertificateProviderResult withCertificateProviderArn(String certificateProviderArn) { + this.certificateProviderArn = certificateProviderArn; + 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 (getCertificateProviderName() != null) + sb.append("certificateProviderName: " + getCertificateProviderName() + ","); + if (getCertificateProviderArn() != null) + sb.append("certificateProviderArn: " + getCertificateProviderArn()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime + * hashCode + + ((getCertificateProviderName() == null) ? 0 : getCertificateProviderName() + .hashCode()); + hashCode = prime + * hashCode + + ((getCertificateProviderArn() == null) ? 0 : getCertificateProviderArn() + .hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof CreateCertificateProviderResult == false) + return false; + CreateCertificateProviderResult other = (CreateCertificateProviderResult) obj; + + if (other.getCertificateProviderName() == null ^ this.getCertificateProviderName() == null) + return false; + if (other.getCertificateProviderName() != null + && other.getCertificateProviderName().equals(this.getCertificateProviderName()) == false) + return false; + if (other.getCertificateProviderArn() == null ^ this.getCertificateProviderArn() == null) + return false; + if (other.getCertificateProviderArn() != null + && other.getCertificateProviderArn().equals(this.getCertificateProviderArn()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCustomMetricRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCustomMetricRequest.java index 05a1a171a9e..756a6997624 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCustomMetricRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCustomMetricRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCustomMetricResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCustomMetricResult.java index 8e735159554..6f8e1f15412 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCustomMetricResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCustomMetricResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionRequest.java index 078acbe0e8a..da4e5e66e0e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionResult.java index 3b20a390912..7f04dde2bba 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationRequest.java index 424b819dc32..3d194beea1a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -129,6 +129,13 @@ public class CreateDomainConfigurationRequest extends AmazonWebServiceRequest im */ private TlsConfig tlsConfig; + /** + *

+ * The server certificate configuration. + *

+ */ + private ServerCertificateConfig serverCertificateConfig; + /** *

* The name of the domain configuration. This value must be unique to a @@ -860,6 +867,52 @@ public CreateDomainConfigurationRequest withTlsConfig(TlsConfig tlsConfig) { return this; } + /** + *

+ * The server certificate configuration. + *

+ * + * @return

+ * The server certificate configuration. + *

+ */ + public ServerCertificateConfig getServerCertificateConfig() { + return serverCertificateConfig; + } + + /** + *

+ * The server certificate configuration. + *

+ * + * @param serverCertificateConfig

+ * The server certificate configuration. + *

+ */ + public void setServerCertificateConfig(ServerCertificateConfig serverCertificateConfig) { + this.serverCertificateConfig = serverCertificateConfig; + } + + /** + *

+ * The server certificate configuration. + *

+ *

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

+ * The server certificate configuration. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public CreateDomainConfigurationRequest withServerCertificateConfig( + ServerCertificateConfig serverCertificateConfig) { + this.serverCertificateConfig = serverCertificateConfig; + return this; + } + /** * Returns a string representation of this object; useful for testing and * debugging. @@ -886,7 +939,9 @@ public String toString() { if (getTags() != null) sb.append("tags: " + getTags() + ","); if (getTlsConfig() != null) - sb.append("tlsConfig: " + getTlsConfig()); + sb.append("tlsConfig: " + getTlsConfig() + ","); + if (getServerCertificateConfig() != null) + sb.append("serverCertificateConfig: " + getServerCertificateConfig()); sb.append("}"); return sb.toString(); } @@ -914,6 +969,10 @@ public int hashCode() { + ((getServiceType() == null) ? 0 : getServiceType().hashCode()); hashCode = prime * hashCode + ((getTags() == null) ? 0 : getTags().hashCode()); hashCode = prime * hashCode + ((getTlsConfig() == null) ? 0 : getTlsConfig().hashCode()); + hashCode = prime + * hashCode + + ((getServerCertificateConfig() == null) ? 0 : getServerCertificateConfig() + .hashCode()); return hashCode; } @@ -968,6 +1027,11 @@ public boolean equals(Object obj) { if (other.getTlsConfig() != null && other.getTlsConfig().equals(this.getTlsConfig()) == false) return false; + if (other.getServerCertificateConfig() == null ^ this.getServerCertificateConfig() == null) + return false; + if (other.getServerCertificateConfig() != null + && other.getServerCertificateConfig().equals(this.getServerCertificateConfig()) == false) + return false; return true; } } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationResult.java index b8b1085fbd0..96a928cdfe1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupRequest.java index cf5c47c87a9..cf05323e0f2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupResult.java index 3321687d932..70d3204aa4f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricRequest.java index d86b612d8b5..80bab016368 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricResult.java index ab3838d2eef..56f8b4bf85f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobRequest.java index 9f1a36aee8a..2d86b20d48c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -168,7 +168,10 @@ public class CreateJobRequest extends AmazonWebServiceRequest implements Seriali *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -221,11 +224,15 @@ public class CreateJobRequest extends AmazonWebServiceRequest implements Seriali /** *

* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *

*

- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *

*/ private java.util.List destinationPackageVersions; @@ -1136,7 +1143,10 @@ public CreateJobRequest withTags(java.util.Collection tags) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -1157,7 +1167,10 @@ public CreateJobRequest withTags(java.util.Collection tags) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*/ @@ -1179,7 +1192,10 @@ public String getNamespaceId() { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -1200,7 +1216,10 @@ public String getNamespaceId() { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*/ @@ -1222,7 +1241,10 @@ public void setNamespaceId(String namespaceId) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -1246,7 +1268,10 @@ public void setNamespaceId(String namespaceId) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
* @return A reference to this updated object so that method calls can be @@ -1558,20 +1583,28 @@ public CreateJobRequest withSchedulingConfig(SchedulingConfig schedulingConfig) /** *

* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *

*

- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *

* * @return

* The package version Amazon Resource Names (ARNs) that are - * installed on the device when the job successfully completes. + * installed on the device when the job successfully completes. The + * package version must be in either the Published or Deprecated + * state when the job deploys. For more information, see Package version lifecycle. *

*

* Note:The following Length Constraints relates to a single - * string. Up to five strings are allowed. + * ARN. Up to 25 package version ARNs are allowed. *

*/ public java.util.List getDestinationPackageVersions() { @@ -1581,20 +1614,29 @@ public java.util.List getDestinationPackageVersions() { /** *

* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *

*

- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *

* * @param destinationPackageVersions

* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *

*

* Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *

*/ public void setDestinationPackageVersions( @@ -1611,11 +1653,15 @@ public void setDestinationPackageVersions( /** *

* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *

*

- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *

*

* Returns a reference to this object so that method calls can be chained @@ -1624,10 +1670,15 @@ public void setDestinationPackageVersions( * @param destinationPackageVersions

* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *

*

* Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *

* @return A reference to this updated object so that method calls can be * chained together. @@ -1646,11 +1697,15 @@ public CreateJobRequest withDestinationPackageVersions(String... destinationPack /** *

* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *

*

- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *

*

* Returns a reference to this object so that method calls can be chained @@ -1659,10 +1714,15 @@ public CreateJobRequest withDestinationPackageVersions(String... destinationPack * @param destinationPackageVersions

* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *

*

* Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobResult.java index 8a9ec032020..28830fffa13 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobTemplateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobTemplateRequest.java index e85beaa3d48..b7fb1d1b36b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobTemplateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobTemplateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -51,26 +51,20 @@ public class CreateJobTemplateRequest extends AmazonWebServiceRequest implements /** *

- * An S3 link to the job document to use in the template. Required if you - * don't specify a value for document. + * An S3 link, or S3 object URL, to the job document. The link is an Amazon + * S3 object URL and is required if you don't specify a value for + * document. *

- * *

- * If the job document resides in an S3 bucket, you must use a placeholder - * link when specifying the document. + * For example, + * --document-source https://s3.region-code.amazonaws.com/example-firmware/device-firmware.1.0 *

*

- * The placeholder link is of the following form: + * For more information, see Methods for accessing a bucket. *

*

- * ${aws:iot:s3-presigned-url:https://s3.amazonaws.com/bucket/key} - *

- *

- * where bucket is your bucket name and key is the object in - * the bucket to which you are linking. - *

- *
- *

* Constraints:
* Length: 1 - 1350
*/ @@ -155,11 +149,15 @@ public class CreateJobTemplateRequest extends AmazonWebServiceRequest implements /** *

* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *

*

- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *

*/ private java.util.List destinationPackageVersions; @@ -277,49 +275,37 @@ public CreateJobTemplateRequest withJobArn(String jobArn) { /** *

- * An S3 link to the job document to use in the template. Required if you - * don't specify a value for document. - *

- * - *

- * If the job document resides in an S3 bucket, you must use a placeholder - * link when specifying the document. - *

- *

- * The placeholder link is of the following form: + * An S3 link, or S3 object URL, to the job document. The link is an Amazon + * S3 object URL and is required if you don't specify a value for + * document. *

*

- * ${aws:iot:s3-presigned-url:https://s3.amazonaws.com/bucket/key} + * For example, + * --document-source https://s3.region-code.amazonaws.com/example-firmware/device-firmware.1.0 *

*

- * where bucket is your bucket name and key is the object in - * the bucket to which you are linking. + * For more information, see Methods for accessing a bucket. *

- *
*

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

- * An S3 link to the job document to use in the template. Required - * if you don't specify a value for document. - *

- * - *

- * If the job document resides in an S3 bucket, you must use a - * placeholder link when specifying the document. + * An S3 link, or S3 object URL, to the job document. The link is an + * Amazon S3 object URL and is required if you don't specify a value + * for document. *

*

- * The placeholder link is of the following form: + * For example, + * --document-source https://s3.region-code.amazonaws.com/example-firmware/device-firmware.1.0 *

*

- * ${aws:iot:s3-presigned-url:https://s3.amazonaws.com/bucket/key} + * For more information, see Methods for accessing a bucket. *

- *

- * where bucket is your bucket name and key is the - * object in the bucket to which you are linking. - *

- *
*/ public String getDocumentSource() { return documentSource; @@ -327,50 +313,37 @@ public String getDocumentSource() { /** *

- * An S3 link to the job document to use in the template. Required if you - * don't specify a value for document. - *

- * - *

- * If the job document resides in an S3 bucket, you must use a placeholder - * link when specifying the document. + * An S3 link, or S3 object URL, to the job document. The link is an Amazon + * S3 object URL and is required if you don't specify a value for + * document. *

*

- * The placeholder link is of the following form: + * For example, + * --document-source https://s3.region-code.amazonaws.com/example-firmware/device-firmware.1.0 *

*

- * ${aws:iot:s3-presigned-url:https://s3.amazonaws.com/bucket/key} + * For more information, see Methods for accessing a bucket. *

*

- * where bucket is your bucket name and key is the object in - * the bucket to which you are linking. - *

- *
- *

* Constraints:
* Length: 1 - 1350
* * @param documentSource

- * An S3 link to the job document to use in the template. - * Required if you don't specify a value for - * document. - *

- * - *

- * If the job document resides in an S3 bucket, you must use a - * placeholder link when specifying the document. + * An S3 link, or S3 object URL, to the job document. The link is + * an Amazon S3 object URL and is required if you don't specify a + * value for document. *

*

- * The placeholder link is of the following form: + * For example, + * --document-source https://s3.region-code.amazonaws.com/example-firmware/device-firmware.1.0 *

*

- * ${aws:iot:s3-presigned-url:https://s3.amazonaws.com/bucket/key} + * For more information, see Methods for accessing a bucket. *

- *

- * where bucket is your bucket name and key is the - * object in the bucket to which you are linking. - *

- *
*/ public void setDocumentSource(String documentSource) { this.documentSource = documentSource; @@ -378,25 +351,19 @@ public void setDocumentSource(String documentSource) { /** *

- * An S3 link to the job document to use in the template. Required if you - * don't specify a value for document. - *

- * - *

- * If the job document resides in an S3 bucket, you must use a placeholder - * link when specifying the document. - *

- *

- * The placeholder link is of the following form: + * An S3 link, or S3 object URL, to the job document. The link is an Amazon + * S3 object URL and is required if you don't specify a value for + * document. *

*

- * ${aws:iot:s3-presigned-url:https://s3.amazonaws.com/bucket/key} + * For example, + * --document-source https://s3.region-code.amazonaws.com/example-firmware/device-firmware.1.0 *

*

- * where bucket is your bucket name and key is the object in - * the bucket to which you are linking. + * For more information, see Methods for accessing a bucket. *

- *
*

* Returns a reference to this object so that method calls can be chained * together. @@ -405,26 +372,19 @@ public void setDocumentSource(String documentSource) { * Length: 1 - 1350
* * @param documentSource

- * An S3 link to the job document to use in the template. - * Required if you don't specify a value for - * document. - *

- * - *

- * If the job document resides in an S3 bucket, you must use a - * placeholder link when specifying the document. - *

- *

- * The placeholder link is of the following form: + * An S3 link, or S3 object URL, to the job document. The link is + * an Amazon S3 object URL and is required if you don't specify a + * value for document. *

*

- * ${aws:iot:s3-presigned-url:https://s3.amazonaws.com/bucket/key} + * For example, + * --document-source https://s3.region-code.amazonaws.com/example-firmware/device-firmware.1.0 *

*

- * where bucket is your bucket name and key is the - * object in the bucket to which you are linking. + * For more information, see Methods for accessing a bucket. *

- *
* @return A reference to this updated object so that method calls can be * chained together. */ @@ -970,20 +930,28 @@ public CreateJobTemplateRequest withMaintenanceWindows( /** *

* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *

*

- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *

* * @return

* The package version Amazon Resource Names (ARNs) that are - * installed on the device when the job successfully completes. + * installed on the device when the job successfully completes. The + * package version must be in either the Published or Deprecated + * state when the job deploys. For more information, see Package version lifecycle. *

*

* Note:The following Length Constraints relates to a single - * string. Up to five strings are allowed. + * ARN. Up to 25 package version ARNs are allowed. *

*/ public java.util.List getDestinationPackageVersions() { @@ -993,20 +961,29 @@ public java.util.List getDestinationPackageVersions() { /** *

* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *

*

- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *

* * @param destinationPackageVersions

* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *

*

* Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *

*/ public void setDestinationPackageVersions( @@ -1023,11 +1000,15 @@ public void setDestinationPackageVersions( /** *

* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *

*

- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *

*

* Returns a reference to this object so that method calls can be chained @@ -1036,10 +1017,15 @@ public void setDestinationPackageVersions( * @param destinationPackageVersions

* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *

*

* Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *

* @return A reference to this updated object so that method calls can be * chained together. @@ -1059,11 +1045,15 @@ public CreateJobTemplateRequest withDestinationPackageVersions( /** *

* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *

*

- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *

*

* Returns a reference to this object so that method calls can be chained @@ -1072,10 +1062,15 @@ public CreateJobTemplateRequest withDestinationPackageVersions( * @param destinationPackageVersions

* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *

*

* Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobTemplateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobTemplateResult.java index 71bb75496f4..20e4820314a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobTemplateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobTemplateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateRequest.java index bec5cb6aee8..723eb4620be 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateResult.java index 123bf8968ff..c81b57b7d43 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionRequest.java index f5f1783d931..d6373d88ca2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionResult.java index 6f6826b8221..63d6cf26a4f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateOTAUpdateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateOTAUpdateRequest.java index f3aa872916d..a9d523596ac 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateOTAUpdateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateOTAUpdateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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,8 @@ public class CreateOTAUpdateRequest extends AmazonWebServiceRequest implements S /** *

- * A list of additional OTA update parameters which are name-value pairs. + * A list of additional OTA update parameters, which are name-value pairs. + * They won't be sent to devices as a part of the Job document. *

*/ private java.util.Map additionalParameters; @@ -942,12 +943,14 @@ public CreateOTAUpdateRequest withRoleArn(String roleArn) { /** *

- * A list of additional OTA update parameters which are name-value pairs. + * A list of additional OTA update parameters, which are name-value pairs. + * They won't be sent to devices as a part of the Job document. *

* * @return

- * A list of additional OTA update parameters which are name-value - * pairs. + * A list of additional OTA update parameters, which are name-value + * pairs. They won't be sent to devices as a part of the Job + * document. *

*/ public java.util.Map getAdditionalParameters() { @@ -956,12 +959,14 @@ public java.util.Map getAdditionalParameters() { /** *

- * A list of additional OTA update parameters which are name-value pairs. + * A list of additional OTA update parameters, which are name-value pairs. + * They won't be sent to devices as a part of the Job document. *

* * @param additionalParameters

- * A list of additional OTA update parameters which are - * name-value pairs. + * A list of additional OTA update parameters, which are + * name-value pairs. They won't be sent to devices as a part of + * the Job document. *

*/ public void setAdditionalParameters(java.util.Map additionalParameters) { @@ -970,15 +975,17 @@ public void setAdditionalParameters(java.util.Map additionalPara /** *

- * A list of additional OTA update parameters which are name-value pairs. + * A list of additional OTA update parameters, which are name-value pairs. + * They won't be sent to devices as a part of the Job document. *

*

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

- * A list of additional OTA update parameters which are - * name-value pairs. + * A list of additional OTA update parameters, which are + * name-value pairs. They won't be sent to devices as a part of + * the Job document. *

* @return A reference to this updated object so that method calls can be * chained together. @@ -991,7 +998,8 @@ public CreateOTAUpdateRequest withAdditionalParameters( /** *

- * A list of additional OTA update parameters which are name-value pairs. + * A list of additional OTA update parameters, which are name-value pairs. + * They won't be sent to devices as a part of the Job document. *

*

* The method adds a new key-value pair into additionalParameters parameter, diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateOTAUpdateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateOTAUpdateResult.java index 177dd2a3285..99d17c28b52 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateOTAUpdateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateOTAUpdateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageRequest.java index e6da1101246..ce6b01f1cfd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ public class CreatePackageRequest extends AmazonWebServiceRequest implements Serializable { /** *

- * The name of the new package. + * The name of the new software package. *

*

* Constraints:
@@ -77,7 +77,7 @@ public class CreatePackageRequest extends AmazonWebServiceRequest implements Ser /** *

- * The name of the new package. + * The name of the new software package. *

*

* Constraints:
@@ -85,7 +85,7 @@ public class CreatePackageRequest extends AmazonWebServiceRequest implements Ser * Pattern: [a-zA-Z0-9-_.]+
* * @return

- * The name of the new package. + * The name of the new software package. *

*/ public String getPackageName() { @@ -94,7 +94,7 @@ public String getPackageName() { /** *

- * The name of the new package. + * The name of the new software package. *

*

* Constraints:
@@ -102,7 +102,7 @@ public String getPackageName() { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name of the new package. + * The name of the new software package. *

*/ public void setPackageName(String packageName) { @@ -111,7 +111,7 @@ public void setPackageName(String packageName) { /** *

- * The name of the new package. + * The name of the new software package. *

*

* Returns a reference to this object so that method calls can be chained @@ -122,7 +122,7 @@ public void setPackageName(String packageName) { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name of the new package. + * The name of the new software package. *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageResult.java index e0aed89cc40..08c31ee8980 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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 @@ public class CreatePackageResult implements Serializable { /** *

- * The name of the package. + * The name of the software package. *

*

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

- * The name of the package. + * The name of the software package. *

*

* Constraints:
@@ -57,7 +57,7 @@ public class CreatePackageResult implements Serializable { * Pattern: [a-zA-Z0-9-_.]+
* * @return

- * The name of the package. + * The name of the software package. *

*/ public String getPackageName() { @@ -66,7 +66,7 @@ public String getPackageName() { /** *

- * The name of the package. + * The name of the software package. *

*

* Constraints:
@@ -74,7 +74,7 @@ public String getPackageName() { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name of the package. + * The name of the software package. *

*/ public void setPackageName(String packageName) { @@ -83,7 +83,7 @@ public void setPackageName(String packageName) { /** *

- * The name of the package. + * The name of the software package. *

*

* Returns a reference to this object so that method calls can be chained @@ -94,7 +94,7 @@ public void setPackageName(String packageName) { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name of the package. + * The name of the software package. *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageVersionRequest.java index f25a50f0c93..a4049718a5d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ public class CreatePackageVersionRequest extends AmazonWebServiceRequest implements Serializable { /** *

- * The name of the associated package. + * The name of the associated software package. *

*

* Constraints:
@@ -101,7 +101,7 @@ public class CreatePackageVersionRequest extends AmazonWebServiceRequest impleme /** *

- * The name of the associated package. + * The name of the associated software package. *

*

* Constraints:
@@ -109,7 +109,7 @@ public class CreatePackageVersionRequest extends AmazonWebServiceRequest impleme * Pattern: [a-zA-Z0-9-_.]+
* * @return

- * The name of the associated package. + * The name of the associated software package. *

*/ public String getPackageName() { @@ -118,7 +118,7 @@ public String getPackageName() { /** *

- * The name of the associated package. + * The name of the associated software package. *

*

* Constraints:
@@ -126,7 +126,7 @@ public String getPackageName() { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name of the associated package. + * The name of the associated software package. *

*/ public void setPackageName(String packageName) { @@ -135,7 +135,7 @@ public void setPackageName(String packageName) { /** *

- * The name of the associated package. + * The name of the associated software package. *

*

* Returns a reference to this object so that method calls can be chained @@ -146,7 +146,7 @@ public void setPackageName(String packageName) { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name of the associated package. + * The name of the associated software package. *

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

- * The name of the associated package. + * The name of the associated software package. *

*

* Constraints:
@@ -148,7 +148,7 @@ public CreatePackageVersionResult withPackageVersionArn(String packageVersionArn /** *

- * The name of the associated package. + * The name of the associated software package. *

*

* Constraints:
@@ -156,7 +156,7 @@ public CreatePackageVersionResult withPackageVersionArn(String packageVersionArn * Pattern: [a-zA-Z0-9-_.]+
* * @return

- * The name of the associated package. + * The name of the associated software package. *

*/ public String getPackageName() { @@ -165,7 +165,7 @@ public String getPackageName() { /** *

- * The name of the associated package. + * The name of the associated software package. *

*

* Constraints:
@@ -173,7 +173,7 @@ public String getPackageName() { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name of the associated package. + * The name of the associated software package. *

*/ public void setPackageName(String packageName) { @@ -182,7 +182,7 @@ public void setPackageName(String packageName) { /** *

- * The name of the associated package. + * The name of the associated software package. *

*

* Returns a reference to this object so that method calls can be chained @@ -193,7 +193,7 @@ public void setPackageName(String packageName) { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name of the associated package. + * The name of the associated software package. *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyRequest.java index eb70b7feb34..2fe204732a5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyResult.java index d2ae57ec84e..bbedc763112 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionRequest.java index 24f20159485..80e90d84af4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionResult.java index 19c7f6a3b13..c8ee2a9d919 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimRequest.java index 2f0d04052f3..2bf9f04d371 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimResult.java index 69504a135e8..6f0a28fa341 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateRequest.java index cec109241fe..5c6d64b1e33 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateResult.java index f4b223177ed..2f649e579cb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionRequest.java index bb018371f60..585444efe69 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionResult.java index fe91b0a36be..a0d598533fb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasRequest.java index 32c16d81fc3..ae1e9d596e4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasResult.java index 8aa022592a0..6d407ac85d4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditRequest.java index 7651daeb65f..e9017bc69c9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditResult.java index c2695d85322..c4b192d73e3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateSecurityProfileRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateSecurityProfileRequest.java index 7fddc28f65c..7696597d323 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateSecurityProfileRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateSecurityProfileRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -101,6 +101,13 @@ public class CreateSecurityProfileRequest extends AmazonWebServiceRequest implem */ private java.util.List tags; + /** + *

+ * Specifies the MQTT topic and role ARN required for metric export. + *

+ */ + private MetricsExportConfig metricsExportConfig; + /** *

* The name you are giving to the security profile. @@ -721,6 +728,54 @@ public CreateSecurityProfileRequest withTags(java.util.Collection tags) { return this; } + /** + *

+ * Specifies the MQTT topic and role ARN required for metric export. + *

+ * + * @return

+ * Specifies the MQTT topic and role ARN required for metric export. + *

+ */ + public MetricsExportConfig getMetricsExportConfig() { + return metricsExportConfig; + } + + /** + *

+ * Specifies the MQTT topic and role ARN required for metric export. + *

+ * + * @param metricsExportConfig

+ * Specifies the MQTT topic and role ARN required for metric + * export. + *

+ */ + public void setMetricsExportConfig(MetricsExportConfig metricsExportConfig) { + this.metricsExportConfig = metricsExportConfig; + } + + /** + *

+ * Specifies the MQTT topic and role ARN required for metric export. + *

+ *

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

+ * Specifies the MQTT topic and role ARN required for metric + * export. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public CreateSecurityProfileRequest withMetricsExportConfig( + MetricsExportConfig metricsExportConfig) { + this.metricsExportConfig = metricsExportConfig; + return this; + } + /** * Returns a string representation of this object; useful for testing and * debugging. @@ -745,7 +800,9 @@ public String toString() { if (getAdditionalMetricsToRetainV2() != null) sb.append("additionalMetricsToRetainV2: " + getAdditionalMetricsToRetainV2() + ","); if (getTags() != null) - sb.append("tags: " + getTags()); + sb.append("tags: " + getTags() + ","); + if (getMetricsExportConfig() != null) + sb.append("metricsExportConfig: " + getMetricsExportConfig()); sb.append("}"); return sb.toString(); } @@ -773,6 +830,8 @@ public int hashCode() { + ((getAdditionalMetricsToRetainV2() == null) ? 0 : getAdditionalMetricsToRetainV2().hashCode()); hashCode = prime * hashCode + ((getTags() == null) ? 0 : getTags().hashCode()); + hashCode = prime * hashCode + + ((getMetricsExportConfig() == null) ? 0 : getMetricsExportConfig().hashCode()); return hashCode; } @@ -826,6 +885,11 @@ public boolean equals(Object obj) { return false; if (other.getTags() != null && other.getTags().equals(this.getTags()) == false) return false; + if (other.getMetricsExportConfig() == null ^ this.getMetricsExportConfig() == null) + return false; + if (other.getMetricsExportConfig() != null + && other.getMetricsExportConfig().equals(this.getMetricsExportConfig()) == false) + return false; return true; } } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateSecurityProfileResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateSecurityProfileResult.java index cb09d3db385..c431d8aecec 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateSecurityProfileResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateSecurityProfileResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateStreamRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateStreamRequest.java index 6c2494d3730..20a21431a50 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateStreamRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateStreamRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateStreamResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateStreamResult.java index 987ff65ee75..99eb735cef9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateStreamResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateStreamResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateThingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateThingGroupRequest.java index ed0a564dced..913f04d0bbb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateThingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateThingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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,6 +29,10 @@ * "https://docs.aws.amazon.com/iot/latest/developerguide/iot-authorization.html" * >Authorization for information about authorizing control plane actions. *

+ *

+ * If the ThingGroup that you create has the exact same attributes + * as an existing ThingGroup, you will get a 200 success response. + *

*
*

* Requires permission to access the + * Deletes a certificate provider. + *

+ *

+ * Requires permission to access the DeleteCertificateProvider action. + *

+ *

+ * If you delete the certificate provider resource, the behavior of + * CreateCertificateFromCsr will resume, and IoT will create + * certificates signed by IoT from a certificate signing request (CSR). + *

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

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ */ + private String certificateProviderName; + + /** + *

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @return

+ * The name of the certificate provider. + *

+ */ + public String getCertificateProviderName() { + return certificateProviderName; + } + + /** + *

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @param certificateProviderName

+ * The name of the certificate provider. + *

+ */ + public void setCertificateProviderName(String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + } + + /** + *

+ * The name of the certificate provider. + *

+ *

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

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @param certificateProviderName

+ * The name of the certificate provider. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DeleteCertificateProviderRequest withCertificateProviderName( + String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + 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 (getCertificateProviderName() != null) + sb.append("certificateProviderName: " + getCertificateProviderName()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime + * hashCode + + ((getCertificateProviderName() == null) ? 0 : getCertificateProviderName() + .hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof DeleteCertificateProviderRequest == false) + return false; + DeleteCertificateProviderRequest other = (DeleteCertificateProviderRequest) obj; + + if (other.getCertificateProviderName() == null ^ this.getCertificateProviderName() == null) + return false; + if (other.getCertificateProviderName() != null + && other.getCertificateProviderName().equals(this.getCertificateProviderName()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCertificateProviderResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCertificateProviderResult.java new file mode 100644 index 00000000000..0350b7f4d42 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCertificateProviderResult.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.iot.model; + +import java.io.Serializable; + +public class DeleteCertificateProviderResult implements Serializable { + /** + * 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("{"); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof DeleteCertificateProviderResult == false) + return false; + DeleteCertificateProviderResult other = (DeleteCertificateProviderResult) obj; + + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCertificateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCertificateRequest.java index 79beee873a6..da5ad70b12f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCertificateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteConflictException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteConflictException.java index bf46e8f881f..d1aec2e2132 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteConflictException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteConflictException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricRequest.java index 4d82a01b5dc..6e3b34f09a8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricResult.java index 39648a2c483..385edc693be 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionRequest.java index a325d026912..54f81cb10b9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionResult.java index 503c5b0945a..0e3484bc5f5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationRequest.java index fe9bae34842..d39aa8454d2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationResult.java index 43e430728c0..bfe6f6f923d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupRequest.java index d32bac5123e..051a1a3facf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupResult.java index b9f48777620..9bf4c90854d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteFleetMetricRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteFleetMetricRequest.java index f3437d7bad7..2284d99e06d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteFleetMetricRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteFleetMetricRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteJobExecutionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteJobExecutionRequest.java index 2f1fdca207f..2d971417a49 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteJobExecutionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteJobExecutionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -98,7 +98,10 @@ public class DeleteJobExecutionRequest extends AmazonWebServiceRequest implement *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -475,7 +478,10 @@ public DeleteJobExecutionRequest withForce(Boolean force) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -496,7 +502,10 @@ public DeleteJobExecutionRequest withForce(Boolean force) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*/ @@ -518,7 +527,10 @@ public String getNamespaceId() { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -539,7 +551,10 @@ public String getNamespaceId() { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*/ @@ -561,7 +576,10 @@ public void setNamespaceId(String namespaceId) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -585,7 +603,10 @@ public void setNamespaceId(String namespaceId) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
* @return A reference to this updated object so that method calls can be diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteJobRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteJobRequest.java index 7e6f047336f..31ae8fba29e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteJobRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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,10 @@ public class DeleteJobRequest extends AmazonWebServiceRequest implements Seriali *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -352,7 +355,10 @@ public DeleteJobRequest withForce(Boolean force) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -373,7 +379,10 @@ public DeleteJobRequest withForce(Boolean force) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*/ @@ -395,7 +404,10 @@ public String getNamespaceId() { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -416,7 +428,10 @@ public String getNamespaceId() { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*/ @@ -438,7 +453,10 @@ public void setNamespaceId(String namespaceId) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -462,7 +480,10 @@ public void setNamespaceId(String namespaceId) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
* @return A reference to this updated object so that method calls can be diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteJobTemplateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteJobTemplateRequest.java index efc0d864d02..caf6bbc3c0f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteJobTemplateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteJobTemplateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteMitigationActionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteMitigationActionRequest.java index 6f89b8eaa13..9b918e15dd1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteMitigationActionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteMitigationActionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteMitigationActionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteMitigationActionResult.java index 1a531158308..d64dcbce1f2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteMitigationActionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteMitigationActionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteOTAUpdateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteOTAUpdateRequest.java index 79193518c64..d31f5347829 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteOTAUpdateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteOTAUpdateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteOTAUpdateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteOTAUpdateResult.java index 6175903999d..b406096c95e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteOTAUpdateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteOTAUpdateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageRequest.java index 741c86b67c8..77136b08162 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -36,7 +36,7 @@ public class DeletePackageRequest extends AmazonWebServiceRequest implements Serializable { /** *

- * The name of the target package. + * The name of the target software package. *

*

* Constraints:
@@ -60,7 +60,7 @@ public class DeletePackageRequest extends AmazonWebServiceRequest implements Ser /** *

- * The name of the target package. + * The name of the target software package. *

*

* Constraints:
@@ -68,7 +68,7 @@ public class DeletePackageRequest extends AmazonWebServiceRequest implements Ser * Pattern: [a-zA-Z0-9-_.]+
* * @return

- * The name of the target package. + * The name of the target software package. *

*/ public String getPackageName() { @@ -77,7 +77,7 @@ public String getPackageName() { /** *

- * The name of the target package. + * The name of the target software package. *

*

* Constraints:
@@ -85,7 +85,7 @@ public String getPackageName() { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name of the target package. + * The name of the target software package. *

*/ public void setPackageName(String packageName) { @@ -94,7 +94,7 @@ public void setPackageName(String packageName) { /** *

- * The name of the target package. + * The name of the target software package. *

*

* Returns a reference to this object so that method calls can be chained @@ -105,7 +105,7 @@ public void setPackageName(String packageName) { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name of the target package. + * The name of the target software package. *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageResult.java index abfc5d2312f..7255ba8d630 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionRequest.java index 264c2a70ce6..2bd312a8285 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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,13 +25,14 @@ *

*

* Note: If a package version is designated as default, you must remove - * the designation from the package using the UpdatePackage action. + * the designation from the software package using the UpdatePackage + * action. *

*/ public class DeletePackageVersionRequest extends AmazonWebServiceRequest implements Serializable { /** *

- * The name of the associated package. + * The name of the associated software package. *

*

* Constraints:
@@ -66,7 +67,7 @@ public class DeletePackageVersionRequest extends AmazonWebServiceRequest impleme /** *

- * The name of the associated package. + * The name of the associated software package. *

*

* Constraints:
@@ -74,7 +75,7 @@ public class DeletePackageVersionRequest extends AmazonWebServiceRequest impleme * Pattern: [a-zA-Z0-9-_.]+
* * @return

- * The name of the associated package. + * The name of the associated software package. *

*/ public String getPackageName() { @@ -83,7 +84,7 @@ public String getPackageName() { /** *

- * The name of the associated package. + * The name of the associated software package. *

*

* Constraints:
@@ -91,7 +92,7 @@ public String getPackageName() { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name of the associated package. + * The name of the associated software package. *

*/ public void setPackageName(String packageName) { @@ -100,7 +101,7 @@ public void setPackageName(String packageName) { /** *

- * The name of the associated package. + * The name of the associated software package. *

*

* Returns a reference to this object so that method calls can be chained @@ -111,7 +112,7 @@ public void setPackageName(String packageName) { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name of the associated package. + * The name of the associated software package. *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionResult.java index cb691c07257..87d8d2e942d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyRequest.java index 87366c43c73..6e438185738 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyVersionRequest.java index 303cfce4472..e13c5c383ea 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateRequest.java index 31f9215fee5..df51cc2792a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateResult.java index 8eaa1f7eecb..68febcc0e0c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionRequest.java index 13600d38591..5d620dd345f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionResult.java index a6caf5fb0cf..8d9a85112ca 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeRequest.java index b9bad90959a..2402a438b2a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeResult.java index 403ebfb6f81..23038b63e5b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasRequest.java index 2f0ddf93a1a..186a818ab27 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasResult.java index a4915d95120..6c0c251367e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditRequest.java index 6c3ecabbe5a..3d058d3ee73 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditResult.java index 6fa6c6bfe7b..22b5ede967b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileRequest.java index d6185ffae0c..83a2d1dc054 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileResult.java index 9357c5f318b..1701fb30821 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamRequest.java index 9e2ab9ca76b..f1f301fb681 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamResult.java index 5e60b44bfb5..1fa72c35186 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupRequest.java index dcbcaca80a0..5781aada519 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupResult.java index 033b6a0f923..6da25e90bb4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingRequest.java index 6539d9d75b5..eb263b4c183 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingResult.java index 6c39fd62c81..ad3f039019f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeRequest.java index 794cfb277f7..b8e1ae8493e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeResult.java index 78655e77c11..b636e0b2c29 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationRequest.java index 095b2a0b42e..24bbaaccdc3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationResult.java index 1550211fa53..b338b32af80 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleRequest.java index f8f70b5ca85..1492eddfd8e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteV2LoggingLevelRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteV2LoggingLevelRequest.java index bbcb9599d3b..86eb3d619ea 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteV2LoggingLevelRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteV2LoggingLevelRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Denied.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Denied.java index 5d8f7e7775a..a1720978856 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Denied.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Denied.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeRequest.java index dea7ba756db..a6c30e5bde6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeResult.java index 81168a32f40..fecf521efd1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationRequest.java index 4d94167b038..38617c5fca7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationResult.java index 82736d2c03b..05b2087ea7f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingRequest.java index 0c83919e970..a3edd9c98f2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingResult.java index 2e02a6ea6d7..e47a412fe0a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskRequest.java index 87abef66548..fb7c7b98ed2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskResult.java index c21630f29ed..6f898efbb2a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionRequest.java index 295774ed696..0dfd62b9d1d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionResult.java index 1d41d3a9b0e..fcce7f84549 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskRequest.java index 32ac833c0ff..fc9e8d43dea 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskResult.java index e9c7965d5ba..7df798ee457 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerRequest.java index 34ea085327b..b129d93fc33 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerResult.java index 334fdd0491e..a8a6e8ab92b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupRequest.java index 8ebb7aa6d1a..d4c152b8b5d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupResult.java index 25ef11c9e21..d9a5584e27b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateRequest.java index f499d6a307e..555af88cded 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateResult.java index ebcc0e40df6..0204295ff78 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateProviderRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateProviderRequest.java new file mode 100644 index 00000000000..65ac2294bea --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateProviderRequest.java @@ -0,0 +1,150 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model; + +import java.io.Serializable; + +import com.amazonaws.AmazonWebServiceRequest; + +/** + *

+ * Describes a certificate provider. + *

+ *

+ * Requires permission to access the DescribeCertificateProvider action. + *

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

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ */ + private String certificateProviderName; + + /** + *

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @return

+ * The name of the certificate provider. + *

+ */ + public String getCertificateProviderName() { + return certificateProviderName; + } + + /** + *

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @param certificateProviderName

+ * The name of the certificate provider. + *

+ */ + public void setCertificateProviderName(String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + } + + /** + *

+ * The name of the certificate provider. + *

+ *

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

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @param certificateProviderName

+ * The name of the certificate provider. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DescribeCertificateProviderRequest withCertificateProviderName( + String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + 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 (getCertificateProviderName() != null) + sb.append("certificateProviderName: " + getCertificateProviderName()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime + * hashCode + + ((getCertificateProviderName() == null) ? 0 : getCertificateProviderName() + .hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof DescribeCertificateProviderRequest == false) + return false; + DescribeCertificateProviderRequest other = (DescribeCertificateProviderRequest) obj; + + if (other.getCertificateProviderName() == null ^ this.getCertificateProviderName() == null) + return false; + if (other.getCertificateProviderName() != null + && other.getCertificateProviderName().equals(this.getCertificateProviderName()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateProviderResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateProviderResult.java new file mode 100644 index 00000000000..dda3747e4ca --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateProviderResult.java @@ -0,0 +1,546 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model; + +import java.io.Serializable; + +public class DescribeCertificateProviderResult implements Serializable { + /** + *

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ */ + private String certificateProviderName; + + /** + *

+ * The ARN of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: - 2048
+ */ + private String certificateProviderArn; + + /** + *

+ * The Lambda function ARN that's associated with the certificate provider. + *

+ *

+ * Constraints:
+ * Length: - 2048
+ * Pattern: [\s\S]*
+ */ + private String lambdaFunctionArn; + + /** + *

+ * A list of the operations that the certificate provider will use to + * generate certificates. Valid value: CreateCertificateFromCsr + * . + *

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

+ * The date-time string that indicates when the certificate provider was + * created. + *

+ */ + private java.util.Date creationDate; + + /** + *

+ * The date-time string that indicates when the certificate provider was + * last updated. + *

+ */ + private java.util.Date lastModifiedDate; + + /** + *

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @return

+ * The name of the certificate provider. + *

+ */ + public String getCertificateProviderName() { + return certificateProviderName; + } + + /** + *

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @param certificateProviderName

+ * The name of the certificate provider. + *

+ */ + public void setCertificateProviderName(String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + } + + /** + *

+ * The name of the certificate provider. + *

+ *

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

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @param certificateProviderName

+ * The name of the certificate provider. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DescribeCertificateProviderResult withCertificateProviderName( + String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + return this; + } + + /** + *

+ * The ARN of the certificate provider. + *

+ *

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

+ * The ARN of the certificate provider. + *

+ */ + public String getCertificateProviderArn() { + return certificateProviderArn; + } + + /** + *

+ * The ARN of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: - 2048
+ * + * @param certificateProviderArn

+ * The ARN of the certificate provider. + *

+ */ + public void setCertificateProviderArn(String certificateProviderArn) { + this.certificateProviderArn = certificateProviderArn; + } + + /** + *

+ * The ARN of the certificate provider. + *

+ *

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

+ * Constraints:
+ * Length: - 2048
+ * + * @param certificateProviderArn

+ * The ARN of the certificate provider. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DescribeCertificateProviderResult withCertificateProviderArn( + String certificateProviderArn) { + this.certificateProviderArn = certificateProviderArn; + return this; + } + + /** + *

+ * The Lambda function ARN that's associated with the certificate provider. + *

+ *

+ * Constraints:
+ * Length: - 2048
+ * Pattern: [\s\S]*
+ * + * @return

+ * The Lambda function ARN that's associated with the certificate + * provider. + *

+ */ + public String getLambdaFunctionArn() { + return lambdaFunctionArn; + } + + /** + *

+ * The Lambda function ARN that's associated with the certificate provider. + *

+ *

+ * Constraints:
+ * Length: - 2048
+ * Pattern: [\s\S]*
+ * + * @param lambdaFunctionArn

+ * The Lambda function ARN that's associated with the certificate + * provider. + *

+ */ + public void setLambdaFunctionArn(String lambdaFunctionArn) { + this.lambdaFunctionArn = lambdaFunctionArn; + } + + /** + *

+ * The Lambda function ARN that's associated with the certificate provider. + *

+ *

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

+ * Constraints:
+ * Length: - 2048
+ * Pattern: [\s\S]*
+ * + * @param lambdaFunctionArn

+ * The Lambda function ARN that's associated with the certificate + * provider. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DescribeCertificateProviderResult withLambdaFunctionArn(String lambdaFunctionArn) { + this.lambdaFunctionArn = lambdaFunctionArn; + return this; + } + + /** + *

+ * A list of the operations that the certificate provider will use to + * generate certificates. Valid value: CreateCertificateFromCsr + * . + *

+ * + * @return

+ * A list of the operations that the certificate provider will use + * to generate certificates. Valid value: + * CreateCertificateFromCsr. + *

+ */ + public java.util.List getAccountDefaultForOperations() { + return accountDefaultForOperations; + } + + /** + *

+ * A list of the operations that the certificate provider will use to + * generate certificates. Valid value: CreateCertificateFromCsr + * . + *

+ * + * @param accountDefaultForOperations

+ * A list of the operations that the certificate provider will + * use to generate certificates. Valid value: + * CreateCertificateFromCsr. + *

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

+ * A list of the operations that the certificate provider will use to + * generate certificates. Valid value: CreateCertificateFromCsr + * . + *

+ *

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

+ * A list of the operations that the certificate provider will + * use to generate certificates. Valid value: + * CreateCertificateFromCsr. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DescribeCertificateProviderResult withAccountDefaultForOperations( + String... accountDefaultForOperations) { + if (getAccountDefaultForOperations() == null) { + this.accountDefaultForOperations = new java.util.ArrayList( + accountDefaultForOperations.length); + } + for (String value : accountDefaultForOperations) { + this.accountDefaultForOperations.add(value); + } + return this; + } + + /** + *

+ * A list of the operations that the certificate provider will use to + * generate certificates. Valid value: CreateCertificateFromCsr + * . + *

+ *

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

+ * A list of the operations that the certificate provider will + * use to generate certificates. Valid value: + * CreateCertificateFromCsr. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DescribeCertificateProviderResult withAccountDefaultForOperations( + java.util.Collection accountDefaultForOperations) { + setAccountDefaultForOperations(accountDefaultForOperations); + return this; + } + + /** + *

+ * The date-time string that indicates when the certificate provider was + * created. + *

+ * + * @return

+ * The date-time string that indicates when the certificate provider + * was created. + *

+ */ + public java.util.Date getCreationDate() { + return creationDate; + } + + /** + *

+ * The date-time string that indicates when the certificate provider was + * created. + *

+ * + * @param creationDate

+ * The date-time string that indicates when the certificate + * provider was created. + *

+ */ + public void setCreationDate(java.util.Date creationDate) { + this.creationDate = creationDate; + } + + /** + *

+ * The date-time string that indicates when the certificate provider was + * created. + *

+ *

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

+ * The date-time string that indicates when the certificate + * provider was created. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DescribeCertificateProviderResult withCreationDate(java.util.Date creationDate) { + this.creationDate = creationDate; + return this; + } + + /** + *

+ * The date-time string that indicates when the certificate provider was + * last updated. + *

+ * + * @return

+ * The date-time string that indicates when the certificate provider + * was last updated. + *

+ */ + public java.util.Date getLastModifiedDate() { + return lastModifiedDate; + } + + /** + *

+ * The date-time string that indicates when the certificate provider was + * last updated. + *

+ * + * @param lastModifiedDate

+ * The date-time string that indicates when the certificate + * provider was last updated. + *

+ */ + public void setLastModifiedDate(java.util.Date lastModifiedDate) { + this.lastModifiedDate = lastModifiedDate; + } + + /** + *

+ * The date-time string that indicates when the certificate provider was + * last updated. + *

+ *

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

+ * The date-time string that indicates when the certificate + * provider was last updated. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DescribeCertificateProviderResult withLastModifiedDate(java.util.Date lastModifiedDate) { + this.lastModifiedDate = lastModifiedDate; + 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 (getCertificateProviderName() != null) + sb.append("certificateProviderName: " + getCertificateProviderName() + ","); + if (getCertificateProviderArn() != null) + sb.append("certificateProviderArn: " + getCertificateProviderArn() + ","); + if (getLambdaFunctionArn() != null) + sb.append("lambdaFunctionArn: " + getLambdaFunctionArn() + ","); + if (getAccountDefaultForOperations() != null) + sb.append("accountDefaultForOperations: " + getAccountDefaultForOperations() + ","); + if (getCreationDate() != null) + sb.append("creationDate: " + getCreationDate() + ","); + if (getLastModifiedDate() != null) + sb.append("lastModifiedDate: " + getLastModifiedDate()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime + * hashCode + + ((getCertificateProviderName() == null) ? 0 : getCertificateProviderName() + .hashCode()); + hashCode = prime + * hashCode + + ((getCertificateProviderArn() == null) ? 0 : getCertificateProviderArn() + .hashCode()); + hashCode = prime * hashCode + + ((getLambdaFunctionArn() == null) ? 0 : getLambdaFunctionArn().hashCode()); + hashCode = prime + * hashCode + + ((getAccountDefaultForOperations() == null) ? 0 + : getAccountDefaultForOperations().hashCode()); + hashCode = prime * hashCode + + ((getCreationDate() == null) ? 0 : getCreationDate().hashCode()); + hashCode = prime * hashCode + + ((getLastModifiedDate() == null) ? 0 : getLastModifiedDate().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof DescribeCertificateProviderResult == false) + return false; + DescribeCertificateProviderResult other = (DescribeCertificateProviderResult) obj; + + if (other.getCertificateProviderName() == null ^ this.getCertificateProviderName() == null) + return false; + if (other.getCertificateProviderName() != null + && other.getCertificateProviderName().equals(this.getCertificateProviderName()) == false) + return false; + if (other.getCertificateProviderArn() == null ^ this.getCertificateProviderArn() == null) + return false; + if (other.getCertificateProviderArn() != null + && other.getCertificateProviderArn().equals(this.getCertificateProviderArn()) == false) + return false; + if (other.getLambdaFunctionArn() == null ^ this.getLambdaFunctionArn() == null) + return false; + if (other.getLambdaFunctionArn() != null + && other.getLambdaFunctionArn().equals(this.getLambdaFunctionArn()) == false) + return false; + if (other.getAccountDefaultForOperations() == null + ^ this.getAccountDefaultForOperations() == null) + return false; + if (other.getAccountDefaultForOperations() != null + && other.getAccountDefaultForOperations().equals( + this.getAccountDefaultForOperations()) == false) + return false; + if (other.getCreationDate() == null ^ this.getCreationDate() == null) + return false; + if (other.getCreationDate() != null + && other.getCreationDate().equals(this.getCreationDate()) == false) + return false; + if (other.getLastModifiedDate() == null ^ this.getLastModifiedDate() == null) + return false; + if (other.getLastModifiedDate() != null + && other.getLastModifiedDate().equals(this.getLastModifiedDate()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateRequest.java index ac3f0a58aa5..ef2f8396059 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateResult.java index 5a73ba2bd0a..5c47450fef2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricRequest.java index f9b293467c3..596508660e1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricResult.java index 0bfabc28f35..42c9c673880 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerRequest.java index 3d36b138088..cd9c3e30262 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerResult.java index f23fa3590b5..252b03adb71 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskRequest.java index ff28b693f12..d1e71a68cb0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskResult.java index b343f3d06b2..60ad66607d0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionRequest.java index 770504e438e..2ec724dc13f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionResult.java index 1a702c96fb4..dd92ba8701d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationRequest.java index 89137d27c4f..c1492b98648 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationResult.java index 94b79ebf542..cddd0de4b7e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -107,6 +107,13 @@ public class DescribeDomainConfigurationResult implements Serializable { */ private TlsConfig tlsConfig; + /** + *

+ * The server certificate configuration. + *

+ */ + private ServerCertificateConfig serverCertificateConfig; + /** *

* The name of the domain configuration. @@ -799,6 +806,52 @@ public DescribeDomainConfigurationResult withTlsConfig(TlsConfig tlsConfig) { return this; } + /** + *

+ * The server certificate configuration. + *

+ * + * @return

+ * The server certificate configuration. + *

+ */ + public ServerCertificateConfig getServerCertificateConfig() { + return serverCertificateConfig; + } + + /** + *

+ * The server certificate configuration. + *

+ * + * @param serverCertificateConfig

+ * The server certificate configuration. + *

+ */ + public void setServerCertificateConfig(ServerCertificateConfig serverCertificateConfig) { + this.serverCertificateConfig = serverCertificateConfig; + } + + /** + *

+ * The server certificate configuration. + *

+ *

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

+ * The server certificate configuration. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DescribeDomainConfigurationResult withServerCertificateConfig( + ServerCertificateConfig serverCertificateConfig) { + this.serverCertificateConfig = serverCertificateConfig; + return this; + } + /** * Returns a string representation of this object; useful for testing and * debugging. @@ -829,7 +882,9 @@ public String toString() { if (getLastStatusChangeDate() != null) sb.append("lastStatusChangeDate: " + getLastStatusChangeDate() + ","); if (getTlsConfig() != null) - sb.append("tlsConfig: " + getTlsConfig()); + sb.append("tlsConfig: " + getTlsConfig() + ","); + if (getServerCertificateConfig() != null) + sb.append("serverCertificateConfig: " + getServerCertificateConfig()); sb.append("}"); return sb.toString(); } @@ -862,6 +917,10 @@ public int hashCode() { hashCode = prime * hashCode + ((getLastStatusChangeDate() == null) ? 0 : getLastStatusChangeDate().hashCode()); hashCode = prime * hashCode + ((getTlsConfig() == null) ? 0 : getTlsConfig().hashCode()); + hashCode = prime + * hashCode + + ((getServerCertificateConfig() == null) ? 0 : getServerCertificateConfig() + .hashCode()); return hashCode; } @@ -927,6 +986,11 @@ public boolean equals(Object obj) { if (other.getTlsConfig() != null && other.getTlsConfig().equals(this.getTlsConfig()) == false) return false; + if (other.getServerCertificateConfig() == null ^ this.getServerCertificateConfig() == null) + return false; + if (other.getServerCertificateConfig() != null + && other.getServerCertificateConfig().equals(this.getServerCertificateConfig()) == false) + return false; return true; } } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeEndpointRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeEndpointRequest.java index 2754d423d03..699986b90fd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeEndpointRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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. @@ -21,9 +21,16 @@ /** *

- * Returns a unique endpoint specific to the Amazon Web Services account making - * the call. + * Returns or creates a unique endpoint specific to the Amazon Web Services + * account making the call. *

+ * + *

+ * The first time DescribeEndpoint is called, an endpoint is + * created. All subsequent calls to DescribeEndpoint return the + * same endpoint. + *

+ *
*

* Requires permission to access the * We strongly recommend that customers use the newer * iot:Data-ATS endpoint type to avoid issues related to the - * widespread distrust of Symantec certificate authorities. + * widespread distrust of Symantec certificate authorities. ATS Signed + * Certificates are more secure and are trusted by most popular browsers. *

*

* Constraints:
@@ -114,7 +122,8 @@ public class DescribeEndpointRequest extends AmazonWebServiceRequest implements *

* We strongly recommend that customers use the newer * iot:Data-ATS endpoint type to avoid issues related to the - * widespread distrust of Symantec certificate authorities. + * widespread distrust of Symantec certificate authorities. ATS Signed + * Certificates are more secure and are trusted by most popular browsers. *

*

* Constraints:
@@ -158,6 +167,8 @@ public class DescribeEndpointRequest extends AmazonWebServiceRequest implements * We strongly recommend that customers use the newer * iot:Data-ATS endpoint type to avoid issues related * to the widespread distrust of Symantec certificate authorities. + * ATS Signed Certificates are more secure and are trusted by most + * popular browsers. *

*/ public String getEndpointType() { @@ -201,7 +212,8 @@ public String getEndpointType() { *

* We strongly recommend that customers use the newer * iot:Data-ATS endpoint type to avoid issues related to the - * widespread distrust of Symantec certificate authorities. + * widespread distrust of Symantec certificate authorities. ATS Signed + * Certificates are more secure and are trusted by most popular browsers. *

*

* Constraints:
@@ -247,7 +259,8 @@ public String getEndpointType() { * We strongly recommend that customers use the newer * iot:Data-ATS endpoint type to avoid issues * related to the widespread distrust of Symantec certificate - * authorities. + * authorities. ATS Signed Certificates are more secure and are + * trusted by most popular browsers. *

*/ public void setEndpointType(String endpointType) { @@ -291,7 +304,8 @@ public void setEndpointType(String endpointType) { *

* We strongly recommend that customers use the newer * iot:Data-ATS endpoint type to avoid issues related to the - * widespread distrust of Symantec certificate authorities. + * widespread distrust of Symantec certificate authorities. ATS Signed + * Certificates are more secure and are trusted by most popular browsers. *

*

* Returns a reference to this object so that method calls can be chained @@ -340,7 +354,8 @@ public void setEndpointType(String endpointType) { * We strongly recommend that customers use the newer * iot:Data-ATS endpoint type to avoid issues * related to the widespread distrust of Symantec certificate - * authorities. + * authorities. ATS Signed Certificates are more secure and are + * trusted by most popular browsers. *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeEndpointResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeEndpointResult.java index e65ccd39cca..2bdd921a7be 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeEndpointResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/DescribeEventConfigurationsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeEventConfigurationsRequest.java index f866dfd365c..2fcfb240c03 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeEventConfigurationsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeEventConfigurationsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeEventConfigurationsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeEventConfigurationsResult.java index 43eb12647bf..64282864f1e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeEventConfigurationsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeEventConfigurationsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeFleetMetricRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeFleetMetricRequest.java index dac7bb02019..607017207cf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeFleetMetricRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeFleetMetricRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeFleetMetricResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeFleetMetricResult.java index 0fc0898638a..7db9d749bcb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeFleetMetricResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeFleetMetricResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeIndexRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeIndexRequest.java index 38842e54c70..08debb0f130 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeIndexRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeIndexRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeIndexResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeIndexResult.java index 464ce34b8e6..e5f8b46d2e7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeIndexResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeIndexResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobExecutionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobExecutionRequest.java index 78ce850f7bb..b51c40bdb9a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobExecutionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobExecutionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobExecutionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobExecutionResult.java index b9c3b44fec1..79f6406e9e6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobExecutionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobExecutionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobRequest.java index b4d60b9aa8b..c17804a86f9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobResult.java index d325982756e..0494516a438 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobTemplateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobTemplateRequest.java index cbaab82df66..69a110ad6f9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobTemplateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobTemplateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobTemplateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobTemplateResult.java index b55e1631a21..1bd058feaed 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobTemplateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeJobTemplateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -129,11 +129,15 @@ public class DescribeJobTemplateResult implements Serializable { /** *

* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *

*

- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *

*/ private java.util.List destinationPackageVersions; @@ -817,20 +821,28 @@ public DescribeJobTemplateResult withMaintenanceWindows( /** *

* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *

*

- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *

* * @return

* The package version Amazon Resource Names (ARNs) that are - * installed on the device when the job successfully completes. + * installed on the device when the job successfully completes. The + * package version must be in either the Published or Deprecated + * state when the job deploys. For more information, see Package version lifecycle. *

*

* Note:The following Length Constraints relates to a single - * string. Up to five strings are allowed. + * ARN. Up to 25 package version ARNs are allowed. *

*/ public java.util.List getDestinationPackageVersions() { @@ -840,20 +852,29 @@ public java.util.List getDestinationPackageVersions() { /** *

* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *

*

- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *

* * @param destinationPackageVersions

* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *

*

* Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *

*/ public void setDestinationPackageVersions( @@ -870,11 +891,15 @@ public void setDestinationPackageVersions( /** *

* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *

*

- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *

*

* Returns a reference to this object so that method calls can be chained @@ -883,10 +908,15 @@ public void setDestinationPackageVersions( * @param destinationPackageVersions

* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *

*

* Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *

* @return A reference to this updated object so that method calls can be * chained together. @@ -906,11 +936,15 @@ public DescribeJobTemplateResult withDestinationPackageVersions( /** *

* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *

*

- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *

*

* Returns a reference to this object so that method calls can be chained @@ -919,10 +953,15 @@ public DescribeJobTemplateResult withDestinationPackageVersions( * @param destinationPackageVersions

* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *

*

* Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeManagedJobTemplateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeManagedJobTemplateRequest.java index 7844aa6aca8..bba81dc3c80 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeManagedJobTemplateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeManagedJobTemplateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeManagedJobTemplateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeManagedJobTemplateResult.java index e7b465a6564..d05ef38a23e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeManagedJobTemplateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeManagedJobTemplateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionRequest.java index cb19209be10..0ca1948ce42 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionResult.java index e98cea9719c..efb8efca9cb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateRequest.java index 7ffd205d952..aea301e8d85 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateResult.java index e8817c75390..2dc4115bc6f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionRequest.java index 2a87bb208c4..044fc656d07 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionResult.java index 9e813c16f1d..8afa60bb9c2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasRequest.java index 2409ab6ea05..5104f18c870 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasResult.java index 0bd106f60f3..f286a0c8af7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditRequest.java index 88b679e26fc..e2e8727e11d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditResult.java index 5d03223cc3d..339e5903cfc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileRequest.java index cc3ff3fb64e..4a0e532ca7e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileResult.java index 33a59f58419..f66be1dc526 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -108,6 +108,13 @@ public class DescribeSecurityProfileResult implements Serializable { */ private java.util.Date lastModifiedDate; + /** + *

+ * Specifies the MQTT topic and role ARN required for metric export. + *

+ */ + private MetricsExportConfig metricsExportConfig; + /** *

* The name of the security profile. @@ -818,6 +825,54 @@ public DescribeSecurityProfileResult withLastModifiedDate(java.util.Date lastMod return this; } + /** + *

+ * Specifies the MQTT topic and role ARN required for metric export. + *

+ * + * @return

+ * Specifies the MQTT topic and role ARN required for metric export. + *

+ */ + public MetricsExportConfig getMetricsExportConfig() { + return metricsExportConfig; + } + + /** + *

+ * Specifies the MQTT topic and role ARN required for metric export. + *

+ * + * @param metricsExportConfig

+ * Specifies the MQTT topic and role ARN required for metric + * export. + *

+ */ + public void setMetricsExportConfig(MetricsExportConfig metricsExportConfig) { + this.metricsExportConfig = metricsExportConfig; + } + + /** + *

+ * Specifies the MQTT topic and role ARN required for metric export. + *

+ *

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

+ * Specifies the MQTT topic and role ARN required for metric + * export. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DescribeSecurityProfileResult withMetricsExportConfig( + MetricsExportConfig metricsExportConfig) { + this.metricsExportConfig = metricsExportConfig; + return this; + } + /** * Returns a string representation of this object; useful for testing and * debugging. @@ -848,7 +903,9 @@ public String toString() { if (getCreationDate() != null) sb.append("creationDate: " + getCreationDate() + ","); if (getLastModifiedDate() != null) - sb.append("lastModifiedDate: " + getLastModifiedDate()); + sb.append("lastModifiedDate: " + getLastModifiedDate() + ","); + if (getMetricsExportConfig() != null) + sb.append("metricsExportConfig: " + getMetricsExportConfig()); sb.append("}"); return sb.toString(); } @@ -882,6 +939,8 @@ public int hashCode() { + ((getCreationDate() == null) ? 0 : getCreationDate().hashCode()); hashCode = prime * hashCode + ((getLastModifiedDate() == null) ? 0 : getLastModifiedDate().hashCode()); + hashCode = prime * hashCode + + ((getMetricsExportConfig() == null) ? 0 : getMetricsExportConfig().hashCode()); return hashCode; } @@ -950,6 +1009,11 @@ public boolean equals(Object obj) { if (other.getLastModifiedDate() != null && other.getLastModifiedDate().equals(this.getLastModifiedDate()) == false) return false; + if (other.getMetricsExportConfig() == null ^ this.getMetricsExportConfig() == null) + return false; + if (other.getMetricsExportConfig() != null + && other.getMetricsExportConfig().equals(this.getMetricsExportConfig()) == false) + return false; return true; } } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamRequest.java index 1b09b89e510..4c91b56ae9a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamResult.java index af064e44677..c750f70ee73 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupRequest.java index c1176e2fc3f..248a834c0a5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupResult.java index 90698f7cac3..e2bbf1cff5d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskRequest.java index 461640d203f..3af73833435 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskResult.java index 93dd162a95f..4ad32e18232 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRequest.java index 15282a9b5a8..b37f38142b3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingResult.java index 1c3f62c1981..02e04ba4a95 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeRequest.java index 65445829691..1c7a8a2eaa2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeResult.java index 3b3c01bf551..ec1292293b0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Destination.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Destination.java index 235418ab62d..3942d45d83f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Destination.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Destination.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPolicyRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPolicyRequest.java index 26a62ec9c62..b8d75fe15bd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPolicyRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPolicyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPrincipalPolicyRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPrincipalPolicyRequest.java index 25ad38a2cae..0ca62f8ade4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPrincipalPolicyRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPrincipalPolicyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileRequest.java index 30e9c3d268f..5d5a884dd7a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileResult.java index 22cf61f19b8..689cb258758 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalRequest.java index 467224e6c77..66323ea8075 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalResult.java index 5340bb40904..262ce7388e5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecution.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecution.java index 793e5bedb9e..fd6963abcd7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecution.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecutionStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecutionStatus.java index e68d8c2ca43..0dc78d540d6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecutionStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecutionStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatistics.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatistics.java index 08ef4ce67f4..16d94f71b3d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatistics.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatistics.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatus.java index 6fae7f3ce40..2414562ca6d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskSummary.java index f645a208fcb..f03a75e9775 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskTarget.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskTarget.java index 999abc131aa..c88ad6ada39 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskTarget.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskTarget.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceCertificateUpdateAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceCertificateUpdateAction.java index 45550dffc3c..82d6ee80b62 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceCertificateUpdateAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceCertificateUpdateAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceDefenderIndexingMode.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceDefenderIndexingMode.java index 40dff65156d..994210258ee 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceDefenderIndexingMode.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceDefenderIndexingMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionType.java index 4d2ec594c85..38155afa8d6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionValueOperator.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionValueOperator.java index 0bb86573819..94afefc7c3c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionValueOperator.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionValueOperator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DisableTopicRuleRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DisableTopicRuleRequest.java index 1358ac0870b..293298c508b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DisableTopicRuleRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DisableTopicRuleRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DocumentParameter.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DocumentParameter.java index eeaf0b61cc3..adfabbb57c7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DocumentParameter.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DocumentParameter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationStatus.java index d1caccaf2c8..40e3516144f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationSummary.java index d761bdb2581..883f20864f2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainType.java index 946abc4f053..8db4889fe9e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamicGroupStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamicGroupStatus.java index e941b902ffd..de42bd5f642 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamicGroupStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamicGroupStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBAction.java index 2c29caa9706..ab4fd13e1f9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBv2Action.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBv2Action.java index 7001cf4a30d..752391bbdc9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBv2Action.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBv2Action.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoKeyType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoKeyType.java index 2a58783febe..d603b5633ee 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoKeyType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoKeyType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EffectivePolicy.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EffectivePolicy.java index 1aa42ec0c67..77254330621 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EffectivePolicy.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EffectivePolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ElasticsearchAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ElasticsearchAction.java index d03f10335f1..8b7e0952191 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ElasticsearchAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ElasticsearchAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableIoTLoggingParams.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableIoTLoggingParams.java index d6db394717c..f0a4492df49 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableIoTLoggingParams.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableIoTLoggingParams.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableTopicRuleRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableTopicRuleRequest.java index 73171d95c19..fbe548ed3f2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableTopicRuleRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableTopicRuleRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ErrorInfo.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ErrorInfo.java index dbe1f652b71..2160f183f1d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ErrorInfo.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ErrorInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExplicitDeny.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExplicitDeny.java index 8f02f6b5cff..5b00c33d301 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExplicitDeny.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExplicitDeny.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExponentialRolloutRate.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExponentialRolloutRate.java index 517be96c5e1..e5909017cbf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExponentialRolloutRate.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExponentialRolloutRate.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Field.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Field.java index e2c88d66b64..5df34b74e6d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Field.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Field.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FieldType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FieldType.java index 8a20328ee0b..ee57a2c609b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FieldType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FieldType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FileLocation.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FileLocation.java index c47d99623ce..7887564f37f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FileLocation.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FileLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FirehoseAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FirehoseAction.java index 29a26e11ebd..80b538a7217 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FirehoseAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FirehoseAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricNameAndArn.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricNameAndArn.java index ab2cd0e9f34..c7a2443668c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricNameAndArn.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricNameAndArn.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricUnit.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricUnit.java index 40e79b04280..97d20f3e48c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricUnit.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricUnit.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GeoLocationTarget.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GeoLocationTarget.java new file mode 100644 index 00000000000..b6f00f2b9ff --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GeoLocationTarget.java @@ -0,0 +1,262 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model; + +import java.io.Serializable; + +/** + *

+ * A geolocation target that you select to index. Each geolocation target + * contains a name and order key-value pair that + * specifies the geolocation target fields. + *

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

+ * The name of the geolocation target field. If the target + * field is part of a named shadow, you must select the named shadow using + * the namedShadow filter. + *

+ */ + private String name; + + /** + *

+ * The order of the geolocation target field. This field is + * optional. The default value is LatLon. + *

+ *

+ * Constraints:
+ * Allowed Values: LatLon, LonLat + */ + private String order; + + /** + *

+ * The name of the geolocation target field. If the target + * field is part of a named shadow, you must select the named shadow using + * the namedShadow filter. + *

+ * + * @return

+ * The name of the geolocation target field. If the + * target field is part of a named shadow, you must select the named + * shadow using the namedShadow filter. + *

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

+ * The name of the geolocation target field. If the target + * field is part of a named shadow, you must select the named shadow using + * the namedShadow filter. + *

+ * + * @param name

+ * The name of the geolocation target field. If the + * target field is part of a named shadow, you must select the + * named shadow using the namedShadow filter. + *

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

+ * The name of the geolocation target field. If the target + * field is part of a named shadow, you must select the named shadow using + * the namedShadow filter. + *

+ *

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

+ * The name of the geolocation target field. If the + * target field is part of a named shadow, you must select the + * named shadow using the namedShadow filter. + *

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

+ * The order of the geolocation target field. This field is + * optional. The default value is LatLon. + *

+ *

+ * Constraints:
+ * Allowed Values: LatLon, LonLat + * + * @return

+ * The order of the geolocation target field. This + * field is optional. The default value is LatLon. + *

+ * @see TargetFieldOrder + */ + public String getOrder() { + return order; + } + + /** + *

+ * The order of the geolocation target field. This field is + * optional. The default value is LatLon. + *

+ *

+ * Constraints:
+ * Allowed Values: LatLon, LonLat + * + * @param order

+ * The order of the geolocation target field. This + * field is optional. The default value is LatLon. + *

+ * @see TargetFieldOrder + */ + public void setOrder(String order) { + this.order = order; + } + + /** + *

+ * The order of the geolocation target field. This field is + * optional. The default value is LatLon. + *

+ *

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

+ * Constraints:
+ * Allowed Values: LatLon, LonLat + * + * @param order

+ * The order of the geolocation target field. This + * field is optional. The default value is LatLon. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + * @see TargetFieldOrder + */ + public GeoLocationTarget withOrder(String order) { + this.order = order; + return this; + } + + /** + *

+ * The order of the geolocation target field. This field is + * optional. The default value is LatLon. + *

+ *

+ * Constraints:
+ * Allowed Values: LatLon, LonLat + * + * @param order

+ * The order of the geolocation target field. This + * field is optional. The default value is LatLon. + *

+ * @see TargetFieldOrder + */ + public void setOrder(TargetFieldOrder order) { + this.order = order.toString(); + } + + /** + *

+ * The order of the geolocation target field. This field is + * optional. The default value is LatLon. + *

+ *

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

+ * Constraints:
+ * Allowed Values: LatLon, LonLat + * + * @param order

+ * The order of the geolocation target field. This + * field is optional. The default value is LatLon. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + * @see TargetFieldOrder + */ + public GeoLocationTarget withOrder(TargetFieldOrder order) { + this.order = order.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 (getName() != null) + sb.append("name: " + getName() + ","); + if (getOrder() != null) + sb.append("order: " + getOrder()); + 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 + ((getOrder() == null) ? 0 : getOrder().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof GeoLocationTarget == false) + return false; + GeoLocationTarget other = (GeoLocationTarget) obj; + + if (other.getName() == null ^ this.getName() == null) + return false; + if (other.getName() != null && other.getName().equals(this.getName()) == false) + return false; + if (other.getOrder() == null ^ this.getOrder() == null) + return false; + if (other.getOrder() != null && other.getOrder().equals(this.getOrder()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetBehaviorModelTrainingSummariesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetBehaviorModelTrainingSummariesRequest.java index cf2b59b6bd7..41a9c5c1bea 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetBehaviorModelTrainingSummariesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetBehaviorModelTrainingSummariesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetBehaviorModelTrainingSummariesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetBehaviorModelTrainingSummariesResult.java index 25a3086cdab..1bc493857cd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetBehaviorModelTrainingSummariesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetBehaviorModelTrainingSummariesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetBucketsAggregationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetBucketsAggregationRequest.java index ed4a9f182a8..35cb28c0c0d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetBucketsAggregationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetBucketsAggregationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetBucketsAggregationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetBucketsAggregationResult.java index 867c318e390..7ca3bfd2d09 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetBucketsAggregationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetBucketsAggregationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetCardinalityRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetCardinalityRequest.java index 1c80c17dc26..03b4d9ae63e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetCardinalityRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetCardinalityRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetCardinalityResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetCardinalityResult.java index 08225780ddf..fe33a6a1808 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetCardinalityResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetCardinalityResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetEffectivePoliciesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetEffectivePoliciesRequest.java index 3a3c053f7c0..54cf8b2adf2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetEffectivePoliciesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetEffectivePoliciesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetEffectivePoliciesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetEffectivePoliciesResult.java index ab809354b5b..241c9bfd70e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetEffectivePoliciesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetEffectivePoliciesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetIndexingConfigurationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetIndexingConfigurationRequest.java index 3ba1a750d6b..7cf81f9ef75 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetIndexingConfigurationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetIndexingConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetIndexingConfigurationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetIndexingConfigurationResult.java index 34e16e3bb3e..1105e4a7cb7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetIndexingConfigurationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetIndexingConfigurationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetJobDocumentRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetJobDocumentRequest.java index 6da730ab363..2212d4006b7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetJobDocumentRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetJobDocumentRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetJobDocumentResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetJobDocumentResult.java index dbc4ab8d6d6..062b0294c9f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetJobDocumentResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetJobDocumentResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetLoggingOptionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetLoggingOptionsRequest.java index 466265335f2..d2553efd387 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetLoggingOptionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetLoggingOptionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetLoggingOptionsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetLoggingOptionsResult.java index 570c1d59f87..66c275a650d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetLoggingOptionsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetLoggingOptionsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetOTAUpdateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetOTAUpdateRequest.java index 8e6bc7e4231..2615bf99018 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetOTAUpdateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetOTAUpdateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetOTAUpdateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetOTAUpdateResult.java index 7b27f0b48d3..b60ac2aa336 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetOTAUpdateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetOTAUpdateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageConfigurationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageConfigurationRequest.java index 783a6380057..89ea65c0753 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageConfigurationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageConfigurationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageConfigurationResult.java index 14838f6cdda..60a642d0cc2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageConfigurationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageConfigurationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageRequest.java index f9defa6ed5d..4a950af0f12 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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 GetPackageRequest extends AmazonWebServiceRequest implements Serializable { /** *

- * The name of the target package. + * The name of the target software package. *

*

* Constraints:
@@ -43,7 +43,7 @@ public class GetPackageRequest extends AmazonWebServiceRequest implements Serial /** *

- * The name of the target package. + * The name of the target software package. *

*

* Constraints:
@@ -51,7 +51,7 @@ public class GetPackageRequest extends AmazonWebServiceRequest implements Serial * Pattern: [a-zA-Z0-9-_.]+
* * @return

- * The name of the target package. + * The name of the target software package. *

*/ public String getPackageName() { @@ -60,7 +60,7 @@ public String getPackageName() { /** *

- * The name of the target package. + * The name of the target software package. *

*

* Constraints:
@@ -68,7 +68,7 @@ public String getPackageName() { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name of the target package. + * The name of the target software package. *

*/ public void setPackageName(String packageName) { @@ -77,7 +77,7 @@ public void setPackageName(String packageName) { /** *

- * The name of the target package. + * The name of the target software package. *

*

* Returns a reference to this object so that method calls can be chained @@ -88,7 +88,7 @@ public void setPackageName(String packageName) { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name of the target package. + * The name of the target software package. *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageResult.java index 1ed6374c75a..1c5f2c32ac4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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 @@ public class GetPackageResult implements Serializable { /** *

- * The name of the package. + * The name of the software package. *

*

* Constraints:
@@ -74,7 +74,7 @@ public class GetPackageResult implements Serializable { /** *

- * The name of the package. + * The name of the software package. *

*

* Constraints:
@@ -82,7 +82,7 @@ public class GetPackageResult implements Serializable { * Pattern: [a-zA-Z0-9-_.]+
* * @return

- * The name of the package. + * The name of the software package. *

*/ public String getPackageName() { @@ -91,7 +91,7 @@ public String getPackageName() { /** *

- * The name of the package. + * The name of the software package. *

*

* Constraints:
@@ -99,7 +99,7 @@ public String getPackageName() { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name of the package. + * The name of the software package. *

*/ public void setPackageName(String packageName) { @@ -108,7 +108,7 @@ public void setPackageName(String packageName) { /** *

- * The name of the package. + * The name of the software package. *

*

* Returns a reference to this object so that method calls can be chained @@ -119,7 +119,7 @@ public void setPackageName(String packageName) { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name of the package. + * The name of the software package. *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionRequest.java index 05b61a47896..d62836e4e63 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionResult.java index 94c6e22c197..02afd07ade4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ public class GetPackageVersionResult implements Serializable { /** *

- * The name of the package. + * The name of the software package. *

*

* Constraints:
@@ -163,7 +163,7 @@ public GetPackageVersionResult withPackageVersionArn(String packageVersionArn) { /** *

- * The name of the package. + * The name of the software package. *

*

* Constraints:
@@ -171,7 +171,7 @@ public GetPackageVersionResult withPackageVersionArn(String packageVersionArn) { * Pattern: [a-zA-Z0-9-_.]+
* * @return

- * The name of the package. + * The name of the software package. *

*/ public String getPackageName() { @@ -180,7 +180,7 @@ public String getPackageName() { /** *

- * The name of the package. + * The name of the software package. *

*

* Constraints:
@@ -188,7 +188,7 @@ public String getPackageName() { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name of the package. + * The name of the software package. *

*/ public void setPackageName(String packageName) { @@ -197,7 +197,7 @@ public void setPackageName(String packageName) { /** *

- * The name of the package. + * The name of the software package. *

*

* Returns a reference to this object so that method calls can be chained @@ -208,7 +208,7 @@ public void setPackageName(String packageName) { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name of the package. + * The name of the software package. *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesRequest.java index 401aeebe2fd..08728d557b6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesResult.java index 0008d615bf1..aa3aa94409e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyRequest.java index 4f8f97d2335..9c348b94345 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyResult.java index b12ab3a3f22..a396fad35e0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionRequest.java index 1c7fdeac7c6..c1786d5b367 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionResult.java index a67808eb594..762796b37da 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeRequest.java index 4da9a7f7d09..cc569052bfe 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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,6 +24,11 @@ * Gets a registration code used to register a CA certificate with IoT. *

*

+ * IoT will create a registration code as part of this API call if the + * registration code doesn't exist or has been deleted. If you already have a + * registration code, this API call will return the same registration code. + *

+ *

* Requires permission to access the GetRegistrationCode action. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeResult.java index 104ec931a39..16f9941214b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsRequest.java index 48ec873909e..226e0e1e347 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsResult.java index cb112aa275b..3e455697667 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationRequest.java index 22ca441c366..ca451fb1502 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationResult.java index 90cf11951ec..4fb0166d046 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleRequest.java index 6fb73c4eaf1..26b23dd6be8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleResult.java index 21226d79ef0..1d603797ddd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsRequest.java index a4e65d7bdff..52ca4dddc38 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsResult.java index 4f7c929c001..2886f80885e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GroupNameAndArn.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GroupNameAndArn.java index b70a20edd32..961087f7918 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GroupNameAndArn.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GroupNameAndArn.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAction.java index 8a27c250989..fe4dc7f9085 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpActionHeader.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpActionHeader.java index 35bd706fa16..f50fc06a1e8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpActionHeader.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpActionHeader.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAuthorization.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAuthorization.java index d207e274cb0..650323c78bd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAuthorization.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAuthorization.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpContext.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpContext.java index 55fa3a5a011..11146e84237 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpContext.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationConfiguration.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationConfiguration.java index 80644f2f117..632c338a917 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationConfiguration.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationProperties.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationProperties.java index 7c29a63ae8d..cc28efe807b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationProperties.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationSummary.java index f1bc59b0470..00266a8d0df 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ImplicitDeny.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ImplicitDeny.java index 79d16d74711..d6763b51cc5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ImplicitDeny.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ImplicitDeny.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexNotReadyException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexNotReadyException.java index 27e67814df1..659d79b3704 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexNotReadyException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexNotReadyException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexStatus.java index 84f7ea62d4e..d3cae7263f6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexingFilter.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexingFilter.java index 9c8af903be5..cf0b76fbc7e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexingFilter.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexingFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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,12 +19,35 @@ /** *

- * Provides additional filters for specific data sources. Named shadow is the - * only data source that currently supports and requires a filter. To add named - * shadows to your fleet indexing configuration, set - * namedShadowIndexingMode to be ON and specify your - * shadow names in filter. + * Provides additional selections for named shadows and geolocation data. *

+ *

+ * To add named shadows to your fleet indexing configuration, set + * namedShadowIndexingMode to be ON and specify your shadow names + * in namedShadowNames filter. + *

+ *

+ * To add geolocation data to your fleet indexing configuration: + *

+ *
    + *
  • + *

    + * If you store geolocation data in a class/unnamed shadow, set + * thingIndexingMode to be REGISTRY_AND_SHADOW and + * specify your geolocation data in geoLocations filter. + *

    + *
  • + *
  • + *

    + * If you store geolocation data in a named shadow, set + * namedShadowIndexingMode to be ON, add the shadow + * name in namedShadowNames filter, and specify your geolocation + * data in geoLocations filter. For more information, see Managing fleet indexing. + *

    + *
  • + *
*/ public class IndexingFilter implements Serializable { /** @@ -38,6 +61,18 @@ public class IndexingFilter implements Serializable { */ private java.util.List namedShadowNames; + /** + *

+ * The list of geolocation targets that you select to index. The default + * maximum number of geolocation targets for indexing is 1. To + * increase the limit, see Amazon Web Services IoT Device Management Quotas in the Amazon + * Web Services General Reference. + *

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

* The shadow names that you select to index. The default maximum number of @@ -148,6 +183,120 @@ public IndexingFilter withNamedShadowNames(java.util.Collection namedSha return this; } + /** + *

+ * The list of geolocation targets that you select to index. The default + * maximum number of geolocation targets for indexing is 1. To + * increase the limit, see Amazon Web Services IoT Device Management Quotas in the Amazon + * Web Services General Reference. + *

+ * + * @return

+ * The list of geolocation targets that you select to index. The + * default maximum number of geolocation targets for indexing is + * 1. To increase the limit, see Amazon Web Services IoT Device Management Quotas in the + * Amazon Web Services General Reference. + *

+ */ + public java.util.List getGeoLocations() { + return geoLocations; + } + + /** + *

+ * The list of geolocation targets that you select to index. The default + * maximum number of geolocation targets for indexing is 1. To + * increase the limit, see Amazon Web Services IoT Device Management Quotas in the Amazon + * Web Services General Reference. + *

+ * + * @param geoLocations

+ * The list of geolocation targets that you select to index. The + * default maximum number of geolocation targets for indexing is + * 1. To increase the limit, see Amazon Web Services IoT Device Management Quotas in the + * Amazon Web Services General Reference. + *

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

+ * The list of geolocation targets that you select to index. The default + * maximum number of geolocation targets for indexing is 1. To + * increase the limit, see Amazon Web Services IoT Device Management Quotas in the Amazon + * Web Services General Reference. + *

+ *

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

+ * The list of geolocation targets that you select to index. The + * default maximum number of geolocation targets for indexing is + * 1. To increase the limit, see Amazon Web Services IoT Device Management Quotas in the + * Amazon Web Services General Reference. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public IndexingFilter withGeoLocations(GeoLocationTarget... geoLocations) { + if (getGeoLocations() == null) { + this.geoLocations = new java.util.ArrayList(geoLocations.length); + } + for (GeoLocationTarget value : geoLocations) { + this.geoLocations.add(value); + } + return this; + } + + /** + *

+ * The list of geolocation targets that you select to index. The default + * maximum number of geolocation targets for indexing is 1. To + * increase the limit, see Amazon Web Services IoT Device Management Quotas in the Amazon + * Web Services General Reference. + *

+ *

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

+ * The list of geolocation targets that you select to index. The + * default maximum number of geolocation targets for indexing is + * 1. To increase the limit, see Amazon Web Services IoT Device Management Quotas in the + * Amazon Web Services General Reference. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public IndexingFilter withGeoLocations(java.util.Collection geoLocations) { + setGeoLocations(geoLocations); + return this; + } + /** * Returns a string representation of this object; useful for testing and * debugging. @@ -160,7 +309,9 @@ public String toString() { StringBuilder sb = new StringBuilder(); sb.append("{"); if (getNamedShadowNames() != null) - sb.append("namedShadowNames: " + getNamedShadowNames()); + sb.append("namedShadowNames: " + getNamedShadowNames() + ","); + if (getGeoLocations() != null) + sb.append("geoLocations: " + getGeoLocations()); sb.append("}"); return sb.toString(); } @@ -172,6 +323,8 @@ public int hashCode() { hashCode = prime * hashCode + ((getNamedShadowNames() == null) ? 0 : getNamedShadowNames().hashCode()); + hashCode = prime * hashCode + + ((getGeoLocations() == null) ? 0 : getGeoLocations().hashCode()); return hashCode; } @@ -191,6 +344,11 @@ public boolean equals(Object obj) { if (other.getNamedShadowNames() != null && other.getNamedShadowNames().equals(this.getNamedShadowNames()) == false) return false; + if (other.getGeoLocations() == null ^ this.getGeoLocations() == null) + return false; + if (other.getGeoLocations() != null + && other.getGeoLocations().equals(this.getGeoLocations()) == false) + return false; return true; } } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InternalException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InternalException.java index 43af2a07a05..29447bc70bb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InternalException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InternalException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InternalFailureException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InternalFailureException.java index 08b441b1673..eb517f7b881 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InternalFailureException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InternalFailureException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InternalServerException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InternalServerException.java index 1aa305b15b1..aeb5ca40630 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InternalServerException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/InvalidAggregationException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InvalidAggregationException.java index 6cd3c5cadc5..8fe7819dccc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InvalidAggregationException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InvalidAggregationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InvalidQueryException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InvalidQueryException.java index a88376bbae6..bd431301505 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InvalidQueryException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InvalidQueryException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InvalidRequestException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InvalidRequestException.java index 2efea2c915a..379d1dce6b1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InvalidRequestException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InvalidResponseException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InvalidResponseException.java index 87401a1d9e8..19a7f8aa1b3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InvalidResponseException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InvalidResponseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InvalidStateTransitionException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InvalidStateTransitionException.java index df16d61e545..415fda15505 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InvalidStateTransitionException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/InvalidStateTransitionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IotAnalyticsAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IotAnalyticsAction.java index 13c09b60cfe..9c1bb24d78a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IotAnalyticsAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IotAnalyticsAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IotEventsAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IotEventsAction.java index 7f8b35654d5..8ce0a60ce7c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IotEventsAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IotEventsAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IotSiteWiseAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IotSiteWiseAction.java index 0ce7c267cda..50609a82cc2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IotSiteWiseAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IotSiteWiseAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IssuerCertificateIdentifier.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IssuerCertificateIdentifier.java index 8865d795b74..c10dd58aa38 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IssuerCertificateIdentifier.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IssuerCertificateIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Job.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Job.java index cafbc071c0c..a69862d621f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Job.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Job.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -199,7 +199,10 @@ public class Job implements Serializable { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -271,11 +274,19 @@ public class Job implements Serializable { /** *

* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle.The package version must be in either the + * Published or Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *

*

- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *

*/ private java.util.List destinationPackageVersions; @@ -1466,7 +1477,10 @@ public Job withTimeoutConfig(TimeoutConfig timeoutConfig) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -1487,7 +1501,10 @@ public Job withTimeoutConfig(TimeoutConfig timeoutConfig) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*/ @@ -1509,7 +1526,10 @@ public String getNamespaceId() { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -1530,7 +1550,10 @@ public String getNamespaceId() { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*/ @@ -1552,7 +1575,10 @@ public void setNamespaceId(String namespaceId) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -1576,7 +1602,10 @@ public void setNamespaceId(String namespaceId) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
* @return A reference to this updated object so that method calls can be @@ -2061,20 +2090,36 @@ public Job withScheduledJobRollouts( /** *

* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle.The package version must be in either the + * Published or Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *

*

- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *

* * @return

* The package version Amazon Resource Names (ARNs) that are - * installed on the device when the job successfully completes. + * installed on the device when the job successfully completes. The + * package version must be in either the Published or Deprecated + * state when the job deploys. For more information, see Package version lifecycle.The package version must be in + * either the Published or Deprecated state when the job deploys. + * For more information, see Package version lifecycle. *

*

* Note:The following Length Constraints relates to a single - * string. Up to five strings are allowed. + * ARN. Up to 25 package version ARNs are allowed. *

*/ public java.util.List getDestinationPackageVersions() { @@ -2084,20 +2129,37 @@ public java.util.List getDestinationPackageVersions() { /** *

* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle.The package version must be in either the + * Published or Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *

*

- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *

* * @param destinationPackageVersions

* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle.The package version must be in + * either the Published or Deprecated state when the job deploys. + * For more information, see Package version lifecycle. *

*

* Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *

*/ public void setDestinationPackageVersions( @@ -2114,11 +2176,19 @@ public void setDestinationPackageVersions( /** *

* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle.The package version must be in either the + * Published or Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *

*

- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *

*

* Returns a reference to this object so that method calls can be chained @@ -2127,10 +2197,19 @@ public void setDestinationPackageVersions( * @param destinationPackageVersions

* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle.The package version must be in + * either the Published or Deprecated state when the job deploys. + * For more information, see Package version lifecycle. *

*

* Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *

* @return A reference to this updated object so that method calls can be * chained together. @@ -2149,11 +2228,19 @@ public Job withDestinationPackageVersions(String... destinationPackageVersions) /** *

* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle.The package version must be in either the + * Published or Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *

*

- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *

*

* Returns a reference to this object so that method calls can be chained @@ -2162,10 +2249,19 @@ public Job withDestinationPackageVersions(String... destinationPackageVersions) * @param destinationPackageVersions

* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle.The package version must be in + * either the Published or Deprecated state when the job deploys. + * For more information, see Package version lifecycle. *

*

* Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobEndBehavior.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobEndBehavior.java index bbe365e599b..480a250b513 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobEndBehavior.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobEndBehavior.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecution.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecution.java index bffaf991589..2f6a66d5019 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecution.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionFailureType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionFailureType.java index 1cfab1cb726..387ba5b6537 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionFailureType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionFailureType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatus.java index 93e616c38c2..b8c3e6d9091 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatusDetails.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatusDetails.java index 7ca452a6e48..57d96f5aa5d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatusDetails.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatusDetails.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummary.java index 2994b1e9656..5145f12ad80 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForJob.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForJob.java index ab1c6fae2b1..0431a39c5bf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForJob.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForThing.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForThing.java index 5c81ef2c926..997c238249d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForThing.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForThing.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRetryConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRetryConfig.java index affbd978446..7ea9c88fc87 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRetryConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRetryConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRolloutConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRolloutConfig.java index 049201cffe5..d163afe91f3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRolloutConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRolloutConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobProcessDetails.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobProcessDetails.java index 1fcecebf4e6..7915bc3a934 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobProcessDetails.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobProcessDetails.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobStatus.java index bcf7c8128e5..31c0ce50050 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/JobSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobSummary.java index b184fcf5c09..9c266c3b14d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobTemplateSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobTemplateSummary.java index 9cf5bc579e1..25ba673ca54 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobTemplateSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobTemplateSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KafkaAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KafkaAction.java index d4e1c38c02a..84d9def2990 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KafkaAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KafkaAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -59,6 +59,13 @@ public class KafkaAction implements Serializable { */ private java.util.Map clientProperties; + /** + *

+ * The list of Kafka headers that you specify. + *

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

* The ARN of Kafka action's VPC TopicRuleDestination. @@ -323,6 +330,80 @@ public KafkaAction clearclientPropertiesEntries() { return this; } + /** + *

+ * The list of Kafka headers that you specify. + *

+ * + * @return

+ * The list of Kafka headers that you specify. + *

+ */ + public java.util.List getHeaders() { + return headers; + } + + /** + *

+ * The list of Kafka headers that you specify. + *

+ * + * @param headers

+ * The list of Kafka headers that you specify. + *

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

+ * The list of Kafka headers that you specify. + *

+ *

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

+ * The list of Kafka headers that you specify. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public KafkaAction withHeaders(KafkaActionHeader... headers) { + if (getHeaders() == null) { + this.headers = new java.util.ArrayList(headers.length); + } + for (KafkaActionHeader value : headers) { + this.headers.add(value); + } + return this; + } + + /** + *

+ * The list of Kafka headers that you specify. + *

+ *

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

+ * The list of Kafka headers that you specify. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public KafkaAction withHeaders(java.util.Collection headers) { + setHeaders(headers); + return this; + } + /** * Returns a string representation of this object; useful for testing and * debugging. @@ -343,7 +424,9 @@ public String toString() { if (getPartition() != null) sb.append("partition: " + getPartition() + ","); if (getClientProperties() != null) - sb.append("clientProperties: " + getClientProperties()); + sb.append("clientProperties: " + getClientProperties() + ","); + if (getHeaders() != null) + sb.append("headers: " + getHeaders()); sb.append("}"); return sb.toString(); } @@ -360,6 +443,7 @@ public int hashCode() { hashCode = prime * hashCode + ((getPartition() == null) ? 0 : getPartition().hashCode()); hashCode = prime * hashCode + ((getClientProperties() == null) ? 0 : getClientProperties().hashCode()); + hashCode = prime * hashCode + ((getHeaders() == null) ? 0 : getHeaders().hashCode()); return hashCode; } @@ -397,6 +481,10 @@ public boolean equals(Object obj) { if (other.getClientProperties() != null && other.getClientProperties().equals(this.getClientProperties()) == false) return false; + if (other.getHeaders() == null ^ this.getHeaders() == null) + return false; + if (other.getHeaders() != null && other.getHeaders().equals(this.getHeaders()) == false) + return false; return true; } } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KafkaActionHeader.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KafkaActionHeader.java new file mode 100644 index 00000000000..ddcd89e63ee --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KafkaActionHeader.java @@ -0,0 +1,211 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model; + +import java.io.Serializable; + +/** + *

+ * Specifies a Kafka header using key-value pairs when you create a Rule’s Kafka + * Action. You can use these headers to route data from IoT clients to + * downstream Kafka clusters without modifying your message payload. + *

+ *

+ * For more information about Rule's Kafka action, see Apache Kafka. + *

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

+ * The key of the Kafka header. + *

+ *

+ * Constraints:
+ * Length: 0 - 16384
+ */ + private String key; + + /** + *

+ * The value of the Kafka header. + *

+ *

+ * Constraints:
+ * Length: 0 - 16384
+ */ + private String value; + + /** + *

+ * The key of the Kafka header. + *

+ *

+ * Constraints:
+ * Length: 0 - 16384
+ * + * @return

+ * The key of the Kafka header. + *

+ */ + public String getKey() { + return key; + } + + /** + *

+ * The key of the Kafka header. + *

+ *

+ * Constraints:
+ * Length: 0 - 16384
+ * + * @param key

+ * The key of the Kafka header. + *

+ */ + public void setKey(String key) { + this.key = key; + } + + /** + *

+ * The key of the Kafka header. + *

+ *

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

+ * Constraints:
+ * Length: 0 - 16384
+ * + * @param key

+ * The key of the Kafka header. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public KafkaActionHeader withKey(String key) { + this.key = key; + return this; + } + + /** + *

+ * The value of the Kafka header. + *

+ *

+ * Constraints:
+ * Length: 0 - 16384
+ * + * @return

+ * The value of the Kafka header. + *

+ */ + public String getValue() { + return value; + } + + /** + *

+ * The value of the Kafka header. + *

+ *

+ * Constraints:
+ * Length: 0 - 16384
+ * + * @param value

+ * The value of the Kafka header. + *

+ */ + public void setValue(String value) { + this.value = value; + } + + /** + *

+ * The value of the Kafka header. + *

+ *

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

+ * Constraints:
+ * Length: 0 - 16384
+ * + * @param value

+ * The value of the Kafka header. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public KafkaActionHeader withValue(String value) { + this.value = value; + 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 (getKey() != null) + sb.append("key: " + getKey() + ","); + if (getValue() != null) + sb.append("value: " + getValue()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime * hashCode + ((getKey() == null) ? 0 : getKey().hashCode()); + hashCode = prime * hashCode + ((getValue() == null) ? 0 : getValue().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof KafkaActionHeader == false) + return false; + KafkaActionHeader other = (KafkaActionHeader) obj; + + if (other.getKey() == null ^ this.getKey() == null) + return false; + if (other.getKey() != null && other.getKey().equals(this.getKey()) == false) + return false; + if (other.getValue() == null ^ this.getValue() == null) + return false; + if (other.getValue() != null && other.getValue().equals(this.getValue()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KeyPair.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KeyPair.java index 25fd1103154..52fbca5b5c7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KeyPair.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KeyPair.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KinesisAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KinesisAction.java index 25c1fb13b00..35fda3b3aad 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KinesisAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KinesisAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LambdaAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LambdaAction.java index f38490844a8..a7112fdbdab 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LambdaAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LambdaAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LimitExceededException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LimitExceededException.java index 45716ac2bab..436b2c385b0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LimitExceededException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LimitExceededException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsRequest.java index 6df6523ed38..0cbf86c1674 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsResult.java index b0f0fbf69ad..7ca1b3002ce 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesRequest.java index b18c8d9ee9e..0ee73b16ef5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesResult.java index 31d99ad4b71..4ccd8586bd5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsRequest.java index 7c079242641..41f9fbd7afa 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsResult.java index 2b570d02301..99af114436e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsRequest.java index 797f1b2efcd..7166be01eca 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsResult.java index 87ec8322666..3cab4e19bca 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksRequest.java index f40484ff3a7..b89cc2970c1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksResult.java index 2fac98d0b31..f0a5151445f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsRequest.java index f59695f5185..761f9307cac 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsResult.java index d1cb735df03..3b7e3de1f17 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksRequest.java index cb31dcceee6..510635e63d1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksResult.java index 768b82bd681..5047c09bc24 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersRequest.java index 377edee1462..f2513ca3fe9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersResult.java index 3b13326bb12..1950cf02d7a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsRequest.java index abb15075276..deef67a1727 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsResult.java index 9f3193e815c..a975215a24d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesRequest.java index b826a1219f7..39a80c0b89a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesResult.java index 9a10172e034..bfdbe07e9e6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificateProvidersRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificateProvidersRequest.java new file mode 100644 index 00000000000..f1aaa92176c --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificateProvidersRequest.java @@ -0,0 +1,236 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model; + +import java.io.Serializable; + +import com.amazonaws.AmazonWebServiceRequest; + +/** + *

+ * Lists all your certificate providers in your Amazon Web Services account. + *

+ *

+ * Requires permission to access the ListCertificateProviders action. + *

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

+ * The token for the next set of results, or null if there are + * no more results. + *

+ *

+ * Constraints:
+ * Length: - 1024
+ * Pattern: [A-Za-z0-9+/]+={0,2}
+ */ + private String nextToken; + + /** + *

+ * Returns the list of certificate providers in ascending alphabetical + * order. + *

+ */ + private Boolean ascendingOrder; + + /** + *

+ * The token for the next set of results, or null if there are + * no more results. + *

+ *

+ * Constraints:
+ * Length: - 1024
+ * Pattern: [A-Za-z0-9+/]+={0,2}
+ * + * @return

+ * The token for the next set of results, or null if + * there are no more results. + *

+ */ + public String getNextToken() { + return nextToken; + } + + /** + *

+ * The token for the next set of results, or null if there are + * no more results. + *

+ *

+ * Constraints:
+ * Length: - 1024
+ * Pattern: [A-Za-z0-9+/]+={0,2}
+ * + * @param nextToken

+ * The token for the next set of results, or null if + * there are no more results. + *

+ */ + public void setNextToken(String nextToken) { + this.nextToken = nextToken; + } + + /** + *

+ * The token for the next set of results, or null if there are + * no more results. + *

+ *

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

+ * Constraints:
+ * Length: - 1024
+ * Pattern: [A-Za-z0-9+/]+={0,2}
+ * + * @param nextToken

+ * The token for the next set of results, or null if + * there are no more results. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public ListCertificateProvidersRequest withNextToken(String nextToken) { + this.nextToken = nextToken; + return this; + } + + /** + *

+ * Returns the list of certificate providers in ascending alphabetical + * order. + *

+ * + * @return

+ * Returns the list of certificate providers in ascending + * alphabetical order. + *

+ */ + public Boolean isAscendingOrder() { + return ascendingOrder; + } + + /** + *

+ * Returns the list of certificate providers in ascending alphabetical + * order. + *

+ * + * @return

+ * Returns the list of certificate providers in ascending + * alphabetical order. + *

+ */ + public Boolean getAscendingOrder() { + return ascendingOrder; + } + + /** + *

+ * Returns the list of certificate providers in ascending alphabetical + * order. + *

+ * + * @param ascendingOrder

+ * Returns the list of certificate providers in ascending + * alphabetical order. + *

+ */ + public void setAscendingOrder(Boolean ascendingOrder) { + this.ascendingOrder = ascendingOrder; + } + + /** + *

+ * Returns the list of certificate providers in ascending alphabetical + * order. + *

+ *

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

+ * Returns the list of certificate providers in ascending + * alphabetical order. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public ListCertificateProvidersRequest withAscendingOrder(Boolean ascendingOrder) { + this.ascendingOrder = ascendingOrder; + 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 (getNextToken() != null) + sb.append("nextToken: " + getNextToken() + ","); + if (getAscendingOrder() != null) + sb.append("ascendingOrder: " + getAscendingOrder()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime * hashCode + ((getNextToken() == null) ? 0 : getNextToken().hashCode()); + hashCode = prime * hashCode + + ((getAscendingOrder() == null) ? 0 : getAscendingOrder().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof ListCertificateProvidersRequest == false) + return false; + ListCertificateProvidersRequest other = (ListCertificateProvidersRequest) obj; + + if (other.getNextToken() == null ^ this.getNextToken() == null) + return false; + if (other.getNextToken() != null + && other.getNextToken().equals(this.getNextToken()) == false) + return false; + if (other.getAscendingOrder() == null ^ this.getAscendingOrder() == null) + return false; + if (other.getAscendingOrder() != null + && other.getAscendingOrder().equals(this.getAscendingOrder()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificateProvidersResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificateProvidersResult.java new file mode 100644 index 00000000000..6e1609710e8 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificateProvidersResult.java @@ -0,0 +1,239 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model; + +import java.io.Serializable; + +public class ListCertificateProvidersResult implements Serializable { + /** + *

+ * The list of certificate providers in your Amazon Web Services account. + *

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

+ * The token for the next set of results, or null if there are + * no more results. + *

+ *

+ * Constraints:
+ * Length: - 1024
+ * Pattern: [A-Za-z0-9+/]+={0,2}
+ */ + private String nextToken; + + /** + *

+ * The list of certificate providers in your Amazon Web Services account. + *

+ * + * @return

+ * The list of certificate providers in your Amazon Web Services + * account. + *

+ */ + public java.util.List getCertificateProviders() { + return certificateProviders; + } + + /** + *

+ * The list of certificate providers in your Amazon Web Services account. + *

+ * + * @param certificateProviders

+ * The list of certificate providers in your Amazon Web Services + * account. + *

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

+ * The list of certificate providers in your Amazon Web Services account. + *

+ *

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

+ * The list of certificate providers in your Amazon Web Services + * account. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public ListCertificateProvidersResult withCertificateProviders( + CertificateProviderSummary... certificateProviders) { + if (getCertificateProviders() == null) { + this.certificateProviders = new java.util.ArrayList( + certificateProviders.length); + } + for (CertificateProviderSummary value : certificateProviders) { + this.certificateProviders.add(value); + } + return this; + } + + /** + *

+ * The list of certificate providers in your Amazon Web Services account. + *

+ *

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

+ * The list of certificate providers in your Amazon Web Services + * account. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public ListCertificateProvidersResult withCertificateProviders( + java.util.Collection certificateProviders) { + setCertificateProviders(certificateProviders); + return this; + } + + /** + *

+ * The token for the next set of results, or null if there are + * no more results. + *

+ *

+ * Constraints:
+ * Length: - 1024
+ * Pattern: [A-Za-z0-9+/]+={0,2}
+ * + * @return

+ * The token for the next set of results, or null if + * there are no more results. + *

+ */ + public String getNextToken() { + return nextToken; + } + + /** + *

+ * The token for the next set of results, or null if there are + * no more results. + *

+ *

+ * Constraints:
+ * Length: - 1024
+ * Pattern: [A-Za-z0-9+/]+={0,2}
+ * + * @param nextToken

+ * The token for the next set of results, or null if + * there are no more results. + *

+ */ + public void setNextToken(String nextToken) { + this.nextToken = nextToken; + } + + /** + *

+ * The token for the next set of results, or null if there are + * no more results. + *

+ *

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

+ * Constraints:
+ * Length: - 1024
+ * Pattern: [A-Za-z0-9+/]+={0,2}
+ * + * @param nextToken

+ * The token for the next set of results, or null if + * there are no more results. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public ListCertificateProvidersResult withNextToken(String nextToken) { + this.nextToken = nextToken; + 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 (getCertificateProviders() != null) + sb.append("certificateProviders: " + getCertificateProviders() + ","); + if (getNextToken() != null) + sb.append("nextToken: " + getNextToken()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime * hashCode + + ((getCertificateProviders() == null) ? 0 : getCertificateProviders().hashCode()); + hashCode = prime * hashCode + ((getNextToken() == null) ? 0 : getNextToken().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof ListCertificateProvidersResult == false) + return false; + ListCertificateProvidersResult other = (ListCertificateProvidersResult) obj; + + if (other.getCertificateProviders() == null ^ this.getCertificateProviders() == null) + return false; + if (other.getCertificateProviders() != null + && other.getCertificateProviders().equals(this.getCertificateProviders()) == false) + return false; + if (other.getNextToken() == null ^ this.getNextToken() == null) + return false; + if (other.getNextToken() != null + && other.getNextToken().equals(this.getNextToken()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificatesByCARequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificatesByCARequest.java index cd6466e6bc7..86de4629c33 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificatesByCARequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificatesByCARequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificatesByCAResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificatesByCAResult.java index 714cb123340..249647afa99 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificatesByCAResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificatesByCAResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificatesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificatesRequest.java index 73bd31d9b0e..dfc0ccbf449 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificatesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificatesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificatesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificatesResult.java index 786e33b4303..96bea9a7c43 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificatesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificatesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCustomMetricsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCustomMetricsRequest.java index 9aaa840b145..375fc82e63f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCustomMetricsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCustomMetricsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCustomMetricsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCustomMetricsResult.java index 361f4d7fca3..613b960a25c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCustomMetricsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCustomMetricsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDetectMitigationActionsExecutionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDetectMitigationActionsExecutionsRequest.java index 4132ad1a7bd..ec273fa3fd5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDetectMitigationActionsExecutionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDetectMitigationActionsExecutionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDetectMitigationActionsExecutionsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDetectMitigationActionsExecutionsResult.java index 8c4d0b52482..5f84208a8c4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDetectMitigationActionsExecutionsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDetectMitigationActionsExecutionsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDetectMitigationActionsTasksRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDetectMitigationActionsTasksRequest.java index 81c387dd833..7e771eb00ab 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDetectMitigationActionsTasksRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDetectMitigationActionsTasksRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDetectMitigationActionsTasksResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDetectMitigationActionsTasksResult.java index 690961c0fa7..35e6b2fdc59 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDetectMitigationActionsTasksResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDetectMitigationActionsTasksResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDimensionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDimensionsRequest.java index d032bb06fd1..fb1f20418db 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDimensionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDimensionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDimensionsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDimensionsResult.java index e5cb66e68d8..219949e9fdc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDimensionsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDimensionsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDomainConfigurationsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDomainConfigurationsRequest.java index d0f81624a9f..38a0d0a189c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDomainConfigurationsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDomainConfigurationsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDomainConfigurationsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDomainConfigurationsResult.java index 94a6b6b1c50..c362de86285 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDomainConfigurationsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListDomainConfigurationsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListFleetMetricsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListFleetMetricsRequest.java index 7739e757b51..f157620d772 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListFleetMetricsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListFleetMetricsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListFleetMetricsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListFleetMetricsResult.java index a0471471ce9..3c73b715092 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListFleetMetricsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListFleetMetricsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListIndicesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListIndicesRequest.java index 15d7302e412..8ebc85af520 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListIndicesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListIndicesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListIndicesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListIndicesResult.java index 7aeb7bfc137..c4c0b4b2807 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListIndicesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListIndicesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobExecutionsForJobRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobExecutionsForJobRequest.java index 6b0619816c7..78ad3529fb4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobExecutionsForJobRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobExecutionsForJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobExecutionsForJobResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobExecutionsForJobResult.java index 9168bd0a34d..ef6aaab1fd8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobExecutionsForJobResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobExecutionsForJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobExecutionsForThingRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobExecutionsForThingRequest.java index b21e160b9e6..815b8add287 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobExecutionsForThingRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobExecutionsForThingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -68,7 +68,10 @@ public class ListJobExecutionsForThingRequest extends AmazonWebServiceRequest im *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -288,7 +291,10 @@ public ListJobExecutionsForThingRequest withStatus(JobExecutionStatus status) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -309,7 +315,10 @@ public ListJobExecutionsForThingRequest withStatus(JobExecutionStatus status) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*/ @@ -331,7 +340,10 @@ public String getNamespaceId() { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -352,7 +364,10 @@ public String getNamespaceId() { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*/ @@ -374,7 +389,10 @@ public void setNamespaceId(String namespaceId) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -398,7 +416,10 @@ public void setNamespaceId(String namespaceId) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
* @return A reference to this updated object so that method calls can be diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobExecutionsForThingResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobExecutionsForThingResult.java index 9f6877bba5e..dcabbe84278 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobExecutionsForThingResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobExecutionsForThingResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobTemplatesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobTemplatesRequest.java index 4f912097495..8622c2344b7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobTemplatesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobTemplatesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobTemplatesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobTemplatesResult.java index 1a4513e207a..c4598b62aed 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobTemplatesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobTemplatesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobsRequest.java index 8524d7748a9..686a15bf6d7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -117,7 +117,10 @@ public class ListJobsRequest extends AmazonWebServiceRequest implements Serializ *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -698,7 +701,10 @@ public ListJobsRequest withThingGroupId(String thingGroupId) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -719,7 +725,10 @@ public ListJobsRequest withThingGroupId(String thingGroupId) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*/ @@ -741,7 +750,10 @@ public String getNamespaceId() { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -762,7 +774,10 @@ public String getNamespaceId() { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*/ @@ -784,7 +799,10 @@ public void setNamespaceId(String namespaceId) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -808,7 +826,10 @@ public void setNamespaceId(String namespaceId) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
* @return A reference to this updated object so that method calls can be diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobsResult.java index 1474bdda1ba..24024834a01 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListJobsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListManagedJobTemplatesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListManagedJobTemplatesRequest.java index 33855427e50..852e8af3c1b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListManagedJobTemplatesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListManagedJobTemplatesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListManagedJobTemplatesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListManagedJobTemplatesResult.java index 63e1465add2..9796edf396f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListManagedJobTemplatesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListManagedJobTemplatesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListMetricValuesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListMetricValuesRequest.java index 6c238096009..c058a29507b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListMetricValuesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListMetricValuesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListMetricValuesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListMetricValuesResult.java index 5708fb10e88..e8785463ce5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListMetricValuesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListMetricValuesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListMitigationActionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListMitigationActionsRequest.java index 31cb24284ae..4843e655a2e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListMitigationActionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListMitigationActionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListMitigationActionsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListMitigationActionsResult.java index fb4a6666f65..70f14820afc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListMitigationActionsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListMitigationActionsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListOTAUpdatesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListOTAUpdatesRequest.java index 7a0e85d3e52..8f65e351620 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListOTAUpdatesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListOTAUpdatesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListOTAUpdatesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListOTAUpdatesResult.java index 2b12bb20d82..c934d2ead37 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListOTAUpdatesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListOTAUpdatesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListOutgoingCertificatesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListOutgoingCertificatesRequest.java index 08b9ed179b9..9e738cf5ed2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListOutgoingCertificatesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListOutgoingCertificatesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListOutgoingCertificatesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListOutgoingCertificatesResult.java index 19e5828a7e1..8eeb07ebec0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListOutgoingCertificatesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListOutgoingCertificatesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackageVersionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackageVersionsRequest.java index 82b539b4507..03fb1230bcb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackageVersionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackageVersionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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 ListPackageVersionsRequest extends AmazonWebServiceRequest implements Serializable { /** *

- * The name of the target package. + * The name of the target software package. *

*

* Constraints:
@@ -72,7 +72,7 @@ public class ListPackageVersionsRequest extends AmazonWebServiceRequest implemen /** *

- * The name of the target package. + * The name of the target software package. *

*

* Constraints:
@@ -80,7 +80,7 @@ public class ListPackageVersionsRequest extends AmazonWebServiceRequest implemen * Pattern: [a-zA-Z0-9-_.]+
* * @return

- * The name of the target package. + * The name of the target software package. *

*/ public String getPackageName() { @@ -89,7 +89,7 @@ public String getPackageName() { /** *

- * The name of the target package. + * The name of the target software package. *

*

* Constraints:
@@ -97,7 +97,7 @@ public String getPackageName() { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name of the target package. + * The name of the target software package. *

*/ public void setPackageName(String packageName) { @@ -106,7 +106,7 @@ public void setPackageName(String packageName) { /** *

- * The name of the target package. + * The name of the target software package. *

*

* Returns a reference to this object so that method calls can be chained @@ -117,7 +117,7 @@ public void setPackageName(String packageName) { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name of the target package. + * The name of the target software package. *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackageVersionsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackageVersionsResult.java index 0b7e7f2a83e..aa7f8edeef7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackageVersionsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackageVersionsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesRequest.java index ab7420490ca..d30504e1321 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesResult.java index 81a085decc3..88c061bcc86 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesRequest.java index 7d157d2650f..d91303d5aab 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesResult.java index 3c92bc21816..665076d4650 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsRequest.java index 851d8b856db..5268f5c3faf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsResult.java index 8d40b250fac..ba546013f45 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsRequest.java index d0dd9557e97..172c4a7d459 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsResult.java index 82ed301038a..2c97272e7d9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesRequest.java index fedf18810e4..0de70464ea9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesResult.java index 123f51d63ba..c86092bd95e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsRequest.java index 3d737f2e952..2a62dffefc0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsResult.java index 8eb59ca4193..7f12f7e4b4a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsRequest.java index 8f8f348bed9..41be8b5f593 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsResult.java index cfe0e4ec3f0..5f3709c7061 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesRequest.java index e498e538020..10680cdb808 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesResult.java index 045cdaac789..8eac11c5cd3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingRequest.java index 3dc68bd3244..32f7798ed2b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingResult.java index 3b2bc51116c..b0ddaf70ba0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesRequest.java index c369561f7b7..b214aeaa4e7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesResult.java index 6eda74ec96e..0755dcd31e1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsRequest.java index 07db61e10f6..bf6265644c6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsResult.java index 07a805aa8e4..88998a6bcb8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetRequest.java index 916bad1a5f2..fbc5269ce67 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetResult.java index 99d6ac046ea..99e6e176c7c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesRequest.java index af6de93b9a8..6a7b619a782 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesResult.java index 36d31cb10a8..ab97d6907f4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsRequest.java index 78a2ed15e19..6c0dd77b7e9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsResult.java index 69a7ab50283..19dbfd66833 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTagsForResourceRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTagsForResourceRequest.java index 760bd0f99cc..0906667d036 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTagsForResourceRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/ListTagsForResourceResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTagsForResourceResult.java index 1788b32f145..06b0f01fece 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTagsForResourceResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyRequest.java index f27855731b3..670c113b3fe 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyResult.java index 38e82a5bff7..e8ff3f4690a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileRequest.java index 07f595eb42e..1fee562b782 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileResult.java index 9ffdf63cbef..458b643095c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingRequest.java index cd45915bab3..99d40f9d65f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingResult.java index f390f9593d4..600ab6cc357 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsRequest.java index 7d0923499e2..c26fec974af 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsResult.java index 46df30830dd..25a6a9fc13b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsRequest.java index 7ab5d39ca1e..8ab3df5ede8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsResult.java index fb6bec011b8..6e96ba21e11 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsRequest.java index 1c1d404c59a..b737ded0f5b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsResult.java index 5cb5d67be46..2ad300290a0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksRequest.java index 2d5164dbfc3..18da768369c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksResult.java index e7072cecac8..f3a684ec6e4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesRequest.java index 5145ecd8d06..34a8300f54f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesResult.java index a59eaa9fdab..cbf68d71bec 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupRequest.java index 8d5bb203149..6e65812222b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupResult.java index 1fa52dda7c2..cbe91381ab2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupRequest.java index 2f19e42a4b8..8961c2d9644 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupResult.java index 3b62bc92711..ccae3ad7f81 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsRequest.java index d32e88f8d38..fafe74e410d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsResult.java index 65fa5570507..8b1468d6cea 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsRequest.java index 6ced7ce547a..62b84efe2a6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsResult.java index 66fbe5a1211..c2e16d48b05 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesRequest.java index b948ef7455b..6985e8abac4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesResult.java index f1cff585cfb..1fa38f6b1cf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsRequest.java index 587b2f23b6e..62edeb0a02a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsResult.java index b1eebfe121f..b46760a881f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsRequest.java index f58c69d2b0c..2db4edbdd26 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsResult.java index f50d0997a30..242261b3be6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationAction.java index 5d4d5afe174..252c3c6a302 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationTimestamp.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationTimestamp.java index 9d122774a45..1415fe980c0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationTimestamp.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationTimestamp.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogLevel.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogLevel.java index be0ca5d31f9..4f77eed38a8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogLevel.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTarget.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTarget.java index c2debd5523a..37164ade4b7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTarget.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTarget.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetConfiguration.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetConfiguration.java index c29e0c442a8..ec7c4a2830a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetConfiguration.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetType.java index ba666392fc6..e7740cf7c3d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LoggingOptionsPayload.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LoggingOptionsPayload.java index 5d4cb86863c..6bc1da2981b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LoggingOptionsPayload.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LoggingOptionsPayload.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MachineLearningDetectionConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MachineLearningDetectionConfig.java index c3d0444774a..acd07c17854 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MachineLearningDetectionConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MachineLearningDetectionConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MaintenanceWindow.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MaintenanceWindow.java index 950413273f2..a797a7ba5b5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MaintenanceWindow.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MaintenanceWindow.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MalformedPolicyException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MalformedPolicyException.java index 24c77eb9db5..8541748c0c5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MalformedPolicyException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MalformedPolicyException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ManagedJobTemplateSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ManagedJobTemplateSummary.java index 535e6bae233..84f5f05fe69 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ManagedJobTemplateSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ManagedJobTemplateSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MessageFormat.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MessageFormat.java index ccbee0a1d66..42c30a80067 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MessageFormat.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MessageFormat.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDatum.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDatum.java index d13162c2456..78a8e071379 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDatum.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDatum.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDimension.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDimension.java index a82358780c7..b4a0cbda375 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDimension.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricToRetain.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricToRetain.java index 4f66d1ab7e0..7147660b87b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricToRetain.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricToRetain.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -37,6 +37,14 @@ public class MetricToRetain implements Serializable { */ private MetricDimension metricDimension; + /** + *

+ * The value indicates exporting metrics related to the + * MetricToRetain when it's true. + *

+ */ + private Boolean exportMetric; + /** *

* What is measured by the behavior. @@ -130,6 +138,72 @@ public MetricToRetain withMetricDimension(MetricDimension metricDimension) { return this; } + /** + *

+ * The value indicates exporting metrics related to the + * MetricToRetain when it's true. + *

+ * + * @return

+ * The value indicates exporting metrics related to the + * MetricToRetain when it's true. + *

+ */ + public Boolean isExportMetric() { + return exportMetric; + } + + /** + *

+ * The value indicates exporting metrics related to the + * MetricToRetain when it's true. + *

+ * + * @return

+ * The value indicates exporting metrics related to the + * MetricToRetain when it's true. + *

+ */ + public Boolean getExportMetric() { + return exportMetric; + } + + /** + *

+ * The value indicates exporting metrics related to the + * MetricToRetain when it's true. + *

+ * + * @param exportMetric

+ * The value indicates exporting metrics related to the + * MetricToRetain when it's true. + *

+ */ + public void setExportMetric(Boolean exportMetric) { + this.exportMetric = exportMetric; + } + + /** + *

+ * The value indicates exporting metrics related to the + * MetricToRetain when it's true. + *

+ *

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

+ * The value indicates exporting metrics related to the + * MetricToRetain when it's true. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public MetricToRetain withExportMetric(Boolean exportMetric) { + this.exportMetric = exportMetric; + return this; + } + /** * Returns a string representation of this object; useful for testing and * debugging. @@ -144,7 +218,9 @@ public String toString() { if (getMetric() != null) sb.append("metric: " + getMetric() + ","); if (getMetricDimension() != null) - sb.append("metricDimension: " + getMetricDimension()); + sb.append("metricDimension: " + getMetricDimension() + ","); + if (getExportMetric() != null) + sb.append("exportMetric: " + getExportMetric()); sb.append("}"); return sb.toString(); } @@ -157,6 +233,8 @@ public int hashCode() { hashCode = prime * hashCode + ((getMetric() == null) ? 0 : getMetric().hashCode()); hashCode = prime * hashCode + ((getMetricDimension() == null) ? 0 : getMetricDimension().hashCode()); + hashCode = prime * hashCode + + ((getExportMetric() == null) ? 0 : getExportMetric().hashCode()); return hashCode; } @@ -180,6 +258,11 @@ public boolean equals(Object obj) { if (other.getMetricDimension() != null && other.getMetricDimension().equals(this.getMetricDimension()) == false) return false; + if (other.getExportMetric() == null ^ this.getExportMetric() == null) + return false; + if (other.getExportMetric() != null + && other.getExportMetric().equals(this.getExportMetric()) == false) + return false; return true; } } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricValue.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricValue.java index 279b11a975f..11f52d7cd3e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricValue.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricsExportConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricsExportConfig.java new file mode 100644 index 00000000000..d8ed9c0fc4c --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricsExportConfig.java @@ -0,0 +1,222 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model; + +import java.io.Serializable; + +/** + *

+ * Set configurations for metrics export. + *

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

+ * The MQTT topic that Device Defender Detect should publish messages to for + * metrics export. + *

+ *

+ * Constraints:
+ * Length: 1 - 512
+ */ + private String mqttTopic; + + /** + *

+ * This role ARN has permission to publish MQTT messages, after which Device + * Defender Detect can assume the role and publish messages on your behalf. + *

+ *

+ * Constraints:
+ * Length: 20 - 2048
+ */ + private String roleArn; + + /** + *

+ * The MQTT topic that Device Defender Detect should publish messages to for + * metrics export. + *

+ *

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

+ * The MQTT topic that Device Defender Detect should publish + * messages to for metrics export. + *

+ */ + public String getMqttTopic() { + return mqttTopic; + } + + /** + *

+ * The MQTT topic that Device Defender Detect should publish messages to for + * metrics export. + *

+ *

+ * Constraints:
+ * Length: 1 - 512
+ * + * @param mqttTopic

+ * The MQTT topic that Device Defender Detect should publish + * messages to for metrics export. + *

+ */ + public void setMqttTopic(String mqttTopic) { + this.mqttTopic = mqttTopic; + } + + /** + *

+ * The MQTT topic that Device Defender Detect should publish messages to for + * metrics export. + *

+ *

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

+ * Constraints:
+ * Length: 1 - 512
+ * + * @param mqttTopic

+ * The MQTT topic that Device Defender Detect should publish + * messages to for metrics export. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public MetricsExportConfig withMqttTopic(String mqttTopic) { + this.mqttTopic = mqttTopic; + return this; + } + + /** + *

+ * This role ARN has permission to publish MQTT messages, after which Device + * Defender Detect can assume the role and publish messages on your behalf. + *

+ *

+ * Constraints:
+ * Length: 20 - 2048
+ * + * @return

+ * This role ARN has permission to publish MQTT messages, after + * which Device Defender Detect can assume the role and publish + * messages on your behalf. + *

+ */ + public String getRoleArn() { + return roleArn; + } + + /** + *

+ * This role ARN has permission to publish MQTT messages, after which Device + * Defender Detect can assume the role and publish messages on your behalf. + *

+ *

+ * Constraints:
+ * Length: 20 - 2048
+ * + * @param roleArn

+ * This role ARN has permission to publish MQTT messages, after + * which Device Defender Detect can assume the role and publish + * messages on your behalf. + *

+ */ + public void setRoleArn(String roleArn) { + this.roleArn = roleArn; + } + + /** + *

+ * This role ARN has permission to publish MQTT messages, after which Device + * Defender Detect can assume the role and publish messages on your behalf. + *

+ *

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

+ * Constraints:
+ * Length: 20 - 2048
+ * + * @param roleArn

+ * This role ARN has permission to publish MQTT messages, after + * which Device Defender Detect can assume the role and publish + * messages on your behalf. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public MetricsExportConfig withRoleArn(String roleArn) { + this.roleArn = roleArn; + 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 (getMqttTopic() != null) + sb.append("mqttTopic: " + getMqttTopic() + ","); + if (getRoleArn() != null) + sb.append("roleArn: " + getRoleArn()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime * hashCode + ((getMqttTopic() == null) ? 0 : getMqttTopic().hashCode()); + hashCode = prime * hashCode + ((getRoleArn() == null) ? 0 : getRoleArn().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof MetricsExportConfig == false) + return false; + MetricsExportConfig other = (MetricsExportConfig) obj; + + if (other.getMqttTopic() == null ^ this.getMqttTopic() == null) + return false; + if (other.getMqttTopic() != null + && other.getMqttTopic().equals(this.getMqttTopic()) == false) + return false; + if (other.getRoleArn() == null ^ this.getRoleArn() == null) + return false; + if (other.getRoleArn() != null && other.getRoleArn().equals(this.getRoleArn()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationAction.java index a62e038df05..3d94f400985 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionIdentifier.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionIdentifier.java index 66612e41826..bcd52862f05 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionIdentifier.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionParams.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionParams.java index 8e58b4e9a17..efa8805edd9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionParams.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionParams.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionType.java index 2ae1317dfe8..e0e3ac24280 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ModelStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ModelStatus.java index 6506b5f60ec..fc89d6baf6d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ModelStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/MqttContext.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MqttContext.java index af235944625..9c49ed8a10e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MqttContext.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MqttContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MqttHeaders.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MqttHeaders.java index 8f7ef47f516..22f64907e9e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MqttHeaders.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MqttHeaders.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NamedShadowIndexingMode.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NamedShadowIndexingMode.java index edec2ee662a..4bb522b7077 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NamedShadowIndexingMode.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NamedShadowIndexingMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NonCompliantResource.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NonCompliantResource.java index 52240a743ef..6fd8a0b9bf0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NonCompliantResource.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NonCompliantResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NotConfiguredException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NotConfiguredException.java index e8ec86d898e..0835af5151b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NotConfiguredException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NotConfiguredException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateFile.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateFile.java index 44be9eaa9ac..4923cf32f75 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateFile.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -64,7 +64,8 @@ public class OTAUpdateFile implements Serializable { /** *

- * A list of name/attribute pairs. + * A list of name-attribute pairs. They won't be sent to devices as a part + * of the Job document. *

*/ private java.util.Map attributes; @@ -314,11 +315,13 @@ public OTAUpdateFile withCodeSigning(CodeSigning codeSigning) { /** *

- * A list of name/attribute pairs. + * A list of name-attribute pairs. They won't be sent to devices as a part + * of the Job document. *

* * @return

- * A list of name/attribute pairs. + * A list of name-attribute pairs. They won't be sent to devices as + * a part of the Job document. *

*/ public java.util.Map getAttributes() { @@ -327,11 +330,13 @@ public java.util.Map getAttributes() { /** *

- * A list of name/attribute pairs. + * A list of name-attribute pairs. They won't be sent to devices as a part + * of the Job document. *

* * @param attributes

- * A list of name/attribute pairs. + * A list of name-attribute pairs. They won't be sent to devices + * as a part of the Job document. *

*/ public void setAttributes(java.util.Map attributes) { @@ -340,14 +345,16 @@ public void setAttributes(java.util.Map attributes) { /** *

- * A list of name/attribute pairs. + * A list of name-attribute pairs. They won't be sent to devices as a part + * of the Job document. *

*

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

- * A list of name/attribute pairs. + * A list of name-attribute pairs. They won't be sent to devices + * as a part of the Job document. *

* @return A reference to this updated object so that method calls can be * chained together. @@ -359,7 +366,8 @@ public OTAUpdateFile withAttributes(java.util.Map attributes) { /** *

- * A list of name/attribute pairs. + * A list of name-attribute pairs. They won't be sent to devices as a part + * of the Job document. *

*

* The method adds a new key-value pair into attributes parameter, and diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateInfo.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateInfo.java index 32468e31ea6..d5b34d0c107 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateInfo.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateStatus.java index 0e534f0f9a4..b146297ecee 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateSummary.java index b6731873453..000771ca21c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OpenSearchAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OpenSearchAction.java index 2d9cebfd5eb..7f240aefff1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OpenSearchAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OpenSearchAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OutgoingCertificate.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OutgoingCertificate.java index 2875bff428a..efe626ce26c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OutgoingCertificate.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OutgoingCertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageSummary.java index ba1fba7d9ac..59d08867055 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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 @@ public class PackageSummary implements Serializable { /** *

- * The name for the target package. + * The name for the target software package. *

*

* Constraints:
@@ -61,7 +61,7 @@ public class PackageSummary implements Serializable { /** *

- * The name for the target package. + * The name for the target software package. *

*

* Constraints:
@@ -69,7 +69,7 @@ public class PackageSummary implements Serializable { * Pattern: [a-zA-Z0-9-_.]+
* * @return

- * The name for the target package. + * The name for the target software package. *

*/ public String getPackageName() { @@ -78,7 +78,7 @@ public String getPackageName() { /** *

- * The name for the target package. + * The name for the target software package. *

*

* Constraints:
@@ -86,7 +86,7 @@ public String getPackageName() { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name for the target package. + * The name for the target software package. *

*/ public void setPackageName(String packageName) { @@ -95,7 +95,7 @@ public void setPackageName(String packageName) { /** *

- * The name for the target package. + * The name for the target software package. *

*

* Returns a reference to this object so that method calls can be chained @@ -106,7 +106,7 @@ public void setPackageName(String packageName) { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name for the target package. + * The name for the target software package. *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionAction.java index 9804bc5a4e8..0d18b3fb8f8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionStatus.java index 470e8555cac..950cd116abb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionSummary.java index af64118074d..efc2522640a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PercentPair.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PercentPair.java index 95766f233bb..060fa0f3d1d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PercentPair.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PercentPair.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Policy.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Policy.java index ad8eeaddaff..1084c256aa8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Policy.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Policy.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyTemplateName.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyTemplateName.java index 48e426281eb..6cc827ef077 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyTemplateName.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyTemplateName.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersion.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersion.java index 9ceb9bbd4b4..3bdafc78b38 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersion.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersionIdentifier.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersionIdentifier.java index eb752a0f184..896846173ef 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersionIdentifier.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersionIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PresignedUrlConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PresignedUrlConfig.java index f9555670270..4d9c5b82e66 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PresignedUrlConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PresignedUrlConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Protocol.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Protocol.java index cf5dc11e6cf..192d522433c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Protocol.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Protocol.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningHook.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningHook.java index 578e8fb6615..2572d9a118c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningHook.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningHook.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateSummary.java index 7f4f410e3ce..2c5f03c3254 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateVersionSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateVersionSummary.java index 773a3ef91a2..9bc13bbdc52 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateVersionSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateVersionSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PublishFindingToSnsParams.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PublishFindingToSnsParams.java index dc9c479496f..ac72198a29a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PublishFindingToSnsParams.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PublishFindingToSnsParams.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutAssetPropertyValueEntry.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutAssetPropertyValueEntry.java index a72719becc1..9c8270b9f09 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutAssetPropertyValueEntry.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutAssetPropertyValueEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutItemInput.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutItemInput.java index f79e920ffa5..0d5314c5055 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutItemInput.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutItemInput.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationRequest.java index 44b7d41eca1..e60fc91fded 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationResult.java index d573aa16bd5..afefc83df80 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RateIncreaseCriteria.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RateIncreaseCriteria.java index de96dd435a6..7e98ce749ac 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RateIncreaseCriteria.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RateIncreaseCriteria.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateRequest.java index 69a82f37280..7168c901d5f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateResult.java index d7a2eb7f6a5..55831b4c532 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateRequest.java index 327bea57891..83528ca5dfe 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateResult.java index 7e81557e01d..9ea0da19fdc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCARequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCARequest.java index 88816c380e9..30bd33e92d9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCARequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCARequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCAResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCAResult.java index 75f1d1078e9..7f1243e163c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCAResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCAResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingRequest.java index 2b9dbd105e7..36633392842 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingResult.java index 5fc4bef0a97..640e29046b4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationCodeValidationException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationCodeValidationException.java index 6d8b9189ff1..0e6ae9149c2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationCodeValidationException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationCodeValidationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationConfig.java index 9cf23d26340..4d28f73472d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RejectCertificateTransferRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RejectCertificateTransferRequest.java index 8f71ee5a96a..a180c980c3e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RejectCertificateTransferRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RejectCertificateTransferRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RelatedResource.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RelatedResource.java index 88143631e15..96a5116c546 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RelatedResource.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RelatedResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupRequest.java index 9775383dbb8..361ab261d6b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupResult.java index 87e2abd5ab1..a09e5925f46 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupRequest.java index 2e8b2fd3e73..47b3fa0d977 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupResult.java index 3bc1ca198b1..ed5a3337640 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceDefaultPolicyVersionParams.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceDefaultPolicyVersionParams.java index b8ba94530cc..08c146c442b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceDefaultPolicyVersionParams.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceDefaultPolicyVersionParams.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceTopicRuleRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceTopicRuleRequest.java index 4a445eec7db..2f4e81e7f81 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceTopicRuleRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceTopicRuleRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReportType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReportType.java index 6ee7835cd56..b8dd3afb4af 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReportType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReportType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RepublishAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RepublishAction.java index 5d9a1aedaba..1cc96c60401 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RepublishAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RepublishAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceAlreadyExistsException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceAlreadyExistsException.java index b04819d5521..f5a3515eb2c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceAlreadyExistsException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceAlreadyExistsException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceIdentifier.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceIdentifier.java index 0037ad444e4..c10fe7d8042 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceIdentifier.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceNotFoundException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceNotFoundException.java index 0045cd5ce42..d47c8afad20 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceNotFoundException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/ResourceRegistrationFailureException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceRegistrationFailureException.java index 6b3b7c3f38a..b5c5144ef27 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceRegistrationFailureException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceRegistrationFailureException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceType.java index a6657f066c9..2fb3faba340 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryCriteria.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryCriteria.java index d7ebf12b642..b160fed182e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryCriteria.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryCriteria.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryableFailureType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryableFailureType.java index b57041c8614..636d31450ed 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryableFailureType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryableFailureType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RoleAliasDescription.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RoleAliasDescription.java index 01f3fafe029..a7c90ad84ce 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RoleAliasDescription.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RoleAliasDescription.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Action.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Action.java index 5c0680abaa3..7e59116faf5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Action.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Action.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Destination.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Destination.java index f73803a0476..be4fe27a73c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Destination.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Destination.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Location.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Location.java index 473e863b143..8e31be14ccc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Location.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Location.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SalesforceAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SalesforceAction.java index ac53c602ca4..4970c745dec 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SalesforceAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SalesforceAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledAuditMetadata.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledAuditMetadata.java index d8e0a073c32..71b27cf4a08 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledAuditMetadata.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledAuditMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledJobRollout.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledJobRollout.java index 2e09bd5d71b..6e58f470243 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledJobRollout.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledJobRollout.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SchedulingConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SchedulingConfig.java index be7b44bdf4d..02c2d1282f7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SchedulingConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SchedulingConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -35,6 +35,12 @@ public class SchedulingConfig implements Serializable { * startTime is YYYY-MM-DD for the date and HH:MM for the time. *

*

+ * For more information on the syntax for startTime when using + * an API command or the Command Line Interface, see Timestamp. + *

+ *

* Constraints:
* Length: 1 - 64
*/ @@ -52,6 +58,12 @@ public class SchedulingConfig implements Serializable { * YYYY-MM-DD for the date and HH:MM for the time. *

*

+ * For more information on the syntax for endTime when using an + * API command or the Command Line Interface, see Timestamp. + *

+ *

* Constraints:
* Length: 1 - 64
*/ @@ -88,6 +100,12 @@ public class SchedulingConfig implements Serializable { * startTime is YYYY-MM-DD for the date and HH:MM for the time. *

*

+ * For more information on the syntax for startTime when using + * an API command or the Command Line Interface, see Timestamp. + *

+ *

* Constraints:
* Length: 1 - 64
* @@ -99,6 +117,13 @@ public class SchedulingConfig implements Serializable { * time format for the startTime is YYYY-MM-DD for the * date and HH:MM for the time. *

+ *

+ * For more information on the syntax for startTime + * when using an API command or the Command Line Interface, see Timestamp. + *

*/ public String getStartTime() { return startTime; @@ -113,6 +138,12 @@ public String getStartTime() { * startTime is YYYY-MM-DD for the date and HH:MM for the time. *

*

+ * For more information on the syntax for startTime when using + * an API command or the Command Line Interface, see Timestamp. + *

+ *

* Constraints:
* Length: 1 - 64
* @@ -125,6 +156,13 @@ public String getStartTime() { * startTime is YYYY-MM-DD for the date and HH:MM * for the time. *

+ *

+ * For more information on the syntax for startTime + * when using an API command or the Command Line Interface, see + * Timestamp. + *

*/ public void setStartTime(String startTime) { this.startTime = startTime; @@ -139,6 +177,12 @@ public void setStartTime(String startTime) { * startTime is YYYY-MM-DD for the date and HH:MM for the time. *

*

+ * For more information on the syntax for startTime when using + * an API command or the Command Line Interface, see Timestamp. + *

+ *

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

@@ -154,6 +198,13 @@ public void setStartTime(String startTime) { * startTime is YYYY-MM-DD for the date and HH:MM * for the time. *

+ *

+ * For more information on the syntax for startTime + * when using an API command or the Command Line Interface, see + * Timestamp. + *

* @return A reference to this updated object so that method calls can be * chained together. */ @@ -174,6 +225,12 @@ public SchedulingConfig withStartTime(String startTime) { * YYYY-MM-DD for the date and HH:MM for the time. *

*

+ * For more information on the syntax for endTime when using an + * API command or the Command Line Interface, see Timestamp. + *

+ *

* Constraints:
* Length: 1 - 64
* @@ -188,6 +245,12 @@ public SchedulingConfig withStartTime(String startTime) { * years. The date and time format for the endTime is * YYYY-MM-DD for the date and HH:MM for the time. *

+ *

+ * For more information on the syntax for endTime when + * using an API command or the Command Line Interface, see Timestamp. + *

*/ public String getEndTime() { return endTime; @@ -205,6 +268,12 @@ public String getEndTime() { * YYYY-MM-DD for the date and HH:MM for the time. *

*

+ * For more information on the syntax for endTime when using an + * API command or the Command Line Interface, see Timestamp. + *

+ *

* Constraints:
* Length: 1 - 64
* @@ -220,6 +289,13 @@ public String getEndTime() { * format for the endTime is YYYY-MM-DD for the date * and HH:MM for the time. *

+ *

+ * For more information on the syntax for endTime + * when using an API command or the Command Line Interface, see + * Timestamp. + *

*/ public void setEndTime(String endTime) { this.endTime = endTime; @@ -237,6 +313,12 @@ public void setEndTime(String endTime) { * YYYY-MM-DD for the date and HH:MM for the time. *

*

+ * For more information on the syntax for endTime when using an + * API command or the Command Line Interface, see Timestamp. + *

+ *

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

@@ -255,6 +337,13 @@ public void setEndTime(String endTime) { * format for the endTime is YYYY-MM-DD for the date * and HH:MM for the time. *

+ *

+ * For more information on the syntax for endTime + * when using an API command or the Command Line Interface, see + * Timestamp. + *

* @return A reference to this updated object so that method calls can be * chained together. */ diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SearchIndexRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SearchIndexRequest.java index 39cd4788c63..6d510b7f5ec 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SearchIndexRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SearchIndexRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -64,11 +64,16 @@ public class SearchIndexRequest extends AmazonWebServiceRequest implements Seria /** *

- * The maximum number of results to return at one time. + * The maximum number of results to return per page at one time. This + * maximum number cannot exceed 100. The response might contain fewer + * results but will never contain more. You can use nextToken to retrieve the next set of results until + * nextToken returns NULL. *

*

* Constraints:
- * Range: 1 - 500
+ * Range: 1 -
*/ private Integer maxResults; @@ -261,14 +266,24 @@ public SearchIndexRequest withNextToken(String nextToken) { /** *

- * The maximum number of results to return at one time. + * The maximum number of results to return per page at one time. This + * maximum number cannot exceed 100. The response might contain fewer + * results but will never contain more. You can use nextToken to retrieve the next set of results until + * nextToken returns NULL. *

*

* Constraints:
- * Range: 1 - 500
+ * Range: 1 -
* * @return

- * The maximum number of results to return at one time. + * The maximum number of results to return per page at one time. + * This maximum number cannot exceed 100. The response might contain + * fewer results but will never contain more. You can use nextToken to retrieve the next set of results + * until nextToken returns NULL. *

*/ public Integer getMaxResults() { @@ -277,14 +292,26 @@ public Integer getMaxResults() { /** *

- * The maximum number of results to return at one time. + * The maximum number of results to return per page at one time. This + * maximum number cannot exceed 100. The response might contain fewer + * results but will never contain more. You can use nextToken to retrieve the next set of results until + * nextToken returns NULL. *

*

* Constraints:
- * Range: 1 - 500
+ * Range: 1 -
* * @param maxResults

- * The maximum number of results to return at one time. + * The maximum number of results to return per page at one time. + * This maximum number cannot exceed 100. The response might + * contain fewer results but will never contain more. You can use + * nextToken to retrieve the next set of + * results until nextToken returns NULL + * . *

*/ public void setMaxResults(Integer maxResults) { @@ -293,17 +320,29 @@ public void setMaxResults(Integer maxResults) { /** *

- * The maximum number of results to return at one time. + * The maximum number of results to return per page at one time. This + * maximum number cannot exceed 100. The response might contain fewer + * results but will never contain more. You can use nextToken to retrieve the next set of results until + * nextToken returns NULL. *

*

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

* Constraints:
- * Range: 1 - 500
+ * Range: 1 -
* * @param maxResults

- * The maximum number of results to return at one time. + * The maximum number of results to return per page at one time. + * This maximum number cannot exceed 100. The response might + * contain fewer results but will never contain more. You can use + * nextToken to retrieve the next set of + * results until nextToken returns NULL + * . *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SearchIndexResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SearchIndexResult.java index 651e71728b8..1b660ed845d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SearchIndexResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SearchIndexResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SecurityProfileIdentifier.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SecurityProfileIdentifier.java index e1a3ba60030..0da138f165e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SecurityProfileIdentifier.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SecurityProfileIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SecurityProfileTarget.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SecurityProfileTarget.java index 76d10225950..7679bfe91d2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SecurityProfileTarget.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SecurityProfileTarget.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SecurityProfileTargetMapping.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SecurityProfileTargetMapping.java index 0045baa2445..7b273462fbd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SecurityProfileTargetMapping.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SecurityProfileTargetMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateConfig.java new file mode 100644 index 00000000000..956a0a66a25 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateConfig.java @@ -0,0 +1,205 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model; + +import java.io.Serializable; + +/** + *

+ * The server certificate configuration. + *

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

+ * A Boolean value that indicates whether Online Certificate Status Protocol + * (OCSP) server certificate check is enabled or not. + *

+ *

+ * For more information, see Configuring OCSP server-certificate stapling in domain configuration + * from Amazon Web Services IoT Core Developer Guide. + *

+ */ + private Boolean enableOCSPCheck; + + /** + *

+ * A Boolean value that indicates whether Online Certificate Status Protocol + * (OCSP) server certificate check is enabled or not. + *

+ *

+ * For more information, see Configuring OCSP server-certificate stapling in domain configuration + * from Amazon Web Services IoT Core Developer Guide. + *

+ * + * @return

+ * A Boolean value that indicates whether Online Certificate Status + * Protocol (OCSP) server certificate check is enabled or not. + *

+ *

+ * For more information, see Configuring OCSP server-certificate stapling in domain + * configuration from Amazon Web Services IoT Core Developer + * Guide. + *

+ */ + public Boolean isEnableOCSPCheck() { + return enableOCSPCheck; + } + + /** + *

+ * A Boolean value that indicates whether Online Certificate Status Protocol + * (OCSP) server certificate check is enabled or not. + *

+ *

+ * For more information, see Configuring OCSP server-certificate stapling in domain configuration + * from Amazon Web Services IoT Core Developer Guide. + *

+ * + * @return

+ * A Boolean value that indicates whether Online Certificate Status + * Protocol (OCSP) server certificate check is enabled or not. + *

+ *

+ * For more information, see Configuring OCSP server-certificate stapling in domain + * configuration from Amazon Web Services IoT Core Developer + * Guide. + *

+ */ + public Boolean getEnableOCSPCheck() { + return enableOCSPCheck; + } + + /** + *

+ * A Boolean value that indicates whether Online Certificate Status Protocol + * (OCSP) server certificate check is enabled or not. + *

+ *

+ * For more information, see Configuring OCSP server-certificate stapling in domain configuration + * from Amazon Web Services IoT Core Developer Guide. + *

+ * + * @param enableOCSPCheck

+ * A Boolean value that indicates whether Online Certificate + * Status Protocol (OCSP) server certificate check is enabled or + * not. + *

+ *

+ * For more information, see Configuring OCSP server-certificate stapling in domain + * configuration from Amazon Web Services IoT Core Developer + * Guide. + *

+ */ + public void setEnableOCSPCheck(Boolean enableOCSPCheck) { + this.enableOCSPCheck = enableOCSPCheck; + } + + /** + *

+ * A Boolean value that indicates whether Online Certificate Status Protocol + * (OCSP) server certificate check is enabled or not. + *

+ *

+ * For more information, see Configuring OCSP server-certificate stapling in domain configuration + * from Amazon Web Services IoT Core Developer Guide. + *

+ *

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

+ * A Boolean value that indicates whether Online Certificate + * Status Protocol (OCSP) server certificate check is enabled or + * not. + *

+ *

+ * For more information, see Configuring OCSP server-certificate stapling in domain + * configuration from Amazon Web Services IoT Core Developer + * Guide. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public ServerCertificateConfig withEnableOCSPCheck(Boolean enableOCSPCheck) { + this.enableOCSPCheck = enableOCSPCheck; + 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 (getEnableOCSPCheck() != null) + sb.append("enableOCSPCheck: " + getEnableOCSPCheck()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime * hashCode + + ((getEnableOCSPCheck() == null) ? 0 : getEnableOCSPCheck().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof ServerCertificateConfig == false) + return false; + ServerCertificateConfig other = (ServerCertificateConfig) obj; + + if (other.getEnableOCSPCheck() == null ^ this.getEnableOCSPCheck() == null) + return false; + if (other.getEnableOCSPCheck() != null + && other.getEnableOCSPCheck().equals(this.getEnableOCSPCheck()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateStatus.java index 682a470c622..7c6aad5e01c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateSummary.java index c7a0c98fc1d..2c08dd55774 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceQuotaExceededException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceQuotaExceededException.java index 837d2524613..08b49924ffa 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceQuotaExceededException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceQuotaExceededException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceType.java index 073736dc47b..044debd083f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceUnavailableException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceUnavailableException.java index 44646e28b04..3e74a82ebd3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceUnavailableException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceUnavailableException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerRequest.java index 51ad616ac1e..4463bc39115 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerResult.java index 4be330db1e1..b2a9b41de36 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultPolicyVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultPolicyVersionRequest.java index 2d33a2d9b5d..5c16588e3c7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultPolicyVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultPolicyVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetLoggingOptionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetLoggingOptionsRequest.java index 73fb5273cf8..a1b987441b0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetLoggingOptionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetLoggingOptionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingLevelRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingLevelRequest.java index 40508f804f8..d60fb01d58e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingLevelRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingLevelRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingOptionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingOptionsRequest.java index ee3668e9b61..decdc3d985c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingOptionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingOptionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigV4Authorization.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigV4Authorization.java index b714f8dda89..7ecd23d43c9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigV4Authorization.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigV4Authorization.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigningProfileParameter.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigningProfileParameter.java index fead89e4cb7..e75fe162c63 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigningProfileParameter.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigningProfileParameter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SnsAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SnsAction.java index 4fd8d711d28..ae14cdc2650 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SnsAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SnsAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqlParseException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqlParseException.java index 2b948e39673..8e7873e3fec 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqlParseException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqlParseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqsAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqsAction.java index 1ac8dc6cd4b..1edc8d0a64b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqsAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqsAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskRequest.java index b3b6efcf7a7..9420243f854 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskResult.java index bb73e14ac00..5ceda151a92 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskRequest.java index d4f71e8c4d2..a1a17dd9d76 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskResult.java index 9a0b078dfb6..2eb0b0aa207 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskRequest.java index ae15b00d9db..501cf340f89 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskResult.java index 70a97ba9554..e7e4953c711 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartSigningJobParameter.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartSigningJobParameter.java index 49a54c29472..5eba40c4551 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartSigningJobParameter.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartSigningJobParameter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskRequest.java index 1081379f376..d9e43597bc4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskResult.java index bb67f3cc3b1..f87b497de54 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StatisticalThreshold.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StatisticalThreshold.java index 74bef6ff0c5..fcd5684af6e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StatisticalThreshold.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StatisticalThreshold.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Statistics.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Statistics.java index db3137093f9..ddb8d119039 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Statistics.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Statistics.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Status.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Status.java index 143617488ef..2ee28e224f4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Status.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Status.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StepFunctionsAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StepFunctionsAction.java index 28699619d19..d15bb39db7c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StepFunctionsAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StepFunctionsAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskRequest.java index 8172e16b3ad..26ea7d976d4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskResult.java index 13a5c6f2837..55b88662c4c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Stream.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Stream.java index 9e533df64f7..77092eb07d2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Stream.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Stream.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamFile.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamFile.java index ce8f4c1cdad..241745b8126 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamFile.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamInfo.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamInfo.java index aead3431450..b1227185c5b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamInfo.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamSummary.java index 68970942b94..000a1a13e89 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Tag.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Tag.java index 2e858eb08c0..2180d070f6f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Tag.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/TagResourceRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TagResourceRequest.java index 7e1053fc261..19faefc9eef 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TagResourceRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/TagResourceResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TagResourceResult.java index 32cb10ef7e8..ec4ec914b77 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TagResourceResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/TargetFieldOrder.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TargetFieldOrder.java new file mode 100644 index 00000000000..f8581a0c4d8 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TargetFieldOrder.java @@ -0,0 +1,62 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model; + +import java.util.HashMap; +import java.util.Map; + +/** + * Target Field Order + */ +public enum TargetFieldOrder { + + LatLon("LatLon"), + LonLat("LonLat"); + + private String value; + + private TargetFieldOrder(String value) { + this.value = value; + } + + @Override + public String toString() { + return value; + } + + private static final Map enumMap; + static { + enumMap = new HashMap(); + enumMap.put("LatLon", LatLon); + enumMap.put("LonLat", LonLat); + } + + /** + * Use this in place of valueOf. + * + * @param value real value + * @return TargetFieldOrder corresponding to the value + */ + public static TargetFieldOrder 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-iot/src/main/java/com/amazonaws/services/iot/model/TargetSelection.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TargetSelection.java index 46e2ba808b1..c9c9fe69183 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TargetSelection.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TargetSelection.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TaskAlreadyExistsException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TaskAlreadyExistsException.java index 1e8e614eb8d..2f7d05323fd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TaskAlreadyExistsException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TaskAlreadyExistsException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TaskStatistics.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TaskStatistics.java index 83d244d1bb4..25ed3e62237 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TaskStatistics.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TaskStatistics.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TaskStatisticsForAuditCheck.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TaskStatisticsForAuditCheck.java index 9fad3e199bf..ec1715dfa23 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TaskStatisticsForAuditCheck.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TaskStatisticsForAuditCheck.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TemplateType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TemplateType.java index b12c3920c57..c5335b0d0fc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TemplateType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TemplateType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TermsAggregation.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TermsAggregation.java index a06439ec52d..d652797b5d2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TermsAggregation.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TermsAggregation.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TestAuthorizationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TestAuthorizationRequest.java index 66dae449fd9..c52ec444fe9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TestAuthorizationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TestAuthorizationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TestAuthorizationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TestAuthorizationResult.java index 2594416b44a..82ad0fc3d5a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TestAuthorizationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TestAuthorizationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TestInvokeAuthorizerRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TestInvokeAuthorizerRequest.java index 1ad8a7287a4..816211819a7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TestInvokeAuthorizerRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TestInvokeAuthorizerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TestInvokeAuthorizerResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TestInvokeAuthorizerResult.java index f509e48c6dd..1c45e263014 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TestInvokeAuthorizerResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TestInvokeAuthorizerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingAttribute.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingAttribute.java index 03b001a3b1e..7cf91df20d9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingAttribute.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingConnectivity.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingConnectivity.java index 9784be40168..b3295a6ad30 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingConnectivity.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingConnectivity.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingConnectivityIndexingMode.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingConnectivityIndexingMode.java index 8e883998638..3af26243d64 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingConnectivityIndexingMode.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingConnectivityIndexingMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingDocument.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingDocument.java index 3e6b43d4ecc..e245f17fbc8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingDocument.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingGroupDocument.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingGroupDocument.java index 00a9f137141..d00e0fb3605 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingGroupDocument.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingGroupDocument.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingGroupIndexingConfiguration.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingGroupIndexingConfiguration.java index d15d77ca49e..b261e601d46 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingGroupIndexingConfiguration.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingGroupIndexingConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -42,6 +42,11 @@ public class ThingGroupIndexingConfiguration implements Serializable { * >Managed fields in the Amazon Web Services IoT Core Developer * Guide. *

+ * + *

+ * You can't modify managed fields by updating fleet indexing configuration. + *

+ *
*/ private java.util.List managedFields; @@ -164,6 +169,11 @@ public ThingGroupIndexingConfiguration withThingGroupIndexingMode( * >Managed fields in the Amazon Web Services IoT Core Developer * Guide. *

+ * + *

+ * You can't modify managed fields by updating fleet indexing configuration. + *

+ *
* * @return

* Contains fields that are indexed and whose types are already @@ -173,6 +183,12 @@ public ThingGroupIndexingConfiguration withThingGroupIndexingMode( * >Managed fields in the Amazon Web Services IoT Core * Developer Guide. *

+ * + *

+ * You can't modify managed fields by updating fleet indexing + * configuration. + *

+ *
*/ public java.util.List getManagedFields() { return managedFields; @@ -187,6 +203,11 @@ public java.util.List getManagedFields() { * >Managed fields in the Amazon Web Services IoT Core Developer * Guide. *

+ * + *

+ * You can't modify managed fields by updating fleet indexing configuration. + *

+ *
* * @param managedFields

* Contains fields that are indexed and whose types are already @@ -196,6 +217,12 @@ public java.util.List getManagedFields() { * >Managed fields in the Amazon Web Services IoT Core * Developer Guide. *

+ * + *

+ * You can't modify managed fields by updating fleet indexing + * configuration. + *

+ *
*/ public void setManagedFields(java.util.Collection managedFields) { if (managedFields == null) { @@ -215,6 +242,11 @@ public void setManagedFields(java.util.Collection managedFields) { * >Managed fields in the Amazon Web Services IoT Core Developer * Guide. *

+ * + *

+ * You can't modify managed fields by updating fleet indexing configuration. + *

+ *
*

* Returns a reference to this object so that method calls can be chained * together. @@ -227,6 +259,12 @@ public void setManagedFields(java.util.Collection managedFields) { * >Managed fields in the Amazon Web Services IoT Core * Developer Guide. *

+ * + *

+ * You can't modify managed fields by updating fleet indexing + * configuration. + *

+ *
* @return A reference to this updated object so that method calls can be * chained together. */ @@ -249,6 +287,11 @@ public ThingGroupIndexingConfiguration withManagedFields(Field... managedFields) * >Managed fields in the Amazon Web Services IoT Core Developer * Guide. *

+ * + *

+ * You can't modify managed fields by updating fleet indexing configuration. + *

+ *
*

* Returns a reference to this object so that method calls can be chained * together. @@ -261,6 +304,12 @@ public ThingGroupIndexingConfiguration withManagedFields(Field... managedFields) * >Managed fields in the Amazon Web Services IoT Core * Developer Guide. *

+ * + *

+ * You can't modify managed fields by updating fleet indexing + * configuration. + *

+ *
* @return A reference to this updated object so that method calls can be * chained together. */ diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingGroupIndexingMode.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingGroupIndexingMode.java index 66463c4eb1a..ed2d060384d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingGroupIndexingMode.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingGroupIndexingMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingGroupMetadata.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingGroupMetadata.java index d06ce3fc752..32501a3cea4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingGroupMetadata.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingGroupMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingGroupProperties.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingGroupProperties.java index 417f41666ff..93f7f0efe35 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingGroupProperties.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingGroupProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingIndexingConfiguration.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingIndexingConfiguration.java index b4a304557aa..626170cb883 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingIndexingConfiguration.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingIndexingConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -135,8 +135,17 @@ public class ThingIndexingConfiguration implements Serializable { /** *

* Contains fields that are indexed and whose types are already known by the - * Fleet Indexing service. + * Fleet Indexing service. This is an optional field. For more information, + * see Managed fields in the Amazon Web Services IoT Core Developer + * Guide. *

+ * + *

+ * You can't modify managed fields by updating fleet indexing configuration. + *

+ *
*/ private java.util.List managedFields; @@ -149,12 +158,36 @@ public class ThingIndexingConfiguration implements Serializable { /** *

- * Provides additional filters for specific data sources. Named shadow is - * the only data source that currently supports and requires a filter. To - * add named shadows to your fleet indexing configuration, set - * namedShadowIndexingMode to be ON and specify - * your shadow names in filter. + * Provides additional selections for named shadows and geolocation data. + *

+ *

+ * To add named shadows to your fleet indexing configuration, set + * namedShadowIndexingMode to be ON and specify your shadow + * names in namedShadowNames filter. *

+ *

+ * To add geolocation data to your fleet indexing configuration: + *

+ *
    + *
  • + *

    + * If you store geolocation data in a class/unnamed shadow, set + * thingIndexingMode to be REGISTRY_AND_SHADOW and + * specify your geolocation data in geoLocations filter. + *

    + *
  • + *
  • + *

    + * If you store geolocation data in a named shadow, set + * namedShadowIndexingMode to be ON, add the + * shadow name in namedShadowNames filter, and specify your + * geolocation data in geoLocations filter. For more + * information, see Managing fleet indexing. + *

    + *
  • + *
*/ private IndexingFilter filter; @@ -1245,13 +1278,32 @@ public ThingIndexingConfiguration withNamedShadowIndexingMode( /** *

* Contains fields that are indexed and whose types are already known by the - * Fleet Indexing service. + * Fleet Indexing service. This is an optional field. For more information, + * see Managed fields in the Amazon Web Services IoT Core Developer + * Guide. + *

+ * + *

+ * You can't modify managed fields by updating fleet indexing configuration. *

+ *
* * @return

* Contains fields that are indexed and whose types are already - * known by the Fleet Indexing service. + * known by the Fleet Indexing service. This is an optional field. + * For more information, see Managed fields in the Amazon Web Services IoT Core + * Developer Guide. *

+ * + *

+ * You can't modify managed fields by updating fleet indexing + * configuration. + *

+ *
*/ public java.util.List getManagedFields() { return managedFields; @@ -1260,13 +1312,32 @@ public java.util.List getManagedFields() { /** *

* Contains fields that are indexed and whose types are already known by the - * Fleet Indexing service. + * Fleet Indexing service. This is an optional field. For more information, + * see Managed fields in the Amazon Web Services IoT Core Developer + * Guide. + *

+ * + *

+ * You can't modify managed fields by updating fleet indexing configuration. *

+ *
* * @param managedFields

* Contains fields that are indexed and whose types are already - * known by the Fleet Indexing service. + * known by the Fleet Indexing service. This is an optional + * field. For more information, see Managed fields in the Amazon Web Services IoT Core + * Developer Guide. *

+ * + *

+ * You can't modify managed fields by updating fleet indexing + * configuration. + *

+ *
*/ public void setManagedFields(java.util.Collection managedFields) { if (managedFields == null) { @@ -1280,16 +1351,35 @@ public void setManagedFields(java.util.Collection managedFields) { /** *

* Contains fields that are indexed and whose types are already known by the - * Fleet Indexing service. + * Fleet Indexing service. This is an optional field. For more information, + * see Managed fields in the Amazon Web Services IoT Core Developer + * Guide. + *

+ * + *

+ * You can't modify managed fields by updating fleet indexing configuration. *

+ *
*

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

* Contains fields that are indexed and whose types are already - * known by the Fleet Indexing service. + * known by the Fleet Indexing service. This is an optional + * field. For more information, see Managed fields in the Amazon Web Services IoT Core + * Developer Guide. *

+ * + *

+ * You can't modify managed fields by updating fleet indexing + * configuration. + *

+ *
* @return A reference to this updated object so that method calls can be * chained together. */ @@ -1306,16 +1396,35 @@ public ThingIndexingConfiguration withManagedFields(Field... managedFields) { /** *

* Contains fields that are indexed and whose types are already known by the - * Fleet Indexing service. + * Fleet Indexing service. This is an optional field. For more information, + * see Managed fields in the Amazon Web Services IoT Core Developer + * Guide. + *

+ * + *

+ * You can't modify managed fields by updating fleet indexing configuration. *

+ *
*

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

* Contains fields that are indexed and whose types are already - * known by the Fleet Indexing service. + * known by the Fleet Indexing service. This is an optional + * field. For more information, see Managed fields in the Amazon Web Services IoT Core + * Developer Guide. + *

+ * + *

+ * You can't modify managed fields by updating fleet indexing + * configuration. *

+ *
* @return A reference to this updated object so that method calls can be * chained together. */ @@ -1400,21 +1509,70 @@ public ThingIndexingConfiguration withCustomFields(java.util.Collection c /** *

- * Provides additional filters for specific data sources. Named shadow is - * the only data source that currently supports and requires a filter. To - * add named shadows to your fleet indexing configuration, set - * namedShadowIndexingMode to be ON and specify - * your shadow names in filter. + * Provides additional selections for named shadows and geolocation data. + *

+ *

+ * To add named shadows to your fleet indexing configuration, set + * namedShadowIndexingMode to be ON and specify your shadow + * names in namedShadowNames filter. + *

+ *

+ * To add geolocation data to your fleet indexing configuration: + *

+ *
    + *
  • + *

    + * If you store geolocation data in a class/unnamed shadow, set + * thingIndexingMode to be REGISTRY_AND_SHADOW and + * specify your geolocation data in geoLocations filter. + *

    + *
  • + *
  • + *

    + * If you store geolocation data in a named shadow, set + * namedShadowIndexingMode to be ON, add the + * shadow name in namedShadowNames filter, and specify your + * geolocation data in geoLocations filter. For more + * information, see Managing fleet indexing. *

    + *
  • + *
* * @return

- * Provides additional filters for specific data sources. Named - * shadow is the only data source that currently supports and - * requires a filter. To add named shadows to your fleet indexing - * configuration, set namedShadowIndexingMode to be - * ON and specify your shadow names in - * filter. + * Provides additional selections for named shadows and geolocation + * data. + *

+ *

+ * To add named shadows to your fleet indexing configuration, set + * namedShadowIndexingMode to be ON and specify your + * shadow names in namedShadowNames filter. + *

+ *

+ * To add geolocation data to your fleet indexing configuration: + *

+ *
    + *
  • + *

    + * If you store geolocation data in a class/unnamed shadow, set + * thingIndexingMode to be + * REGISTRY_AND_SHADOW and specify your geolocation + * data in geoLocations filter. + *

    + *
  • + *
  • + *

    + * If you store geolocation data in a named shadow, set + * namedShadowIndexingMode to be ON, add + * the shadow name in namedShadowNames filter, and + * specify your geolocation data in geoLocations + * filter. For more information, see Managing fleet indexing. *

    + *
  • + *
*/ public IndexingFilter getFilter() { return filter; @@ -1422,21 +1580,70 @@ public IndexingFilter getFilter() { /** *

- * Provides additional filters for specific data sources. Named shadow is - * the only data source that currently supports and requires a filter. To - * add named shadows to your fleet indexing configuration, set - * namedShadowIndexingMode to be ON and specify - * your shadow names in filter. + * Provides additional selections for named shadows and geolocation data. + *

+ *

+ * To add named shadows to your fleet indexing configuration, set + * namedShadowIndexingMode to be ON and specify your shadow + * names in namedShadowNames filter. *

+ *

+ * To add geolocation data to your fleet indexing configuration: + *

+ *
    + *
  • + *

    + * If you store geolocation data in a class/unnamed shadow, set + * thingIndexingMode to be REGISTRY_AND_SHADOW and + * specify your geolocation data in geoLocations filter. + *

    + *
  • + *
  • + *

    + * If you store geolocation data in a named shadow, set + * namedShadowIndexingMode to be ON, add the + * shadow name in namedShadowNames filter, and specify your + * geolocation data in geoLocations filter. For more + * information, see Managing fleet indexing. + *

    + *
  • + *
* * @param filter

- * Provides additional filters for specific data sources. Named - * shadow is the only data source that currently supports and - * requires a filter. To add named shadows to your fleet indexing - * configuration, set namedShadowIndexingMode to be - * ON and specify your shadow names in - * filter. + * Provides additional selections for named shadows and + * geolocation data. + *

+ *

+ * To add named shadows to your fleet indexing configuration, set + * namedShadowIndexingMode to be ON and specify your + * shadow names in namedShadowNames filter. + *

+ *

+ * To add geolocation data to your fleet indexing configuration: + *

+ *
    + *
  • + *

    + * If you store geolocation data in a class/unnamed shadow, set + * thingIndexingMode to be + * REGISTRY_AND_SHADOW and specify your geolocation + * data in geoLocations filter. *

    + *
  • + *
  • + *

    + * If you store geolocation data in a named shadow, set + * namedShadowIndexingMode to be ON, + * add the shadow name in namedShadowNames filter, + * and specify your geolocation data in geoLocations + * filter. For more information, see Managing fleet indexing. + *

    + *
  • + *
*/ public void setFilter(IndexingFilter filter) { this.filter = filter; @@ -1444,24 +1651,73 @@ public void setFilter(IndexingFilter filter) { /** *

- * Provides additional filters for specific data sources. Named shadow is - * the only data source that currently supports and requires a filter. To - * add named shadows to your fleet indexing configuration, set - * namedShadowIndexingMode to be ON and specify - * your shadow names in filter. + * Provides additional selections for named shadows and geolocation data. + *

+ *

+ * To add named shadows to your fleet indexing configuration, set + * namedShadowIndexingMode to be ON and specify your shadow + * names in namedShadowNames filter. + *

+ *

+ * To add geolocation data to your fleet indexing configuration: *

+ *
    + *
  • + *

    + * If you store geolocation data in a class/unnamed shadow, set + * thingIndexingMode to be REGISTRY_AND_SHADOW and + * specify your geolocation data in geoLocations filter. + *

    + *
  • + *
  • + *

    + * If you store geolocation data in a named shadow, set + * namedShadowIndexingMode to be ON, add the + * shadow name in namedShadowNames filter, and specify your + * geolocation data in geoLocations filter. For more + * information, see Managing fleet indexing. + *

    + *
  • + *
*

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

- * Provides additional filters for specific data sources. Named - * shadow is the only data source that currently supports and - * requires a filter. To add named shadows to your fleet indexing - * configuration, set namedShadowIndexingMode to be - * ON and specify your shadow names in - * filter. + * Provides additional selections for named shadows and + * geolocation data. *

+ *

+ * To add named shadows to your fleet indexing configuration, set + * namedShadowIndexingMode to be ON and specify your + * shadow names in namedShadowNames filter. + *

+ *

+ * To add geolocation data to your fleet indexing configuration: + *

+ *
    + *
  • + *

    + * If you store geolocation data in a class/unnamed shadow, set + * thingIndexingMode to be + * REGISTRY_AND_SHADOW and specify your geolocation + * data in geoLocations filter. + *

    + *
  • + *
  • + *

    + * If you store geolocation data in a named shadow, set + * namedShadowIndexingMode to be ON, + * add the shadow name in namedShadowNames filter, + * and specify your geolocation data in geoLocations + * filter. For more information, see Managing fleet indexing. + *

    + *
  • + *
* @return A reference to this updated object so that method calls can be * chained together. */ diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingIndexingMode.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingIndexingMode.java index 2c1073620ed..3be6c1dadbe 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingIndexingMode.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingIndexingMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingTypeDefinition.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingTypeDefinition.java index daf2969017a..cf77f7c3b87 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingTypeDefinition.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingTypeDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingTypeMetadata.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingTypeMetadata.java index 2a95e4c36e9..964e2aa3c5d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingTypeMetadata.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingTypeMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingTypeProperties.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingTypeProperties.java index b005ed77135..23c0c9d5d71 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingTypeProperties.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThingTypeProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThrottlingException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThrottlingException.java index c3f72b80732..6105530b44a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThrottlingException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ThrottlingException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TimeoutConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TimeoutConfig.java index 199485e51a2..2c7690d0c2e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TimeoutConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TimeoutConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TimestreamAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TimestreamAction.java index efb9c4bc10f..84cdd50104b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TimestreamAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TimestreamAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TimestreamDimension.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TimestreamDimension.java index 4fb55af3f90..55644c3fdb4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TimestreamDimension.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TimestreamDimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TimestreamTimestamp.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TimestreamTimestamp.java index 82a5e1f8238..6cbe2f832b1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TimestreamTimestamp.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TimestreamTimestamp.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TlsConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TlsConfig.java index 9f21ec4deae..9373c6817d7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TlsConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TlsConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TlsContext.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TlsContext.java index 0a6ecb0831e..fe5147a614f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TlsContext.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TlsContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRule.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRule.java index 7d2bea38241..df20fef6d95 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRule.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRuleDestination.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRuleDestination.java index 877346b9a49..c7f21ce68ee 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRuleDestination.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRuleDestination.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRuleDestinationConfiguration.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRuleDestinationConfiguration.java index e00483728d7..f21eece51b7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRuleDestinationConfiguration.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRuleDestinationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRuleDestinationStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRuleDestinationStatus.java index 55b15a1f176..413b5fdc7e3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRuleDestinationStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRuleDestinationStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRuleDestinationSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRuleDestinationSummary.java index 5b5d5db2b1c..6c244a80662 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRuleDestinationSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRuleDestinationSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRuleListItem.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRuleListItem.java index 5d430132c76..8d8023ce076 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRuleListItem.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRuleListItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRulePayload.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRulePayload.java index b45fc114be1..86405412cb9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRulePayload.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TopicRulePayload.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TransferAlreadyCompletedException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TransferAlreadyCompletedException.java index cf86e6e6d30..bca6e4ef063 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TransferAlreadyCompletedException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TransferAlreadyCompletedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TransferCertificateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TransferCertificateRequest.java index 30c28f42856..cbd4b29adfa 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TransferCertificateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TransferCertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TransferCertificateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TransferCertificateResult.java index 1a68026adc7..289e0d10a7f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TransferCertificateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TransferCertificateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TransferConflictException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TransferConflictException.java index 8006ae28437..704e283e2c3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TransferConflictException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TransferConflictException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TransferData.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TransferData.java index ffcd7f005a5..6266fc434f0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TransferData.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TransferData.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UnauthorizedException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UnauthorizedException.java index e228659aa32..a8693061215 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UnauthorizedException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UnauthorizedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UntagResourceRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UntagResourceRequest.java index 68f5d23ed06..a946339bb1b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UntagResourceRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/UntagResourceResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UntagResourceResult.java index 47fa91036c8..d88c24a3b00 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UntagResourceResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAccountAuditConfigurationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAccountAuditConfigurationRequest.java index 68ebcdeed05..af9fcac4b07 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAccountAuditConfigurationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAccountAuditConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAccountAuditConfigurationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAccountAuditConfigurationResult.java index 8b5b1de5826..6106b467f07 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAccountAuditConfigurationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAccountAuditConfigurationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAuditSuppressionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAuditSuppressionRequest.java index add659ee87b..c2e8fb3f219 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAuditSuppressionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAuditSuppressionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAuditSuppressionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAuditSuppressionResult.java index 06f0ac3fb51..4ba45a4d16f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAuditSuppressionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAuditSuppressionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAuthorizerRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAuthorizerRequest.java index 9b6bd518e08..7fce7daf301 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAuthorizerRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAuthorizerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAuthorizerResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAuthorizerResult.java index f0845ca54b1..eafc1590c5e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAuthorizerResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateAuthorizerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateBillingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateBillingGroupRequest.java index ced11601bfc..0ade6df174f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateBillingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateBillingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateBillingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateBillingGroupResult.java index 5c73c72800d..cf493b0ad84 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateBillingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateBillingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCACertificateParams.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCACertificateParams.java index 40232d39440..e593504e110 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCACertificateParams.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCACertificateParams.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCACertificateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCACertificateRequest.java index 200ca3e4720..db4a2ea7194 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCACertificateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCACertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCertificateProviderRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCertificateProviderRequest.java new file mode 100644 index 00000000000..a9393615e34 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCertificateProviderRequest.java @@ -0,0 +1,347 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model; + +import java.io.Serializable; + +import com.amazonaws.AmazonWebServiceRequest; + +/** + *

+ * Updates a certificate provider. + *

+ *

+ * Requires permission to access the UpdateCertificateProvider action. + *

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

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ */ + private String certificateProviderName; + + /** + *

+ * The Lambda function ARN that's associated with the certificate provider. + *

+ *

+ * Constraints:
+ * Length: - 2048
+ * Pattern: [\s\S]*
+ */ + private String lambdaFunctionArn; + + /** + *

+ * A list of the operations that the certificate provider will use to + * generate certificates. Valid value: CreateCertificateFromCsr + * . + *

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

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @return

+ * The name of the certificate provider. + *

+ */ + public String getCertificateProviderName() { + return certificateProviderName; + } + + /** + *

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @param certificateProviderName

+ * The name of the certificate provider. + *

+ */ + public void setCertificateProviderName(String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + } + + /** + *

+ * The name of the certificate provider. + *

+ *

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

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @param certificateProviderName

+ * The name of the certificate provider. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public UpdateCertificateProviderRequest withCertificateProviderName( + String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + return this; + } + + /** + *

+ * The Lambda function ARN that's associated with the certificate provider. + *

+ *

+ * Constraints:
+ * Length: - 2048
+ * Pattern: [\s\S]*
+ * + * @return

+ * The Lambda function ARN that's associated with the certificate + * provider. + *

+ */ + public String getLambdaFunctionArn() { + return lambdaFunctionArn; + } + + /** + *

+ * The Lambda function ARN that's associated with the certificate provider. + *

+ *

+ * Constraints:
+ * Length: - 2048
+ * Pattern: [\s\S]*
+ * + * @param lambdaFunctionArn

+ * The Lambda function ARN that's associated with the certificate + * provider. + *

+ */ + public void setLambdaFunctionArn(String lambdaFunctionArn) { + this.lambdaFunctionArn = lambdaFunctionArn; + } + + /** + *

+ * The Lambda function ARN that's associated with the certificate provider. + *

+ *

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

+ * Constraints:
+ * Length: - 2048
+ * Pattern: [\s\S]*
+ * + * @param lambdaFunctionArn

+ * The Lambda function ARN that's associated with the certificate + * provider. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public UpdateCertificateProviderRequest withLambdaFunctionArn(String lambdaFunctionArn) { + this.lambdaFunctionArn = lambdaFunctionArn; + return this; + } + + /** + *

+ * A list of the operations that the certificate provider will use to + * generate certificates. Valid value: CreateCertificateFromCsr + * . + *

+ * + * @return

+ * A list of the operations that the certificate provider will use + * to generate certificates. Valid value: + * CreateCertificateFromCsr. + *

+ */ + public java.util.List getAccountDefaultForOperations() { + return accountDefaultForOperations; + } + + /** + *

+ * A list of the operations that the certificate provider will use to + * generate certificates. Valid value: CreateCertificateFromCsr + * . + *

+ * + * @param accountDefaultForOperations

+ * A list of the operations that the certificate provider will + * use to generate certificates. Valid value: + * CreateCertificateFromCsr. + *

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

+ * A list of the operations that the certificate provider will use to + * generate certificates. Valid value: CreateCertificateFromCsr + * . + *

+ *

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

+ * A list of the operations that the certificate provider will + * use to generate certificates. Valid value: + * CreateCertificateFromCsr. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public UpdateCertificateProviderRequest withAccountDefaultForOperations( + String... accountDefaultForOperations) { + if (getAccountDefaultForOperations() == null) { + this.accountDefaultForOperations = new java.util.ArrayList( + accountDefaultForOperations.length); + } + for (String value : accountDefaultForOperations) { + this.accountDefaultForOperations.add(value); + } + return this; + } + + /** + *

+ * A list of the operations that the certificate provider will use to + * generate certificates. Valid value: CreateCertificateFromCsr + * . + *

+ *

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

+ * A list of the operations that the certificate provider will + * use to generate certificates. Valid value: + * CreateCertificateFromCsr. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public UpdateCertificateProviderRequest withAccountDefaultForOperations( + java.util.Collection accountDefaultForOperations) { + setAccountDefaultForOperations(accountDefaultForOperations); + 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 (getCertificateProviderName() != null) + sb.append("certificateProviderName: " + getCertificateProviderName() + ","); + if (getLambdaFunctionArn() != null) + sb.append("lambdaFunctionArn: " + getLambdaFunctionArn() + ","); + if (getAccountDefaultForOperations() != null) + sb.append("accountDefaultForOperations: " + getAccountDefaultForOperations()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime + * hashCode + + ((getCertificateProviderName() == null) ? 0 : getCertificateProviderName() + .hashCode()); + hashCode = prime * hashCode + + ((getLambdaFunctionArn() == null) ? 0 : getLambdaFunctionArn().hashCode()); + hashCode = prime + * hashCode + + ((getAccountDefaultForOperations() == null) ? 0 + : getAccountDefaultForOperations().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof UpdateCertificateProviderRequest == false) + return false; + UpdateCertificateProviderRequest other = (UpdateCertificateProviderRequest) obj; + + if (other.getCertificateProviderName() == null ^ this.getCertificateProviderName() == null) + return false; + if (other.getCertificateProviderName() != null + && other.getCertificateProviderName().equals(this.getCertificateProviderName()) == false) + return false; + if (other.getLambdaFunctionArn() == null ^ this.getLambdaFunctionArn() == null) + return false; + if (other.getLambdaFunctionArn() != null + && other.getLambdaFunctionArn().equals(this.getLambdaFunctionArn()) == false) + return false; + if (other.getAccountDefaultForOperations() == null + ^ this.getAccountDefaultForOperations() == null) + return false; + if (other.getAccountDefaultForOperations() != null + && other.getAccountDefaultForOperations().equals( + this.getAccountDefaultForOperations()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCertificateProviderResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCertificateProviderResult.java new file mode 100644 index 00000000000..975d4952eae --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCertificateProviderResult.java @@ -0,0 +1,212 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model; + +import java.io.Serializable; + +public class UpdateCertificateProviderResult implements Serializable { + /** + *

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ */ + private String certificateProviderName; + + /** + *

+ * The ARN of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: - 2048
+ */ + private String certificateProviderArn; + + /** + *

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @return

+ * The name of the certificate provider. + *

+ */ + public String getCertificateProviderName() { + return certificateProviderName; + } + + /** + *

+ * The name of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @param certificateProviderName

+ * The name of the certificate provider. + *

+ */ + public void setCertificateProviderName(String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + } + + /** + *

+ * The name of the certificate provider. + *

+ *

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

+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ * + * @param certificateProviderName

+ * The name of the certificate provider. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public UpdateCertificateProviderResult withCertificateProviderName( + String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + return this; + } + + /** + *

+ * The ARN of the certificate provider. + *

+ *

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

+ * The ARN of the certificate provider. + *

+ */ + public String getCertificateProviderArn() { + return certificateProviderArn; + } + + /** + *

+ * The ARN of the certificate provider. + *

+ *

+ * Constraints:
+ * Length: - 2048
+ * + * @param certificateProviderArn

+ * The ARN of the certificate provider. + *

+ */ + public void setCertificateProviderArn(String certificateProviderArn) { + this.certificateProviderArn = certificateProviderArn; + } + + /** + *

+ * The ARN of the certificate provider. + *

+ *

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

+ * Constraints:
+ * Length: - 2048
+ * + * @param certificateProviderArn

+ * The ARN of the certificate provider. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public UpdateCertificateProviderResult withCertificateProviderArn(String certificateProviderArn) { + this.certificateProviderArn = certificateProviderArn; + 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 (getCertificateProviderName() != null) + sb.append("certificateProviderName: " + getCertificateProviderName() + ","); + if (getCertificateProviderArn() != null) + sb.append("certificateProviderArn: " + getCertificateProviderArn()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime + * hashCode + + ((getCertificateProviderName() == null) ? 0 : getCertificateProviderName() + .hashCode()); + hashCode = prime + * hashCode + + ((getCertificateProviderArn() == null) ? 0 : getCertificateProviderArn() + .hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof UpdateCertificateProviderResult == false) + return false; + UpdateCertificateProviderResult other = (UpdateCertificateProviderResult) obj; + + if (other.getCertificateProviderName() == null ^ this.getCertificateProviderName() == null) + return false; + if (other.getCertificateProviderName() != null + && other.getCertificateProviderName().equals(this.getCertificateProviderName()) == false) + return false; + if (other.getCertificateProviderArn() == null ^ this.getCertificateProviderArn() == null) + return false; + if (other.getCertificateProviderArn() != null + && other.getCertificateProviderArn().equals(this.getCertificateProviderArn()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCertificateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCertificateRequest.java index c166653b13a..f051b77d429 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCertificateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricRequest.java index 080a4a12731..b277309f92c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricResult.java index b6f567e8624..de7ab74db90 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDeviceCertificateParams.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDeviceCertificateParams.java index 0fe1fcc200f..721f23acd5d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDeviceCertificateParams.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDeviceCertificateParams.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionRequest.java index c344996cf42..05e30f4a6f0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionResult.java index cb2cca3f741..082a32eb95e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationRequest.java index 1192b06c173..3b58d81d7e7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -74,6 +74,13 @@ public class UpdateDomainConfigurationRequest extends AmazonWebServiceRequest im */ private TlsConfig tlsConfig; + /** + *

+ * The server certificate configuration. + *

+ */ + private ServerCertificateConfig serverCertificateConfig; + /** *

* The name of the domain configuration to be updated. @@ -386,6 +393,52 @@ public UpdateDomainConfigurationRequest withTlsConfig(TlsConfig tlsConfig) { return this; } + /** + *

+ * The server certificate configuration. + *

+ * + * @return

+ * The server certificate configuration. + *

+ */ + public ServerCertificateConfig getServerCertificateConfig() { + return serverCertificateConfig; + } + + /** + *

+ * The server certificate configuration. + *

+ * + * @param serverCertificateConfig

+ * The server certificate configuration. + *

+ */ + public void setServerCertificateConfig(ServerCertificateConfig serverCertificateConfig) { + this.serverCertificateConfig = serverCertificateConfig; + } + + /** + *

+ * The server certificate configuration. + *

+ *

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

+ * The server certificate configuration. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public UpdateDomainConfigurationRequest withServerCertificateConfig( + ServerCertificateConfig serverCertificateConfig) { + this.serverCertificateConfig = serverCertificateConfig; + return this; + } + /** * Returns a string representation of this object; useful for testing and * debugging. @@ -406,7 +459,9 @@ public String toString() { if (getRemoveAuthorizerConfig() != null) sb.append("removeAuthorizerConfig: " + getRemoveAuthorizerConfig() + ","); if (getTlsConfig() != null) - sb.append("tlsConfig: " + getTlsConfig()); + sb.append("tlsConfig: " + getTlsConfig() + ","); + if (getServerCertificateConfig() != null) + sb.append("serverCertificateConfig: " + getServerCertificateConfig()); sb.append("}"); return sb.toString(); } @@ -431,6 +486,10 @@ public int hashCode() { + ((getRemoveAuthorizerConfig() == null) ? 0 : getRemoveAuthorizerConfig() .hashCode()); hashCode = prime * hashCode + ((getTlsConfig() == null) ? 0 : getTlsConfig().hashCode()); + hashCode = prime + * hashCode + + ((getServerCertificateConfig() == null) ? 0 : getServerCertificateConfig() + .hashCode()); return hashCode; } @@ -471,6 +530,11 @@ public boolean equals(Object obj) { if (other.getTlsConfig() != null && other.getTlsConfig().equals(this.getTlsConfig()) == false) return false; + if (other.getServerCertificateConfig() == null ^ this.getServerCertificateConfig() == null) + return false; + if (other.getServerCertificateConfig() != null + && other.getServerCertificateConfig().equals(this.getServerCertificateConfig()) == false) + return false; return true; } } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationResult.java index 1847f370360..7fc0b59cc0f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupRequest.java index be51ab59a20..b50cc5557db 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupResult.java index 33bbff259d3..c076fe7863b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsRequest.java index 5557a058bab..0cb43079cc3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsResult.java index 8084870aba2..398b1318cea 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateFleetMetricRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateFleetMetricRequest.java index c8552e42f79..b74f8a9d278 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateFleetMetricRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateFleetMetricRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationRequest.java index 8833e8b03e9..af7c50d9d11 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationResult.java index cf9560f21f2..46628b4e37a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateJobRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateJobRequest.java index 25c3d83776d..e4bd62979ab 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateJobRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -98,7 +98,10 @@ public class UpdateJobRequest extends AmazonWebServiceRequest implements Seriali *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -449,7 +452,10 @@ public UpdateJobRequest withTimeoutConfig(TimeoutConfig timeoutConfig) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -470,7 +476,10 @@ public UpdateJobRequest withTimeoutConfig(TimeoutConfig timeoutConfig) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*/ @@ -492,7 +501,10 @@ public String getNamespaceId() { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -513,7 +525,10 @@ public String getNamespaceId() { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*/ @@ -535,7 +550,10 @@ public void setNamespaceId(String namespaceId) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT Greengrass + * at this time. For more information, see Setting up IoT Greengrass core devices. *

*
*

@@ -559,7 +577,10 @@ public void setNamespaceId(String namespaceId) { *

* *

- * The namespaceId feature is in public preview. + * The namespaceId feature is only supported by IoT + * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. *

*
* @return A reference to this updated object so that method calls can be diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateMitigationActionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateMitigationActionRequest.java index 2c1753f0ab0..0b7c67196b9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateMitigationActionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateMitigationActionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateMitigationActionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateMitigationActionResult.java index c6ceee40d70..851f77c7f65 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateMitigationActionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateMitigationActionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageConfigurationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageConfigurationRequest.java index c9a154160f3..2577c82e7f9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageConfigurationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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,7 +21,7 @@ /** *

- * Updates the package configuration. + * Updates the software package configuration. *

*

* Requires permission to access the - * Updates the supported fields for a specific package. + * Updates the supported fields for a specific software package. *

*

* Requires permission to access the - * The name of the target package. + * The name of the target software package. *

*

* Constraints:
@@ -99,7 +99,7 @@ public class UpdatePackageRequest extends AmazonWebServiceRequest implements Ser /** *

- * The name of the target package. + * The name of the target software package. *

*

* Constraints:
@@ -107,7 +107,7 @@ public class UpdatePackageRequest extends AmazonWebServiceRequest implements Ser * Pattern: [a-zA-Z0-9-_.]+
* * @return

- * The name of the target package. + * The name of the target software package. *

*/ public String getPackageName() { @@ -116,7 +116,7 @@ public String getPackageName() { /** *

- * The name of the target package. + * The name of the target software package. *

*

* Constraints:
@@ -124,7 +124,7 @@ public String getPackageName() { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name of the target package. + * The name of the target software package. *

*/ public void setPackageName(String packageName) { @@ -133,7 +133,7 @@ public void setPackageName(String packageName) { /** *

- * The name of the target package. + * The name of the target software package. *

*

* Returns a reference to this object so that method calls can be chained @@ -144,7 +144,7 @@ public void setPackageName(String packageName) { * Pattern: [a-zA-Z0-9-_.]+
* * @param packageName

- * The name of the target package. + * The name of the target software package. *

* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageResult.java index 5c3a6ec3b82..62cf3e1055c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageVersionRequest.java index d5ea55804cb..6d532b80b4f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -68,8 +68,8 @@ public class UpdatePackageVersionRequest extends AmazonWebServiceRequest impleme /** *

* Metadata that can be used to define a package version’s configuration. - * For example, the S3 file location, configuration options that are being - * sent to the device or fleet. + * For example, the Amazon S3 file location, configuration options that are + * being sent to the device or fleet. *

*

* Note: Attributes can be updated only when the package version is @@ -282,8 +282,8 @@ public UpdatePackageVersionRequest withDescription(String description) { /** *

* Metadata that can be used to define a package version’s configuration. - * For example, the S3 file location, configuration options that are being - * sent to the device or fleet. + * For example, the Amazon S3 file location, configuration options that are + * being sent to the device or fleet. *

*

* Note: Attributes can be updated only when the package version is @@ -296,8 +296,8 @@ public UpdatePackageVersionRequest withDescription(String description) { * * @return

* Metadata that can be used to define a package version’s - * configuration. For example, the S3 file location, configuration - * options that are being sent to the device or fleet. + * configuration. For example, the Amazon S3 file location, + * configuration options that are being sent to the device or fleet. *

*

* Note: Attributes can be updated only when the package @@ -315,8 +315,8 @@ public java.util.Map getAttributes() { /** *

* Metadata that can be used to define a package version’s configuration. - * For example, the S3 file location, configuration options that are being - * sent to the device or fleet. + * For example, the Amazon S3 file location, configuration options that are + * being sent to the device or fleet. *

*

* Note: Attributes can be updated only when the package version is @@ -329,7 +329,7 @@ public java.util.Map getAttributes() { * * @param attributes

* Metadata that can be used to define a package version’s - * configuration. For example, the S3 file location, + * configuration. For example, the Amazon S3 file location, * configuration options that are being sent to the device or * fleet. *

@@ -349,8 +349,8 @@ public void setAttributes(java.util.Map attributes) { /** *

* Metadata that can be used to define a package version’s configuration. - * For example, the S3 file location, configuration options that are being - * sent to the device or fleet. + * For example, the Amazon S3 file location, configuration options that are + * being sent to the device or fleet. *

*

* Note: Attributes can be updated only when the package version is @@ -366,7 +366,7 @@ public void setAttributes(java.util.Map attributes) { * * @param attributes

* Metadata that can be used to define a package version’s - * configuration. For example, the S3 file location, + * configuration. For example, the Amazon S3 file location, * configuration options that are being sent to the device or * fleet. *

@@ -389,8 +389,8 @@ public UpdatePackageVersionRequest withAttributes(java.util.Map /** *

* Metadata that can be used to define a package version’s configuration. - * For example, the S3 file location, configuration options that are being - * sent to the device or fleet. + * For example, the Amazon S3 file location, configuration options that are + * being sent to the device or fleet. *

*

* Note: Attributes can be updated only when the package version is diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageVersionResult.java index b7b66308423..67389c025c9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateRequest.java index ecb534bbd64..0769b48b58f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateResult.java index f3c1b59d506..69f2b6600ba 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasRequest.java index 5c0ec0c14e9..6c7eed7bc74 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasResult.java index 8e47d38ee7f..282f9e817a1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditRequest.java index 1589d031154..c8f23b42a31 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditResult.java index 44285c593ee..6d806d56da4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateSecurityProfileRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateSecurityProfileRequest.java index f5cee9928a3..a0a19559184 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateSecurityProfileRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateSecurityProfileRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -129,6 +129,20 @@ public class UpdateSecurityProfileRequest extends AmazonWebServiceRequest implem */ private Long expectedVersion; + /** + *

+ * Specifies the MQTT topic and role ARN required for metric export. + *

+ */ + private MetricsExportConfig metricsExportConfig; + + /** + *

+ * Set the value as true to delete metrics export related configurations. + *

+ */ + private Boolean deleteMetricsExportConfig; + /** *

* The name of the security profile you want to update. @@ -953,6 +967,117 @@ public UpdateSecurityProfileRequest withExpectedVersion(Long expectedVersion) { return this; } + /** + *

+ * Specifies the MQTT topic and role ARN required for metric export. + *

+ * + * @return

+ * Specifies the MQTT topic and role ARN required for metric export. + *

+ */ + public MetricsExportConfig getMetricsExportConfig() { + return metricsExportConfig; + } + + /** + *

+ * Specifies the MQTT topic and role ARN required for metric export. + *

+ * + * @param metricsExportConfig

+ * Specifies the MQTT topic and role ARN required for metric + * export. + *

+ */ + public void setMetricsExportConfig(MetricsExportConfig metricsExportConfig) { + this.metricsExportConfig = metricsExportConfig; + } + + /** + *

+ * Specifies the MQTT topic and role ARN required for metric export. + *

+ *

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

+ * Specifies the MQTT topic and role ARN required for metric + * export. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public UpdateSecurityProfileRequest withMetricsExportConfig( + MetricsExportConfig metricsExportConfig) { + this.metricsExportConfig = metricsExportConfig; + return this; + } + + /** + *

+ * Set the value as true to delete metrics export related configurations. + *

+ * + * @return

+ * Set the value as true to delete metrics export related + * configurations. + *

+ */ + public Boolean isDeleteMetricsExportConfig() { + return deleteMetricsExportConfig; + } + + /** + *

+ * Set the value as true to delete metrics export related configurations. + *

+ * + * @return

+ * Set the value as true to delete metrics export related + * configurations. + *

+ */ + public Boolean getDeleteMetricsExportConfig() { + return deleteMetricsExportConfig; + } + + /** + *

+ * Set the value as true to delete metrics export related configurations. + *

+ * + * @param deleteMetricsExportConfig

+ * Set the value as true to delete metrics export related + * configurations. + *

+ */ + public void setDeleteMetricsExportConfig(Boolean deleteMetricsExportConfig) { + this.deleteMetricsExportConfig = deleteMetricsExportConfig; + } + + /** + *

+ * Set the value as true to delete metrics export related configurations. + *

+ *

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

+ * Set the value as true to delete metrics export related + * configurations. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public UpdateSecurityProfileRequest withDeleteMetricsExportConfig( + Boolean deleteMetricsExportConfig) { + this.deleteMetricsExportConfig = deleteMetricsExportConfig; + return this; + } + /** * Returns a string representation of this object; useful for testing and * debugging. @@ -984,7 +1109,11 @@ public String toString() { sb.append("deleteAdditionalMetricsToRetain: " + getDeleteAdditionalMetricsToRetain() + ","); if (getExpectedVersion() != null) - sb.append("expectedVersion: " + getExpectedVersion()); + sb.append("expectedVersion: " + getExpectedVersion() + ","); + if (getMetricsExportConfig() != null) + sb.append("metricsExportConfig: " + getMetricsExportConfig() + ","); + if (getDeleteMetricsExportConfig() != null) + sb.append("deleteMetricsExportConfig: " + getDeleteMetricsExportConfig()); sb.append("}"); return sb.toString(); } @@ -1021,6 +1150,12 @@ public int hashCode() { : getDeleteAdditionalMetricsToRetain().hashCode()); hashCode = prime * hashCode + ((getExpectedVersion() == null) ? 0 : getExpectedVersion().hashCode()); + hashCode = prime * hashCode + + ((getMetricsExportConfig() == null) ? 0 : getMetricsExportConfig().hashCode()); + hashCode = prime + * hashCode + + ((getDeleteMetricsExportConfig() == null) ? 0 : getDeleteMetricsExportConfig() + .hashCode()); return hashCode; } @@ -1092,6 +1227,17 @@ public boolean equals(Object obj) { if (other.getExpectedVersion() != null && other.getExpectedVersion().equals(this.getExpectedVersion()) == false) return false; + if (other.getMetricsExportConfig() == null ^ this.getMetricsExportConfig() == null) + return false; + if (other.getMetricsExportConfig() != null + && other.getMetricsExportConfig().equals(this.getMetricsExportConfig()) == false) + return false; + if (other.getDeleteMetricsExportConfig() == null + ^ this.getDeleteMetricsExportConfig() == null) + return false; + if (other.getDeleteMetricsExportConfig() != null + && other.getDeleteMetricsExportConfig().equals(this.getDeleteMetricsExportConfig()) == false) + return false; return true; } } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateSecurityProfileResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateSecurityProfileResult.java index 659ea3cc483..3eccfe29af4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateSecurityProfileResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateSecurityProfileResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -108,6 +108,13 @@ public class UpdateSecurityProfileResult implements Serializable { */ private java.util.Date lastModifiedDate; + /** + *

+ * Specifies the MQTT topic and role ARN required for metric export. + *

+ */ + private MetricsExportConfig metricsExportConfig; + /** *

* The name of the security profile that was updated. @@ -818,6 +825,54 @@ public UpdateSecurityProfileResult withLastModifiedDate(java.util.Date lastModif return this; } + /** + *

+ * Specifies the MQTT topic and role ARN required for metric export. + *

+ * + * @return

+ * Specifies the MQTT topic and role ARN required for metric export. + *

+ */ + public MetricsExportConfig getMetricsExportConfig() { + return metricsExportConfig; + } + + /** + *

+ * Specifies the MQTT topic and role ARN required for metric export. + *

+ * + * @param metricsExportConfig

+ * Specifies the MQTT topic and role ARN required for metric + * export. + *

+ */ + public void setMetricsExportConfig(MetricsExportConfig metricsExportConfig) { + this.metricsExportConfig = metricsExportConfig; + } + + /** + *

+ * Specifies the MQTT topic and role ARN required for metric export. + *

+ *

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

+ * Specifies the MQTT topic and role ARN required for metric + * export. + *

+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public UpdateSecurityProfileResult withMetricsExportConfig( + MetricsExportConfig metricsExportConfig) { + this.metricsExportConfig = metricsExportConfig; + return this; + } + /** * Returns a string representation of this object; useful for testing and * debugging. @@ -848,7 +903,9 @@ public String toString() { if (getCreationDate() != null) sb.append("creationDate: " + getCreationDate() + ","); if (getLastModifiedDate() != null) - sb.append("lastModifiedDate: " + getLastModifiedDate()); + sb.append("lastModifiedDate: " + getLastModifiedDate() + ","); + if (getMetricsExportConfig() != null) + sb.append("metricsExportConfig: " + getMetricsExportConfig()); sb.append("}"); return sb.toString(); } @@ -882,6 +939,8 @@ public int hashCode() { + ((getCreationDate() == null) ? 0 : getCreationDate().hashCode()); hashCode = prime * hashCode + ((getLastModifiedDate() == null) ? 0 : getLastModifiedDate().hashCode()); + hashCode = prime * hashCode + + ((getMetricsExportConfig() == null) ? 0 : getMetricsExportConfig().hashCode()); return hashCode; } @@ -950,6 +1009,11 @@ public boolean equals(Object obj) { if (other.getLastModifiedDate() != null && other.getLastModifiedDate().equals(this.getLastModifiedDate()) == false) return false; + if (other.getMetricsExportConfig() == null ^ this.getMetricsExportConfig() == null) + return false; + if (other.getMetricsExportConfig() != null + && other.getMetricsExportConfig().equals(this.getMetricsExportConfig()) == false) + return false; return true; } } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateStreamRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateStreamRequest.java index fe985cf1a26..d15e148b455 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateStreamRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateStreamRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateStreamResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateStreamResult.java index 8da2167b180..5452ab64d01 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateStreamResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateStreamResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingGroupRequest.java index b00d92bac12..081fe64fb92 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingGroupResult.java index 5e3625c91a8..726bdace6d0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingGroupsForThingRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingGroupsForThingRequest.java index 45993a83758..e8d3ce90dc1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingGroupsForThingRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingGroupsForThingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingGroupsForThingResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingGroupsForThingResult.java index f2431ad9228..f5c11d816da 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingGroupsForThingResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingGroupsForThingResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingRequest.java index bacccce028b..13cde2cb8e3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingResult.java index 0ce58b34c45..aac5ef35be5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateThingResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateTopicRuleDestinationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateTopicRuleDestinationRequest.java index 7ea60299d68..e2673839336 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateTopicRuleDestinationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateTopicRuleDestinationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateTopicRuleDestinationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateTopicRuleDestinationResult.java index e1606c2adf8..77d5ab3960a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateTopicRuleDestinationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateTopicRuleDestinationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UserProperty.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UserProperty.java index fa513098127..356e6843a97 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UserProperty.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UserProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ValidateSecurityProfileBehaviorsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ValidateSecurityProfileBehaviorsRequest.java index 91799044b4c..139b1b0b808 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ValidateSecurityProfileBehaviorsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ValidateSecurityProfileBehaviorsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ValidateSecurityProfileBehaviorsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ValidateSecurityProfileBehaviorsResult.java index eac7d703f02..def66b7f5b4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ValidateSecurityProfileBehaviorsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ValidateSecurityProfileBehaviorsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ValidationError.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ValidationError.java index e025df608d5..89ca3ea8c82 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ValidationError.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ValidationError.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ValidationException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ValidationException.java index 6f73742f07d..c6e638922ca 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ValidationException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ValidationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VerificationState.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VerificationState.java index 995b51096ba..2919beba374 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VerificationState.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VerificationState.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VersionConflictException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VersionConflictException.java index 7d87524a691..c7e471b28be 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VersionConflictException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VersionConflictException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VersionUpdateByJobsConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VersionUpdateByJobsConfig.java index 185bd4d3f02..79688824ce2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VersionUpdateByJobsConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VersionUpdateByJobsConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VersionsLimitExceededException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VersionsLimitExceededException.java index 4cac49432a9..5a8b2d1d8eb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VersionsLimitExceededException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VersionsLimitExceededException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ViolationEvent.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ViolationEvent.java index 3363654fb28..d555f2793b8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ViolationEvent.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ViolationEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ViolationEventAdditionalInfo.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ViolationEventAdditionalInfo.java index fbb2c7d57a7..6ed2a786d4a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ViolationEventAdditionalInfo.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ViolationEventAdditionalInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ViolationEventOccurrenceRange.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ViolationEventOccurrenceRange.java index f69e160add2..27ddd0141a2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ViolationEventOccurrenceRange.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ViolationEventOccurrenceRange.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ViolationEventType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ViolationEventType.java index 434b9d6bfb0..0f57e9987f1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ViolationEventType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ViolationEventType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VpcDestinationConfiguration.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VpcDestinationConfiguration.java index be2578e5d2c..7e5e0dbe9dd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VpcDestinationConfiguration.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VpcDestinationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VpcDestinationProperties.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VpcDestinationProperties.java index 57b12e9d1de..fe77c71baae 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VpcDestinationProperties.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VpcDestinationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VpcDestinationSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VpcDestinationSummary.java index e4df306238d..233f5ec67da 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VpcDestinationSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/VpcDestinationSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AbortConfigJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AbortConfigJsonMarshaller.java index f13d8c2bf7e..cc6265549fe 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AbortConfigJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AbortConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AbortConfigJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AbortConfigJsonUnmarshaller.java index a4b424206bc..d88dd8ac64b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AbortConfigJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AbortConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AbortCriteriaJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AbortCriteriaJsonMarshaller.java index d5ea4c6a8a9..3912658af3e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AbortCriteriaJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AbortCriteriaJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AbortCriteriaJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AbortCriteriaJsonUnmarshaller.java index b4bcd44c7b2..a9e773ea3b6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AbortCriteriaJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AbortCriteriaJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AcceptCertificateTransferRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AcceptCertificateTransferRequestMarshaller.java index 4ec7c8b1f6b..f9915a056cd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AcceptCertificateTransferRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AcceptCertificateTransferRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ActionJsonMarshaller.java index 84f3622e547..5bfc4d464dd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ActionJsonUnmarshaller.java index f8abf352632..b2902a2e92d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ActiveViolationJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ActiveViolationJsonMarshaller.java index 3791d4be9d7..3d9292126b8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ActiveViolationJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ActiveViolationJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ActiveViolationJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ActiveViolationJsonUnmarshaller.java index 2500b343a8c..40373d4499f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ActiveViolationJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ActiveViolationJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingToBillingGroupRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingToBillingGroupRequestMarshaller.java index 7273b54037c..bb40a9532a0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingToBillingGroupRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingToBillingGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingToBillingGroupResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingToBillingGroupResultJsonUnmarshaller.java index 0419ae1a96c..0d87e497ed3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingToBillingGroupResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingToBillingGroupResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingToThingGroupRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingToThingGroupRequestMarshaller.java index 873fd0b16c7..7a050f2ed9c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingToThingGroupRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingToThingGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingToThingGroupResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingToThingGroupResultJsonUnmarshaller.java index ab9690e8b26..30e607bdb4b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingToThingGroupResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingToThingGroupResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingsToThingGroupParamsJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingsToThingGroupParamsJsonMarshaller.java index e74c5ecfac4..f681a4dd15f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingsToThingGroupParamsJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingsToThingGroupParamsJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingsToThingGroupParamsJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingsToThingGroupParamsJsonUnmarshaller.java index da4b92e935b..c42a61370b2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingsToThingGroupParamsJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AddThingsToThingGroupParamsJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AggregationTypeJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AggregationTypeJsonMarshaller.java index 594302b8b9a..2e3ddd6bd02 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AggregationTypeJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AggregationTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AggregationTypeJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AggregationTypeJsonUnmarshaller.java index f3dfddc04c0..8d16632808d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AggregationTypeJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AggregationTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AlertTargetJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AlertTargetJsonMarshaller.java index 382654de0b7..762a86bc7b5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AlertTargetJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AlertTargetJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AlertTargetJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AlertTargetJsonUnmarshaller.java index 2d9edb0df6b..2ce3801d3b6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AlertTargetJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AlertTargetJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AllowedJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AllowedJsonMarshaller.java index 22acf5731a2..cbd8bcf8e7e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AllowedJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AllowedJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AllowedJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AllowedJsonUnmarshaller.java index fada94473d4..272324993ae 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AllowedJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AllowedJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyTimestampJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyTimestampJsonMarshaller.java index 1be96954231..ba34f28a1d0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyTimestampJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyTimestampJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyTimestampJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyTimestampJsonUnmarshaller.java index 67e88c8314a..aa9e1247eab 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyTimestampJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyTimestampJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyValueJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyValueJsonMarshaller.java index 0023b4024bf..1194012342e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyValueJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyValueJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyValueJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyValueJsonUnmarshaller.java index a04b2af0f91..af856449dcb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyValueJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyValueJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyVariantJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyVariantJsonMarshaller.java index 958d8a22768..8b5d48c1bf1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyVariantJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyVariantJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyVariantJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyVariantJsonUnmarshaller.java index 7af4fb149ba..113538bea48 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyVariantJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssetPropertyVariantJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssociateTargetsWithJobRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssociateTargetsWithJobRequestMarshaller.java index c3d4ecacab0..848ae7f5ef0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssociateTargetsWithJobRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssociateTargetsWithJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssociateTargetsWithJobResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssociateTargetsWithJobResultJsonUnmarshaller.java index fb38a30ef73..dff1824f02d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssociateTargetsWithJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AssociateTargetsWithJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachPolicyRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachPolicyRequestMarshaller.java index c620c53d51e..e29221f9aad 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachPolicyRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachPolicyRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachPrincipalPolicyRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachPrincipalPolicyRequestMarshaller.java index 178a69c8251..a0137bdfbc0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachPrincipalPolicyRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachPrincipalPolicyRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachSecurityProfileRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachSecurityProfileRequestMarshaller.java index 4b11fb92f35..c8ec81c47bf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachSecurityProfileRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachSecurityProfileRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachSecurityProfileResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachSecurityProfileResultJsonUnmarshaller.java index 520618447a3..0f440a74054 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachSecurityProfileResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachSecurityProfileResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachThingPrincipalRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachThingPrincipalRequestMarshaller.java index 125d979da8f..b15b16f4c2d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachThingPrincipalRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachThingPrincipalRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachThingPrincipalResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachThingPrincipalResultJsonUnmarshaller.java index 280803d4857..d466148ea61 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachThingPrincipalResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttachThingPrincipalResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttributePayloadJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttributePayloadJsonMarshaller.java index ad678a0db97..00550cbf3d6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttributePayloadJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttributePayloadJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttributePayloadJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttributePayloadJsonUnmarshaller.java index 767fbd7ed56..ebb20504052 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttributePayloadJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AttributePayloadJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditCheckConfigurationJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditCheckConfigurationJsonMarshaller.java index 552216af258..b8be29e2264 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditCheckConfigurationJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditCheckConfigurationJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditCheckConfigurationJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditCheckConfigurationJsonUnmarshaller.java index 7477aa08a91..f7fcc640679 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditCheckConfigurationJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditCheckConfigurationJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditCheckDetailsJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditCheckDetailsJsonMarshaller.java index 65ca1c6950a..2854b57fd8f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditCheckDetailsJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditCheckDetailsJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditCheckDetailsJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditCheckDetailsJsonUnmarshaller.java index e199ce45db5..a6fb40dde43 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditCheckDetailsJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditCheckDetailsJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditFindingJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditFindingJsonMarshaller.java index ae293329dbd..85b68b39a75 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditFindingJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditFindingJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditFindingJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditFindingJsonUnmarshaller.java index 6a4df36571c..409edf24140 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditFindingJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditFindingJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionExecutionMetadataJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionExecutionMetadataJsonMarshaller.java index 4813553a5ba..cfb22f0e13f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionExecutionMetadataJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionExecutionMetadataJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionExecutionMetadataJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionExecutionMetadataJsonUnmarshaller.java index a59d09a696e..874b25dadbc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionExecutionMetadataJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionExecutionMetadataJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionsTaskMetadataJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionsTaskMetadataJsonMarshaller.java index f8e7d75ed23..9896939c903 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionsTaskMetadataJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionsTaskMetadataJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionsTaskMetadataJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionsTaskMetadataJsonUnmarshaller.java index 2df469ad8a6..f38f75b4bf6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionsTaskMetadataJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionsTaskMetadataJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionsTaskTargetJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionsTaskTargetJsonMarshaller.java index 849a9d57416..2008d031cc8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionsTaskTargetJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionsTaskTargetJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionsTaskTargetJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionsTaskTargetJsonUnmarshaller.java index 9ead9b14597..8b5163821b6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionsTaskTargetJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditMitigationActionsTaskTargetJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditNotificationTargetJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditNotificationTargetJsonMarshaller.java index ad279b8e204..46b2b268dce 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditNotificationTargetJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditNotificationTargetJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditNotificationTargetJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditNotificationTargetJsonUnmarshaller.java index 0fe655ca8bd..99555d290c1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditNotificationTargetJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditNotificationTargetJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditSuppressionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditSuppressionJsonMarshaller.java index 4aeb20ecd0c..00db0bb2c07 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditSuppressionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditSuppressionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditSuppressionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditSuppressionJsonUnmarshaller.java index e44f76421b0..5331d172ea1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditSuppressionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditSuppressionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditTaskMetadataJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditTaskMetadataJsonMarshaller.java index 9d3b4bd2ec3..3033f07a652 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditTaskMetadataJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditTaskMetadataJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditTaskMetadataJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditTaskMetadataJsonUnmarshaller.java index 41fa6ef151d..0873288d2f5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditTaskMetadataJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuditTaskMetadataJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthInfoJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthInfoJsonMarshaller.java index f0cf0634441..8d03b12957f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthInfoJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthInfoJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthInfoJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthInfoJsonUnmarshaller.java index 26de7946e70..ddb4658078d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthInfoJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthInfoJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthResultJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthResultJsonMarshaller.java index 87e760a7117..d701dc2ebe0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthResultJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthResultJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthResultJsonUnmarshaller.java index 5e0d9784489..18a4d6d95e6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerConfigJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerConfigJsonMarshaller.java index 6354f095b13..b9f9ce7b6bd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerConfigJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerConfigJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerConfigJsonUnmarshaller.java index 2984dd02552..73a5e746172 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerConfigJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerDescriptionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerDescriptionJsonMarshaller.java index 508d1bccd8f..a76715ca4b4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerDescriptionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerDescriptionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerDescriptionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerDescriptionJsonUnmarshaller.java index b55ed24af82..5870b637862 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerDescriptionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerDescriptionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerSummaryJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerSummaryJsonMarshaller.java index c0a93635a97..1fb4c39cf5b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerSummaryJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerSummaryJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerSummaryJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerSummaryJsonUnmarshaller.java index 036cb0a4b0e..6cf479c5fe8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerSummaryJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AuthorizerSummaryJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobAbortConfigJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobAbortConfigJsonMarshaller.java index 44dff418fc2..c37724ac318 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobAbortConfigJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobAbortConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobAbortConfigJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobAbortConfigJsonUnmarshaller.java index 25ba00deef6..24e31ef9908 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobAbortConfigJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobAbortConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobAbortCriteriaJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobAbortCriteriaJsonMarshaller.java index 6de7be3659c..7f099b82b9b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobAbortCriteriaJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobAbortCriteriaJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobAbortCriteriaJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobAbortCriteriaJsonUnmarshaller.java index e4daaf31f66..5ff63b7bad2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobAbortCriteriaJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobAbortCriteriaJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobExecutionsRolloutConfigJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobExecutionsRolloutConfigJsonMarshaller.java index 0c630495e84..30d98fccb77 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobExecutionsRolloutConfigJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobExecutionsRolloutConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobExecutionsRolloutConfigJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobExecutionsRolloutConfigJsonUnmarshaller.java index 4d80c989c5b..fb399d4bdb4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobExecutionsRolloutConfigJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobExecutionsRolloutConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobExponentialRolloutRateJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobExponentialRolloutRateJsonMarshaller.java index ceb2b21dcb9..ed16407de63 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobExponentialRolloutRateJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobExponentialRolloutRateJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobExponentialRolloutRateJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobExponentialRolloutRateJsonUnmarshaller.java index 4896affd6d8..c340b1c9443 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobExponentialRolloutRateJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobExponentialRolloutRateJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobPresignedUrlConfigJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobPresignedUrlConfigJsonMarshaller.java index 6e2eb1408fb..88e357482c9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobPresignedUrlConfigJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobPresignedUrlConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobPresignedUrlConfigJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobPresignedUrlConfigJsonUnmarshaller.java index 9c7eca04cdc..c36a660edc0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobPresignedUrlConfigJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobPresignedUrlConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobRateIncreaseCriteriaJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobRateIncreaseCriteriaJsonMarshaller.java index 86e3bffae44..840a6370cc7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobRateIncreaseCriteriaJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobRateIncreaseCriteriaJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobRateIncreaseCriteriaJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobRateIncreaseCriteriaJsonUnmarshaller.java index 9876f36aa11..7782703b6fe 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobRateIncreaseCriteriaJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobRateIncreaseCriteriaJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobTimeoutConfigJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobTimeoutConfigJsonMarshaller.java index 6e97636762c..70fec4dff9c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobTimeoutConfigJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobTimeoutConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobTimeoutConfigJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobTimeoutConfigJsonUnmarshaller.java index c05bd0dc5bd..2239647f87d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobTimeoutConfigJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/AwsJobTimeoutConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorCriteriaJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorCriteriaJsonMarshaller.java index ab7c2016fe0..4e4867792c2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorCriteriaJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorCriteriaJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorCriteriaJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorCriteriaJsonUnmarshaller.java index 409a6ac7624..6d6e2ac35fb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorCriteriaJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorCriteriaJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorJsonMarshaller.java index 29cf37b3e5a..d1f15ec2045 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -51,6 +51,11 @@ public void marshall(Behavior behavior, AwsJsonWriter jsonWriter) throws Excepti jsonWriter.name("suppressAlerts"); jsonWriter.value(suppressAlerts); } + if (behavior.getExportMetric() != null) { + Boolean exportMetric = behavior.getExportMetric(); + jsonWriter.name("exportMetric"); + jsonWriter.value(exportMetric); + } jsonWriter.endObject(); } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorJsonUnmarshaller.java index 3f9e916b109..62c31cdecab 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -50,6 +50,9 @@ public Behavior unmarshall(JsonUnmarshallerContext context) throws Exception { } else if (name.equals("suppressAlerts")) { behavior.setSuppressAlerts(BooleanJsonUnmarshaller.getInstance() .unmarshall(context)); + } else if (name.equals("exportMetric")) { + behavior.setExportMetric(BooleanJsonUnmarshaller.getInstance() + .unmarshall(context)); } else { reader.skipValue(); } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorModelTrainingSummaryJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorModelTrainingSummaryJsonMarshaller.java index 63c7ce73ae3..9eed1b37437 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorModelTrainingSummaryJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorModelTrainingSummaryJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorModelTrainingSummaryJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorModelTrainingSummaryJsonUnmarshaller.java index 561e79b0ead..2c51a1d60df 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorModelTrainingSummaryJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BehaviorModelTrainingSummaryJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BillingGroupMetadataJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BillingGroupMetadataJsonMarshaller.java index 7be94e1d9ad..aa068e55de6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BillingGroupMetadataJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BillingGroupMetadataJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BillingGroupMetadataJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BillingGroupMetadataJsonUnmarshaller.java index 36f0b6a7176..a9af17f6602 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BillingGroupMetadataJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BillingGroupMetadataJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BillingGroupPropertiesJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BillingGroupPropertiesJsonMarshaller.java index 21f28e28397..9629b410ff8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BillingGroupPropertiesJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BillingGroupPropertiesJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BillingGroupPropertiesJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BillingGroupPropertiesJsonUnmarshaller.java index cf2276bb4d2..9d5c5c86155 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BillingGroupPropertiesJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BillingGroupPropertiesJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BucketJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BucketJsonMarshaller.java index da7517d25fc..231b43d1e65 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BucketJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BucketJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BucketJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BucketJsonUnmarshaller.java index 06c27aa5b6d..63bac2c4ed8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BucketJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BucketJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BucketsAggregationTypeJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BucketsAggregationTypeJsonMarshaller.java index ef9b073661e..daf10ac905e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BucketsAggregationTypeJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BucketsAggregationTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BucketsAggregationTypeJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BucketsAggregationTypeJsonUnmarshaller.java index 378b323af62..85204a371cd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BucketsAggregationTypeJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/BucketsAggregationTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CACertificateDescriptionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CACertificateDescriptionJsonMarshaller.java index 678149d9235..5ca29511178 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CACertificateDescriptionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CACertificateDescriptionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CACertificateDescriptionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CACertificateDescriptionJsonUnmarshaller.java index 6e1d998d20a..14706e9601e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CACertificateDescriptionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CACertificateDescriptionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CACertificateJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CACertificateJsonMarshaller.java index 47e0a0cce02..53385847fe7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CACertificateJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CACertificateJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CACertificateJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CACertificateJsonUnmarshaller.java index bf555c3cb65..cc7394cde18 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CACertificateJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CACertificateJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelAuditMitigationActionsTaskRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelAuditMitigationActionsTaskRequestMarshaller.java index 045b3416a63..94da254209c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelAuditMitigationActionsTaskRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelAuditMitigationActionsTaskRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelAuditMitigationActionsTaskResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelAuditMitigationActionsTaskResultJsonUnmarshaller.java index 46ac4d090cb..a6520d789ce 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelAuditMitigationActionsTaskResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelAuditMitigationActionsTaskResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelAuditTaskRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelAuditTaskRequestMarshaller.java index 4af59bc6722..87c83919c59 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelAuditTaskRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelAuditTaskRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelAuditTaskResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelAuditTaskResultJsonUnmarshaller.java index 90893920ceb..48d1b0fbf51 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelAuditTaskResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelAuditTaskResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelCertificateTransferRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelCertificateTransferRequestMarshaller.java index 2a1b743e596..de5e1ddf4d1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelCertificateTransferRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelCertificateTransferRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelDetectMitigationActionsTaskRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelDetectMitigationActionsTaskRequestMarshaller.java index 88f95eef227..2ed838e4804 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelDetectMitigationActionsTaskRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelDetectMitigationActionsTaskRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelDetectMitigationActionsTaskResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelDetectMitigationActionsTaskResultJsonUnmarshaller.java index 4d58781f55b..2eed5ddc3cb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelDetectMitigationActionsTaskResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelDetectMitigationActionsTaskResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelJobExecutionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelJobExecutionRequestMarshaller.java index 4670595213c..e1b6a0a547f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelJobExecutionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelJobExecutionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelJobRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelJobRequestMarshaller.java index f07eb5ed23f..b8b53f1b49f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelJobRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelJobResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelJobResultJsonUnmarshaller.java index 5de4db03fde..13d10b12431 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CancelJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateConflictExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateConflictExceptionUnmarshaller.java index 47ad182ee47..5af64c5236b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateConflictExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateConflictExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateDescriptionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateDescriptionJsonMarshaller.java index b29533ab28b..feeb1bc9f3a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateDescriptionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateDescriptionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateDescriptionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateDescriptionJsonUnmarshaller.java index 5492b6bdfc6..4ab29e574e7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateDescriptionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateDescriptionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateJsonMarshaller.java index d92f3f907bc..7a6e3682091 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateJsonUnmarshaller.java index 357efa726a1..651e3f37755 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateProviderSummaryJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateProviderSummaryJsonMarshaller.java new file mode 100644 index 00000000000..869325d7147 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateProviderSummaryJsonMarshaller.java @@ -0,0 +1,51 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model.transform; + +import com.amazonaws.services.iot.model.*; +import com.amazonaws.util.DateUtils; +import com.amazonaws.util.json.AwsJsonWriter; + +/** + * JSON marshaller for POJO CertificateProviderSummary + */ +class CertificateProviderSummaryJsonMarshaller { + + public void marshall(CertificateProviderSummary certificateProviderSummary, + AwsJsonWriter jsonWriter) throws Exception { + jsonWriter.beginObject(); + if (certificateProviderSummary.getCertificateProviderName() != null) { + String certificateProviderName = certificateProviderSummary + .getCertificateProviderName(); + jsonWriter.name("certificateProviderName"); + jsonWriter.value(certificateProviderName); + } + if (certificateProviderSummary.getCertificateProviderArn() != null) { + String certificateProviderArn = certificateProviderSummary.getCertificateProviderArn(); + jsonWriter.name("certificateProviderArn"); + jsonWriter.value(certificateProviderArn); + } + jsonWriter.endObject(); + } + + private static CertificateProviderSummaryJsonMarshaller instance; + + public static CertificateProviderSummaryJsonMarshaller getInstance() { + if (instance == null) + instance = new CertificateProviderSummaryJsonMarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateProviderSummaryJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateProviderSummaryJsonUnmarshaller.java new file mode 100644 index 00000000000..9f60945225d --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateProviderSummaryJsonUnmarshaller.java @@ -0,0 +1,62 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model.transform; + +import com.amazonaws.services.iot.model.*; +import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; +import com.amazonaws.transform.*; +import com.amazonaws.util.json.AwsJsonReader; + +/** + * JSON unmarshaller for POJO CertificateProviderSummary + */ +class CertificateProviderSummaryJsonUnmarshaller implements + Unmarshaller { + + public CertificateProviderSummary unmarshall(JsonUnmarshallerContext context) throws Exception { + AwsJsonReader reader = context.getReader(); + if (!reader.isContainer()) { + reader.skipValue(); + return null; + } + CertificateProviderSummary certificateProviderSummary = new CertificateProviderSummary(); + reader.beginObject(); + while (reader.hasNext()) { + String name = reader.nextName(); + if (name.equals("certificateProviderName")) { + certificateProviderSummary.setCertificateProviderName(StringJsonUnmarshaller + .getInstance() + .unmarshall(context)); + } else if (name.equals("certificateProviderArn")) { + certificateProviderSummary.setCertificateProviderArn(StringJsonUnmarshaller + .getInstance() + .unmarshall(context)); + } else { + reader.skipValue(); + } + } + reader.endObject(); + return certificateProviderSummary; + } + + private static CertificateProviderSummaryJsonUnmarshaller instance; + + public static CertificateProviderSummaryJsonUnmarshaller getInstance() { + if (instance == null) + instance = new CertificateProviderSummaryJsonUnmarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateStateExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateStateExceptionUnmarshaller.java index c31068563fa..6b4781256d1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateStateExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateStateExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateValidationExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateValidationExceptionUnmarshaller.java index a777b14b3fe..1c063b50ffc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateValidationExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateValidationExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateValidityJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateValidityJsonMarshaller.java index b00f1e92646..c65baa416e8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateValidityJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateValidityJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateValidityJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateValidityJsonUnmarshaller.java index 7fbfd1c4b6b..d297469d1ff 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateValidityJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CertificateValidityJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ClearDefaultAuthorizerRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ClearDefaultAuthorizerRequestMarshaller.java index 72ce2ce6510..8e3eb30cc65 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ClearDefaultAuthorizerRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ClearDefaultAuthorizerRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ClearDefaultAuthorizerResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ClearDefaultAuthorizerResultJsonUnmarshaller.java index 78d059dcb59..8e358c1e61b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ClearDefaultAuthorizerResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ClearDefaultAuthorizerResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchAlarmActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchAlarmActionJsonMarshaller.java index 7e31c9ff5de..05a69b6c900 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchAlarmActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchAlarmActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchAlarmActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchAlarmActionJsonUnmarshaller.java index 27d78422678..708f5c51359 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchAlarmActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchAlarmActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchLogsActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchLogsActionJsonMarshaller.java index 2a6dfa2cf61..fcfc0aa9191 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchLogsActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchLogsActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchLogsActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchLogsActionJsonUnmarshaller.java index decefc71dc0..5f3a0ab1b49 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchLogsActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchLogsActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchMetricActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchMetricActionJsonMarshaller.java index a007a9dfb3d..8951344323f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchMetricActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchMetricActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchMetricActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchMetricActionJsonUnmarshaller.java index 07c59bc0a05..548bf17968a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchMetricActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CloudwatchMetricActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningCertificateChainJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningCertificateChainJsonMarshaller.java index b1b0c40a12b..407bd1eea1d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningCertificateChainJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningCertificateChainJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningCertificateChainJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningCertificateChainJsonUnmarshaller.java index 743506a3ab1..96df61d8369 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningCertificateChainJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningCertificateChainJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningJsonMarshaller.java index 01c9d8341c8..ba3ef3c18d9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningJsonUnmarshaller.java index 8acce642cf0..7a1e57d36a5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningSignatureJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningSignatureJsonMarshaller.java index 666cbd43e63..3b326659487 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningSignatureJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningSignatureJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningSignatureJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningSignatureJsonUnmarshaller.java index 9272b945c07..54904e97291 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningSignatureJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CodeSigningSignatureJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConfigurationJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConfigurationJsonMarshaller.java index 9cdfdcbeb1b..442465e1150 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConfigurationJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConfigurationJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConfigurationJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConfigurationJsonUnmarshaller.java index 766ca3189b9..a3c11235673 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConfigurationJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConfigurationJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConfirmTopicRuleDestinationRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConfirmTopicRuleDestinationRequestMarshaller.java index c799491823e..2c67e5da931 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConfirmTopicRuleDestinationRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConfirmTopicRuleDestinationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConfirmTopicRuleDestinationResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConfirmTopicRuleDestinationResultJsonUnmarshaller.java index 7436bfbd2f9..7c6fd044333 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConfirmTopicRuleDestinationResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConfirmTopicRuleDestinationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConflictExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConflictExceptionUnmarshaller.java index c5cb37757a1..21a05b94d0f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConflictExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConflictExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConflictingResourceUpdateExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConflictingResourceUpdateExceptionUnmarshaller.java index 861675bd9cd..4c09c276e18 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConflictingResourceUpdateExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ConflictingResourceUpdateExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateAuditSuppressionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateAuditSuppressionRequestMarshaller.java index b518727371e..c16e4f6c247 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateAuditSuppressionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateAuditSuppressionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateAuditSuppressionResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateAuditSuppressionResultJsonUnmarshaller.java index f93fe622cea..cbffc1e482e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateAuditSuppressionResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateAuditSuppressionResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateAuthorizerRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateAuthorizerRequestMarshaller.java index 5ca1d766350..22dc0a3e79b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateAuthorizerRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateAuthorizerRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateAuthorizerResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateAuthorizerResultJsonUnmarshaller.java index 259682126d4..eb9f274673a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateAuthorizerResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateAuthorizerResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateBillingGroupRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateBillingGroupRequestMarshaller.java index 25c2c932e02..b04e9e23526 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateBillingGroupRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateBillingGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateBillingGroupResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateBillingGroupResultJsonUnmarshaller.java index 3001da190b7..cbc9cafecaa 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateBillingGroupResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateBillingGroupResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateCertificateFromCsrRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateCertificateFromCsrRequestMarshaller.java index fa188cb0092..55c4e71d095 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateCertificateFromCsrRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateCertificateFromCsrRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateCertificateFromCsrResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateCertificateFromCsrResultJsonUnmarshaller.java index 5d8a98480c2..f8d825672bf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateCertificateFromCsrResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateCertificateFromCsrResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateCertificateProviderRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateCertificateProviderRequestMarshaller.java new file mode 100644 index 00000000000..e1f0da8ee03 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateCertificateProviderRequestMarshaller.java @@ -0,0 +1,119 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.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.iot.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 CreateCertificateProviderRequest + */ +public class CreateCertificateProviderRequestMarshaller implements + Marshaller, CreateCertificateProviderRequest> { + + public Request marshall( + CreateCertificateProviderRequest createCertificateProviderRequest) { + if (createCertificateProviderRequest == null) { + throw new AmazonClientException( + "Invalid argument passed to marshall(CreateCertificateProviderRequest)"); + } + + Request request = new DefaultRequest( + createCertificateProviderRequest, "AWSIot"); + request.setHttpMethod(HttpMethodName.POST); + + String uriResourcePath = "/certificate-providers/{certificateProviderName}"; + uriResourcePath = uriResourcePath.replace( + "{certificateProviderName}", + (createCertificateProviderRequest.getCertificateProviderName() == null) ? "" + : StringUtils.fromString(createCertificateProviderRequest + .getCertificateProviderName())); + request.setResourcePath(uriResourcePath); + try { + StringWriter stringWriter = new StringWriter(); + AwsJsonWriter jsonWriter = JsonUtils.getJsonWriter(stringWriter); + jsonWriter.beginObject(); + + if (createCertificateProviderRequest.getLambdaFunctionArn() != null) { + String lambdaFunctionArn = createCertificateProviderRequest.getLambdaFunctionArn(); + jsonWriter.name("lambdaFunctionArn"); + jsonWriter.value(lambdaFunctionArn); + } + if (createCertificateProviderRequest.getAccountDefaultForOperations() != null) { + java.util.List accountDefaultForOperations = createCertificateProviderRequest + .getAccountDefaultForOperations(); + jsonWriter.name("accountDefaultForOperations"); + jsonWriter.beginArray(); + for (String accountDefaultForOperationsItem : accountDefaultForOperations) { + if (accountDefaultForOperationsItem != null) { + jsonWriter.value(accountDefaultForOperationsItem); + } + } + jsonWriter.endArray(); + } + if (createCertificateProviderRequest.getClientToken() != null) { + String clientToken = createCertificateProviderRequest.getClientToken(); + jsonWriter.name("clientToken"); + jsonWriter.value(clientToken); + } + if (createCertificateProviderRequest.getTags() != null) { + java.util.List tags = createCertificateProviderRequest.getTags(); + jsonWriter.name("tags"); + jsonWriter.beginArray(); + for (Tag tagsItem : tags) { + if (tagsItem != null) { + TagJsonMarshaller.getInstance().marshall(tagsItem, jsonWriter); + } + } + jsonWriter.endArray(); + } + + 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.0"); + } + + return request; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateCertificateProviderResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateCertificateProviderResultJsonUnmarshaller.java new file mode 100644 index 00000000000..cac420e43c5 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateCertificateProviderResultJsonUnmarshaller.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.iot.model.transform; + +import com.amazonaws.services.iot.model.*; +import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; +import com.amazonaws.transform.*; +import com.amazonaws.util.json.AwsJsonReader; + +/** + * JSON unmarshaller for response CreateCertificateProviderResult + */ +public class CreateCertificateProviderResultJsonUnmarshaller implements + Unmarshaller { + + public CreateCertificateProviderResult unmarshall(JsonUnmarshallerContext context) + throws Exception { + CreateCertificateProviderResult createCertificateProviderResult = new CreateCertificateProviderResult(); + + AwsJsonReader reader = context.getReader(); + reader.beginObject(); + while (reader.hasNext()) { + String name = reader.nextName(); + if (name.equals("certificateProviderName")) { + createCertificateProviderResult.setCertificateProviderName(StringJsonUnmarshaller + .getInstance() + .unmarshall(context)); + } else if (name.equals("certificateProviderArn")) { + createCertificateProviderResult.setCertificateProviderArn(StringJsonUnmarshaller + .getInstance() + .unmarshall(context)); + } else { + reader.skipValue(); + } + } + reader.endObject(); + + return createCertificateProviderResult; + } + + private static CreateCertificateProviderResultJsonUnmarshaller instance; + + public static CreateCertificateProviderResultJsonUnmarshaller getInstance() { + if (instance == null) + instance = new CreateCertificateProviderResultJsonUnmarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateCustomMetricRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateCustomMetricRequestMarshaller.java index eaab21db7a8..a0e25813c67 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateCustomMetricRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateCustomMetricRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateCustomMetricResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateCustomMetricResultJsonUnmarshaller.java index a59b93a18cb..36d0e93b8d6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateCustomMetricResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateCustomMetricResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDimensionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDimensionRequestMarshaller.java index ed3c144d485..19ffe930650 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDimensionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDimensionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDimensionResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDimensionResultJsonUnmarshaller.java index a09f4220e72..476d56b9de7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDimensionResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDimensionResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDomainConfigurationRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDomainConfigurationRequestMarshaller.java index 4edf49930ce..ef85e1e5067 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDomainConfigurationRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDomainConfigurationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -116,6 +116,13 @@ public Request marshall( jsonWriter.name("tlsConfig"); TlsConfigJsonMarshaller.getInstance().marshall(tlsConfig, jsonWriter); } + if (createDomainConfigurationRequest.getServerCertificateConfig() != null) { + ServerCertificateConfig serverCertificateConfig = createDomainConfigurationRequest + .getServerCertificateConfig(); + jsonWriter.name("serverCertificateConfig"); + ServerCertificateConfigJsonMarshaller.getInstance().marshall( + serverCertificateConfig, jsonWriter); + } jsonWriter.endObject(); jsonWriter.close(); diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDomainConfigurationResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDomainConfigurationResultJsonUnmarshaller.java index eca42643a0a..7aca24c9638 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDomainConfigurationResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDomainConfigurationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDynamicThingGroupRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDynamicThingGroupRequestMarshaller.java index d74669481c1..5095fdb1b57 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDynamicThingGroupRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDynamicThingGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDynamicThingGroupResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDynamicThingGroupResultJsonUnmarshaller.java index b4a72d2443c..81bcc9c4b88 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDynamicThingGroupResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateDynamicThingGroupResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateFleetMetricRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateFleetMetricRequestMarshaller.java index 9c3778d4c6f..9fe77ed46d9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateFleetMetricRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateFleetMetricRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateFleetMetricResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateFleetMetricResultJsonUnmarshaller.java index fa0877a3062..5a2e5edf204 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateFleetMetricResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateFleetMetricResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateJobRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateJobRequestMarshaller.java index c00f4765620..e53eb95700b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateJobRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateJobResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateJobResultJsonUnmarshaller.java index c43d263cde4..7ecd1b3e5f6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateJobTemplateRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateJobTemplateRequestMarshaller.java index 7a19fff646c..307c6c841fd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateJobTemplateRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateJobTemplateRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateJobTemplateResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateJobTemplateResultJsonUnmarshaller.java index f3dad2bddf6..25fa120ea24 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateJobTemplateResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateJobTemplateResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateKeysAndCertificateRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateKeysAndCertificateRequestMarshaller.java index 734d516b0de..a1c371f9239 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateKeysAndCertificateRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateKeysAndCertificateRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateKeysAndCertificateResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateKeysAndCertificateResultJsonUnmarshaller.java index 3d0fc5046f0..723c66580dd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateKeysAndCertificateResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateKeysAndCertificateResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateMitigationActionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateMitigationActionRequestMarshaller.java index 9257264f220..9a3cf7c4aa1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateMitigationActionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateMitigationActionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateMitigationActionResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateMitigationActionResultJsonUnmarshaller.java index 020e035d69a..be715991707 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateMitigationActionResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateMitigationActionResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateOTAUpdateRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateOTAUpdateRequestMarshaller.java index 9224a53e095..3b32c59830b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateOTAUpdateRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateOTAUpdateRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateOTAUpdateResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateOTAUpdateResultJsonUnmarshaller.java index 28812ef874d..0474a2a5712 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateOTAUpdateResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateOTAUpdateResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePackageRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePackageRequestMarshaller.java index f0e8fee533a..fb088640fa6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePackageRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePackageRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePackageResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePackageResultJsonUnmarshaller.java index 9059fe05c3d..4612c17c074 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePackageResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePackageResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePackageVersionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePackageVersionRequestMarshaller.java index 0ee9c45a5f5..2b73d6a7241 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePackageVersionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePackageVersionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePackageVersionResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePackageVersionResultJsonUnmarshaller.java index e0c5799fc1b..1b4d1b4f743 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePackageVersionResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePackageVersionResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePolicyRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePolicyRequestMarshaller.java index dc26d9ec0e1..d583778eaad 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePolicyRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePolicyRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePolicyResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePolicyResultJsonUnmarshaller.java index 91b9b19ae0d..cab33c40f57 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePolicyResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePolicyResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePolicyVersionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePolicyVersionRequestMarshaller.java index c9716ff1130..1a0adb0b08f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePolicyVersionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePolicyVersionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePolicyVersionResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePolicyVersionResultJsonUnmarshaller.java index b4b083ecfc4..22744c02455 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePolicyVersionResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreatePolicyVersionResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningClaimRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningClaimRequestMarshaller.java index fc8fe29d21c..bc93abb7b64 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningClaimRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningClaimRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningClaimResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningClaimResultJsonUnmarshaller.java index ad606e0e3fc..7a72b085e94 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningClaimResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningClaimResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningTemplateRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningTemplateRequestMarshaller.java index ad6d833376c..13c25075d75 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningTemplateRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningTemplateRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningTemplateResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningTemplateResultJsonUnmarshaller.java index 4c0aa702002..cffe227bd60 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningTemplateResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningTemplateResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningTemplateVersionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningTemplateVersionRequestMarshaller.java index a9bdc97eabd..ad6dc5cbe35 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningTemplateVersionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningTemplateVersionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningTemplateVersionResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningTemplateVersionResultJsonUnmarshaller.java index 2e1440ea606..77d62135c80 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningTemplateVersionResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateProvisioningTemplateVersionResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateRoleAliasRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateRoleAliasRequestMarshaller.java index b7b82a11950..ede565b2324 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateRoleAliasRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateRoleAliasRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateRoleAliasResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateRoleAliasResultJsonUnmarshaller.java index 8c44a5cb345..6a03d963176 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateRoleAliasResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateRoleAliasResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateScheduledAuditRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateScheduledAuditRequestMarshaller.java index 28ab94468f8..3f99fa4f775 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateScheduledAuditRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateScheduledAuditRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateScheduledAuditResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateScheduledAuditResultJsonUnmarshaller.java index 937fad12ed4..2336d8c5f22 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateScheduledAuditResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateScheduledAuditResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateSecurityProfileRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateSecurityProfileRequestMarshaller.java index 314d2d9e525..db957e90c32 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateSecurityProfileRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateSecurityProfileRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -134,6 +134,13 @@ public Request marshall( } jsonWriter.endArray(); } + if (createSecurityProfileRequest.getMetricsExportConfig() != null) { + MetricsExportConfig metricsExportConfig = createSecurityProfileRequest + .getMetricsExportConfig(); + jsonWriter.name("metricsExportConfig"); + MetricsExportConfigJsonMarshaller.getInstance().marshall(metricsExportConfig, + jsonWriter); + } jsonWriter.endObject(); jsonWriter.close(); diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateSecurityProfileResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateSecurityProfileResultJsonUnmarshaller.java index cbc5693e243..6c0028ff68c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateSecurityProfileResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateSecurityProfileResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateStreamRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateStreamRequestMarshaller.java index b0e6d0de7b7..b1f2fce3988 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateStreamRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateStreamRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateStreamResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateStreamResultJsonUnmarshaller.java index d43800737fa..6063c086f1a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateStreamResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateStreamResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingGroupRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingGroupRequestMarshaller.java index b8ab646e446..b14d06c909a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingGroupRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingGroupResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingGroupResultJsonUnmarshaller.java index 26294a81532..9fd12f966ee 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingGroupResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingGroupResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingRequestMarshaller.java index b9a4d1e7594..ba4fb1aa710 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingResultJsonUnmarshaller.java index 2d4b537e0c3..073032303ca 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingTypeRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingTypeRequestMarshaller.java index 297eb0d1154..d3bdf99bc2a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingTypeRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingTypeRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingTypeResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingTypeResultJsonUnmarshaller.java index d335d2b7646..de9ae90db20 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingTypeResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateThingTypeResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateTopicRuleDestinationRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateTopicRuleDestinationRequestMarshaller.java index 802156536fb..f4af1e1e6a9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateTopicRuleDestinationRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateTopicRuleDestinationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateTopicRuleDestinationResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateTopicRuleDestinationResultJsonUnmarshaller.java index d6649064514..a14f28ebc41 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateTopicRuleDestinationResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateTopicRuleDestinationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateTopicRuleRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateTopicRuleRequestMarshaller.java index b5b966dc699..7d5fcbd9238 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateTopicRuleRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateTopicRuleRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CustomCodeSigningJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CustomCodeSigningJsonMarshaller.java index f8a30506cde..dada90b3f52 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CustomCodeSigningJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CustomCodeSigningJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CustomCodeSigningJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CustomCodeSigningJsonUnmarshaller.java index 122bea0414b..2eaca429e75 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CustomCodeSigningJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CustomCodeSigningJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAccountAuditConfigurationRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAccountAuditConfigurationRequestMarshaller.java index 024f31561ab..33a9a6f320d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAccountAuditConfigurationRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAccountAuditConfigurationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAccountAuditConfigurationResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAccountAuditConfigurationResultJsonUnmarshaller.java index 734cdcc5a97..b68e0c8d601 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAccountAuditConfigurationResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAccountAuditConfigurationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAuditSuppressionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAuditSuppressionRequestMarshaller.java index 96372ba8616..9e9ddf2169b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAuditSuppressionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAuditSuppressionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAuditSuppressionResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAuditSuppressionResultJsonUnmarshaller.java index 28ed4b71756..4816e33294a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAuditSuppressionResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAuditSuppressionResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAuthorizerRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAuthorizerRequestMarshaller.java index 073929fb7ab..2849a41b848 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAuthorizerRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAuthorizerRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAuthorizerResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAuthorizerResultJsonUnmarshaller.java index 42f3e359b00..1bd98e605f2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAuthorizerResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteAuthorizerResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteBillingGroupRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteBillingGroupRequestMarshaller.java index f60e17223c0..37325f5dcf2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteBillingGroupRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteBillingGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteBillingGroupResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteBillingGroupResultJsonUnmarshaller.java index 885d3e8dc1a..d32ee9b383b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteBillingGroupResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteBillingGroupResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCACertificateRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCACertificateRequestMarshaller.java index dc7780b7198..17fa016320d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCACertificateRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCACertificateRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCACertificateResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCACertificateResultJsonUnmarshaller.java index a9e3aa882ac..e9580705673 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCACertificateResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCACertificateResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCertificateProviderRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCertificateProviderRequestMarshaller.java new file mode 100644 index 00000000000..427a60a4597 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCertificateProviderRequestMarshaller.java @@ -0,0 +1,70 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.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.iot.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 DeleteCertificateProviderRequest + */ +public class DeleteCertificateProviderRequestMarshaller implements + Marshaller, DeleteCertificateProviderRequest> { + + public Request marshall( + DeleteCertificateProviderRequest deleteCertificateProviderRequest) { + if (deleteCertificateProviderRequest == null) { + throw new AmazonClientException( + "Invalid argument passed to marshall(DeleteCertificateProviderRequest)"); + } + + Request request = new DefaultRequest( + deleteCertificateProviderRequest, "AWSIot"); + request.setHttpMethod(HttpMethodName.DELETE); + + String uriResourcePath = "/certificate-providers/{certificateProviderName}"; + uriResourcePath = uriResourcePath.replace( + "{certificateProviderName}", + (deleteCertificateProviderRequest.getCertificateProviderName() == null) ? "" + : StringUtils.fromString(deleteCertificateProviderRequest + .getCertificateProviderName())); + request.setResourcePath(uriResourcePath); + if (!request.getHeaders().containsKey("Content-Type")) { + request.addHeader("Content-Type", "application/x-amz-json-1.0"); + } + + return request; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCertificateProviderResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCertificateProviderResultJsonUnmarshaller.java new file mode 100644 index 00000000000..e9cdae56590 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCertificateProviderResultJsonUnmarshaller.java @@ -0,0 +1,43 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model.transform; + +import com.amazonaws.services.iot.model.*; +import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; +import com.amazonaws.transform.*; +import com.amazonaws.util.json.AwsJsonReader; + +/** + * JSON unmarshaller for response DeleteCertificateProviderResult + */ +public class DeleteCertificateProviderResultJsonUnmarshaller implements + Unmarshaller { + + public DeleteCertificateProviderResult unmarshall(JsonUnmarshallerContext context) + throws Exception { + DeleteCertificateProviderResult deleteCertificateProviderResult = new DeleteCertificateProviderResult(); + + return deleteCertificateProviderResult; + } + + private static DeleteCertificateProviderResultJsonUnmarshaller instance; + + public static DeleteCertificateProviderResultJsonUnmarshaller getInstance() { + if (instance == null) + instance = new DeleteCertificateProviderResultJsonUnmarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCertificateRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCertificateRequestMarshaller.java index bc42ebb9b6b..67cf6d407ab 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCertificateRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCertificateRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteConflictExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteConflictExceptionUnmarshaller.java index 6ae433b5241..2ee0e6e38ce 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteConflictExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteConflictExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCustomMetricRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCustomMetricRequestMarshaller.java index 137e31ed3b4..fa24c6de1cb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCustomMetricRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCustomMetricRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCustomMetricResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCustomMetricResultJsonUnmarshaller.java index 452e613aa6a..33ec6faa85f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCustomMetricResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteCustomMetricResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDimensionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDimensionRequestMarshaller.java index d232121cb9c..27a855d03d7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDimensionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDimensionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDimensionResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDimensionResultJsonUnmarshaller.java index 6386d4ba139..22ee02c87f7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDimensionResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDimensionResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDomainConfigurationRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDomainConfigurationRequestMarshaller.java index 40a8370b694..f3343336472 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDomainConfigurationRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDomainConfigurationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDomainConfigurationResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDomainConfigurationResultJsonUnmarshaller.java index eeba0902df7..e516bc819ec 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDomainConfigurationResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDomainConfigurationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDynamicThingGroupRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDynamicThingGroupRequestMarshaller.java index 4d969f8d16b..eb6a8668aa4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDynamicThingGroupRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDynamicThingGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDynamicThingGroupResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDynamicThingGroupResultJsonUnmarshaller.java index 21c12ad7dbe..255ab21483c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDynamicThingGroupResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteDynamicThingGroupResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteFleetMetricRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteFleetMetricRequestMarshaller.java index 8b016065799..ad9689d748a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteFleetMetricRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteFleetMetricRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteJobExecutionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteJobExecutionRequestMarshaller.java index 2b3e88610b7..4389e25b39f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteJobExecutionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteJobExecutionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteJobRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteJobRequestMarshaller.java index 17fde5ed7da..1b46194ef02 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteJobRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteJobTemplateRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteJobTemplateRequestMarshaller.java index dfa4b23e4f9..84d524eaba9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteJobTemplateRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteJobTemplateRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteMitigationActionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteMitigationActionRequestMarshaller.java index 05c1a67dcee..1c4571af12f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteMitigationActionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteMitigationActionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteMitigationActionResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteMitigationActionResultJsonUnmarshaller.java index 8f2efbb227f..3a1ad592c1e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteMitigationActionResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteMitigationActionResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteOTAUpdateRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteOTAUpdateRequestMarshaller.java index f259a54bc01..f6f4bd16b58 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteOTAUpdateRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteOTAUpdateRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteOTAUpdateResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteOTAUpdateResultJsonUnmarshaller.java index f63d9946762..0a4790a6a36 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteOTAUpdateResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteOTAUpdateResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePackageRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePackageRequestMarshaller.java index 61022cbec0b..81c373f1986 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePackageRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePackageRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePackageResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePackageResultJsonUnmarshaller.java index 79126be80ab..3cabfa88455 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePackageResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePackageResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePackageVersionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePackageVersionRequestMarshaller.java index 29c7e2423a3..c8718609615 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePackageVersionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePackageVersionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePackageVersionResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePackageVersionResultJsonUnmarshaller.java index 05e4307018e..3b9b856c5e9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePackageVersionResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePackageVersionResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePolicyRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePolicyRequestMarshaller.java index ac15b938bec..8bda19310b3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePolicyRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePolicyRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePolicyVersionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePolicyVersionRequestMarshaller.java index 937b41e5ab4..8df85973d44 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePolicyVersionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeletePolicyVersionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteProvisioningTemplateRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteProvisioningTemplateRequestMarshaller.java index a8f86db4557..3b59afb277a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteProvisioningTemplateRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteProvisioningTemplateRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteProvisioningTemplateResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteProvisioningTemplateResultJsonUnmarshaller.java index 9eba4582b83..5c0ae3ed55a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteProvisioningTemplateResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteProvisioningTemplateResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteProvisioningTemplateVersionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteProvisioningTemplateVersionRequestMarshaller.java index f5a849d0cfc..9efc68d7efe 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteProvisioningTemplateVersionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteProvisioningTemplateVersionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteProvisioningTemplateVersionResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteProvisioningTemplateVersionResultJsonUnmarshaller.java index 45dcf925fa3..0a69123384a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteProvisioningTemplateVersionResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteProvisioningTemplateVersionResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteRegistrationCodeRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteRegistrationCodeRequestMarshaller.java index 4eaba4e3d71..a87ea82fb46 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteRegistrationCodeRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteRegistrationCodeRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteRegistrationCodeResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteRegistrationCodeResultJsonUnmarshaller.java index 0db1de36b0b..731446f9b3f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteRegistrationCodeResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteRegistrationCodeResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteRoleAliasRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteRoleAliasRequestMarshaller.java index ae15283a72e..ba51b648ed9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteRoleAliasRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteRoleAliasRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteRoleAliasResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteRoleAliasResultJsonUnmarshaller.java index 5686c27d051..bb72d883e05 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteRoleAliasResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteRoleAliasResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteScheduledAuditRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteScheduledAuditRequestMarshaller.java index 2ba47141b1a..2a116b93a16 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteScheduledAuditRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteScheduledAuditRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteScheduledAuditResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteScheduledAuditResultJsonUnmarshaller.java index 34b4ed3483b..23a6ef88f64 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteScheduledAuditResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteScheduledAuditResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteSecurityProfileRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteSecurityProfileRequestMarshaller.java index 272aecb4fed..8249371b99a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteSecurityProfileRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteSecurityProfileRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteSecurityProfileResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteSecurityProfileResultJsonUnmarshaller.java index 1cec01c9053..09fbd399be9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteSecurityProfileResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteSecurityProfileResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteStreamRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteStreamRequestMarshaller.java index 52a0a91fac2..717ed74e0f3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteStreamRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteStreamRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteStreamResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteStreamResultJsonUnmarshaller.java index 60b03f7f100..c400780aa9e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteStreamResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteStreamResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingGroupRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingGroupRequestMarshaller.java index 8a88059008d..c2bcc004eeb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingGroupRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingGroupResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingGroupResultJsonUnmarshaller.java index 3884b6b7bc0..6f7310b4011 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingGroupResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingGroupResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingRequestMarshaller.java index 44f24ac4a87..d525baf5d5c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingResultJsonUnmarshaller.java index e75810825bd..dde9056d683 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingTypeRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingTypeRequestMarshaller.java index f45269329a6..393cd255535 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingTypeRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingTypeRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingTypeResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingTypeResultJsonUnmarshaller.java index fa2f931bc1e..d37f1e24298 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingTypeResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteThingTypeResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteTopicRuleDestinationRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteTopicRuleDestinationRequestMarshaller.java index bda8f6a78fc..a825277f791 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteTopicRuleDestinationRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteTopicRuleDestinationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteTopicRuleDestinationResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteTopicRuleDestinationResultJsonUnmarshaller.java index 6b8971ceddc..07244c0bcf6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteTopicRuleDestinationResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteTopicRuleDestinationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteTopicRuleRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteTopicRuleRequestMarshaller.java index 8d9e42960d2..219a2dab6c8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteTopicRuleRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteTopicRuleRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteV2LoggingLevelRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteV2LoggingLevelRequestMarshaller.java index 84d93bb7d87..653c6429c0d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteV2LoggingLevelRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeleteV2LoggingLevelRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeniedJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeniedJsonMarshaller.java index e6be921cf46..0f0ca006070 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeniedJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeniedJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeniedJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeniedJsonUnmarshaller.java index 2bbc8f77781..60d3bf011f3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeniedJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeniedJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeprecateThingTypeRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeprecateThingTypeRequestMarshaller.java index fc5dbf524d8..26a2e0ffe4f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeprecateThingTypeRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeprecateThingTypeRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeprecateThingTypeResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeprecateThingTypeResultJsonUnmarshaller.java index 3ae27eb72f4..7fcf8efc52e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeprecateThingTypeResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DeprecateThingTypeResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAccountAuditConfigurationRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAccountAuditConfigurationRequestMarshaller.java index df482a92766..17a2146d7d1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAccountAuditConfigurationRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAccountAuditConfigurationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAccountAuditConfigurationResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAccountAuditConfigurationResultJsonUnmarshaller.java index f9438116dab..c201dd0c30a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAccountAuditConfigurationResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAccountAuditConfigurationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditFindingRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditFindingRequestMarshaller.java index 1ee76718403..219a60004a2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditFindingRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditFindingRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditFindingResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditFindingResultJsonUnmarshaller.java index f99c65be848..cb771aa3800 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditFindingResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditFindingResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditMitigationActionsTaskRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditMitigationActionsTaskRequestMarshaller.java index 0b396d0ce14..56fbd397240 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditMitigationActionsTaskRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditMitigationActionsTaskRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditMitigationActionsTaskResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditMitigationActionsTaskResultJsonUnmarshaller.java index fbe47d12252..4c8c273e0bb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditMitigationActionsTaskResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditMitigationActionsTaskResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditSuppressionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditSuppressionRequestMarshaller.java index 074f45987e4..b99ef913a59 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditSuppressionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditSuppressionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditSuppressionResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditSuppressionResultJsonUnmarshaller.java index a2d5e62285b..1edd0d61ab8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditSuppressionResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditSuppressionResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditTaskRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditTaskRequestMarshaller.java index ea9a22dcb4e..988d92090ee 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditTaskRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditTaskRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditTaskResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditTaskResultJsonUnmarshaller.java index fbef49e88e3..05d71938b64 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditTaskResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuditTaskResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuthorizerRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuthorizerRequestMarshaller.java index 375ff2f7715..de70bb78274 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuthorizerRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuthorizerRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuthorizerResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuthorizerResultJsonUnmarshaller.java index 5247d476796..fb4008462fc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuthorizerResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeAuthorizerResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeBillingGroupRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeBillingGroupRequestMarshaller.java index f5320ea9b57..be814fc6609 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeBillingGroupRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeBillingGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeBillingGroupResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeBillingGroupResultJsonUnmarshaller.java index ba1b0ff3866..333f49b187a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeBillingGroupResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeBillingGroupResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCACertificateRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCACertificateRequestMarshaller.java index ede7b8af9cd..053cb645ecb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCACertificateRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCACertificateRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCACertificateResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCACertificateResultJsonUnmarshaller.java index 20997e91aa8..7d6778fcc2d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCACertificateResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCACertificateResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCertificateProviderRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCertificateProviderRequestMarshaller.java new file mode 100644 index 00000000000..347cc5c1fa5 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCertificateProviderRequestMarshaller.java @@ -0,0 +1,70 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.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.iot.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 DescribeCertificateProviderRequest + */ +public class DescribeCertificateProviderRequestMarshaller implements + Marshaller, DescribeCertificateProviderRequest> { + + public Request marshall( + DescribeCertificateProviderRequest describeCertificateProviderRequest) { + if (describeCertificateProviderRequest == null) { + throw new AmazonClientException( + "Invalid argument passed to marshall(DescribeCertificateProviderRequest)"); + } + + Request request = new DefaultRequest( + describeCertificateProviderRequest, "AWSIot"); + request.setHttpMethod(HttpMethodName.GET); + + String uriResourcePath = "/certificate-providers/{certificateProviderName}"; + uriResourcePath = uriResourcePath.replace( + "{certificateProviderName}", + (describeCertificateProviderRequest.getCertificateProviderName() == null) ? "" + : StringUtils.fromString(describeCertificateProviderRequest + .getCertificateProviderName())); + request.setResourcePath(uriResourcePath); + if (!request.getHeaders().containsKey("Content-Type")) { + request.addHeader("Content-Type", "application/x-amz-json-1.0"); + } + + return request; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCertificateProviderResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCertificateProviderResultJsonUnmarshaller.java new file mode 100644 index 00000000000..085a7937464 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCertificateProviderResultJsonUnmarshaller.java @@ -0,0 +1,79 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model.transform; + +import com.amazonaws.services.iot.model.*; +import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; +import com.amazonaws.transform.*; +import com.amazonaws.util.json.AwsJsonReader; + +/** + * JSON unmarshaller for response DescribeCertificateProviderResult + */ +public class DescribeCertificateProviderResultJsonUnmarshaller implements + Unmarshaller { + + public DescribeCertificateProviderResult unmarshall(JsonUnmarshallerContext context) + throws Exception { + DescribeCertificateProviderResult describeCertificateProviderResult = new DescribeCertificateProviderResult(); + + AwsJsonReader reader = context.getReader(); + reader.beginObject(); + while (reader.hasNext()) { + String name = reader.nextName(); + if (name.equals("certificateProviderName")) { + describeCertificateProviderResult.setCertificateProviderName(StringJsonUnmarshaller + .getInstance() + .unmarshall(context)); + } else if (name.equals("certificateProviderArn")) { + describeCertificateProviderResult.setCertificateProviderArn(StringJsonUnmarshaller + .getInstance() + .unmarshall(context)); + } else if (name.equals("lambdaFunctionArn")) { + describeCertificateProviderResult.setLambdaFunctionArn(StringJsonUnmarshaller + .getInstance() + .unmarshall(context)); + } else if (name.equals("accountDefaultForOperations")) { + describeCertificateProviderResult + .setAccountDefaultForOperations(new ListUnmarshaller( + StringJsonUnmarshaller.getInstance() + ) + .unmarshall(context)); + } else if (name.equals("creationDate")) { + describeCertificateProviderResult.setCreationDate(DateJsonUnmarshaller + .getInstance() + .unmarshall(context)); + } else if (name.equals("lastModifiedDate")) { + describeCertificateProviderResult.setLastModifiedDate(DateJsonUnmarshaller + .getInstance() + .unmarshall(context)); + } else { + reader.skipValue(); + } + } + reader.endObject(); + + return describeCertificateProviderResult; + } + + private static DescribeCertificateProviderResultJsonUnmarshaller instance; + + public static DescribeCertificateProviderResultJsonUnmarshaller getInstance() { + if (instance == null) + instance = new DescribeCertificateProviderResultJsonUnmarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCertificateRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCertificateRequestMarshaller.java index 1cc145010f6..5d5366f6fbe 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCertificateRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCertificateRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCertificateResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCertificateResultJsonUnmarshaller.java index 5f2fee394ac..78e50c96525 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCertificateResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCertificateResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCustomMetricRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCustomMetricRequestMarshaller.java index 33d47d739cb..fbbdd58962b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCustomMetricRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCustomMetricRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCustomMetricResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCustomMetricResultJsonUnmarshaller.java index b7082a4137d..45009736bbe 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCustomMetricResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeCustomMetricResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDefaultAuthorizerRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDefaultAuthorizerRequestMarshaller.java index fb52260617f..6991003acc7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDefaultAuthorizerRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDefaultAuthorizerRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDefaultAuthorizerResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDefaultAuthorizerResultJsonUnmarshaller.java index 6501867a0e1..4f1a7114008 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDefaultAuthorizerResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDefaultAuthorizerResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDetectMitigationActionsTaskRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDetectMitigationActionsTaskRequestMarshaller.java index 6f9f1bf752a..619f964fc5d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDetectMitigationActionsTaskRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDetectMitigationActionsTaskRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDetectMitigationActionsTaskResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDetectMitigationActionsTaskResultJsonUnmarshaller.java index c1a8ffa02e5..2dfc3e647f1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDetectMitigationActionsTaskResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDetectMitigationActionsTaskResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDimensionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDimensionRequestMarshaller.java index 044657457b7..60080f2cb04 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDimensionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDimensionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDimensionResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDimensionResultJsonUnmarshaller.java index e82aed22d7c..33ff74439aa 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDimensionResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDimensionResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDomainConfigurationRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDomainConfigurationRequestMarshaller.java index ab31ed80134..8a2c322a695 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDomainConfigurationRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDomainConfigurationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDomainConfigurationResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDomainConfigurationResultJsonUnmarshaller.java index d167bea9794..c33e40ea2ad 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDomainConfigurationResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeDomainConfigurationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -76,6 +76,11 @@ public DescribeDomainConfigurationResult unmarshall(JsonUnmarshallerContext cont describeDomainConfigurationResult.setTlsConfig(TlsConfigJsonUnmarshaller .getInstance() .unmarshall(context)); + } else if (name.equals("serverCertificateConfig")) { + describeDomainConfigurationResult + .setServerCertificateConfig(ServerCertificateConfigJsonUnmarshaller + .getInstance() + .unmarshall(context)); } else { reader.skipValue(); } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeEndpointRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeEndpointRequestMarshaller.java index 1c4996ee240..f3a9b919de7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeEndpointRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeEndpointResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeEndpointResultJsonUnmarshaller.java index e84c225d368..d39876436e6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeEndpointResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeEventConfigurationsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeEventConfigurationsRequestMarshaller.java index 5c7d6c75b33..9962409d69f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeEventConfigurationsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeEventConfigurationsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeEventConfigurationsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeEventConfigurationsResultJsonUnmarshaller.java index 2f42bc60b85..ae89eea8b73 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeEventConfigurationsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeEventConfigurationsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeFleetMetricRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeFleetMetricRequestMarshaller.java index ad5c81677fd..69207a2728e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeFleetMetricRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeFleetMetricRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeFleetMetricResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeFleetMetricResultJsonUnmarshaller.java index 8bc39909b53..55cc0c2d3a9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeFleetMetricResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeFleetMetricResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeIndexRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeIndexRequestMarshaller.java index 8f4b5eb4263..315f9b5d441 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeIndexRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeIndexRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeIndexResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeIndexResultJsonUnmarshaller.java index 2220a2666ba..01f8ba0ed38 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeIndexResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeIndexResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobExecutionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobExecutionRequestMarshaller.java index b13a8d7358e..e042b19bb12 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobExecutionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobExecutionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobExecutionResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobExecutionResultJsonUnmarshaller.java index ca370f9fbea..a5a741d47ae 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobExecutionResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobExecutionResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobRequestMarshaller.java index ad26ebc9c04..6969e172a4b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobResultJsonUnmarshaller.java index a2aab4c7c71..104c4cc0ce2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobTemplateRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobTemplateRequestMarshaller.java index 7cfffd12a30..c798bad23f9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobTemplateRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobTemplateRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobTemplateResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobTemplateResultJsonUnmarshaller.java index 98f0b1b38d4..fced13d484d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobTemplateResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeJobTemplateResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeManagedJobTemplateRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeManagedJobTemplateRequestMarshaller.java index 9756510fd54..1a905ac8fd6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeManagedJobTemplateRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeManagedJobTemplateRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeManagedJobTemplateResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeManagedJobTemplateResultJsonUnmarshaller.java index 02b89e012cb..5ec6e83169a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeManagedJobTemplateResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeManagedJobTemplateResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeMitigationActionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeMitigationActionRequestMarshaller.java index 0ed784a5912..f083db80c93 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeMitigationActionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeMitigationActionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeMitigationActionResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeMitigationActionResultJsonUnmarshaller.java index ff4aecabc93..9515861d08f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeMitigationActionResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeMitigationActionResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeProvisioningTemplateRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeProvisioningTemplateRequestMarshaller.java index d07a470f3c3..207ecf4ccc7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeProvisioningTemplateRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeProvisioningTemplateRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeProvisioningTemplateResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeProvisioningTemplateResultJsonUnmarshaller.java index 098040fb308..cad7119a5f9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeProvisioningTemplateResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeProvisioningTemplateResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeProvisioningTemplateVersionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeProvisioningTemplateVersionRequestMarshaller.java index c943e38c4be..424264f4d6a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeProvisioningTemplateVersionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeProvisioningTemplateVersionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeProvisioningTemplateVersionResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeProvisioningTemplateVersionResultJsonUnmarshaller.java index 09c81649489..35b51d8987b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeProvisioningTemplateVersionResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeProvisioningTemplateVersionResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeRoleAliasRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeRoleAliasRequestMarshaller.java index bd84a594a91..358bd272b8e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeRoleAliasRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeRoleAliasRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeRoleAliasResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeRoleAliasResultJsonUnmarshaller.java index f6a4e5df69e..3eb65415180 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeRoleAliasResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeRoleAliasResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeScheduledAuditRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeScheduledAuditRequestMarshaller.java index 794f9253671..ba5b8d42b97 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeScheduledAuditRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeScheduledAuditRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeScheduledAuditResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeScheduledAuditResultJsonUnmarshaller.java index cde3fb2de1f..a9886864052 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeScheduledAuditResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeScheduledAuditResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeSecurityProfileRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeSecurityProfileRequestMarshaller.java index c807714827d..97840245f7a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeSecurityProfileRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeSecurityProfileRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeSecurityProfileResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeSecurityProfileResultJsonUnmarshaller.java index f444446fccf..562a2d4091d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeSecurityProfileResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeSecurityProfileResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -78,6 +78,10 @@ public DescribeSecurityProfileResult unmarshall(JsonUnmarshallerContext context) describeSecurityProfileResult.setLastModifiedDate(DateJsonUnmarshaller .getInstance() .unmarshall(context)); + } else if (name.equals("metricsExportConfig")) { + describeSecurityProfileResult + .setMetricsExportConfig(MetricsExportConfigJsonUnmarshaller.getInstance() + .unmarshall(context)); } else { reader.skipValue(); } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeStreamRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeStreamRequestMarshaller.java index 62150fc56ac..dff49be4422 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeStreamRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeStreamRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeStreamResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeStreamResultJsonUnmarshaller.java index 328cf8ad1ab..8d83f1c90e2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeStreamResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeStreamResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingGroupRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingGroupRequestMarshaller.java index bd3038da0f0..a6bb5024801 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingGroupRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingGroupResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingGroupResultJsonUnmarshaller.java index c25e546a90e..76a1fcae557 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingGroupResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingGroupResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingRegistrationTaskRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingRegistrationTaskRequestMarshaller.java index 490335549d1..e2d877a5f7a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingRegistrationTaskRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingRegistrationTaskRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingRegistrationTaskResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingRegistrationTaskResultJsonUnmarshaller.java index 88a2e8a3d76..08536df41f3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingRegistrationTaskResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingRegistrationTaskResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingRequestMarshaller.java index 0a36c3ca505..d63fb173400 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingResultJsonUnmarshaller.java index e5034b53d0c..e066a95f946 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingTypeRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingTypeRequestMarshaller.java index f5aef990796..054f658b80d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingTypeRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingTypeRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingTypeResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingTypeResultJsonUnmarshaller.java index a4f76ee3bde..cf4794b2751 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingTypeResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DescribeThingTypeResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DestinationJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DestinationJsonMarshaller.java index 4cb2c942fed..a84b7916057 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DestinationJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DestinationJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DestinationJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DestinationJsonUnmarshaller.java index 5a19efc33cc..fca4e22be16 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DestinationJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DestinationJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachPolicyRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachPolicyRequestMarshaller.java index b21b519197d..5b3256c1ba9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachPolicyRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachPolicyRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachPrincipalPolicyRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachPrincipalPolicyRequestMarshaller.java index dd229ee4a37..d11ef2eac59 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachPrincipalPolicyRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachPrincipalPolicyRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachSecurityProfileRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachSecurityProfileRequestMarshaller.java index 77f009eaa93..0b93ed822c7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachSecurityProfileRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachSecurityProfileRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachSecurityProfileResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachSecurityProfileResultJsonUnmarshaller.java index 0793b0ae050..aa9565074b6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachSecurityProfileResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachSecurityProfileResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachThingPrincipalRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachThingPrincipalRequestMarshaller.java index 80bacca6c89..a4f6446b7a7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachThingPrincipalRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachThingPrincipalRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachThingPrincipalResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachThingPrincipalResultJsonUnmarshaller.java index 557fa2cd417..8219f7adcc2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachThingPrincipalResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetachThingPrincipalResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionExecutionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionExecutionJsonMarshaller.java index f820ec9ebb5..c6a56e5cc1c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionExecutionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionExecutionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionExecutionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionExecutionJsonUnmarshaller.java index 2458994d211..7b85593c076 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionExecutionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionExecutionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskStatisticsJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskStatisticsJsonMarshaller.java index 6a8b397e7a7..26b8cc48c72 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskStatisticsJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskStatisticsJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskStatisticsJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskStatisticsJsonUnmarshaller.java index f33759c1f55..3330c35e037 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskStatisticsJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskStatisticsJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskSummaryJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskSummaryJsonMarshaller.java index a60d531c286..b01c19e9bb6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskSummaryJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskSummaryJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskSummaryJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskSummaryJsonUnmarshaller.java index 55005bdad61..ee30ffdd72f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskSummaryJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskSummaryJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskTargetJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskTargetJsonMarshaller.java index f9559933ffb..421cdda8ff4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskTargetJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskTargetJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskTargetJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskTargetJsonUnmarshaller.java index c99bf0b2e1e..738f00cd4e5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskTargetJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DetectMitigationActionsTaskTargetJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DisableTopicRuleRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DisableTopicRuleRequestMarshaller.java index 03ddaa9b4ed..26223cdfa84 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DisableTopicRuleRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DisableTopicRuleRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DocumentParameterJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DocumentParameterJsonMarshaller.java index e84a03d913c..fbdcc47238f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DocumentParameterJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DocumentParameterJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DocumentParameterJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DocumentParameterJsonUnmarshaller.java index 4477f10e1b8..e2046a5baa3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DocumentParameterJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DocumentParameterJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DomainConfigurationSummaryJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DomainConfigurationSummaryJsonMarshaller.java index 7db9ecf080b..d05181aa746 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DomainConfigurationSummaryJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DomainConfigurationSummaryJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DomainConfigurationSummaryJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DomainConfigurationSummaryJsonUnmarshaller.java index eed8611b92d..c5a4fd4ed1a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DomainConfigurationSummaryJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DomainConfigurationSummaryJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DynamoDBActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DynamoDBActionJsonMarshaller.java index 7ff56ac2cd7..3ecb84cea67 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DynamoDBActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DynamoDBActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DynamoDBActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DynamoDBActionJsonUnmarshaller.java index bfc06eab5df..67b055d8993 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DynamoDBActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DynamoDBActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DynamoDBv2ActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DynamoDBv2ActionJsonMarshaller.java index 18513460bfe..8f468ad6d88 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DynamoDBv2ActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DynamoDBv2ActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DynamoDBv2ActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DynamoDBv2ActionJsonUnmarshaller.java index 2294bb01ed4..f4b5c9b1997 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DynamoDBv2ActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/DynamoDBv2ActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/EffectivePolicyJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/EffectivePolicyJsonMarshaller.java index 8dc414432cc..eeacfe71c2b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/EffectivePolicyJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/EffectivePolicyJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/EffectivePolicyJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/EffectivePolicyJsonUnmarshaller.java index a5bf30b6996..1eb7c8cd4b3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/EffectivePolicyJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/EffectivePolicyJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ElasticsearchActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ElasticsearchActionJsonMarshaller.java index 9eb9d66b485..bdb3e85a56b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ElasticsearchActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ElasticsearchActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ElasticsearchActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ElasticsearchActionJsonUnmarshaller.java index df119e0bf4d..7e48ef181b4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ElasticsearchActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ElasticsearchActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/EnableIoTLoggingParamsJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/EnableIoTLoggingParamsJsonMarshaller.java index 822e52822e6..cae9b1523b1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/EnableIoTLoggingParamsJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/EnableIoTLoggingParamsJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/EnableIoTLoggingParamsJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/EnableIoTLoggingParamsJsonUnmarshaller.java index d0e3ed37315..7b9cba6bb9e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/EnableIoTLoggingParamsJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/EnableIoTLoggingParamsJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/EnableTopicRuleRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/EnableTopicRuleRequestMarshaller.java index 639c2951c03..61555b4c6e5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/EnableTopicRuleRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/EnableTopicRuleRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ErrorInfoJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ErrorInfoJsonMarshaller.java index 366deb1b603..8dc714868c3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ErrorInfoJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ErrorInfoJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ErrorInfoJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ErrorInfoJsonUnmarshaller.java index d704354e910..5865ea801af 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ErrorInfoJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ErrorInfoJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ExplicitDenyJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ExplicitDenyJsonMarshaller.java index 56f65cdf0a6..080cc49e310 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ExplicitDenyJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ExplicitDenyJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ExplicitDenyJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ExplicitDenyJsonUnmarshaller.java index 6e76afaa052..bf9159934a4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ExplicitDenyJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ExplicitDenyJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ExponentialRolloutRateJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ExponentialRolloutRateJsonMarshaller.java index 933af801b5f..921abde6923 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ExponentialRolloutRateJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ExponentialRolloutRateJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ExponentialRolloutRateJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ExponentialRolloutRateJsonUnmarshaller.java index 3c718165fb9..5cf8993e4e6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ExponentialRolloutRateJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ExponentialRolloutRateJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FieldJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FieldJsonMarshaller.java index aab8e0d8348..77452c2627e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FieldJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FieldJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FieldJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FieldJsonUnmarshaller.java index 57d8c80808d..df5c1c7f9af 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FieldJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FieldJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FileLocationJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FileLocationJsonMarshaller.java index bac1a09861b..dc40cd8e075 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FileLocationJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FileLocationJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FileLocationJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FileLocationJsonUnmarshaller.java index cc63bb103c2..2b4a573346d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FileLocationJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FileLocationJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FirehoseActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FirehoseActionJsonMarshaller.java index 5e2bb02e53e..986bd26de4d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FirehoseActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FirehoseActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FirehoseActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FirehoseActionJsonUnmarshaller.java index a0fd786734d..159209d94e6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FirehoseActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FirehoseActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FleetMetricNameAndArnJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FleetMetricNameAndArnJsonMarshaller.java index d6127f8e97a..ed8c6397d6e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FleetMetricNameAndArnJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FleetMetricNameAndArnJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FleetMetricNameAndArnJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FleetMetricNameAndArnJsonUnmarshaller.java index d308a51ce04..25aba5532b2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FleetMetricNameAndArnJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/FleetMetricNameAndArnJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GeoLocationTargetJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GeoLocationTargetJsonMarshaller.java new file mode 100644 index 00000000000..0cef78b823d --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GeoLocationTargetJsonMarshaller.java @@ -0,0 +1,50 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model.transform; + +import com.amazonaws.services.iot.model.*; +import com.amazonaws.util.DateUtils; +import com.amazonaws.util.json.AwsJsonWriter; + +/** + * JSON marshaller for POJO GeoLocationTarget + */ +class GeoLocationTargetJsonMarshaller { + + public void marshall(GeoLocationTarget geoLocationTarget, AwsJsonWriter jsonWriter) + throws Exception { + jsonWriter.beginObject(); + if (geoLocationTarget.getName() != null) { + String name = geoLocationTarget.getName(); + jsonWriter.name("name"); + jsonWriter.value(name); + } + if (geoLocationTarget.getOrder() != null) { + String order = geoLocationTarget.getOrder(); + jsonWriter.name("order"); + jsonWriter.value(order); + } + jsonWriter.endObject(); + } + + private static GeoLocationTargetJsonMarshaller instance; + + public static GeoLocationTargetJsonMarshaller getInstance() { + if (instance == null) + instance = new GeoLocationTargetJsonMarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GeoLocationTargetJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GeoLocationTargetJsonUnmarshaller.java new file mode 100644 index 00000000000..9c44be40942 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GeoLocationTargetJsonUnmarshaller.java @@ -0,0 +1,60 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model.transform; + +import com.amazonaws.services.iot.model.*; +import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; +import com.amazonaws.transform.*; +import com.amazonaws.util.json.AwsJsonReader; + +/** + * JSON unmarshaller for POJO GeoLocationTarget + */ +class GeoLocationTargetJsonUnmarshaller implements + Unmarshaller { + + public GeoLocationTarget unmarshall(JsonUnmarshallerContext context) throws Exception { + AwsJsonReader reader = context.getReader(); + if (!reader.isContainer()) { + reader.skipValue(); + return null; + } + GeoLocationTarget geoLocationTarget = new GeoLocationTarget(); + reader.beginObject(); + while (reader.hasNext()) { + String name = reader.nextName(); + if (name.equals("name")) { + geoLocationTarget.setName(StringJsonUnmarshaller.getInstance() + .unmarshall(context)); + } else if (name.equals("order")) { + geoLocationTarget.setOrder(StringJsonUnmarshaller.getInstance() + .unmarshall(context)); + } else { + reader.skipValue(); + } + } + reader.endObject(); + return geoLocationTarget; + } + + private static GeoLocationTargetJsonUnmarshaller instance; + + public static GeoLocationTargetJsonUnmarshaller getInstance() { + if (instance == null) + instance = new GeoLocationTargetJsonUnmarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetBehaviorModelTrainingSummariesRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetBehaviorModelTrainingSummariesRequestMarshaller.java index 68cd3bf5080..c39ab0401b1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetBehaviorModelTrainingSummariesRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetBehaviorModelTrainingSummariesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetBehaviorModelTrainingSummariesResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetBehaviorModelTrainingSummariesResultJsonUnmarshaller.java index f3b0e23d5e0..ebeb94770b5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetBehaviorModelTrainingSummariesResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetBehaviorModelTrainingSummariesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetBucketsAggregationRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetBucketsAggregationRequestMarshaller.java index b9a1f006e5e..d7f476571f6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetBucketsAggregationRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetBucketsAggregationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetBucketsAggregationResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetBucketsAggregationResultJsonUnmarshaller.java index 48921f16343..aa5e1a7ee5f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetBucketsAggregationResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetBucketsAggregationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetCardinalityRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetCardinalityRequestMarshaller.java index 67e9bff9139..cfd5686a114 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetCardinalityRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetCardinalityRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetCardinalityResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetCardinalityResultJsonUnmarshaller.java index 609c85e4d8f..6285186d244 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetCardinalityResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetCardinalityResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetEffectivePoliciesRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetEffectivePoliciesRequestMarshaller.java index 34ab75dd355..96f38c4a8ad 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetEffectivePoliciesRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetEffectivePoliciesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetEffectivePoliciesResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetEffectivePoliciesResultJsonUnmarshaller.java index 3ba27b8f6e5..38cf20a2100 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetEffectivePoliciesResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetEffectivePoliciesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetIndexingConfigurationRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetIndexingConfigurationRequestMarshaller.java index 9fef6ee1c26..f27b2fc5fff 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetIndexingConfigurationRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetIndexingConfigurationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetIndexingConfigurationResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetIndexingConfigurationResultJsonUnmarshaller.java index dee0e0f2836..4438e272e3c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetIndexingConfigurationResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetIndexingConfigurationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetJobDocumentRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetJobDocumentRequestMarshaller.java index d7e4a526fa7..44ab90195f5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetJobDocumentRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetJobDocumentRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetJobDocumentResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetJobDocumentResultJsonUnmarshaller.java index 627db6b7e79..4a9a47b211a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetJobDocumentResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetJobDocumentResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetLoggingOptionsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetLoggingOptionsRequestMarshaller.java index a0a477debc1..dc64bff3263 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetLoggingOptionsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetLoggingOptionsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetLoggingOptionsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetLoggingOptionsResultJsonUnmarshaller.java index 627d4e0331d..ba89d2b3936 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetLoggingOptionsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetLoggingOptionsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetOTAUpdateRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetOTAUpdateRequestMarshaller.java index b727b0ca296..a3a796cdb72 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetOTAUpdateRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetOTAUpdateRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetOTAUpdateResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetOTAUpdateResultJsonUnmarshaller.java index efa6497211a..262de554b1d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetOTAUpdateResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetOTAUpdateResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageConfigurationRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageConfigurationRequestMarshaller.java index 8cab5e02670..a91a74daac3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageConfigurationRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageConfigurationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageConfigurationResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageConfigurationResultJsonUnmarshaller.java index 7a7f1146fd3..f57f00256f8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageConfigurationResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageConfigurationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageRequestMarshaller.java index 6880a2cb178..eafc7fa0575 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageResultJsonUnmarshaller.java index fb68bffc3af..328858a9752 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageVersionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageVersionRequestMarshaller.java index df1d1bd95b8..a0da37c215b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageVersionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageVersionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageVersionResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageVersionResultJsonUnmarshaller.java index 016f477f447..6ee9744ed88 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageVersionResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPackageVersionResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPercentilesRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPercentilesRequestMarshaller.java index d80ffba0d50..7233b3a6380 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPercentilesRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPercentilesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPercentilesResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPercentilesResultJsonUnmarshaller.java index eb973d94554..a464e699dcc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPercentilesResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPercentilesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPolicyRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPolicyRequestMarshaller.java index 43f7a8d0af5..f7f7dcc61d2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPolicyRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPolicyRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPolicyResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPolicyResultJsonUnmarshaller.java index d6433e9dd39..50d7b2d3b1e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPolicyResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPolicyResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPolicyVersionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPolicyVersionRequestMarshaller.java index ca5d0ae49f9..65c0a271159 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPolicyVersionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPolicyVersionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPolicyVersionResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPolicyVersionResultJsonUnmarshaller.java index b82fec059d9..45e9f809c3e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPolicyVersionResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetPolicyVersionResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetRegistrationCodeRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetRegistrationCodeRequestMarshaller.java index 93f9b83c3f1..774410bd240 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetRegistrationCodeRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetRegistrationCodeRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetRegistrationCodeResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetRegistrationCodeResultJsonUnmarshaller.java index ea94064305c..2362a6f2136 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetRegistrationCodeResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetRegistrationCodeResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetStatisticsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetStatisticsRequestMarshaller.java index 1bdd0ba8c05..3ee72120557 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetStatisticsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetStatisticsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetStatisticsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetStatisticsResultJsonUnmarshaller.java index 92e924494cf..eed18dce2d7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetStatisticsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetStatisticsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetTopicRuleDestinationRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetTopicRuleDestinationRequestMarshaller.java index bb673590c3a..c2b75898108 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetTopicRuleDestinationRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetTopicRuleDestinationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetTopicRuleDestinationResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetTopicRuleDestinationResultJsonUnmarshaller.java index 86cfe9c5451..90494a835a2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetTopicRuleDestinationResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetTopicRuleDestinationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetTopicRuleRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetTopicRuleRequestMarshaller.java index 7b41859268e..1e78d043229 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetTopicRuleRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetTopicRuleRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetTopicRuleResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetTopicRuleResultJsonUnmarshaller.java index 4d219350386..06d4b0cecef 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetTopicRuleResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetTopicRuleResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetV2LoggingOptionsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetV2LoggingOptionsRequestMarshaller.java index 229403824bb..91dc790c34b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetV2LoggingOptionsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetV2LoggingOptionsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetV2LoggingOptionsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetV2LoggingOptionsResultJsonUnmarshaller.java index 0027734d4e3..7a9e3f8a232 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetV2LoggingOptionsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GetV2LoggingOptionsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GroupNameAndArnJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GroupNameAndArnJsonMarshaller.java index 9753f971d78..489c9212bd4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GroupNameAndArnJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GroupNameAndArnJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GroupNameAndArnJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GroupNameAndArnJsonUnmarshaller.java index 0cf0d81b2c6..48da4f029e4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GroupNameAndArnJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/GroupNameAndArnJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpActionHeaderJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpActionHeaderJsonMarshaller.java index 14029df3983..47ad640fc87 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpActionHeaderJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpActionHeaderJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpActionHeaderJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpActionHeaderJsonUnmarshaller.java index 9223490baa8..daa5fbed574 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpActionHeaderJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpActionHeaderJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpActionJsonMarshaller.java index 50a3d749b31..34379c6acf1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpActionJsonUnmarshaller.java index 18a7c282bbf..56f64fa9cab 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpAuthorizationJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpAuthorizationJsonMarshaller.java index bd089dfe7aa..65c2bccd517 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpAuthorizationJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpAuthorizationJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpAuthorizationJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpAuthorizationJsonUnmarshaller.java index ccca8c878ca..229de5b1df3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpAuthorizationJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpAuthorizationJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpContextJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpContextJsonMarshaller.java index df5a2a4d51b..0f7eb675978 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpContextJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpContextJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpContextJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpContextJsonUnmarshaller.java index f4e9dbb7369..7ceb9582631 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpContextJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpContextJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationConfigurationJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationConfigurationJsonMarshaller.java index da698ca2151..5462f684179 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationConfigurationJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationConfigurationJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationConfigurationJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationConfigurationJsonUnmarshaller.java index f406abc607b..4de06df1a07 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationConfigurationJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationConfigurationJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationPropertiesJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationPropertiesJsonMarshaller.java index 7b215e50564..9c9867f0a72 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationPropertiesJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationPropertiesJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationPropertiesJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationPropertiesJsonUnmarshaller.java index f5f02161733..6e25e9db649 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationPropertiesJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationPropertiesJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationSummaryJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationSummaryJsonMarshaller.java index 4ce02b76bde..6257673bf4b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationSummaryJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationSummaryJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationSummaryJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationSummaryJsonUnmarshaller.java index 2050bbab5e4..556cc266f09 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationSummaryJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/HttpUrlDestinationSummaryJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ImplicitDenyJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ImplicitDenyJsonMarshaller.java index 574eec9d417..fcb5621ae0d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ImplicitDenyJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ImplicitDenyJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ImplicitDenyJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ImplicitDenyJsonUnmarshaller.java index 43dfa034767..f8ad6fa3e80 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ImplicitDenyJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ImplicitDenyJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IndexNotReadyExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IndexNotReadyExceptionUnmarshaller.java index dfb8ccb043d..a94e898208c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IndexNotReadyExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IndexNotReadyExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IndexingFilterJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IndexingFilterJsonMarshaller.java index b7df72ebc19..a1537d8aa5e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IndexingFilterJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IndexingFilterJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -37,6 +37,18 @@ public void marshall(IndexingFilter indexingFilter, AwsJsonWriter jsonWriter) th } jsonWriter.endArray(); } + if (indexingFilter.getGeoLocations() != null) { + java.util.List geoLocations = indexingFilter.getGeoLocations(); + jsonWriter.name("geoLocations"); + jsonWriter.beginArray(); + for (GeoLocationTarget geoLocationsItem : geoLocations) { + if (geoLocationsItem != null) { + GeoLocationTargetJsonMarshaller.getInstance().marshall(geoLocationsItem, + jsonWriter); + } + } + jsonWriter.endArray(); + } jsonWriter.endObject(); } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IndexingFilterJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IndexingFilterJsonUnmarshaller.java index bc7e0cfd06d..2451539b3eb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IndexingFilterJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IndexingFilterJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -41,6 +41,11 @@ public IndexingFilter unmarshall(JsonUnmarshallerContext context) throws Excepti StringJsonUnmarshaller.getInstance() ) .unmarshall(context)); + } else if (name.equals("geoLocations")) { + indexingFilter.setGeoLocations(new ListUnmarshaller( + GeoLocationTargetJsonUnmarshaller.getInstance() + ) + .unmarshall(context)); } else { reader.skipValue(); } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InternalExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InternalExceptionUnmarshaller.java index e3f6d159558..eec9334f35f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InternalExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InternalExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InternalFailureExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InternalFailureExceptionUnmarshaller.java index 1f753d35c21..87dd20116f4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InternalFailureExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InternalFailureExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InternalServerExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InternalServerExceptionUnmarshaller.java index bdf3e40b7a0..cc2ad360cbb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InternalServerExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/transform/InvalidAggregationExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InvalidAggregationExceptionUnmarshaller.java index 9455c5a9a35..5e7c40004ed 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InvalidAggregationExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InvalidAggregationExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InvalidQueryExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InvalidQueryExceptionUnmarshaller.java index ac25c83952b..2b91e62cb1a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InvalidQueryExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InvalidQueryExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InvalidRequestExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InvalidRequestExceptionUnmarshaller.java index 112171143d2..82dfd270a82 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InvalidRequestExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InvalidResponseExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InvalidResponseExceptionUnmarshaller.java index f30cf174fd3..c8ae77dce89 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InvalidResponseExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InvalidResponseExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InvalidStateTransitionExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InvalidStateTransitionExceptionUnmarshaller.java index e39f6ee3e66..53e8e6a12ff 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InvalidStateTransitionExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/InvalidStateTransitionExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotAnalyticsActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotAnalyticsActionJsonMarshaller.java index a92496de2e0..e8891b0f4f7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotAnalyticsActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotAnalyticsActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotAnalyticsActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotAnalyticsActionJsonUnmarshaller.java index 1e8034ba5ac..c14794e31e3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotAnalyticsActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotAnalyticsActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotEventsActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotEventsActionJsonMarshaller.java index 408e3bef423..39f888b9cb8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotEventsActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotEventsActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotEventsActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotEventsActionJsonUnmarshaller.java index cc858e98f41..945f625b6bf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotEventsActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotEventsActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotSiteWiseActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotSiteWiseActionJsonMarshaller.java index 9a2da01ef4d..587e55687aa 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotSiteWiseActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotSiteWiseActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotSiteWiseActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotSiteWiseActionJsonUnmarshaller.java index c5a600f1961..6d74409f682 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotSiteWiseActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IotSiteWiseActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IssuerCertificateIdentifierJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IssuerCertificateIdentifierJsonMarshaller.java index 54f4f7cf76d..57ca7f03d81 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IssuerCertificateIdentifierJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IssuerCertificateIdentifierJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IssuerCertificateIdentifierJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IssuerCertificateIdentifierJsonUnmarshaller.java index 9c377a90c9d..eda37191a39 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IssuerCertificateIdentifierJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/IssuerCertificateIdentifierJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionJsonMarshaller.java index 8eed90dec92..c6afad8635e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionJsonUnmarshaller.java index 3d70bd90a82..c32b89cda3b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionStatusDetailsJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionStatusDetailsJsonMarshaller.java index 4716b818523..2e887588a84 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionStatusDetailsJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionStatusDetailsJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionStatusDetailsJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionStatusDetailsJsonUnmarshaller.java index 6d299adbb62..809354439f2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionStatusDetailsJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionStatusDetailsJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryForJobJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryForJobJsonMarshaller.java index f3d2d932fba..8134867fe05 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryForJobJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryForJobJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryForJobJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryForJobJsonUnmarshaller.java index 49269e6767a..3c368d9d2a1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryForJobJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryForJobJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryForThingJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryForThingJsonMarshaller.java index d6c6a679699..a45d353e2c3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryForThingJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryForThingJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryForThingJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryForThingJsonUnmarshaller.java index 44cdceb80b5..29ac1765626 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryForThingJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryForThingJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryJsonMarshaller.java index cb719142a08..acb2a8519e5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryJsonUnmarshaller.java index 62d1957a407..6e4beaf5e94 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionSummaryJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionsRetryConfigJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionsRetryConfigJsonMarshaller.java index 5c94ba757f5..b87f18794d4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionsRetryConfigJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionsRetryConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionsRetryConfigJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionsRetryConfigJsonUnmarshaller.java index fef7ef7a2e2..7e5f9ef5735 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionsRetryConfigJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionsRetryConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionsRolloutConfigJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionsRolloutConfigJsonMarshaller.java index 9b2f6c89966..039863aa1fc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionsRolloutConfigJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionsRolloutConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionsRolloutConfigJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionsRolloutConfigJsonUnmarshaller.java index e35757c7ea6..250ec3ac8f2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionsRolloutConfigJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobExecutionsRolloutConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobJsonMarshaller.java index 9c39e472fb9..9d1976b455b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobJsonUnmarshaller.java index f21224f5303..a068829ec64 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobProcessDetailsJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobProcessDetailsJsonMarshaller.java index c5e642c9710..96aab8364b7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobProcessDetailsJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobProcessDetailsJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobProcessDetailsJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobProcessDetailsJsonUnmarshaller.java index a338440eaca..5ed13ea0745 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobProcessDetailsJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobProcessDetailsJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobSummaryJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobSummaryJsonMarshaller.java index 0145a390462..d3ccb9a0090 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobSummaryJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobSummaryJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobSummaryJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobSummaryJsonUnmarshaller.java index dbb55ba94ea..dad2343684e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobSummaryJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobSummaryJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobTemplateSummaryJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobTemplateSummaryJsonMarshaller.java index 5dd56fbffd4..92dc494e834 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobTemplateSummaryJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobTemplateSummaryJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobTemplateSummaryJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobTemplateSummaryJsonUnmarshaller.java index 6b28eea40ff..18c4367001c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobTemplateSummaryJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/JobTemplateSummaryJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KafkaActionHeaderJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KafkaActionHeaderJsonMarshaller.java new file mode 100644 index 00000000000..b5cc03b7c8a --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KafkaActionHeaderJsonMarshaller.java @@ -0,0 +1,50 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model.transform; + +import com.amazonaws.services.iot.model.*; +import com.amazonaws.util.DateUtils; +import com.amazonaws.util.json.AwsJsonWriter; + +/** + * JSON marshaller for POJO KafkaActionHeader + */ +class KafkaActionHeaderJsonMarshaller { + + public void marshall(KafkaActionHeader kafkaActionHeader, AwsJsonWriter jsonWriter) + throws Exception { + jsonWriter.beginObject(); + if (kafkaActionHeader.getKey() != null) { + String key = kafkaActionHeader.getKey(); + jsonWriter.name("key"); + jsonWriter.value(key); + } + if (kafkaActionHeader.getValue() != null) { + String value = kafkaActionHeader.getValue(); + jsonWriter.name("value"); + jsonWriter.value(value); + } + jsonWriter.endObject(); + } + + private static KafkaActionHeaderJsonMarshaller instance; + + public static KafkaActionHeaderJsonMarshaller getInstance() { + if (instance == null) + instance = new KafkaActionHeaderJsonMarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KafkaActionHeaderJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KafkaActionHeaderJsonUnmarshaller.java new file mode 100644 index 00000000000..1decf22e3cc --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KafkaActionHeaderJsonUnmarshaller.java @@ -0,0 +1,60 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model.transform; + +import com.amazonaws.services.iot.model.*; +import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; +import com.amazonaws.transform.*; +import com.amazonaws.util.json.AwsJsonReader; + +/** + * JSON unmarshaller for POJO KafkaActionHeader + */ +class KafkaActionHeaderJsonUnmarshaller implements + Unmarshaller { + + public KafkaActionHeader unmarshall(JsonUnmarshallerContext context) throws Exception { + AwsJsonReader reader = context.getReader(); + if (!reader.isContainer()) { + reader.skipValue(); + return null; + } + KafkaActionHeader kafkaActionHeader = new KafkaActionHeader(); + reader.beginObject(); + while (reader.hasNext()) { + String name = reader.nextName(); + if (name.equals("key")) { + kafkaActionHeader.setKey(StringJsonUnmarshaller.getInstance() + .unmarshall(context)); + } else if (name.equals("value")) { + kafkaActionHeader.setValue(StringJsonUnmarshaller.getInstance() + .unmarshall(context)); + } else { + reader.skipValue(); + } + } + reader.endObject(); + return kafkaActionHeader; + } + + private static KafkaActionHeaderJsonUnmarshaller instance; + + public static KafkaActionHeaderJsonUnmarshaller getInstance() { + if (instance == null) + instance = new KafkaActionHeaderJsonUnmarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KafkaActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KafkaActionJsonMarshaller.java index 1a5c18ce535..d34c5829f4a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KafkaActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KafkaActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -60,6 +60,17 @@ public void marshall(KafkaAction kafkaAction, AwsJsonWriter jsonWriter) throws E } jsonWriter.endObject(); } + if (kafkaAction.getHeaders() != null) { + java.util.List headers = kafkaAction.getHeaders(); + jsonWriter.name("headers"); + jsonWriter.beginArray(); + for (KafkaActionHeader headersItem : headers) { + if (headersItem != null) { + KafkaActionHeaderJsonMarshaller.getInstance().marshall(headersItem, jsonWriter); + } + } + jsonWriter.endArray(); + } jsonWriter.endObject(); } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KafkaActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KafkaActionJsonUnmarshaller.java index e199b85cffe..1d5d5694298 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KafkaActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KafkaActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -52,6 +52,11 @@ public KafkaAction unmarshall(JsonUnmarshallerContext context) throws Exception .getInstance() ) .unmarshall(context)); + } else if (name.equals("headers")) { + kafkaAction.setHeaders(new ListUnmarshaller( + KafkaActionHeaderJsonUnmarshaller.getInstance() + ) + .unmarshall(context)); } else { reader.skipValue(); } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KeyPairJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KeyPairJsonMarshaller.java index 60c2ba2e4d2..086edb71bd0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KeyPairJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KeyPairJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KeyPairJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KeyPairJsonUnmarshaller.java index c56ec56d77e..cebc484040d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KeyPairJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KeyPairJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KinesisActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KinesisActionJsonMarshaller.java index 3b494893c1e..6be43a9e094 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KinesisActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KinesisActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KinesisActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KinesisActionJsonUnmarshaller.java index 8adda8b4d0a..6fb32efb48c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KinesisActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/KinesisActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LambdaActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LambdaActionJsonMarshaller.java index cef8fdd09f6..09b20bbe07f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LambdaActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LambdaActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LambdaActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LambdaActionJsonUnmarshaller.java index 606ed6e4e59..c534dbb35a8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LambdaActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LambdaActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LimitExceededExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LimitExceededExceptionUnmarshaller.java index b812b1abc6d..19645cfe1a5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LimitExceededExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LimitExceededExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListActiveViolationsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListActiveViolationsRequestMarshaller.java index efbd615670c..125babec500 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListActiveViolationsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListActiveViolationsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListActiveViolationsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListActiveViolationsResultJsonUnmarshaller.java index 480cb498157..59f4db83c6c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListActiveViolationsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListActiveViolationsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAttachedPoliciesRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAttachedPoliciesRequestMarshaller.java index a74b0fe8750..36ab3238334 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAttachedPoliciesRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAttachedPoliciesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAttachedPoliciesResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAttachedPoliciesResultJsonUnmarshaller.java index 27a75f70ecd..e1beb39c277 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAttachedPoliciesResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAttachedPoliciesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditFindingsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditFindingsRequestMarshaller.java index 7ed09d0eb9c..db3583fa671 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditFindingsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditFindingsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditFindingsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditFindingsResultJsonUnmarshaller.java index e60a6ba8a15..4c126379a64 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditFindingsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditFindingsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditMitigationActionsExecutionsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditMitigationActionsExecutionsRequestMarshaller.java index cf0b1884ccf..8d8636381e5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditMitigationActionsExecutionsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditMitigationActionsExecutionsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditMitigationActionsExecutionsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditMitigationActionsExecutionsResultJsonUnmarshaller.java index 5d804c6d352..ebdbbf13d16 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditMitigationActionsExecutionsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditMitigationActionsExecutionsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditMitigationActionsTasksRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditMitigationActionsTasksRequestMarshaller.java index 1741358e1f8..0a11e32566e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditMitigationActionsTasksRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditMitigationActionsTasksRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditMitigationActionsTasksResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditMitigationActionsTasksResultJsonUnmarshaller.java index 7693485db12..15bd2c68270 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditMitigationActionsTasksResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditMitigationActionsTasksResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditSuppressionsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditSuppressionsRequestMarshaller.java index 528dadb017e..233edb8c1c8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditSuppressionsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditSuppressionsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditSuppressionsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditSuppressionsResultJsonUnmarshaller.java index 322a82ce7ba..6aaaf62b23a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditSuppressionsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditSuppressionsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditTasksRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditTasksRequestMarshaller.java index 863b5a0af46..df11db4445f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditTasksRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditTasksRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditTasksResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditTasksResultJsonUnmarshaller.java index 6309407b324..1eeec25bc8f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditTasksResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuditTasksResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuthorizersRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuthorizersRequestMarshaller.java index 333a98ff58e..f2f59c21e65 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuthorizersRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuthorizersRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuthorizersResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuthorizersResultJsonUnmarshaller.java index 5e14ded555b..cfc2754c324 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuthorizersResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListAuthorizersResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListBillingGroupsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListBillingGroupsRequestMarshaller.java index f9c6d554416..cce41e553b4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListBillingGroupsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListBillingGroupsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListBillingGroupsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListBillingGroupsResultJsonUnmarshaller.java index b9727c75f03..1d9648f6770 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListBillingGroupsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListBillingGroupsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCACertificatesRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCACertificatesRequestMarshaller.java index e44e6e87b63..16223e6948e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCACertificatesRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCACertificatesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCACertificatesResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCACertificatesResultJsonUnmarshaller.java index 0c9abcb60b6..d8b1e1a84b7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCACertificatesResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCACertificatesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCertificateProvidersRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCertificateProvidersRequestMarshaller.java new file mode 100644 index 00000000000..364b023084f --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCertificateProvidersRequestMarshaller.java @@ -0,0 +1,73 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.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.iot.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 ListCertificateProvidersRequest + */ +public class ListCertificateProvidersRequestMarshaller implements + Marshaller, ListCertificateProvidersRequest> { + + public Request marshall( + ListCertificateProvidersRequest listCertificateProvidersRequest) { + if (listCertificateProvidersRequest == null) { + throw new AmazonClientException( + "Invalid argument passed to marshall(ListCertificateProvidersRequest)"); + } + + Request request = new DefaultRequest( + listCertificateProvidersRequest, "AWSIot"); + request.setHttpMethod(HttpMethodName.GET); + + String uriResourcePath = "/certificate-providers/"; + if (listCertificateProvidersRequest.getNextToken() != null) { + request.addParameter("nextToken", + StringUtils.fromString(listCertificateProvidersRequest.getNextToken())); + } + if (listCertificateProvidersRequest.getAscendingOrder() != null) { + request.addParameter("isAscendingOrder", + StringUtils.fromBoolean(listCertificateProvidersRequest.getAscendingOrder())); + } + request.setResourcePath(uriResourcePath); + if (!request.getHeaders().containsKey("Content-Type")) { + request.addHeader("Content-Type", "application/x-amz-json-1.0"); + } + + return request; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCertificateProvidersResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCertificateProvidersResultJsonUnmarshaller.java new file mode 100644 index 00000000000..4f58bf8a819 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCertificateProvidersResultJsonUnmarshaller.java @@ -0,0 +1,62 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model.transform; + +import com.amazonaws.services.iot.model.*; +import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; +import com.amazonaws.transform.*; +import com.amazonaws.util.json.AwsJsonReader; + +/** + * JSON unmarshaller for response ListCertificateProvidersResult + */ +public class ListCertificateProvidersResultJsonUnmarshaller implements + Unmarshaller { + + public ListCertificateProvidersResult unmarshall(JsonUnmarshallerContext context) + throws Exception { + ListCertificateProvidersResult listCertificateProvidersResult = new ListCertificateProvidersResult(); + + AwsJsonReader reader = context.getReader(); + reader.beginObject(); + while (reader.hasNext()) { + String name = reader.nextName(); + if (name.equals("certificateProviders")) { + listCertificateProvidersResult + .setCertificateProviders(new ListUnmarshaller( + CertificateProviderSummaryJsonUnmarshaller.getInstance() + ) + .unmarshall(context)); + } else if (name.equals("nextToken")) { + listCertificateProvidersResult.setNextToken(StringJsonUnmarshaller.getInstance() + .unmarshall(context)); + } else { + reader.skipValue(); + } + } + reader.endObject(); + + return listCertificateProvidersResult; + } + + private static ListCertificateProvidersResultJsonUnmarshaller instance; + + public static ListCertificateProvidersResultJsonUnmarshaller getInstance() { + if (instance == null) + instance = new ListCertificateProvidersResultJsonUnmarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCertificatesByCARequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCertificatesByCARequestMarshaller.java index 6d027e26ea4..24726825f61 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCertificatesByCARequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCertificatesByCARequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCertificatesByCAResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCertificatesByCAResultJsonUnmarshaller.java index 6cf35f60e7d..5865257b0d7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCertificatesByCAResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCertificatesByCAResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCertificatesRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCertificatesRequestMarshaller.java index c6a1a5ac3f4..9b27ddca2ea 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCertificatesRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCertificatesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCertificatesResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCertificatesResultJsonUnmarshaller.java index bd368a41c3c..a9bd2bded8e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCertificatesResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCertificatesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCustomMetricsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCustomMetricsRequestMarshaller.java index 83691d7f777..f5550011bd9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCustomMetricsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCustomMetricsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCustomMetricsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCustomMetricsResultJsonUnmarshaller.java index d5e745fccbd..ccf40f90d57 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCustomMetricsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListCustomMetricsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDetectMitigationActionsExecutionsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDetectMitigationActionsExecutionsRequestMarshaller.java index db3184e0f51..1d4731fa5cf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDetectMitigationActionsExecutionsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDetectMitigationActionsExecutionsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDetectMitigationActionsExecutionsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDetectMitigationActionsExecutionsResultJsonUnmarshaller.java index db951295e9b..9387414b348 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDetectMitigationActionsExecutionsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDetectMitigationActionsExecutionsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDetectMitigationActionsTasksRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDetectMitigationActionsTasksRequestMarshaller.java index 37d52ac7e3c..bd8e325283c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDetectMitigationActionsTasksRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDetectMitigationActionsTasksRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDetectMitigationActionsTasksResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDetectMitigationActionsTasksResultJsonUnmarshaller.java index 22d0ed9e068..024c802e8a5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDetectMitigationActionsTasksResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDetectMitigationActionsTasksResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDimensionsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDimensionsRequestMarshaller.java index b4de168a24b..b84d16fff56 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDimensionsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDimensionsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDimensionsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDimensionsResultJsonUnmarshaller.java index cd62fb6dfce..5821ce64028 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDimensionsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDimensionsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDomainConfigurationsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDomainConfigurationsRequestMarshaller.java index 69c22d439ef..5cf5d56cebb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDomainConfigurationsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDomainConfigurationsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDomainConfigurationsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDomainConfigurationsResultJsonUnmarshaller.java index fdda3e1d186..b6b56bba3e7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDomainConfigurationsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListDomainConfigurationsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListFleetMetricsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListFleetMetricsRequestMarshaller.java index 09b98bcc5ef..01f2c06f579 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListFleetMetricsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListFleetMetricsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListFleetMetricsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListFleetMetricsResultJsonUnmarshaller.java index c2988634682..4c9f84f17ef 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListFleetMetricsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListFleetMetricsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListIndicesRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListIndicesRequestMarshaller.java index 9e3f0886fbd..ebc7fad389b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListIndicesRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListIndicesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListIndicesResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListIndicesResultJsonUnmarshaller.java index 8d81132289a..3ac87031928 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListIndicesResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListIndicesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobExecutionsForJobRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobExecutionsForJobRequestMarshaller.java index a17ff73ac4c..3a629f4abc4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobExecutionsForJobRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobExecutionsForJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobExecutionsForJobResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobExecutionsForJobResultJsonUnmarshaller.java index 96e8d7186be..402bd819ffb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobExecutionsForJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobExecutionsForJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobExecutionsForThingRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobExecutionsForThingRequestMarshaller.java index feb183df683..4249c7377b0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobExecutionsForThingRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobExecutionsForThingRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobExecutionsForThingResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobExecutionsForThingResultJsonUnmarshaller.java index c5da196493b..21c2785d732 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobExecutionsForThingResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobExecutionsForThingResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobTemplatesRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobTemplatesRequestMarshaller.java index 6e48b8b8dd2..b30e40dce84 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobTemplatesRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobTemplatesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobTemplatesResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobTemplatesResultJsonUnmarshaller.java index edb0e672df6..f485e58ef38 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobTemplatesResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobTemplatesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobsRequestMarshaller.java index 1b80f773c88..f2d10344b60 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobsResultJsonUnmarshaller.java index 27ee0b22d3b..3150a3b352b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListJobsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListManagedJobTemplatesRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListManagedJobTemplatesRequestMarshaller.java index 187361cb981..9c3df4619c3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListManagedJobTemplatesRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListManagedJobTemplatesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListManagedJobTemplatesResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListManagedJobTemplatesResultJsonUnmarshaller.java index e71597af9af..0101a8e0b46 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListManagedJobTemplatesResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListManagedJobTemplatesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListMetricValuesRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListMetricValuesRequestMarshaller.java index 34ba7d381e8..bb56950a654 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListMetricValuesRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListMetricValuesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListMetricValuesResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListMetricValuesResultJsonUnmarshaller.java index bb2333285b9..04c31c4674b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListMetricValuesResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListMetricValuesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListMitigationActionsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListMitigationActionsRequestMarshaller.java index 24e73f21438..c9e92866608 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListMitigationActionsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListMitigationActionsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListMitigationActionsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListMitigationActionsResultJsonUnmarshaller.java index 0d09adfe002..7ca7b8e44ef 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListMitigationActionsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListMitigationActionsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListOTAUpdatesRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListOTAUpdatesRequestMarshaller.java index 078747dd412..4d76ff098bb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListOTAUpdatesRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListOTAUpdatesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListOTAUpdatesResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListOTAUpdatesResultJsonUnmarshaller.java index 4ed5b0c3491..6be42c566fb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListOTAUpdatesResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListOTAUpdatesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListOutgoingCertificatesRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListOutgoingCertificatesRequestMarshaller.java index b7894387c42..200571f13a1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListOutgoingCertificatesRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListOutgoingCertificatesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListOutgoingCertificatesResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListOutgoingCertificatesResultJsonUnmarshaller.java index ed493ee3f08..31c85671f22 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListOutgoingCertificatesResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListOutgoingCertificatesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPackageVersionsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPackageVersionsRequestMarshaller.java index 61dd8211924..db97d8e6930 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPackageVersionsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPackageVersionsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPackageVersionsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPackageVersionsResultJsonUnmarshaller.java index 334e1fa0b81..79c18b986a1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPackageVersionsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPackageVersionsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPackagesRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPackagesRequestMarshaller.java index 958431bce90..4aa343006a9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPackagesRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPackagesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPackagesResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPackagesResultJsonUnmarshaller.java index 3fb408547bd..d0a4e73b6a8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPackagesResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPackagesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPoliciesRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPoliciesRequestMarshaller.java index 570805b4c88..a895020ac7d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPoliciesRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPoliciesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPoliciesResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPoliciesResultJsonUnmarshaller.java index eda7123d3c5..df573356f91 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPoliciesResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPoliciesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPolicyPrincipalsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPolicyPrincipalsRequestMarshaller.java index 394196d5173..0585eb9e123 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPolicyPrincipalsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPolicyPrincipalsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPolicyPrincipalsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPolicyPrincipalsResultJsonUnmarshaller.java index b23b2ef9b26..25812f664d8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPolicyPrincipalsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPolicyPrincipalsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPolicyVersionsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPolicyVersionsRequestMarshaller.java index 2217eeeb25e..bdae2968ee3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPolicyVersionsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPolicyVersionsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPolicyVersionsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPolicyVersionsResultJsonUnmarshaller.java index 71b54cc1d60..eac03664fa2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPolicyVersionsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPolicyVersionsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPrincipalPoliciesRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPrincipalPoliciesRequestMarshaller.java index 5589b3d24f9..ce726bb51c7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPrincipalPoliciesRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPrincipalPoliciesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPrincipalPoliciesResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPrincipalPoliciesResultJsonUnmarshaller.java index 1fd8bb06bb5..79797c9c8ff 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPrincipalPoliciesResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPrincipalPoliciesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPrincipalThingsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPrincipalThingsRequestMarshaller.java index a6b18ed82ae..af8b6f007ec 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPrincipalThingsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPrincipalThingsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPrincipalThingsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPrincipalThingsResultJsonUnmarshaller.java index 5701a2226b6..73a173d45d1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPrincipalThingsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListPrincipalThingsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListProvisioningTemplateVersionsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListProvisioningTemplateVersionsRequestMarshaller.java index b06c11c72e4..37937354103 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListProvisioningTemplateVersionsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListProvisioningTemplateVersionsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListProvisioningTemplateVersionsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListProvisioningTemplateVersionsResultJsonUnmarshaller.java index 7d554126e4b..3b5f7f5a795 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListProvisioningTemplateVersionsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListProvisioningTemplateVersionsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListProvisioningTemplatesRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListProvisioningTemplatesRequestMarshaller.java index c78d3de04ce..2b62a8fc4f8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListProvisioningTemplatesRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListProvisioningTemplatesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListProvisioningTemplatesResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListProvisioningTemplatesResultJsonUnmarshaller.java index 842b652c2b6..6073df3462f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListProvisioningTemplatesResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListProvisioningTemplatesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListRelatedResourcesForAuditFindingRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListRelatedResourcesForAuditFindingRequestMarshaller.java index 8dcc31c7940..71c0c767ff8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListRelatedResourcesForAuditFindingRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListRelatedResourcesForAuditFindingRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListRelatedResourcesForAuditFindingResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListRelatedResourcesForAuditFindingResultJsonUnmarshaller.java index cc76750f5c7..7dbcb3bac73 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListRelatedResourcesForAuditFindingResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListRelatedResourcesForAuditFindingResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListRoleAliasesRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListRoleAliasesRequestMarshaller.java index baa5a3fb00b..45561c789f3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListRoleAliasesRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListRoleAliasesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListRoleAliasesResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListRoleAliasesResultJsonUnmarshaller.java index 3a047551093..291576fc84a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListRoleAliasesResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListRoleAliasesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListScheduledAuditsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListScheduledAuditsRequestMarshaller.java index b34aa3a27ca..e776e0f5aa6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListScheduledAuditsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListScheduledAuditsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListScheduledAuditsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListScheduledAuditsResultJsonUnmarshaller.java index a024c579496..fc998ce92bf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListScheduledAuditsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListScheduledAuditsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListSecurityProfilesForTargetRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListSecurityProfilesForTargetRequestMarshaller.java index 28d5a86684d..10b46dcb21b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListSecurityProfilesForTargetRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListSecurityProfilesForTargetRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListSecurityProfilesForTargetResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListSecurityProfilesForTargetResultJsonUnmarshaller.java index d4628d0840e..6fd1eb292a3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListSecurityProfilesForTargetResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListSecurityProfilesForTargetResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListSecurityProfilesRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListSecurityProfilesRequestMarshaller.java index c32c9ac66b2..004dfe7abf2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListSecurityProfilesRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListSecurityProfilesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListSecurityProfilesResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListSecurityProfilesResultJsonUnmarshaller.java index efb9c0eb279..e16e52a09d8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListSecurityProfilesResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListSecurityProfilesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListStreamsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListStreamsRequestMarshaller.java index a7a2b87d550..a52eb25ff79 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListStreamsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListStreamsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListStreamsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListStreamsResultJsonUnmarshaller.java index fcf50111951..8fc4f093f3e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListStreamsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListStreamsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTagsForResourceRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTagsForResourceRequestMarshaller.java index a281ac88844..b77fe70f2c9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTagsForResourceRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTagsForResourceResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTagsForResourceResultJsonUnmarshaller.java index 142ee45d781..be742682151 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTagsForResourceResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTargetsForPolicyRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTargetsForPolicyRequestMarshaller.java index 86097742c2c..fe9593cdfa2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTargetsForPolicyRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTargetsForPolicyRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTargetsForPolicyResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTargetsForPolicyResultJsonUnmarshaller.java index 0c615cfe369..58ded17978e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTargetsForPolicyResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTargetsForPolicyResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTargetsForSecurityProfileRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTargetsForSecurityProfileRequestMarshaller.java index 8d69fc1552f..45b0bc9a6e8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTargetsForSecurityProfileRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTargetsForSecurityProfileRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTargetsForSecurityProfileResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTargetsForSecurityProfileResultJsonUnmarshaller.java index 7ecf550cdff..9e42a201b09 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTargetsForSecurityProfileResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTargetsForSecurityProfileResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingGroupsForThingRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingGroupsForThingRequestMarshaller.java index 88938937f61..3be06a9e3e3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingGroupsForThingRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingGroupsForThingRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingGroupsForThingResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingGroupsForThingResultJsonUnmarshaller.java index 52caf6dab40..fe7ec538cbd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingGroupsForThingResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingGroupsForThingResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingGroupsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingGroupsRequestMarshaller.java index 3d0d70aeb7f..d4b6da5e1a7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingGroupsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingGroupsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingGroupsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingGroupsResultJsonUnmarshaller.java index f5df95285cf..4b2ea0011a6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingGroupsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingGroupsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingPrincipalsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingPrincipalsRequestMarshaller.java index 93f7ddb9a24..b00de93489d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingPrincipalsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingPrincipalsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingPrincipalsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingPrincipalsResultJsonUnmarshaller.java index ef66e02d4ed..a8b4a4617f0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingPrincipalsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingPrincipalsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingRegistrationTaskReportsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingRegistrationTaskReportsRequestMarshaller.java index dfadb8d2059..fe52b2b6fc4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingRegistrationTaskReportsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingRegistrationTaskReportsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingRegistrationTaskReportsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingRegistrationTaskReportsResultJsonUnmarshaller.java index 5a9e675570c..170f5ccefaa 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingRegistrationTaskReportsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingRegistrationTaskReportsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingRegistrationTasksRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingRegistrationTasksRequestMarshaller.java index dfe98667a86..b0c14b137b3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingRegistrationTasksRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingRegistrationTasksRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingRegistrationTasksResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingRegistrationTasksResultJsonUnmarshaller.java index 1d759e02ece..71bbf6cb9e4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingRegistrationTasksResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingRegistrationTasksResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingTypesRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingTypesRequestMarshaller.java index 2feae2bf9e1..1f07d416213 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingTypesRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingTypesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingTypesResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingTypesResultJsonUnmarshaller.java index b4e3dbf0300..e49d60e9820 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingTypesResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingTypesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsInBillingGroupRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsInBillingGroupRequestMarshaller.java index 79515358e22..39779d8fe27 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsInBillingGroupRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsInBillingGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsInBillingGroupResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsInBillingGroupResultJsonUnmarshaller.java index 427a2d25a6e..3c8a941d0cb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsInBillingGroupResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsInBillingGroupResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsInThingGroupRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsInThingGroupRequestMarshaller.java index f1e54d79959..27d8dfd86a1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsInThingGroupRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsInThingGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsInThingGroupResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsInThingGroupResultJsonUnmarshaller.java index 23b0b942876..365d8ba8ab8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsInThingGroupResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsInThingGroupResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsRequestMarshaller.java index 08353fc60ac..8516c3d51cc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsResultJsonUnmarshaller.java index 26c677e80fe..22d24041144 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListThingsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTopicRuleDestinationsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTopicRuleDestinationsRequestMarshaller.java index 9bd864ddf21..40e5b20b3da 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTopicRuleDestinationsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTopicRuleDestinationsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTopicRuleDestinationsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTopicRuleDestinationsResultJsonUnmarshaller.java index 84017c8ac76..3fb6f26e2d7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTopicRuleDestinationsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTopicRuleDestinationsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTopicRulesRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTopicRulesRequestMarshaller.java index 01caf1f36b0..35dea22792b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTopicRulesRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTopicRulesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTopicRulesResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTopicRulesResultJsonUnmarshaller.java index 441d2951124..95019901794 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTopicRulesResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListTopicRulesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListV2LoggingLevelsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListV2LoggingLevelsRequestMarshaller.java index ff87788f551..d44f2e01e2b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListV2LoggingLevelsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListV2LoggingLevelsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListV2LoggingLevelsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListV2LoggingLevelsResultJsonUnmarshaller.java index 27084d7cab8..2a33a04a142 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListV2LoggingLevelsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListV2LoggingLevelsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListViolationEventsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListViolationEventsRequestMarshaller.java index c1a8e854370..fe0e8e5d256 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListViolationEventsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListViolationEventsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListViolationEventsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListViolationEventsResultJsonUnmarshaller.java index 7446881fc28..676062c6b8e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListViolationEventsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ListViolationEventsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LocationActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LocationActionJsonMarshaller.java index f728515e399..17431eac433 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LocationActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LocationActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LocationActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LocationActionJsonUnmarshaller.java index 502e755956d..54ef816eed3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LocationActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LocationActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LocationTimestampJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LocationTimestampJsonMarshaller.java index cabf049d3ed..b034195d704 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LocationTimestampJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LocationTimestampJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LocationTimestampJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LocationTimestampJsonUnmarshaller.java index b4edfec1d20..373d92b86a7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LocationTimestampJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LocationTimestampJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LogTargetConfigurationJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LogTargetConfigurationJsonMarshaller.java index b60078233ba..fec48d8e815 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LogTargetConfigurationJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LogTargetConfigurationJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LogTargetConfigurationJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LogTargetConfigurationJsonUnmarshaller.java index 6d25c1e1df0..948ad02d31c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LogTargetConfigurationJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LogTargetConfigurationJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LogTargetJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LogTargetJsonMarshaller.java index 96124476b6b..936c07886ca 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LogTargetJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LogTargetJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LogTargetJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LogTargetJsonUnmarshaller.java index 9ba21ffd5c9..4b14d86bd0a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LogTargetJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LogTargetJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LoggingOptionsPayloadJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LoggingOptionsPayloadJsonMarshaller.java index fbbf4b718e6..b14e6566989 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LoggingOptionsPayloadJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LoggingOptionsPayloadJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LoggingOptionsPayloadJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LoggingOptionsPayloadJsonUnmarshaller.java index 747bc84c3d6..b243d9afda8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LoggingOptionsPayloadJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/LoggingOptionsPayloadJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MachineLearningDetectionConfigJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MachineLearningDetectionConfigJsonMarshaller.java index 4deb7b57d57..9175060f310 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MachineLearningDetectionConfigJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MachineLearningDetectionConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MachineLearningDetectionConfigJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MachineLearningDetectionConfigJsonUnmarshaller.java index 1b4d9d614e0..bb3c017439c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MachineLearningDetectionConfigJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MachineLearningDetectionConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MaintenanceWindowJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MaintenanceWindowJsonMarshaller.java index 8a1f01dbbad..f1c6afdfea4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MaintenanceWindowJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MaintenanceWindowJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MaintenanceWindowJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MaintenanceWindowJsonUnmarshaller.java index e29cfc48033..8dad319c1b6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MaintenanceWindowJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MaintenanceWindowJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MalformedPolicyExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MalformedPolicyExceptionUnmarshaller.java index 72b12f7faf8..7509c4fa197 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MalformedPolicyExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MalformedPolicyExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ManagedJobTemplateSummaryJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ManagedJobTemplateSummaryJsonMarshaller.java index d6c2e1c420d..b8551ccf48e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ManagedJobTemplateSummaryJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ManagedJobTemplateSummaryJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ManagedJobTemplateSummaryJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ManagedJobTemplateSummaryJsonUnmarshaller.java index 2a39f9a4278..4006bc16b8f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ManagedJobTemplateSummaryJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ManagedJobTemplateSummaryJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricDatumJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricDatumJsonMarshaller.java index 83a6675b865..f47a680fb62 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricDatumJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricDatumJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricDatumJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricDatumJsonUnmarshaller.java index a5f7fd526db..82c07d9b034 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricDatumJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricDatumJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricDimensionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricDimensionJsonMarshaller.java index 692c011b448..b399637d0c5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricDimensionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricDimensionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricDimensionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricDimensionJsonUnmarshaller.java index 845c1d237fb..750760b43e6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricDimensionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricDimensionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricToRetainJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricToRetainJsonMarshaller.java index 08bd6762de0..6792133edf0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricToRetainJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricToRetainJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -36,6 +36,11 @@ public void marshall(MetricToRetain metricToRetain, AwsJsonWriter jsonWriter) th jsonWriter.name("metricDimension"); MetricDimensionJsonMarshaller.getInstance().marshall(metricDimension, jsonWriter); } + if (metricToRetain.getExportMetric() != null) { + Boolean exportMetric = metricToRetain.getExportMetric(); + jsonWriter.name("exportMetric"); + jsonWriter.value(exportMetric); + } jsonWriter.endObject(); } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricToRetainJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricToRetainJsonUnmarshaller.java index 4c33dc96e50..a47eeda29bc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricToRetainJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricToRetainJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -42,6 +42,9 @@ public MetricToRetain unmarshall(JsonUnmarshallerContext context) throws Excepti } else if (name.equals("metricDimension")) { metricToRetain.setMetricDimension(MetricDimensionJsonUnmarshaller.getInstance() .unmarshall(context)); + } else if (name.equals("exportMetric")) { + metricToRetain.setExportMetric(BooleanJsonUnmarshaller.getInstance() + .unmarshall(context)); } else { reader.skipValue(); } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricValueJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricValueJsonMarshaller.java index 86ad6cfbd4f..02dd8f372fa 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricValueJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricValueJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricValueJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricValueJsonUnmarshaller.java index 85c2c3083d7..aac3016d633 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricValueJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricValueJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricsExportConfigJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricsExportConfigJsonMarshaller.java new file mode 100644 index 00000000000..5bb6d46d75d --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricsExportConfigJsonMarshaller.java @@ -0,0 +1,50 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model.transform; + +import com.amazonaws.services.iot.model.*; +import com.amazonaws.util.DateUtils; +import com.amazonaws.util.json.AwsJsonWriter; + +/** + * JSON marshaller for POJO MetricsExportConfig + */ +class MetricsExportConfigJsonMarshaller { + + public void marshall(MetricsExportConfig metricsExportConfig, AwsJsonWriter jsonWriter) + throws Exception { + jsonWriter.beginObject(); + if (metricsExportConfig.getMqttTopic() != null) { + String mqttTopic = metricsExportConfig.getMqttTopic(); + jsonWriter.name("mqttTopic"); + jsonWriter.value(mqttTopic); + } + if (metricsExportConfig.getRoleArn() != null) { + String roleArn = metricsExportConfig.getRoleArn(); + jsonWriter.name("roleArn"); + jsonWriter.value(roleArn); + } + jsonWriter.endObject(); + } + + private static MetricsExportConfigJsonMarshaller instance; + + public static MetricsExportConfigJsonMarshaller getInstance() { + if (instance == null) + instance = new MetricsExportConfigJsonMarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricsExportConfigJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricsExportConfigJsonUnmarshaller.java new file mode 100644 index 00000000000..271bbb8d31b --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MetricsExportConfigJsonUnmarshaller.java @@ -0,0 +1,60 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model.transform; + +import com.amazonaws.services.iot.model.*; +import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; +import com.amazonaws.transform.*; +import com.amazonaws.util.json.AwsJsonReader; + +/** + * JSON unmarshaller for POJO MetricsExportConfig + */ +class MetricsExportConfigJsonUnmarshaller implements + Unmarshaller { + + public MetricsExportConfig unmarshall(JsonUnmarshallerContext context) throws Exception { + AwsJsonReader reader = context.getReader(); + if (!reader.isContainer()) { + reader.skipValue(); + return null; + } + MetricsExportConfig metricsExportConfig = new MetricsExportConfig(); + reader.beginObject(); + while (reader.hasNext()) { + String name = reader.nextName(); + if (name.equals("mqttTopic")) { + metricsExportConfig.setMqttTopic(StringJsonUnmarshaller.getInstance() + .unmarshall(context)); + } else if (name.equals("roleArn")) { + metricsExportConfig.setRoleArn(StringJsonUnmarshaller.getInstance() + .unmarshall(context)); + } else { + reader.skipValue(); + } + } + reader.endObject(); + return metricsExportConfig; + } + + private static MetricsExportConfigJsonUnmarshaller instance; + + public static MetricsExportConfigJsonUnmarshaller getInstance() { + if (instance == null) + instance = new MetricsExportConfigJsonUnmarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionIdentifierJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionIdentifierJsonMarshaller.java index 5fd9c595ef2..eb8e3519a00 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionIdentifierJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionIdentifierJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionIdentifierJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionIdentifierJsonUnmarshaller.java index 4c79eac3e58..451a1a53f55 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionIdentifierJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionIdentifierJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionJsonMarshaller.java index abf2f0da10b..94f5976d7a6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionJsonUnmarshaller.java index dbc74690221..9cdf4ce62fa 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionParamsJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionParamsJsonMarshaller.java index 15932deac9d..3df4c5fdebe 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionParamsJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionParamsJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionParamsJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionParamsJsonUnmarshaller.java index 4fc338bba2e..da55ab72955 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionParamsJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MitigationActionParamsJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MqttContextJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MqttContextJsonMarshaller.java index 8149107e9ac..6ed45b14beb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MqttContextJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MqttContextJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MqttContextJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MqttContextJsonUnmarshaller.java index 7117efdc1a5..c35af726902 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MqttContextJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MqttContextJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MqttHeadersJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MqttHeadersJsonMarshaller.java index ca5a84e48fc..795a97d69ed 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MqttHeadersJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MqttHeadersJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MqttHeadersJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MqttHeadersJsonUnmarshaller.java index 4850b0a958e..57ce892b21b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MqttHeadersJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/MqttHeadersJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/NonCompliantResourceJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/NonCompliantResourceJsonMarshaller.java index 32f401c3651..8e50d42e846 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/NonCompliantResourceJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/NonCompliantResourceJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/NonCompliantResourceJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/NonCompliantResourceJsonUnmarshaller.java index b603d58a220..d0bdc277ffd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/NonCompliantResourceJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/NonCompliantResourceJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/NotConfiguredExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/NotConfiguredExceptionUnmarshaller.java index b77c989f232..1989fc12ca7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/NotConfiguredExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/NotConfiguredExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateFileJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateFileJsonMarshaller.java index f7e312f0eeb..328b6c5535b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateFileJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateFileJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateFileJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateFileJsonUnmarshaller.java index b18a670ba7b..4123bcca9b8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateFileJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateFileJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateInfoJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateInfoJsonMarshaller.java index f5dbc832e69..13685ac133b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateInfoJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateInfoJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateInfoJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateInfoJsonUnmarshaller.java index 2cfe09cd87f..ca241d09c4b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateInfoJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateInfoJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateSummaryJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateSummaryJsonMarshaller.java index 286f5ffa43c..8dcbe695b63 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateSummaryJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateSummaryJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateSummaryJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateSummaryJsonUnmarshaller.java index d402f180fde..5267379d048 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateSummaryJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OTAUpdateSummaryJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OpenSearchActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OpenSearchActionJsonMarshaller.java index 26c83d2a214..924a234a8d1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OpenSearchActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OpenSearchActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OpenSearchActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OpenSearchActionJsonUnmarshaller.java index 0462fb0fcb4..9b8975a752e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OpenSearchActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OpenSearchActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OutgoingCertificateJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OutgoingCertificateJsonMarshaller.java index 7b1476daa43..2cc9243cab1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OutgoingCertificateJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OutgoingCertificateJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OutgoingCertificateJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OutgoingCertificateJsonUnmarshaller.java index 43b73cd95f6..b85ad49433c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OutgoingCertificateJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/OutgoingCertificateJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PackageSummaryJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PackageSummaryJsonMarshaller.java index 969d390552b..27c58e8739e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PackageSummaryJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PackageSummaryJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PackageSummaryJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PackageSummaryJsonUnmarshaller.java index e5b71385552..a7e12b67cee 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PackageSummaryJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PackageSummaryJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PackageVersionSummaryJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PackageVersionSummaryJsonMarshaller.java index b2eaec4c35c..f06976c323e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PackageVersionSummaryJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PackageVersionSummaryJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PackageVersionSummaryJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PackageVersionSummaryJsonUnmarshaller.java index 427b1f4a936..1ad766c2724 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PackageVersionSummaryJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PackageVersionSummaryJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PercentPairJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PercentPairJsonMarshaller.java index 0b9d5518a24..34f888e2865 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PercentPairJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PercentPairJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PercentPairJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PercentPairJsonUnmarshaller.java index c8a68473f54..7d6e1596e21 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PercentPairJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PercentPairJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyJsonMarshaller.java index 8581dc36e80..b615b4271fa 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyJsonUnmarshaller.java index abb9f6cfa44..eef57fa13cd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyVersionIdentifierJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyVersionIdentifierJsonMarshaller.java index aa5438ed2aa..d4d91170d32 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyVersionIdentifierJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyVersionIdentifierJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyVersionIdentifierJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyVersionIdentifierJsonUnmarshaller.java index a3db13997dd..5aaf0d280b6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyVersionIdentifierJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyVersionIdentifierJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyVersionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyVersionJsonMarshaller.java index dfc68858a8d..5169d603788 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyVersionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyVersionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyVersionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyVersionJsonUnmarshaller.java index a1b2a0b7a79..c347ce5dfdf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyVersionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PolicyVersionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PresignedUrlConfigJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PresignedUrlConfigJsonMarshaller.java index 1c3a999d1cb..a00c5a77e8d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PresignedUrlConfigJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PresignedUrlConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PresignedUrlConfigJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PresignedUrlConfigJsonUnmarshaller.java index d85492d8559..d0b4aeb5d25 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PresignedUrlConfigJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PresignedUrlConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningHookJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningHookJsonMarshaller.java index 6cb9abcf52a..bcf084ff15c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningHookJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningHookJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningHookJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningHookJsonUnmarshaller.java index f4b00f9d136..39e7747d6ba 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningHookJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningHookJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningTemplateSummaryJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningTemplateSummaryJsonMarshaller.java index 0752f5b899e..7a34b4dc196 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningTemplateSummaryJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningTemplateSummaryJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningTemplateSummaryJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningTemplateSummaryJsonUnmarshaller.java index b89f4c42915..608a571ab69 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningTemplateSummaryJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningTemplateSummaryJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningTemplateVersionSummaryJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningTemplateVersionSummaryJsonMarshaller.java index 050448f54b5..ac679e84bb9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningTemplateVersionSummaryJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningTemplateVersionSummaryJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningTemplateVersionSummaryJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningTemplateVersionSummaryJsonUnmarshaller.java index 0c6361b9e60..78a2eb1e55e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningTemplateVersionSummaryJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ProvisioningTemplateVersionSummaryJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PublishFindingToSnsParamsJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PublishFindingToSnsParamsJsonMarshaller.java index 3f1c03f65f4..1d72b043e2e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PublishFindingToSnsParamsJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PublishFindingToSnsParamsJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PublishFindingToSnsParamsJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PublishFindingToSnsParamsJsonUnmarshaller.java index 96f72bba7b6..6427e9b82aa 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PublishFindingToSnsParamsJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PublishFindingToSnsParamsJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutAssetPropertyValueEntryJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutAssetPropertyValueEntryJsonMarshaller.java index b054038bfd1..c335338482b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutAssetPropertyValueEntryJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutAssetPropertyValueEntryJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutAssetPropertyValueEntryJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutAssetPropertyValueEntryJsonUnmarshaller.java index b926ab8059e..ca3521965cb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutAssetPropertyValueEntryJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutAssetPropertyValueEntryJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutItemInputJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutItemInputJsonMarshaller.java index 493e338a1b9..39fdc23c736 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutItemInputJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutItemInputJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutItemInputJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutItemInputJsonUnmarshaller.java index 844e239b631..2b672854272 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutItemInputJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutItemInputJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutVerificationStateOnViolationRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutVerificationStateOnViolationRequestMarshaller.java index 6c4469a9b87..fdefcbe89be 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutVerificationStateOnViolationRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutVerificationStateOnViolationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutVerificationStateOnViolationResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutVerificationStateOnViolationResultJsonUnmarshaller.java index 206cc9b49b7..901605ad9fd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutVerificationStateOnViolationResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/PutVerificationStateOnViolationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RateIncreaseCriteriaJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RateIncreaseCriteriaJsonMarshaller.java index 2cf0770c53b..60b06b9aeda 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RateIncreaseCriteriaJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RateIncreaseCriteriaJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RateIncreaseCriteriaJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RateIncreaseCriteriaJsonUnmarshaller.java index df8c8455617..66da86b6dc2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RateIncreaseCriteriaJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RateIncreaseCriteriaJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCACertificateRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCACertificateRequestMarshaller.java index 0890588a1eb..00e96228827 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCACertificateRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCACertificateRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCACertificateResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCACertificateResultJsonUnmarshaller.java index d5a6a4d8073..6d0cbc4a828 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCACertificateResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCACertificateResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCertificateRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCertificateRequestMarshaller.java index 94ff1d312d3..c5bac28d275 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCertificateRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCertificateRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCertificateResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCertificateResultJsonUnmarshaller.java index 3083129d99a..1d34a332449 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCertificateResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCertificateResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCertificateWithoutCARequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCertificateWithoutCARequestMarshaller.java index 3b1d8e0094c..fadae116a0e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCertificateWithoutCARequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCertificateWithoutCARequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCertificateWithoutCAResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCertificateWithoutCAResultJsonUnmarshaller.java index 29098373f43..728aa175e4e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCertificateWithoutCAResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterCertificateWithoutCAResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterThingRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterThingRequestMarshaller.java index 3041b2c5157..a8b46d44e0a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterThingRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterThingRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterThingResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterThingResultJsonUnmarshaller.java index 2cc4d7dec3a..b9151d772e0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterThingResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegisterThingResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegistrationCodeValidationExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegistrationCodeValidationExceptionUnmarshaller.java index 46040be9da4..8ba778a254b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegistrationCodeValidationExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegistrationCodeValidationExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegistrationConfigJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegistrationConfigJsonMarshaller.java index a377b5c7e29..35f86846349 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegistrationConfigJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegistrationConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegistrationConfigJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegistrationConfigJsonUnmarshaller.java index 0444f2e945c..ad67d900057 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegistrationConfigJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RegistrationConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RejectCertificateTransferRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RejectCertificateTransferRequestMarshaller.java index 651c4fc5841..c9f3d095a7f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RejectCertificateTransferRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RejectCertificateTransferRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RelatedResourceJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RelatedResourceJsonMarshaller.java index 028c0f15e9a..195a6175895 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RelatedResourceJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RelatedResourceJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RelatedResourceJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RelatedResourceJsonUnmarshaller.java index bc844d52e57..b563add6be6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RelatedResourceJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RelatedResourceJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RemoveThingFromBillingGroupRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RemoveThingFromBillingGroupRequestMarshaller.java index 426abd0d560..14fcfc283bd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RemoveThingFromBillingGroupRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RemoveThingFromBillingGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RemoveThingFromBillingGroupResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RemoveThingFromBillingGroupResultJsonUnmarshaller.java index c3726162649..76592970c4b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RemoveThingFromBillingGroupResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RemoveThingFromBillingGroupResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RemoveThingFromThingGroupRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RemoveThingFromThingGroupRequestMarshaller.java index 2ec6ef2dddd..fdaeea1e65f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RemoveThingFromThingGroupRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RemoveThingFromThingGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RemoveThingFromThingGroupResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RemoveThingFromThingGroupResultJsonUnmarshaller.java index 52a2ae0b512..89a99094a24 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RemoveThingFromThingGroupResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RemoveThingFromThingGroupResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ReplaceDefaultPolicyVersionParamsJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ReplaceDefaultPolicyVersionParamsJsonMarshaller.java index b392d973c06..0f5b9028418 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ReplaceDefaultPolicyVersionParamsJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ReplaceDefaultPolicyVersionParamsJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ReplaceDefaultPolicyVersionParamsJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ReplaceDefaultPolicyVersionParamsJsonUnmarshaller.java index 826b4036e99..ea984af8f7d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ReplaceDefaultPolicyVersionParamsJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ReplaceDefaultPolicyVersionParamsJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ReplaceTopicRuleRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ReplaceTopicRuleRequestMarshaller.java index 3129f66ac9a..e59fc40d516 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ReplaceTopicRuleRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ReplaceTopicRuleRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RepublishActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RepublishActionJsonMarshaller.java index e8e9e7233b0..bb4c0d81df6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RepublishActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RepublishActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RepublishActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RepublishActionJsonUnmarshaller.java index 732383d1cf8..a656cf54990 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RepublishActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RepublishActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ResourceAlreadyExistsExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ResourceAlreadyExistsExceptionUnmarshaller.java index 92caa305e89..890d1e65a76 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ResourceAlreadyExistsExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ResourceAlreadyExistsExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ResourceIdentifierJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ResourceIdentifierJsonMarshaller.java index bdb4a5ec53c..4ec44833531 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ResourceIdentifierJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ResourceIdentifierJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ResourceIdentifierJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ResourceIdentifierJsonUnmarshaller.java index 07ecfe5e374..755ae6d8c84 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ResourceIdentifierJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ResourceIdentifierJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ResourceNotFoundExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ResourceNotFoundExceptionUnmarshaller.java index f862de9d494..847fbe552d1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ResourceNotFoundExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/transform/ResourceRegistrationFailureExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ResourceRegistrationFailureExceptionUnmarshaller.java index b61922111d0..ccc7955004e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ResourceRegistrationFailureExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ResourceRegistrationFailureExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RetryCriteriaJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RetryCriteriaJsonMarshaller.java index 8282e7dc854..15c392b14b2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RetryCriteriaJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RetryCriteriaJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RetryCriteriaJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RetryCriteriaJsonUnmarshaller.java index ab0602eacd7..3feb6c10cec 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RetryCriteriaJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RetryCriteriaJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RoleAliasDescriptionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RoleAliasDescriptionJsonMarshaller.java index 760846399db..fec147ee00f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RoleAliasDescriptionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RoleAliasDescriptionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RoleAliasDescriptionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RoleAliasDescriptionJsonUnmarshaller.java index c0596e5f604..217d7048d11 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RoleAliasDescriptionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/RoleAliasDescriptionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3ActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3ActionJsonMarshaller.java index ba40f37af24..1885e13b49a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3ActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3ActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3ActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3ActionJsonUnmarshaller.java index 6fa9b24f158..7d201b8ee65 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3ActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3ActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3DestinationJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3DestinationJsonMarshaller.java index 387b7f75768..fb8a8ee913e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3DestinationJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3DestinationJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3DestinationJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3DestinationJsonUnmarshaller.java index 7b85ce00192..4f6c8a2d758 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3DestinationJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3DestinationJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3LocationJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3LocationJsonMarshaller.java index 4745366a2d4..758ee5b19c4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3LocationJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3LocationJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3LocationJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3LocationJsonUnmarshaller.java index 7867ea439b9..d58c7157909 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3LocationJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/S3LocationJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SalesforceActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SalesforceActionJsonMarshaller.java index 629625cd209..2c7d4fd2ade 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SalesforceActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SalesforceActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SalesforceActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SalesforceActionJsonUnmarshaller.java index e73340932e4..c876c23221f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SalesforceActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SalesforceActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ScheduledAuditMetadataJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ScheduledAuditMetadataJsonMarshaller.java index ce453c85d21..acaeb42a713 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ScheduledAuditMetadataJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ScheduledAuditMetadataJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ScheduledAuditMetadataJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ScheduledAuditMetadataJsonUnmarshaller.java index 10e79d87d4b..8aed9ae1a2a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ScheduledAuditMetadataJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ScheduledAuditMetadataJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ScheduledJobRolloutJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ScheduledJobRolloutJsonMarshaller.java index eac52f95c81..6d5f7b0d7a2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ScheduledJobRolloutJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ScheduledJobRolloutJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ScheduledJobRolloutJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ScheduledJobRolloutJsonUnmarshaller.java index 69b0565603f..546f299f0dc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ScheduledJobRolloutJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ScheduledJobRolloutJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SchedulingConfigJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SchedulingConfigJsonMarshaller.java index c732e190635..d0ffeaa71ed 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SchedulingConfigJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SchedulingConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SchedulingConfigJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SchedulingConfigJsonUnmarshaller.java index 9c66b3f6e21..9fbfdeaa136 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SchedulingConfigJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SchedulingConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SearchIndexRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SearchIndexRequestMarshaller.java index 0626c3c551c..c0dcc5d7010 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SearchIndexRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SearchIndexRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SearchIndexResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SearchIndexResultJsonUnmarshaller.java index 329f310d784..68d09e4c880 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SearchIndexResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SearchIndexResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileIdentifierJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileIdentifierJsonMarshaller.java index 9302a43c480..b1df50528df 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileIdentifierJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileIdentifierJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileIdentifierJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileIdentifierJsonUnmarshaller.java index 3ddf5a09c4c..ea78515d010 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileIdentifierJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileIdentifierJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileTargetJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileTargetJsonMarshaller.java index bd68385d996..e8673080ec0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileTargetJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileTargetJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileTargetJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileTargetJsonUnmarshaller.java index a7dfd7f6afe..7ac3fb36681 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileTargetJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileTargetJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileTargetMappingJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileTargetMappingJsonMarshaller.java index 5734dec92a4..f8f853fda15 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileTargetMappingJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileTargetMappingJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileTargetMappingJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileTargetMappingJsonUnmarshaller.java index 53410f5e673..2b279e8e771 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileTargetMappingJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SecurityProfileTargetMappingJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ServerCertificateConfigJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ServerCertificateConfigJsonMarshaller.java new file mode 100644 index 00000000000..31dd5dbaf4b --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ServerCertificateConfigJsonMarshaller.java @@ -0,0 +1,45 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.model.transform; + +import com.amazonaws.services.iot.model.*; +import com.amazonaws.util.DateUtils; +import com.amazonaws.util.json.AwsJsonWriter; + +/** + * JSON marshaller for POJO ServerCertificateConfig + */ +class ServerCertificateConfigJsonMarshaller { + + public void marshall(ServerCertificateConfig serverCertificateConfig, AwsJsonWriter jsonWriter) + throws Exception { + jsonWriter.beginObject(); + if (serverCertificateConfig.getEnableOCSPCheck() != null) { + Boolean enableOCSPCheck = serverCertificateConfig.getEnableOCSPCheck(); + jsonWriter.name("enableOCSPCheck"); + jsonWriter.value(enableOCSPCheck); + } + jsonWriter.endObject(); + } + + private static ServerCertificateConfigJsonMarshaller instance; + + public static ServerCertificateConfigJsonMarshaller getInstance() { + if (instance == null) + instance = new ServerCertificateConfigJsonMarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ServerCertificateConfigJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ServerCertificateConfigJsonUnmarshaller.java new file mode 100644 index 00000000000..e5aec8c92b0 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ServerCertificateConfigJsonUnmarshaller.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.iot.model.transform; + +import com.amazonaws.services.iot.model.*; +import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; +import com.amazonaws.transform.*; +import com.amazonaws.util.json.AwsJsonReader; + +/** + * JSON unmarshaller for POJO ServerCertificateConfig + */ +class ServerCertificateConfigJsonUnmarshaller implements + Unmarshaller { + + public ServerCertificateConfig unmarshall(JsonUnmarshallerContext context) throws Exception { + AwsJsonReader reader = context.getReader(); + if (!reader.isContainer()) { + reader.skipValue(); + return null; + } + ServerCertificateConfig serverCertificateConfig = new ServerCertificateConfig(); + reader.beginObject(); + while (reader.hasNext()) { + String name = reader.nextName(); + if (name.equals("enableOCSPCheck")) { + serverCertificateConfig.setEnableOCSPCheck(BooleanJsonUnmarshaller.getInstance() + .unmarshall(context)); + } else { + reader.skipValue(); + } + } + reader.endObject(); + return serverCertificateConfig; + } + + private static ServerCertificateConfigJsonUnmarshaller instance; + + public static ServerCertificateConfigJsonUnmarshaller getInstance() { + if (instance == null) + instance = new ServerCertificateConfigJsonUnmarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ServerCertificateSummaryJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ServerCertificateSummaryJsonMarshaller.java index 202a4c6de52..c89603380ae 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ServerCertificateSummaryJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ServerCertificateSummaryJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ServerCertificateSummaryJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ServerCertificateSummaryJsonUnmarshaller.java index a1286e7a80d..9fce9faf3d9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ServerCertificateSummaryJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ServerCertificateSummaryJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ServiceQuotaExceededExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ServiceQuotaExceededExceptionUnmarshaller.java index e6c10a47356..d7b4207eb58 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ServiceQuotaExceededExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ServiceQuotaExceededExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ServiceUnavailableExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ServiceUnavailableExceptionUnmarshaller.java index b7067a6e3a5..f5747b96386 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ServiceUnavailableExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ServiceUnavailableExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetDefaultAuthorizerRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetDefaultAuthorizerRequestMarshaller.java index 8b43130c329..1715b379474 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetDefaultAuthorizerRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetDefaultAuthorizerRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetDefaultAuthorizerResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetDefaultAuthorizerResultJsonUnmarshaller.java index f5114ba61f0..76cb71f7efa 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetDefaultAuthorizerResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetDefaultAuthorizerResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetDefaultPolicyVersionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetDefaultPolicyVersionRequestMarshaller.java index 2abfed1b359..83f3c5ae84e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetDefaultPolicyVersionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetDefaultPolicyVersionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetLoggingOptionsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetLoggingOptionsRequestMarshaller.java index a6623d4fc5b..4a2dddcfc3e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetLoggingOptionsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetLoggingOptionsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetV2LoggingLevelRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetV2LoggingLevelRequestMarshaller.java index 187896dce06..a6bd4af3c5f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetV2LoggingLevelRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetV2LoggingLevelRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetV2LoggingOptionsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetV2LoggingOptionsRequestMarshaller.java index a3f49fa8529..09e2dc8064b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetV2LoggingOptionsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SetV2LoggingOptionsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SigV4AuthorizationJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SigV4AuthorizationJsonMarshaller.java index e5cc99f4042..4df4b5edcbd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SigV4AuthorizationJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SigV4AuthorizationJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SigV4AuthorizationJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SigV4AuthorizationJsonUnmarshaller.java index cf71804f854..f2695b7d81c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SigV4AuthorizationJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SigV4AuthorizationJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SigningProfileParameterJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SigningProfileParameterJsonMarshaller.java index f636b97ee56..b8c19f26f3f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SigningProfileParameterJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SigningProfileParameterJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SigningProfileParameterJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SigningProfileParameterJsonUnmarshaller.java index 5530b9de0dc..fa8ae1c1a01 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SigningProfileParameterJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SigningProfileParameterJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SnsActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SnsActionJsonMarshaller.java index 1b55cf4de81..fa365fd95e8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SnsActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SnsActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SnsActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SnsActionJsonUnmarshaller.java index 20252c41e24..efbd11cff48 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SnsActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SnsActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SqlParseExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SqlParseExceptionUnmarshaller.java index bc98914e16b..76e08915602 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SqlParseExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SqlParseExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SqsActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SqsActionJsonMarshaller.java index 329d4298ebc..6966329a872 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SqsActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SqsActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SqsActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SqsActionJsonUnmarshaller.java index a5302e3bb4e..12b9dea1943 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SqsActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/SqsActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartAuditMitigationActionsTaskRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartAuditMitigationActionsTaskRequestMarshaller.java index 0c9aba03922..890d2ecd785 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartAuditMitigationActionsTaskRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartAuditMitigationActionsTaskRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartAuditMitigationActionsTaskResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartAuditMitigationActionsTaskResultJsonUnmarshaller.java index e0dcb154155..32c78c2ee34 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartAuditMitigationActionsTaskResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartAuditMitigationActionsTaskResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartDetectMitigationActionsTaskRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartDetectMitigationActionsTaskRequestMarshaller.java index e830a34b6b4..9f5763a908b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartDetectMitigationActionsTaskRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartDetectMitigationActionsTaskRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartDetectMitigationActionsTaskResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartDetectMitigationActionsTaskResultJsonUnmarshaller.java index d9799bd28f2..94b81e7cd62 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartDetectMitigationActionsTaskResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartDetectMitigationActionsTaskResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartOnDemandAuditTaskRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartOnDemandAuditTaskRequestMarshaller.java index 9cb63b086da..8d28dab10e7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartOnDemandAuditTaskRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartOnDemandAuditTaskRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartOnDemandAuditTaskResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartOnDemandAuditTaskResultJsonUnmarshaller.java index 2aab75c3996..d654608d875 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartOnDemandAuditTaskResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartOnDemandAuditTaskResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartSigningJobParameterJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartSigningJobParameterJsonMarshaller.java index dbd7b3195e8..701ae849768 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartSigningJobParameterJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartSigningJobParameterJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartSigningJobParameterJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartSigningJobParameterJsonUnmarshaller.java index cfc1146d86a..532666e5ced 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartSigningJobParameterJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartSigningJobParameterJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartThingRegistrationTaskRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartThingRegistrationTaskRequestMarshaller.java index 4a0aa322c50..fe3caabf3bb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartThingRegistrationTaskRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartThingRegistrationTaskRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartThingRegistrationTaskResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartThingRegistrationTaskResultJsonUnmarshaller.java index c8b6fa9a806..f20e56ef7db 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartThingRegistrationTaskResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StartThingRegistrationTaskResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StatisticalThresholdJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StatisticalThresholdJsonMarshaller.java index 23fccb97aa7..64cb98189c8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StatisticalThresholdJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StatisticalThresholdJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StatisticalThresholdJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StatisticalThresholdJsonUnmarshaller.java index 3472538ec1f..bdcb24c713f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StatisticalThresholdJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StatisticalThresholdJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StatisticsJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StatisticsJsonMarshaller.java index 816dbad3335..136f0889fe8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StatisticsJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StatisticsJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StatisticsJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StatisticsJsonUnmarshaller.java index f4d5c9c537f..a712a049f37 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StatisticsJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StatisticsJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StepFunctionsActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StepFunctionsActionJsonMarshaller.java index 4519a8345e8..4a068a1be65 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StepFunctionsActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StepFunctionsActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StepFunctionsActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StepFunctionsActionJsonUnmarshaller.java index a78fbb986dc..4019962d686 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StepFunctionsActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StepFunctionsActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StopThingRegistrationTaskRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StopThingRegistrationTaskRequestMarshaller.java index 9ed5f8bad8e..8a0de5638b6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StopThingRegistrationTaskRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StopThingRegistrationTaskRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StopThingRegistrationTaskResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StopThingRegistrationTaskResultJsonUnmarshaller.java index 578f8312fee..86a3d6225b9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StopThingRegistrationTaskResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StopThingRegistrationTaskResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamFileJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamFileJsonMarshaller.java index 664c81567b6..ef547eda2f1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamFileJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamFileJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamFileJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamFileJsonUnmarshaller.java index 609520d3b8e..661a6f175f7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamFileJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamFileJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamInfoJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamInfoJsonMarshaller.java index cd4be1bf58b..23d6bd812b2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamInfoJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamInfoJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamInfoJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamInfoJsonUnmarshaller.java index f3fde25a7de..6f6cebeef84 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamInfoJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamInfoJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamJsonMarshaller.java index 458089a2dd1..3ac3279baf0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamJsonUnmarshaller.java index db911fa296b..f5a969ad955 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamSummaryJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamSummaryJsonMarshaller.java index 8e94029c5f2..4100711f999 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamSummaryJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamSummaryJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamSummaryJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamSummaryJsonUnmarshaller.java index bdd5bb5a793..f5539e983e9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamSummaryJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/StreamSummaryJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TagJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TagJsonMarshaller.java index 30e8c955a0f..e77e47d080b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TagJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/transform/TagJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TagJsonUnmarshaller.java index 1f1f24deac9..d288b8c3628 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TagJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/transform/TagResourceRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TagResourceRequestMarshaller.java index 49d641a013b..e2480d7ff28 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TagResourceRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/transform/TagResourceResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TagResourceResultJsonUnmarshaller.java index de39b217f77..b44aebcde63 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TagResourceResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/transform/TaskAlreadyExistsExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TaskAlreadyExistsExceptionUnmarshaller.java index 54bea5b6700..85be7e3f0ca 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TaskAlreadyExistsExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TaskAlreadyExistsExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TaskStatisticsForAuditCheckJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TaskStatisticsForAuditCheckJsonMarshaller.java index ff2d77df584..7fbad07b2da 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TaskStatisticsForAuditCheckJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TaskStatisticsForAuditCheckJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TaskStatisticsForAuditCheckJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TaskStatisticsForAuditCheckJsonUnmarshaller.java index 8e89f94ef75..b9bdf0d3764 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TaskStatisticsForAuditCheckJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TaskStatisticsForAuditCheckJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TaskStatisticsJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TaskStatisticsJsonMarshaller.java index 1648bd0046d..aa498e5ada1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TaskStatisticsJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TaskStatisticsJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TaskStatisticsJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TaskStatisticsJsonUnmarshaller.java index f1c2eb2c638..cc91f609e12 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TaskStatisticsJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TaskStatisticsJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TermsAggregationJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TermsAggregationJsonMarshaller.java index 0c8b5f19f0e..9c27b3123d7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TermsAggregationJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TermsAggregationJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TermsAggregationJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TermsAggregationJsonUnmarshaller.java index 8c34149c967..db064047c04 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TermsAggregationJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TermsAggregationJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TestAuthorizationRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TestAuthorizationRequestMarshaller.java index 4ee629dff3c..7f100604ab6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TestAuthorizationRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TestAuthorizationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TestAuthorizationResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TestAuthorizationResultJsonUnmarshaller.java index 0a8c53913bf..f98b3c511b0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TestAuthorizationResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TestAuthorizationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TestInvokeAuthorizerRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TestInvokeAuthorizerRequestMarshaller.java index 17017c3cabb..f1d985f1b65 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TestInvokeAuthorizerRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TestInvokeAuthorizerRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TestInvokeAuthorizerResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TestInvokeAuthorizerResultJsonUnmarshaller.java index e684e6dde08..2f889519cb1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TestInvokeAuthorizerResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TestInvokeAuthorizerResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingAttributeJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingAttributeJsonMarshaller.java index dfb82b0c145..b414568fec2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingAttributeJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingAttributeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingAttributeJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingAttributeJsonUnmarshaller.java index 325b6169007..74d220439df 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingAttributeJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingAttributeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingConnectivityJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingConnectivityJsonMarshaller.java index 08dc86bf9a4..262684a1a34 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingConnectivityJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingConnectivityJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingConnectivityJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingConnectivityJsonUnmarshaller.java index 8eb28f4f044..e3d49695390 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingConnectivityJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingConnectivityJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingDocumentJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingDocumentJsonMarshaller.java index 77c502cf125..ef9db1717d0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingDocumentJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingDocumentJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingDocumentJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingDocumentJsonUnmarshaller.java index a173dd47bc5..492f731ae5a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingDocumentJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingDocumentJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupDocumentJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupDocumentJsonMarshaller.java index 44b5383aed6..e73ec16dfd3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupDocumentJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupDocumentJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupDocumentJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupDocumentJsonUnmarshaller.java index 0b2fdc8129f..a67ecec24b4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupDocumentJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupDocumentJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupIndexingConfigurationJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupIndexingConfigurationJsonMarshaller.java index 8730b771d1d..eb354ba4ac3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupIndexingConfigurationJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupIndexingConfigurationJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupIndexingConfigurationJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupIndexingConfigurationJsonUnmarshaller.java index 0f207c7f624..39d70d42d13 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupIndexingConfigurationJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupIndexingConfigurationJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupMetadataJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupMetadataJsonMarshaller.java index d1b4cff0064..e7126451632 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupMetadataJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupMetadataJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupMetadataJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupMetadataJsonUnmarshaller.java index 5e65c478467..48661aee735 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupMetadataJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupMetadataJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupPropertiesJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupPropertiesJsonMarshaller.java index c58900c4d9d..4734e1e0d5e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupPropertiesJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupPropertiesJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupPropertiesJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupPropertiesJsonUnmarshaller.java index 64795c93f8b..fc064d9c0d9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupPropertiesJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingGroupPropertiesJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingIndexingConfigurationJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingIndexingConfigurationJsonMarshaller.java index 7a9bd595800..9e6e4f5f357 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingIndexingConfigurationJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingIndexingConfigurationJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingIndexingConfigurationJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingIndexingConfigurationJsonUnmarshaller.java index 107cf7d9ac0..579a9fc8393 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingIndexingConfigurationJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingIndexingConfigurationJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypeDefinitionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypeDefinitionJsonMarshaller.java index 5978ea6b9a3..7b9c6756008 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypeDefinitionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypeDefinitionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypeDefinitionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypeDefinitionJsonUnmarshaller.java index 5b992c42a02..698eab5c06c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypeDefinitionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypeDefinitionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypeMetadataJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypeMetadataJsonMarshaller.java index 9c516bb1e23..a802d0227d7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypeMetadataJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypeMetadataJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypeMetadataJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypeMetadataJsonUnmarshaller.java index 6fb230bde61..86fb9235b29 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypeMetadataJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypeMetadataJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypePropertiesJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypePropertiesJsonMarshaller.java index 07006f734ef..89b2858fc8f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypePropertiesJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypePropertiesJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypePropertiesJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypePropertiesJsonUnmarshaller.java index f91ca3cd839..92baf40a7ea 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypePropertiesJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThingTypePropertiesJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThrottlingExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThrottlingExceptionUnmarshaller.java index 2509e0ec1b2..94ae7c3e927 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThrottlingExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ThrottlingExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimeoutConfigJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimeoutConfigJsonMarshaller.java index 447c7819642..2061a65f0a7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimeoutConfigJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimeoutConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimeoutConfigJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimeoutConfigJsonUnmarshaller.java index 3bb9dd06ebe..ff82a070977 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimeoutConfigJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimeoutConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamActionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamActionJsonMarshaller.java index df5e5492f97..97aab99ac9d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamActionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamActionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamActionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamActionJsonUnmarshaller.java index 0590ab9694b..500b8a2d7cf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamActionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamActionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamDimensionJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamDimensionJsonMarshaller.java index b8d9d4063f5..2fdb9a8c3ef 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamDimensionJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamDimensionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamDimensionJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamDimensionJsonUnmarshaller.java index e943ece81a7..64934905983 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamDimensionJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamDimensionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamTimestampJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamTimestampJsonMarshaller.java index e30cafe188d..338d74ec6c7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamTimestampJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamTimestampJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamTimestampJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamTimestampJsonUnmarshaller.java index 5f0eceece4c..0b70cb033fe 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamTimestampJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TimestreamTimestampJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TlsConfigJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TlsConfigJsonMarshaller.java index fa177de7547..1fdee75628c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TlsConfigJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TlsConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TlsConfigJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TlsConfigJsonUnmarshaller.java index f21f0078917..e72cf48d4cc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TlsConfigJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TlsConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TlsContextJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TlsContextJsonMarshaller.java index 85e35af4b9c..8a8741f4d81 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TlsContextJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TlsContextJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TlsContextJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TlsContextJsonUnmarshaller.java index 7fd625ab343..9f2ded0ae65 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TlsContextJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TlsContextJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationConfigurationJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationConfigurationJsonMarshaller.java index adbd0fbdcd4..32dbc643ad8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationConfigurationJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationConfigurationJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationConfigurationJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationConfigurationJsonUnmarshaller.java index 47d5722e1bb..5f8c206b5cc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationConfigurationJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationConfigurationJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationJsonMarshaller.java index 6c78322a257..f715929100f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationJsonUnmarshaller.java index fccc5f6fb68..ea7c8bc858b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationSummaryJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationSummaryJsonMarshaller.java index 15c50202140..64091d2ff6d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationSummaryJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationSummaryJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationSummaryJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationSummaryJsonUnmarshaller.java index 3e45ddd4af8..be550e122fc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationSummaryJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleDestinationSummaryJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleJsonMarshaller.java index b4cd730901e..728e836da5a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleJsonUnmarshaller.java index b82513fd9ef..e0217f4b8f9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleListItemJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleListItemJsonMarshaller.java index 86dbea49734..5275197dc24 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleListItemJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleListItemJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleListItemJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleListItemJsonUnmarshaller.java index c77586b43cb..379d297e369 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleListItemJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRuleListItemJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRulePayloadJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRulePayloadJsonMarshaller.java index 37edf4c8236..a524f636f2f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRulePayloadJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRulePayloadJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRulePayloadJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRulePayloadJsonUnmarshaller.java index ef810009a9d..d0ccd7150e7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRulePayloadJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TopicRulePayloadJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferAlreadyCompletedExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferAlreadyCompletedExceptionUnmarshaller.java index 426463bb139..317d20f1623 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferAlreadyCompletedExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferAlreadyCompletedExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferCertificateRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferCertificateRequestMarshaller.java index 89479e81fda..b651c453613 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferCertificateRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferCertificateRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferCertificateResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferCertificateResultJsonUnmarshaller.java index c13ed3d826f..a1cb3c7791c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferCertificateResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferCertificateResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferConflictExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferConflictExceptionUnmarshaller.java index 45e607c8c18..9a848c02b70 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferConflictExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferConflictExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferDataJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferDataJsonMarshaller.java index 3d2e7600f52..79f6539d64b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferDataJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferDataJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferDataJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferDataJsonUnmarshaller.java index cc48736a450..2bc01dcf6e0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferDataJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TransferDataJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UnauthorizedExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UnauthorizedExceptionUnmarshaller.java index 5c0c76419af..31046d72701 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UnauthorizedExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UnauthorizedExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UntagResourceRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UntagResourceRequestMarshaller.java index 4d58a194539..4bad3d2e26f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UntagResourceRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/transform/UntagResourceResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UntagResourceResultJsonUnmarshaller.java index c731d6216c4..766604c67c6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UntagResourceResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/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-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAccountAuditConfigurationRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAccountAuditConfigurationRequestMarshaller.java index 29468ad2cea..5be0ae5923f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAccountAuditConfigurationRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAccountAuditConfigurationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAccountAuditConfigurationResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAccountAuditConfigurationResultJsonUnmarshaller.java index fa835ea51cf..cb197d327ce 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAccountAuditConfigurationResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAccountAuditConfigurationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAuditSuppressionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAuditSuppressionRequestMarshaller.java index 1f356ddb136..3adfa2bd20f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAuditSuppressionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAuditSuppressionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAuditSuppressionResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAuditSuppressionResultJsonUnmarshaller.java index abf7480d0a1..6d27db9f306 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAuditSuppressionResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAuditSuppressionResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAuthorizerRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAuthorizerRequestMarshaller.java index e14946f29ac..9dfdabc8e95 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAuthorizerRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAuthorizerRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAuthorizerResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAuthorizerResultJsonUnmarshaller.java index 16bd6524b47..f4653dacd4e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAuthorizerResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateAuthorizerResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateBillingGroupRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateBillingGroupRequestMarshaller.java index b24a3fbfecd..5654b304227 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateBillingGroupRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateBillingGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateBillingGroupResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateBillingGroupResultJsonUnmarshaller.java index 52eb31d2d10..680ff55bec3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateBillingGroupResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateBillingGroupResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCACertificateParamsJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCACertificateParamsJsonMarshaller.java index be2e67a809b..7239915746a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCACertificateParamsJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCACertificateParamsJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCACertificateParamsJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCACertificateParamsJsonUnmarshaller.java index 5dd1bf98f9d..b4caf43d9f0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCACertificateParamsJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCACertificateParamsJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCACertificateRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCACertificateRequestMarshaller.java index a93f3a7268c..d91d9f2a988 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCACertificateRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCACertificateRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCertificateProviderRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCertificateProviderRequestMarshaller.java new file mode 100644 index 00000000000..278c35545f3 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCertificateProviderRequestMarshaller.java @@ -0,0 +1,103 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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.iot.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.iot.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 UpdateCertificateProviderRequest + */ +public class UpdateCertificateProviderRequestMarshaller implements + Marshaller, UpdateCertificateProviderRequest> { + + public Request marshall( + UpdateCertificateProviderRequest updateCertificateProviderRequest) { + if (updateCertificateProviderRequest == null) { + throw new AmazonClientException( + "Invalid argument passed to marshall(UpdateCertificateProviderRequest)"); + } + + Request request = new DefaultRequest( + updateCertificateProviderRequest, "AWSIot"); + request.setHttpMethod(HttpMethodName.PUT); + + String uriResourcePath = "/certificate-providers/{certificateProviderName}"; + uriResourcePath = uriResourcePath.replace( + "{certificateProviderName}", + (updateCertificateProviderRequest.getCertificateProviderName() == null) ? "" + : StringUtils.fromString(updateCertificateProviderRequest + .getCertificateProviderName())); + request.setResourcePath(uriResourcePath); + try { + StringWriter stringWriter = new StringWriter(); + AwsJsonWriter jsonWriter = JsonUtils.getJsonWriter(stringWriter); + jsonWriter.beginObject(); + + if (updateCertificateProviderRequest.getLambdaFunctionArn() != null) { + String lambdaFunctionArn = updateCertificateProviderRequest.getLambdaFunctionArn(); + jsonWriter.name("lambdaFunctionArn"); + jsonWriter.value(lambdaFunctionArn); + } + if (updateCertificateProviderRequest.getAccountDefaultForOperations() != null) { + java.util.List accountDefaultForOperations = updateCertificateProviderRequest + .getAccountDefaultForOperations(); + jsonWriter.name("accountDefaultForOperations"); + jsonWriter.beginArray(); + for (String accountDefaultForOperationsItem : accountDefaultForOperations) { + if (accountDefaultForOperationsItem != null) { + jsonWriter.value(accountDefaultForOperationsItem); + } + } + jsonWriter.endArray(); + } + + 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.0"); + } + + return request; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCertificateProviderResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCertificateProviderResultJsonUnmarshaller.java new file mode 100644 index 00000000000..b36022e1d8c --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCertificateProviderResultJsonUnmarshaller.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.iot.model.transform; + +import com.amazonaws.services.iot.model.*; +import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; +import com.amazonaws.transform.*; +import com.amazonaws.util.json.AwsJsonReader; + +/** + * JSON unmarshaller for response UpdateCertificateProviderResult + */ +public class UpdateCertificateProviderResultJsonUnmarshaller implements + Unmarshaller { + + public UpdateCertificateProviderResult unmarshall(JsonUnmarshallerContext context) + throws Exception { + UpdateCertificateProviderResult updateCertificateProviderResult = new UpdateCertificateProviderResult(); + + AwsJsonReader reader = context.getReader(); + reader.beginObject(); + while (reader.hasNext()) { + String name = reader.nextName(); + if (name.equals("certificateProviderName")) { + updateCertificateProviderResult.setCertificateProviderName(StringJsonUnmarshaller + .getInstance() + .unmarshall(context)); + } else if (name.equals("certificateProviderArn")) { + updateCertificateProviderResult.setCertificateProviderArn(StringJsonUnmarshaller + .getInstance() + .unmarshall(context)); + } else { + reader.skipValue(); + } + } + reader.endObject(); + + return updateCertificateProviderResult; + } + + private static UpdateCertificateProviderResultJsonUnmarshaller instance; + + public static UpdateCertificateProviderResultJsonUnmarshaller getInstance() { + if (instance == null) + instance = new UpdateCertificateProviderResultJsonUnmarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCertificateRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCertificateRequestMarshaller.java index 08da728087d..c857d0f6e29 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCertificateRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCertificateRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCustomMetricRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCustomMetricRequestMarshaller.java index b620c848bab..7f7f8fb2709 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCustomMetricRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCustomMetricRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCustomMetricResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCustomMetricResultJsonUnmarshaller.java index c7d2d6d075a..a4646da65fa 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCustomMetricResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateCustomMetricResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDeviceCertificateParamsJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDeviceCertificateParamsJsonMarshaller.java index 17b846cd4c5..de08e349ba6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDeviceCertificateParamsJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDeviceCertificateParamsJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDeviceCertificateParamsJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDeviceCertificateParamsJsonUnmarshaller.java index 23764ba4475..fd5475b643a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDeviceCertificateParamsJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDeviceCertificateParamsJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDimensionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDimensionRequestMarshaller.java index 7b4c4993f4c..e8da6c6e0f7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDimensionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDimensionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDimensionResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDimensionResultJsonUnmarshaller.java index bb6eb2f2446..6100b85414c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDimensionResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDimensionResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDomainConfigurationRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDomainConfigurationRequestMarshaller.java index 973ed3a7a8d..252e83a003f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDomainConfigurationRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDomainConfigurationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All 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,6 +89,13 @@ public Request marshall( jsonWriter.name("tlsConfig"); TlsConfigJsonMarshaller.getInstance().marshall(tlsConfig, jsonWriter); } + if (updateDomainConfigurationRequest.getServerCertificateConfig() != null) { + ServerCertificateConfig serverCertificateConfig = updateDomainConfigurationRequest + .getServerCertificateConfig(); + jsonWriter.name("serverCertificateConfig"); + ServerCertificateConfigJsonMarshaller.getInstance().marshall( + serverCertificateConfig, jsonWriter); + } jsonWriter.endObject(); jsonWriter.close(); diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDomainConfigurationResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDomainConfigurationResultJsonUnmarshaller.java index 3207dfe4623..87c5189ae77 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDomainConfigurationResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDomainConfigurationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDynamicThingGroupRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDynamicThingGroupRequestMarshaller.java index b38a910986c..45506ed426e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDynamicThingGroupRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDynamicThingGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDynamicThingGroupResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDynamicThingGroupResultJsonUnmarshaller.java index b7c1b6a7993..a1b6fa4e8be 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDynamicThingGroupResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateDynamicThingGroupResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateEventConfigurationsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateEventConfigurationsRequestMarshaller.java index d111983ed55..ff0912196c9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateEventConfigurationsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateEventConfigurationsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateEventConfigurationsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateEventConfigurationsResultJsonUnmarshaller.java index d4215bd7b95..a67471d19e5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateEventConfigurationsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateEventConfigurationsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateFleetMetricRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateFleetMetricRequestMarshaller.java index 9a62e080412..c11f66475f8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateFleetMetricRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateFleetMetricRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateIndexingConfigurationRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateIndexingConfigurationRequestMarshaller.java index e17531bad73..11a6637352d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateIndexingConfigurationRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateIndexingConfigurationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateIndexingConfigurationResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateIndexingConfigurationResultJsonUnmarshaller.java index 5ad889d1692..39612b13a6b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateIndexingConfigurationResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateIndexingConfigurationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateJobRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateJobRequestMarshaller.java index bc99a3b5477..49bd00bddb7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateJobRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateMitigationActionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateMitigationActionRequestMarshaller.java index 02f490b1188..e414fc6af63 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateMitigationActionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateMitigationActionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateMitigationActionResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateMitigationActionResultJsonUnmarshaller.java index 10850ca213b..d8b91e5c6de 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateMitigationActionResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateMitigationActionResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageConfigurationRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageConfigurationRequestMarshaller.java index 4a8c9b7ca54..38711c6922c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageConfigurationRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageConfigurationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageConfigurationResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageConfigurationResultJsonUnmarshaller.java index a90a2ea742d..55bb31bb86d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageConfigurationResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageConfigurationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageRequestMarshaller.java index 38562c7267e..0c53e5b86b3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageResultJsonUnmarshaller.java index 68d9044ae0e..17e9bed47cd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageVersionRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageVersionRequestMarshaller.java index 713635658c8..b24511ccf8c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageVersionRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageVersionRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageVersionResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageVersionResultJsonUnmarshaller.java index 4158d938b36..d2abb33c5e5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageVersionResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdatePackageVersionResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateProvisioningTemplateRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateProvisioningTemplateRequestMarshaller.java index a99171e3443..51d0d3c71b2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateProvisioningTemplateRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateProvisioningTemplateRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateProvisioningTemplateResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateProvisioningTemplateResultJsonUnmarshaller.java index 9034f84aed8..e8791d00a21 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateProvisioningTemplateResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateProvisioningTemplateResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateRoleAliasRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateRoleAliasRequestMarshaller.java index 6d7a0960484..2816004d4ef 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateRoleAliasRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateRoleAliasRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateRoleAliasResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateRoleAliasResultJsonUnmarshaller.java index 9367edac10b..121eb660d6b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateRoleAliasResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateRoleAliasResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateScheduledAuditRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateScheduledAuditRequestMarshaller.java index d40e1d2e2fe..768bad76d69 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateScheduledAuditRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateScheduledAuditRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateScheduledAuditResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateScheduledAuditResultJsonUnmarshaller.java index 61a3e619d51..aef0e451b78 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateScheduledAuditResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateScheduledAuditResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateSecurityProfileRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateSecurityProfileRequestMarshaller.java index ac846dda108..89a7c30d0e3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateSecurityProfileRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateSecurityProfileRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -143,6 +143,19 @@ public Request marshall( jsonWriter.name("deleteAdditionalMetricsToRetain"); jsonWriter.value(deleteAdditionalMetricsToRetain); } + if (updateSecurityProfileRequest.getMetricsExportConfig() != null) { + MetricsExportConfig metricsExportConfig = updateSecurityProfileRequest + .getMetricsExportConfig(); + jsonWriter.name("metricsExportConfig"); + MetricsExportConfigJsonMarshaller.getInstance().marshall(metricsExportConfig, + jsonWriter); + } + if (updateSecurityProfileRequest.getDeleteMetricsExportConfig() != null) { + Boolean deleteMetricsExportConfig = updateSecurityProfileRequest + .getDeleteMetricsExportConfig(); + jsonWriter.name("deleteMetricsExportConfig"); + jsonWriter.value(deleteMetricsExportConfig); + } jsonWriter.endObject(); jsonWriter.close(); diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateSecurityProfileResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateSecurityProfileResultJsonUnmarshaller.java index 99b5e7fde4a..8765e0114e8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateSecurityProfileResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateSecurityProfileResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -76,6 +76,10 @@ public UpdateSecurityProfileResult unmarshall(JsonUnmarshallerContext context) t } else if (name.equals("lastModifiedDate")) { updateSecurityProfileResult.setLastModifiedDate(DateJsonUnmarshaller.getInstance() .unmarshall(context)); + } else if (name.equals("metricsExportConfig")) { + updateSecurityProfileResult + .setMetricsExportConfig(MetricsExportConfigJsonUnmarshaller.getInstance() + .unmarshall(context)); } else { reader.skipValue(); } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateStreamRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateStreamRequestMarshaller.java index 5e656b8e610..56e18eca070 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateStreamRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateStreamRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateStreamResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateStreamResultJsonUnmarshaller.java index da0bf2d8513..2143338f02e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateStreamResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateStreamResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingGroupRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingGroupRequestMarshaller.java index 1de01da264d..811f45a4813 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingGroupRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingGroupResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingGroupResultJsonUnmarshaller.java index aabbe2ab1ab..db05eb22928 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingGroupResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingGroupResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingGroupsForThingRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingGroupsForThingRequestMarshaller.java index 4dc2c087ba8..0dd5f1dd77a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingGroupsForThingRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingGroupsForThingRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingGroupsForThingResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingGroupsForThingResultJsonUnmarshaller.java index 31f1a912004..683092d8f18 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingGroupsForThingResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingGroupsForThingResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingRequestMarshaller.java index 24f48ad630a..b042ad6fecc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingResultJsonUnmarshaller.java index ca9308cd13e..4487f432ca5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateThingResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateTopicRuleDestinationRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateTopicRuleDestinationRequestMarshaller.java index 3c742b07436..babbafa7415 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateTopicRuleDestinationRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateTopicRuleDestinationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateTopicRuleDestinationResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateTopicRuleDestinationResultJsonUnmarshaller.java index aa8d41529b5..bb59ad0e227 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateTopicRuleDestinationResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UpdateTopicRuleDestinationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UserPropertyJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UserPropertyJsonMarshaller.java index 0f10207ea89..424dadec49e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UserPropertyJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UserPropertyJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UserPropertyJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UserPropertyJsonUnmarshaller.java index 8c7614e604a..0d3f78fe842 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UserPropertyJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/UserPropertyJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ValidateSecurityProfileBehaviorsRequestMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ValidateSecurityProfileBehaviorsRequestMarshaller.java index a888c946947..bbc4c1df902 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ValidateSecurityProfileBehaviorsRequestMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ValidateSecurityProfileBehaviorsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ValidateSecurityProfileBehaviorsResultJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ValidateSecurityProfileBehaviorsResultJsonUnmarshaller.java index af223f7781c..f87033e4552 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ValidateSecurityProfileBehaviorsResultJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ValidateSecurityProfileBehaviorsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ValidationErrorJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ValidationErrorJsonMarshaller.java index 26e7835b18d..64fb3058662 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ValidationErrorJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ValidationErrorJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ValidationErrorJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ValidationErrorJsonUnmarshaller.java index b012569089c..b0edd82291c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ValidationErrorJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ValidationErrorJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ValidationExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ValidationExceptionUnmarshaller.java index 8b800aeae4a..ffbea85f913 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ValidationExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ValidationExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VersionConflictExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VersionConflictExceptionUnmarshaller.java index 8c134ea94c3..d739d5aca6f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VersionConflictExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VersionConflictExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VersionUpdateByJobsConfigJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VersionUpdateByJobsConfigJsonMarshaller.java index 59ee93b150e..b3ef6d4cf29 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VersionUpdateByJobsConfigJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VersionUpdateByJobsConfigJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VersionUpdateByJobsConfigJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VersionUpdateByJobsConfigJsonUnmarshaller.java index da2372a7161..ed2fe475b48 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VersionUpdateByJobsConfigJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VersionUpdateByJobsConfigJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VersionsLimitExceededExceptionUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VersionsLimitExceededExceptionUnmarshaller.java index de239a801fa..47884bcfc96 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VersionsLimitExceededExceptionUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VersionsLimitExceededExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventAdditionalInfoJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventAdditionalInfoJsonMarshaller.java index 3a457d60c00..bcf8622d61f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventAdditionalInfoJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventAdditionalInfoJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventAdditionalInfoJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventAdditionalInfoJsonUnmarshaller.java index 62b5d9e285d..bd35d831857 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventAdditionalInfoJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventAdditionalInfoJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventJsonMarshaller.java index b9327996bda..bfba9d4a5e2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventJsonUnmarshaller.java index e3e60fba212..0a374d81c17 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventOccurrenceRangeJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventOccurrenceRangeJsonMarshaller.java index d6e6639270e..7179a3b22ee 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventOccurrenceRangeJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventOccurrenceRangeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventOccurrenceRangeJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventOccurrenceRangeJsonUnmarshaller.java index 2ac1784422e..b273fd3f5c2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventOccurrenceRangeJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/ViolationEventOccurrenceRangeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationConfigurationJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationConfigurationJsonMarshaller.java index 621baeda5e7..d9edd986678 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationConfigurationJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationConfigurationJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationConfigurationJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationConfigurationJsonUnmarshaller.java index 054cd86b1d1..363b54548b4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationConfigurationJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationConfigurationJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationPropertiesJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationPropertiesJsonMarshaller.java index 4e6d489dc3a..b097eaaa4b1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationPropertiesJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationPropertiesJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationPropertiesJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationPropertiesJsonUnmarshaller.java index f4f9deed260..2cb07403307 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationPropertiesJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationPropertiesJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationSummaryJsonMarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationSummaryJsonMarshaller.java index a712f67f285..ec6f9795e9d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationSummaryJsonMarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationSummaryJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationSummaryJsonUnmarshaller.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationSummaryJsonUnmarshaller.java index 0de4302020c..830eddf254d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationSummaryJsonUnmarshaller.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/VpcDestinationSummaryJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License.