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 0b816e24e8..02cb90581c 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 868c71f71f..6aac6b526d 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 400707d5b7..6762a899a7 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 f23bfd89fd..512df9fdff 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 94d670bd14..13693304de 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 865a8b7173..d5a0561f9a 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 61d6a9b06f..e7324ce02e 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 f88f654b9e..996e47d35f 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 215cc9e688..fefb16e1c2 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 204fc8df30..2f362c3c2f 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 6e95eba998..bc3e84f8d2 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 3a5fc186f7..f6c43003e0 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 06612c717f..ee0961d012 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 aef50bfcce..6b969ff8c6 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 b15c245156..17d50e8388 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 9e6a40892e..1b3d07ed86 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 d91d0613ae..35fecd7717 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 0a8315b461..6f3f50bc83 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 345149bb64..e34c8b6866 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 7ef8fce92b..a5ae7bf6a1 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 c799d28a0d..b3ca27babe 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 d7089e34fb..f211e40bfd 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 a996fa8f22..3a125cabd0 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 8d8347bec0..cf3507007a 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 9873ccdf90..0ea03149b4 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 cebe81e912..57237cfa3a 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 09e9b8b22f..a20fb9b8ce 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 8b211064c9..9a9927fa95 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 5ee0b22419..783b2ec6b4 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 1a2e5c169d..1aa2a99238 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 0dc4cd9e58..1463f1d056 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 0415f268cd..b3597b7dea 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 56aaa55d49..281a269b4f 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 bb316049ce..c61988c2ca 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 ec99992ff2..80420ac901 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 b09676bf78..b2475983dc 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 3a7ceb3414..01d5637b9b 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 7e1029ff5f..0599f626fb 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 45f7e39d6d..973495d4af 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 9d9d51a7c7..6d99e12ee6 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 7b8b04dabb..f045a97738 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 d14c14ade2..6a3a9e64df 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 9ac8a6d956..0182f8ee88 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 89d3a28ac2..c024bcbce4 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 d7a6bee0d7..9c2bea273b 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 ab4995d2d9..cafc5603fa 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 2e84eaf4e1..b3fae363de 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 2feb91e9f4..9916e84f6a 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 8bd2bfdd16..c31b765332 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 788e9f4abf..07797e9843 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 97bc23a9d7..2e175136ae 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 f6b34ea5f9..9771e96f13 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 b5f3abd1bd..4010e3201a 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 97245afd1b..ea305d277c 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 82860d70f5..6f2530322e 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 20b92cf35a..b0df2861bf 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 2374a2a20b..95c7516a70 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 19cd7d1c89..60fd5a85b5 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 e19c0ad331..4c6a9eec21 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 c9817662e5..3fa9876715 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 0088188410..7688900e23 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 022910dba0..10132be23a 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 7bd0d9d8d3..0059c2a3c6 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 28d855a2e5..d457a91732 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 024b262f73..6538cd60c4 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 b553eb1144..fab12c7319 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 0eb88bdeb5..b85da766f9 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 573db911f2..6fbfcacc18 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 a9d27b3cde..b03dd9660b 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 0000000000..9c2eca8f15 --- /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 0000000000..df1ea6f8ce --- /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 8e0db0d053..d0fceca678 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 e3361ffd99..b249986f00 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 7b02b0b9c7..b25457456c 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 56744e190a..1f2e90eaf9 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 5d6457d847..f690aeb68f 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 43bca1b127..e79b4443df 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 8f64a7705c..a170c138de 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 173ceabb28..e3944e9bac 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 0bb362c807..7b3cb0c595 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 6d29a53d65..8483075137 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 c8c7f521f1..b167708d4d 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 39e3ebc872..a317ab7820 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 afda632ade..f51cdeefb8 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 e953e3038a..6d69f0ec06 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 0abaa4b5c6..d11d39327d 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 ffcc53e2c6..1b1e1f1ab1 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 8ccdc34d5c..9cea15dcbb 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 b851ab7dce..65e69f7588 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 ae168c9e7f..09ddd27eb8 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 723a3853b6..1cfa5f2d66 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 88dc3e507e..5bbf816055 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 61530c57e1..6f2d36e984 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 45bf016051..eb4ed0e6e1 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 f127f9d729..dc10061e3f 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 ab61dd7547..2207152b30 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 7a8d341aff..50def2f5e4 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 96b2883d7b..b462efcb87 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 0000000000..ae4b24be11 --- /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 0000000000..51206a627a --- /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 05a1a171a9..756a699762 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 8e73515955..6f8e1f1541 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 078acbe0e8..da4e5e66e0 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 3b20a39091..7f04dde2bb 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 424b819dc3..3d194beea1 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 b8b1085fbd..96a928cdfe 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 cf5c47c87a..cf05323e0f 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 3321687d93..70d3204aa4 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 d86b612d8b..80bab01636 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 ab3838d2ee..56f8b4bf85 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 9f1a36aee8..2d86b20d48 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 8a9ec03202..28830fffa1 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 e85beaa3d4..b7fb1d1b36 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 71bb75496f..20e4820314 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 bec5cb6aee..723eb4620b 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 123bf8968f..c81b57b7d4 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 f5f1783d93..d6373d88ca 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 6f6826b822..63d6cf26a4 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 f3aa872916..a9d523596a 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 177dd2a328..99d17c28b5 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 e6da110124..ce6b01f1cf 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 e0aed89cc4..08c31ee898 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 f25a50f0c9..a4049718a5 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 cc05b4916f..d003fbe8d9 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 eb70b7feb3..2fe204732a 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 d2ae57ec84..bbedc76311 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 24f2015948..80e90d84af 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 19c7f6a3b1..c8ee2a9d91 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 2f0d04052f..2bf9f04d37 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 69504a135e..6f0a28fa34 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 cec109241f..5c6d64b1e3 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 f4b223177e..2f649e579c 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 bb018371f6..585444efe6 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 fe91b0a36b..a0d598533f 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 32c16d81fc..ae1e9d596e 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 8aa022592a..6d407ac85d 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 7651daeb65..e9017bc69c 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 c2695d8532..c4b192d73e 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 7fddc28f65..7696597d32 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 cb09d3db38..c431d8aece 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 6c2494d373..20a21431a5 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 987ff65ee7..99eb735cef 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 ed0a564dce..913f04d0bb 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 0000000000..0350b7f4d4 --- /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 79beee873a..da5ad70b12 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 bf46e8f881..d1aec2e213 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 4d82a01b5d..6e3b34f09a 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 39648a2c48..385edc693b 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 a325d02691..54f81cb10b 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 503c5b0945..0e3484bc5f 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 fe9bae3484..d39aa8454d 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 43e430728c..bfe6f6f923 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 d32bac5123..051a1a3fac 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 b9f4877762..9bf4c90854 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 f3437d7bad..2284d99e06 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 2f1fdca207..2d971417a4 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 7e6f047336..31ae8fba29 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 efc0d864d0..caf6bbc3c0 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 6f89b8eaa1..9b918e15dd 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 1a53115830..d64dcbce1f 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 79193518c6..d31f534782 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 6175903999..b406096c95 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 741c86b67c..77136b0816 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 abfc5d2312..7255ba8d63 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 264c2a70ce..2bd312a828 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 cb691c0725..87d8d2e942 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 87366c43c7..6e43818573 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 303cfce447..e13c5c383e 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 31f9215fee..df51cc2792 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 8eaa1f7eec..68febcc0e0 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 13600d3859..5d620dd345 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 a6caf5fb0c..8d9a85112c 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 b9bad90959..2402a438b2 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 403ebfb6f8..23038b63e5 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 2f0ddf93a1..186a818ab2 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 a4915d9512..6c0c251367 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 6c3ecabbe5..3d058d3ee7 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 6fa6c6bfe7..22b5ede967 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 d6185ffae0..83a2d1dc05 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 9357c5f318..1701fb3082 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 9e2ab9ca76..f1f301fb68 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 5e60b44bfb..1fa72c3518 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 dcbcaca80a..5781aada51 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 033b6a0f92..6da25e90bb 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 6539d9d75b..eb263b4c18 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 6c39fd62c8..ad3f039019 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 794cfb277f..b8e1ae8493 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 78655e77c1..b636e0b2c2 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 095b2a0b42..24bbaaccdc 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 1550211fa5..b338b32af8 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 f8f70b5ca8..1492eddfd8 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 bbcb9599d3..86eb3d619e 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 5d8f7e7775..a172097885 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 dea7ba756d..a6c30e5bde 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 81168a32f4..fecf521efd 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 4d94167b03..38617c5fca 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 82736d2c03..05b2087ea7 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 0c83919e97..a3edd9c98f 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 2e02a6ea6d..e47a412fe0 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 87abef6654..fb7c7b98ed 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 c21630f29e..6f898efbb2 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 295774ed69..0dfd62b9d1 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 1d41d3a9b0..fcce7f8454 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 32ac833c0f..fc9e8d43de 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 e9c7965d5b..7df798ee45 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 34ea085327..b129d93fc3 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 334fdd0491..a8a6e8ab92 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 8ebb7aa6d1..d4c152b8b5 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 25ef11c9e2..d9a5584e27 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 f499d6a307..555af88cde 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 ebcc0e40df..0204295ff7 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 0000000000..65ac2294be --- /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 0000000000..dda3747e4c --- /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 ac3f0a58aa..ef2f839605 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 5a73ba2bd0..5c47450fef 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 f9b293467c..596508660e 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 0bfabc28f3..42c9c67388 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 3d36b13808..cd9c3e3026 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 f23fa3590b..252b03adb7 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 ff28b693f1..d1e71a68cb 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 b343f3d06b..60ad66607d 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 770504e438..2ec724dc13 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 1a702c96fb..dd92ba8701 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 89137d27c4..c1492b9864 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 94b79ebf54..cddd0de4b7 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 2754d423d0..699986b90f 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 e65ccd39cc..2bdd921a7b 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 f866dfd365..2fcfb240c0 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 43eb12647b..64282864f1 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 dac7bb0201..607017207c 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 0fc0898638..7db9d749bc 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 38842e54c7..08debb0f13 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 464ce34b8e..e5f8b46d2e 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 78ce850f7b..b51c40bdb9 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 b9c3b44fec..79f6406e9e 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 b4d60b9aa8..c17804a86f 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 d325982756..0494516a43 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 cbaab82df6..69a110ad6f 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 b55e1631a2..1bd058feae 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 7844aa6aca..bba81dc3c8 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 e7b465a656..d05ef38a23 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 cb19209be1..0ca1948ce4 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 e98cea9719..efb8efca9c 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 7ffd205d95..aea301e8d8 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 e8817c7539..2dc4115bc6 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 2a87bb208c..044fc656d0 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 9e813c16f1..8afa60bb9c 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 2409ab6ea0..5104f18c87 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 0bd106f60f..f286a0c8af 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 88b679e26f..e2e8727e11 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 5d03223cc3..339e5903cf 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 cc3ff3fb64..4a0e532ca7 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 33a59f5841..f66be1dc52 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 1b09b89e51..4c91b56ae9 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 af064e4467..c750f70ee7 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 c1176e2fc3..248a834c0a 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 90698f7cac..e2bbf1cff5 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 461640d203..3af7383343 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 93dd162a95..4ad32e1823 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 15282a9b5a..b37f38142b 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 1c3f62c198..02e04ba4a9 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 6544582969..1c7a8a2eaa 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 3b3c01bf55..ec1292293b 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 235418ab62..3942d45d83 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 26a62ec9c6..b8d75fe15b 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 25ad38a2ca..0ca62f8ade 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 30e9c3d268..5d5a884dd7 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 22cf61f19b..689cb25875 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 467224e6c7..66323ea807 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 5340bb4090..262ce7388e 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 793e5bedb9..fd6963abcd 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 e68d8c2ca4..0dc78d540d 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 08ef4ce67f..16d94f71b3 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 6fae7f3ce4..2414562ca6 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 f645a208fc..f03a75e977 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 999abc131a..c88ad6ada3 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 45550dffc3..82d6ee80b6 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 40dff65156..994210258e 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 4d2ec594c8..38155afa8d 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 0bb8657381..94afefc7c3 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 1358ac0870..293298c508 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 eeaf0b61cc..adfabbb57c 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 d1caccaf2c..40e3516144 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 d761bdb258..883f20864f 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 946abc4f05..8db4889fe9 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 e941b902ff..de42bd5f64 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 2c29caa970..ab4fd13e1f 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 7001cf4a30..752391bbdc 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 2a58783feb..d603b5633e 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 1aa42ec0c6..7725433062 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 d03f10335f..8b7e095219 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 d6db394717..f0a4492df4 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 73171d95c1..fbe548ed3f 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 dbe1f652b7..2160f183f1 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 8f02f6b5cf..5b00c33d30 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 517be96c5e..e5909017cb 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 e2c88d66b6..5df34b74e6 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 8a20328ee0..ee57a2c609 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 c47d99623c..7887564f37 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 29a26e11eb..80b538a721 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 ab2cd0e9f3..c7a2443668 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 40e79b0428..97d20f3e48 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 0000000000..b6f00f2b9f --- /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 cf2b59b6bd..41a9c5c1be 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 25a3086cda..1bc493857c 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 ed4a9f182a..35cb28c0c0 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 867c318e39..7ca3bfd2d0 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 1c80c17dc2..03b4d9ae63 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 08225780dd..fe33a6a180 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 3a3c053f7c..54cf8b2adf 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 ab809354b5..241c9bfd70 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 3ba1a750d6..7cf81f9ef7 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 34e16e3bb3..1105e4a7cb 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 6da730ab36..2212d4006b 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 dbc4ab8d6d..062b0294c9 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 466265335f..d2553efd38 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 570c1d59f8..66c275a650 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 8e6bc7e423..2615bf9901 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 7b27f0b48d..b60ac2aa33 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 783a638005..89ea65c075 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 14838f6cdd..60a642d0cc 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 f9defa6ed5..4a950af0f1 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 1ed6374c75..1c5f2c32ac 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 05b61a4789..d62836e4e6 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 94c6e22c19..02afd07ade 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 401aeebe2f..08728d557b 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 0008d615bf..aa3aa94409 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 4f8f97d233..9c348b9434 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 b12ab3a3f2..a396fad35e 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 1c7fdeac7c..c1786d5b36 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 a67808eb59..762796b37d 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 4da9a7f7d0..cc569052bf 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 104ec931a3..16f9941214 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 48ec873909..226e0e1e34 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 cb112aa275..3e45569766 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 22ca441c36..ca451fb150 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 90cf11951e..4fb0166d04 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 6fb73c4eaf..26b23dd6be 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 21226d79ef..1d603797dd 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 a4e65d7bdf..52ca4dddc3 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 4f7c929c00..2886f80885 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 b70a20edd3..961087f791 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 8a27c25098..fe4dc7f908 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 35bd706fa1..f50fc06a1e 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 d207e274cb..650323c78b 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 55fa3a5a01..11146e8423 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 80644f2f11..632c338a91 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 7c29a63ae8..cc28efe807 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 f1bc59b047..00266a8d0d 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 79d16d7471..d6763b51cc 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 27e67814df..659d79b370 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 84f7ea62d4..d3cae7263f 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 9c8af903be..cf0b76fbc7 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 43af2a07a0..29447bc70b 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 08b441b167..eb517f7b88 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 1aa305b15b..aeb5ca4063 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 6cd3c5cadc..8fe7819dcc 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 a88376bbae..bd43130150 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 2efea2c915..379d1dce6b 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 87401a1d9e..19a7f8aa1b 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 df16d61e54..415fda1550 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 13c09b60cf..9c1bb24d78 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 7f8b35654d..8ce0a60ce7 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 0ce7c267cd..50609a82cc 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 8865d795b7..c10dd58aa3 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 cafbc071c0..a69862d621 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 bbe365e599..480a250b51 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 bffaf99158..2f6a66d501 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 1cfab1cb72..387ba5b653 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 93e616c38c..b8c3e6d909 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 7ca452a6e4..57d96f5aa5 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 2994b1e965..5145f12ad8 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 ab1c6fae2b..0431a39c5b 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 5c81ef2c92..997c238249 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 affbd97844..7ea9c88fc8 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 049201cffe..d163afe91f 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 1fcecebf4e..7915bc3a93 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 bcf7c8128e..31c0ce5005 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 b184fcf5c0..9c266c3b14 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 9cf5bc579e..25ba673ca5 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 d4e1c38c02..84d9def299 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 0000000000..ddcd89e63e --- /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 25fd110315..52fbca5b5c 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 25c1fb13b0..35fda3b3aa 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 f38490844a..a7112fdbda 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 45716ac2ba..436b2c385b 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 6df6523ed3..0cbf86c167 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 b0f0fbf69a..7ca1b3002c 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 b18c8d9ee9..0ee73b16ef 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 31d99ad4b7..4ccd8586bd 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 7c07924264..41f9fbd7af 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 2b570d0230..99af114436 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 797f1b2efc..7166be01ec 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 87ec832266..3cab4e19bc 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 f40484ff3a..b89cc2970c 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 2fac98d0b3..f0a5151445 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 f59695f518..761f9307ca 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 d1cb735df0..3b7e3de1f1 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 cb31dcceee..510635e63d 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 768b82bd68..5047c09bc2 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 377edee146..f2513ca3fe 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 3b13326bb1..1950cf02d7 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 abb1507527..deef67a172 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 9f3193e815..a975215a24 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 b826a1219f..39a80c0b89 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 9a10172e03..bfdbe07e9e 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 0000000000..f1aaa92176 --- /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 0000000000..6e1609710e --- /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 cd6466e6bc..86de4629c3 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 714cb12334..249647afa9 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 73bd31d9b0..dfc0ccbf44 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 786e33b430..96bea9a7c4 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 9aaa840b14..375fc82e63 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 361f4d7fca..613b960a25 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 4132ad1a7b..ec273fa3fd 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 8c4d0b5248..5f84208a8c 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 81c387dd83..7e771eb00a 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 690961c0fa..35e6b2fdc5 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 d032bb06fd..fb1f20418d 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 e5cb66e68d..219949e9fd 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 d0f81624a9..38a0d0a189 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 94a6b6b1c5..c362de8628 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 7739e757b5..f157620d77 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 a0471471ce..3c73b71509 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 15d7302e41..8ebc85af52 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 7aeb7bfc13..c4c0b4b280 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 6b0619816c..78ad3529fb 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 9168bd0a34..ef6aaab1fd 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 b21e160b9e..815b8add28 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 9f6877bba5..dcabbe8427 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 4f91209749..8622c2344b 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 1a4513e207..c4598b62ae 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 8524d7748a..686a15bf6d 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 1474bdda1b..24024834a0 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 33855427e5..852e8af3c1 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 63e1465add..9796edf396 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 6c23809600..c058a29507 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 5708fb10e8..e8785463ce 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 31cb24284a..4843e655a2 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 fb4a6666f6..70f14820af 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 7a0e85d3e5..8f65e35162 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 2b12bb20d8..c934d2ead3 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 08b9ed179b..9e738cf5ed 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 19e5828a7e..8eeb07ebec 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 82b539b450..03fb1230bc 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 0b7e7f2a83..aa7f8edeef 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 ab7420490c..d30504e132 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 81a085decc..88c061bcc8 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 7d157d2650..d91303d5aa 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 3c92bc2181..665076d465 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 851d8b856d..5268f5c3fa 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 8d40b250fa..ba546013f4 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 d0dd9557e9..172c4a7d45 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 82ed301038..2c97272e7d 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 fedf18810e..0de70464ea 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 123f51d63b..c86092bd95 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 3d737f2e95..2a62dffefc 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 8eb59ca419..7f12f7e4b4 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 8f8f348bed..41be8b5f59 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 cfe0e4ec3f..5f3709c706 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 e498e53802..10680cdb80 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 045cdaac78..8eac11c5cd 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 3dc68bd324..32f7798ed2 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 3b2bc51116..b0ddaf70ba 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 c369561f7b..b214aeaa4e 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 6eda74ec96..0755dcd31e 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 07db61e10f..bf6265644c 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 07a805aa8e..88998a6bcb 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 916bad1a5f..fbc5269ce6 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 99d6ac046e..99e6e176c7 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 af6de93b9a..6a7b619a78 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 36d31cb10a..ab97d6907f 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 78a2ed15e1..6c0dd77b7e 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 69a7ab5028..19dbfd6683 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 760bd0f99c..0906667d03 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 1788b32f14..06b0f01fec 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 f27855731b..670c113b3f 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 38e82a5bff..e8ff3f4690 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 07f595eb42..1fee562b78 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 9ffdf63cbe..458b643095 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 cd45915bab..99d40f9d65 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 f390f9593d..600ab6cc35 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 7d0923499e..c26fec974a 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 46df30830d..25a6a9fc13 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 7ab5d39ca1..8ab3df5ede 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 fb6bec011b..6e96ba21e1 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 1c1d404c59..b737ded0f5 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 5cb5d67be4..2ad300290a 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 2d5164dbfc..18da768369 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 e7072cecac..f3a684ec6e 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 5145ecd8d0..34a8300f54 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 a59eaa9fda..cbf68d71be 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 8d5bb20314..6e65812222 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 1fa52dda7c..cbe91381ab 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 2f19e42a4b..8961c2d964 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 3b62bc9271..ccae3ad7f8 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 d32e88f8d3..fafe74e410 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 65fa557050..8b1468d6ce 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 6ced7ce547..62b84efe2a 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 66fbe5a121..c2e16d48b0 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 b948ef7455..6985e8abac 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 f1cff585cf..1fa38f6b1c 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 587b2f23b6..62edeb0a02 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 b1eebfe121..b46760a881 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 f58c69d2b0..2db4edbdd2 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 f50d0997a3..242261b3be 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 5d4d5afe17..252c3c6a30 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 9d122774a4..1415fe980c 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 be0ca5d31f..4f77eed38a 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 c2debd5523..37164ade4b 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 c29e0c442a..ec7c4a2830 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 ba666392fc..e7740cf7c3 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 5d4cb86863..6bc1da2981 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 c3d0444774..acd07c1785 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 950413273f..a797a7ba5b 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 24c77eb9db..8541748c0c 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 535e6bae23..84f5f05fe6 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 ccbee0a1d6..42c30a8006 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 d13162c245..78a8e07137 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 a82358780c..b4a0cbda37 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 4f66d1ab7e..7147660b87 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 279b11a975..11f52d7cd3 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 0000000000..d8ed9c0fc4 --- /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 a62e038df0..3d94f40098 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 66612e4182..bcd52862f0 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 8e58b4e9a1..efa8805edd 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 2ae1317dfe..e0e3ac2428 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 6506b5f60e..fc89d6baf6 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 af23594462..9c49ed8a10 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 8f7ef47f51..22f64907e9 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 edec2ee662..4bb522b707 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 52240a743e..6fd8a0b9bf 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 e8ec86d898..0835af5151 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 44be9eaa9a..4923cf32f7 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 32468e31ea..d5b34d0c10 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 0e534f0f9a..b146297ece 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 b673187345..000771ca21 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 2d9cebfd5e..7f240aefff 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 2875bff428..efe626ce26 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 ba1fba7d9a..59d0886705 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 9804bc5a4e..0d18b3fb8f 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 470e8555ca..950cd116ab 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 af64118074..efc2522640 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 95766f233b..060fa0f3d1 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 ad8eeaddaf..1084c256aa 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 48e426281e..6cc827ef07 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 9ceb9bbd4b..3bdafc78b3 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 eb752a0f18..896846173e 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 f955567027..4d9c5b82e6 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 cf5dc11e6c..192d522433 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 578e8fb661..2572d9a118 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 7f4f410e3c..2c5f03c325 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 773a3ef91a..9bc13bbdc5 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 dc9c479496..ac72198a29 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 a72719becc..9c8270b9f0 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 f79e920ffa..0d5314c505 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 44b7d41eca..e60fc91fde 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 d573aa16bd..afefc83df8 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 de96dd435a..7e98ce749a 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 69a82f3728..7168c901d5 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 d7a2eb7f6a..55831b4c53 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 327bea5789..83528ca5df 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 7e81557e01..9ea0da19fd 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 88816c380e..30bd33e92d 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 75f1d1078e..7f1243e163 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 2b9dbd105e..3663339284 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 5fc4bef0a9..640e29046b 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 6d8b9189ff..0e6ae9149c 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 9cf23d2634..4d28f73472 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 8f71ee5a96..a180c980c3 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 88143631e1..96a5116c54 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 9775383dbb..361ab261d6 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 87e2abd5ab..a09e5925f4 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 2e8b2fd3e7..47b3fa0d97 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 3bc1ca198b..ed5a333764 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 b8ba94530c..08c146c442 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 4a445eec7d..2f4e81e7f8 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 6ee7835cd5..b8dd3afb4a 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 5d9a1aedab..1cc96c6040 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 b04819d552..f5a3515eb2 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 0037ad444e..c10fe7d804 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 0045cd5ce4..d47c8afad2 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 6b3b7c3f38..b5c5144ef2 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 a6657f066c..2fb3faba34 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 d7ebf12b64..b160fed182 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 b57041c861..636d31450e 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 01f3fafe02..a7c90ad84c 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 5c0680abaa..7e59116faf 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 f73803a047..be4fe27a73 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 473e863b14..8e31be14cc 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 ac53c602ca..4970c745de 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 d8e0a073c3..71b27cf4a0 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 2e09bd5d71..6e58f47024 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 be7b44bdf4..02c2d1282f 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 39cd4788c6..6d510b7f5e 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 651e71728b..1b660ed845 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 e1a3ba6003..0da138f165 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 76d1022595..7679bfe91d 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 0045baa244..7b273462fb 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 0000000000..956a0a66a2 --- /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 682a470c62..7c6aad5e01 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 c7a0c98fc1..2c08dd5577 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 837d252461..08b49924ff 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 073736dc47..044debd083 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 44646e28b0..3e74a82ebd 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 51ad616ac1..4463bc3911 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 4be330db1e..b2a9b41de3 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 2d33a2d9b5..5c16588e3c 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 73fb5273cf..a1b987441b 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 40508f804f..d60fb01d58 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 ee3668e9b6..decdc3d985 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 b714f8dda8..7ecd23d43c 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 fead89e4cb..e75fe162c6 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 4fd8d711d2..ae14cdc265 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 2b948e3967..8e7873e3fe 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 1ac8dc6cd4..1edc8d0a64 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 b3b6efcf7a..9420243f85 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 bb73e14ac0..5ceda151a9 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 d4f71e8c4d..a1a17dd9d7 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 9a0b078dfb..2eb0b0aa20 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 ae15b00d9d..501cf340f8 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 70a97ba955..e7e4953c71 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 49a54c2947..5eba40c455 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 1081379f37..d9e43597bc 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 bb67f3cc3b..f87b497de5 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 74bef6ff0c..fcd5684af6 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 db3137093f..ddb8d11903 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 143617488e..2ee28e224f 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 28699619d1..d15bb39db7 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 8172e16b3a..26ea7d976d 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 13a5c6f283..55b88662c4 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 9e533df64f..77092eb07d 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 ce8f4c1cda..241745b812 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 aead343145..b1227185c5 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 68970942b9..000a1a13e8 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 2e858eb08c..2180d070f6 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 7e1053fc26..19faefc9ee 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 32cb10ef7e..ec4ec914b7 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 0000000000..f8581a0c4d --- /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 46e2ba808b..c9c9fe6918 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 1e8e614eb8..2f7d05323f 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 83d244d1bb..25ed3e6223 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 9fad3e199b..ec1715dfa2 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 b12c3920c5..c5335b0d0f 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 a06439ec52..d652797b5d 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 66dae449fd..c52ec444fe 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 2594416b44..82ad0fc3d5 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 1ad8a7287a..816211819a 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 f509e48c6d..1c45e26301 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 03b001a3b1..7cf91df20d 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 9784be4016..b3295a6ad3 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 8e88399863..3af26243d6 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 3e6b43d4ec..e245f17fbc 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 00a9f13714..d00e0fb360 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 d15d77ca49..b261e601d4 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 66463c4eb1..ed2d060384 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 d06ce3fc75..32501a3cea 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 417f41666f..93f7f0efe3 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 b4a304557a..626170cb88 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 2c1073620e..3be6c1dadb 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 daf2969017..cf77f7c3b8 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 2a95e4c36e..964e2aa3c5 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 b005ed7713..23c0c9d5d7 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 c3f72b8073..6105530b44 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 199485e51a..2c7690d0c2 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 efb9c4bc10..84cdd50104 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 4fb55af3f9..55644c3fdb 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 82a5e1f823..6cbe2f832b 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 9f21ec4dea..9373c6817d 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 0a6ecb0831..fe5147a614 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 7d2bea3824..df20fef6d9 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 877346b9a4..c7f21ce68e 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 e00483728d..f21eece51b 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 55b15a1f17..413b5fdc7e 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 5b5d5db2b1..6c244a8066 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 5d430132c7..8d8023ce07 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 b45fc114be..86405412cb 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 cf86e6e6d3..bca6e4ef06 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 30c28f4285..cbd4b29adf 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 1a68026adc..289e0d10a7 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 8006ae2843..704e283e2c 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 ffcd7f005a..6266fc434f 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 e228659aa3..a869306121 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 68f5d23ed0..a946339bb1 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 47fa91036c..d88c24a3b0 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 68ebcdeed0..af9fcac4b0 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 8b5b1de582..6106b467f0 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 add659ee87..c2e8fb3f21 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 06f0ac3fb5..4ba45a4d16 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 9b6bd518e0..7fce7daf30 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 f0845ca54b..eafc1590c5 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 ced11601bf..0ade6df174 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 5c73c72800..cf493b0ad8 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 40232d3944..e593504e11 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 200ca3e472..db4a2ea719 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 0000000000..a9393615e3 --- /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 0000000000..975d4952ea --- /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 c166653b13..f051b77d42 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 080a4a1273..b277309f92 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 b6f567e862..de7ab74db9 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 0fe1fcc200..721f23acd5 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 c344996cf4..05e30f4a6f 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 cb2cca3f74..082a32eb95 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 1192b06c17..3b58d81d7e 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 1847f37036..7fc0b59cc0 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 be51ab59a2..b50cc5557d 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 33bbff259d..c076fe7863 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 5557a058ba..0cb43079cc 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 8084870aba..398b1318ce 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 c8552e42f7..b74f8a9d27 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 8833e8b03e..af7c50d9d1 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 cf9560f21f..46628b4e37 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 25c3d83776..e4bd62979a 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 2c1753f0ab..0b7c67196b 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 c6ceee40d7..851f77c7f6 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 c9a154160f..2577c82e7f 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 5c3a6ec3b8..62cf3e1055 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 d5ea55804c..6d532b80b4 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 b7b6630842..67389c025c 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 ecb534bbd6..0769b48b58 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 f3c1b59d50..69f2b6600b 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 5c0ec0c14e..6c7eed7bc7 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 8e47d38ee7..282f9e817a 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 1589d03115..c8f23b42a3 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 44285c593e..6d806d56da 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 f5cee9928a..a0a1955918 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 659ea3cc48..3eccfe29af 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 fe985cf1a2..d15e148b45 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 8da2167b18..5452ab64d0 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 b00d92bac1..081fe64fb9 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 5e3625c91a..726bdace6d 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 45993a8375..e8d3ce90dc 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 f2431ad922..f5c11d816d 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 bacccce028..13cde2cb8e 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 0ce58b34c4..aac5ef35be 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 7ea60299d6..e267383933 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 e1606c2adf..77d5ab3960 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 fa51309812..356e6843a9 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 91799044b4..139b1b0b80 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 eac7d703f0..def66b7f5b 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 e025df608d..89ca3ea8c8 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 6f73742f07..c6e638922c 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 995b51096b..2919beba37 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 7d87524a69..c7e471b28b 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 185bd4d3f0..79688824ce 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 4cac49432a..5a8b2d1d8e 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 3363654fb2..d555f2793b 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 fbb2c7d57a..6ed2a786d4 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 f69e160add..27ddd0141a 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 434b9d6bfb..0f57e9987f 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 be2578e5d2..7e5e0dbe9d 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 57b12e9d1d..fe77c71baa 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 e4df306238..233f5ec67d 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 f13d8c2bf7..cc6265549f 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 a4b424206b..d88dd8ac64 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 d5ea4c6a8a..3912658af3 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 b4bcd44c7b..a9e773ea3b 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 4ec7c8b1f6..f9915a056c 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 84f3622e54..5bfc4d464d 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 f8abf35263..b2902a2e92 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 3791d4be9d..3d9292126b 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 2500b343a8..40373d4499 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 7273b54037..bb40a9532a 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 0419ae1a96..0d87e497ed 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 873fd0b16c..7a050f2ed9 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 ab9690e8b2..30e607bdb4 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 e74c5ecfac..f681a4dd15 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 da4b92e935..c42a61370b 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 594302b8b9..2e3ddd6bd0 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 f3dfddc04c..8d16632808 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 382654de0b..762a86bc7b 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 2d9edb0df6..2ce3801d3b 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 22acf5731a..cbd8bcf8e7 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 fada94473d..272324993a 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 1be9695423..ba34f28a1d 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 67e88c8314..aa9e1247ea 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 0023b4024b..1194012342 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 a04b2af0f9..af856449dc 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 958d8a2276..8b5d48c1bf 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 7af4fb149b..113538bea4 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 c3d4ecacab..848ae7f5ef 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 fb38a30ef7..dff1824f02 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 c620c53d51..e29221f9aa 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 178a69c825..a0137bdfbc 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 4b11fb92f3..c8ec81c47b 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 520618447a..0f440a7405 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 125d979da8..b15b16f4c2 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 280803d485..d466148ea6 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 ad678a0db9..00550cbf3d 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 767fbd7ed5..ebb2050405 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 552216af25..b8be29e226 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 7477aa08a9..f7fcc64067 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 65ca1c6950..2854b57fd8 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 e199ce45db..a6fb40dde4 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 ae293329db..85b68b39a7 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 6a4df36571..409edf2414 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 4813553a5b..cfb22f0e13 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 a59d09a696..874b25dadb 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 f8e7d75ed2..9896939c90 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 2df469ad8a..f38f75b4bf 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 849a9d5741..2008d031cc 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 9ead9b1459..8b5163821b 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 ad279b8e20..46b2b268dc 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 0fe655ca8b..99555d290c 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 4aeb20ecd0..00db0bb2c0 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 e44f76421b..5331d172ea 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 9d3b4bd2ec..3033f07a65 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 41fa6ef151..0873288d2f 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 f0cf063444..8d03b12957 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 26de7946e7..ddb4658078 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 87e760a711..d701dc2ebe 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 5e0d978448..18a4d6d95e 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 6354f095b1..b9f9ce7b6b 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 2984dd0255..73a5e74617 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 508d1bccd8..a76715ca4b 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 b55ed24af8..5870b63786 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 c0a93635a9..1fb4c39cf5 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 036cb0a4b0..6cf479c5fe 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 44dff418fc..c37724ac31 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 25ba00deef..24e31ef990 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 6de7be3659..7f099b82b9 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 e4daaf31f6..5ff63b7bad 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 0c630495e8..30d98fccb7 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 4d80c989c5..fb399d4bdb 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 ceb2b21dcb..ed16407de6 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 4896affd6d..c340b1c944 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 6e2eb1408f..88e357482c 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 9c7eca04cd..c36a660edc 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 86e3bffae4..840a6370cc 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 9876f36aa1..7782703b6f 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 6e97636762..70fec4dff9 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 c05bd0dc5b..2239647f87 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 ab7c2016fe..4e4867792c 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 409a6ac762..6d6e2ac35f 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 29cf37b3e5..d1f15ec204 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 3f9e916b10..62c31cdeca 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 63c7ce73ae..9eed1b3743 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 561e79b0ea..2c51a1d60d 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 7be94e1d9a..aa068e55de 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 36f0b6a717..a9af17f660 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 21f28e2839..9629b410ff 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 cf2276bb4d..9d5c5c8615 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 da7517d25f..231b43d1e6 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 06c27aa5b6..63bac2c4ed 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 ef9b073661..daf10ac905 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 378b323af6..85204a371c 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 678149d923..5ca2951117 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 6e1d998d20..14706e9601 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 47e0a0cce0..53385847fe 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 bf555c3cb6..cc7394cde1 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 045b3416a6..94da254209 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 46ac4d090c..a6520d789c 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 4af59bc672..87c83919c5 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 90893920ce..48d1b0fbf5 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 2a1b743e59..de5e1ddf4d 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 88f95eef22..2ed838e480 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 4d58781f55..2eed5ddc3c 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 4670595213..e1b6a0a547 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 f07eb5ed23..b8b53f1b49 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 5de4db03fd..13d10b1243 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 47ad182ee4..5af64c5236 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 b29533ab28..feeb1bc9f3 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 5492b6bdfc..4ab29e574e 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 d92f3f907b..7a6e368209 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 357efa726a..651e3f3775 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 0000000000..869325d714 --- /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 0000000000..9f60945225 --- /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 c31068563f..6b4781256d 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 a777b14b3f..1c063b50ff 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 b00f1e9264..c65baa416e 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 7fbfd1c4b6..d297469d1f 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 72ce2ce651..8e3eb30cc6 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 78d059dcb5..8e358c1e61 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 7e31c9ff5d..05a69b6c90 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 27d7842267..708f5c5135 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 2a6dfa2cf6..fcfc0aa919 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 decefc71dc..5f3a0ab1b4 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 a007a9dfb3..8951344323 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 07c59bc0a0..548bf17968 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 b1b0c40a12..407bd1eea1 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 743506a3ab..96df61d836 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 01c9d8341c..ba3ef3c18d 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 8acce642cf..7a1e57d36a 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 666cbd43e6..3b32665948 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 9272b945c0..54904e9729 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 9cdfdcbeb1..442465e115 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 766ca3189b..a3c1123567 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 c799491823..2c67e5da93 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 7436bfbd2f..7c6fd04433 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 c5cb37757a..21a05b94d0 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 861675bd9c..4c09c276e1 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 b518727371..c16e4f6c24 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 f93fe622ce..cbffc1e482 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 5ca1d76635..22dc0a3e79 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 259682126d..eb9f274673 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 25c2c932e0..b04e9e2352 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 3001da190b..cbc9cafeca 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 fa188cb009..55c4e71d09 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 5d8a98480c..f8d825672b 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 0000000000..e1f0da8ee0 --- /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 0000000000..cac420e43c --- /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 eaab21db7a..a0e25813c6 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 a59b93a18c..36d0e93b8d 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 ed3c144d48..19ffe93065 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 a09f4220e7..476d56b9de 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 4edf49930c..ef85e1e506 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 eca42643a0..7aca24c963 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 d74669481c..5095fdb1b5 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 b4a72d2443..81bcc9c4b8 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 9c3778d4c6..9fe77ed46d 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 fa0877a306..5a2e5edf20 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 c00f476562..e53eb95700 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 c43d263cde..7ecd1b3e5f 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 7a19fff646..307c6c841f 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 f3dad2bddf..25fa120ea2 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 734d516b0d..a1c371f923 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 3d0fc5046f..723c66580d 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 9257264f22..9a3cf7c4aa 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 020e035d69..be71599170 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 9224a53e09..3b32c59830 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 28812ef874..0474a2a571 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 f0e8fee533..fb088640fa 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 9059fe05c3..4612c17c07 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 0ee9c45a5f..2b73d6a724 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 e0c5799fc1..1b4d1b4f74 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 dc26d9ec0e..d583778eaa 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 91b9b19ae0..cab33c40f5 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 c9716ff113..1a0adb0b08 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 b4b083ecfc..22744c0245 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 fc8fe29d21..bc93abb7b6 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 ad606e0e3f..7a72b085e9 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 ad6d833376..13c25075d7 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 4c0aa70200..cffe227bd6 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 a9bdc97eab..ad6dc5cbe3 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 2e1440ea60..77d62135c8 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 b7b82a1195..ede565b232 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 8c44a5cb34..6a03d96317 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 28ab94468f..3f99fa4f77 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 937fad12ed..2336d8c5f2 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 314d2d9e52..db957e90c3 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 cbc5693e24..6c0028ff68 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 b0e6d0de7b..b1f2fce398 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 d43800737f..6063c086f1 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 b8ab646e44..b14d06c909 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 26294a8153..9fd12f966e 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 b9a4d1e759..ba4fb1aa71 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 2d4b537e0c..073032303c 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 297eb0d115..d3bdf99bc2 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 d335d2b764..de9ae90db2 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 802156536f..f4af1e1e6a 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 d664906451..a14f28ebc4 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 b5b966dc69..7d5fcbd923 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 f8a30506cd..dada90b3f5 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 122bea0414..2eaca429e7 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 024f31561a..33a9a6f320 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 734cdcc5a9..b68e0c8d60 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 96372ba861..9e9ddf2169 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 28ed4b7175..4816e33294 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 073929fb7a..2849a41b84 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 42f3e359b0..1bd98e605f 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 f60e17223c..37325f5dcf 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 885d3e8dc1..d32ee9b383 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 dc7780b719..17fa016320 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 a9e3aa882a..e958070567 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 0000000000..427a60a459 --- /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 0000000000..e9cdae5659 --- /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 bc42ebb9b6..67cf6d407a 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 6ae433b524..2ee0e6e38c 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 137e31ed3b..fa24c6de1c 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 452e613aa6..33ec6faa85 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 d232121cb9..27a855d03d 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 6386d4ba13..22ee02c87f 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 40a8370b69..f334333647 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 eeba0902df..e516bc819e 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 4d969f8d16..eb6a8668aa 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 21c12ad7db..255ab21483 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 8b01606579..ad9689d748 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 2b3e88610b..4389e25b39 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 17fde5ed7d..1b46194ef0 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 dfa4b23e4f..84d524eaba 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 05c1a67dce..1c4571af12 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 8f2efbb227..3a1ad592c1 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 f259a54bc0..f6f4bd16b5 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 f63d994676..0a4790a6a3 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 61022cbec0..81c373f198 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 79126be80a..3cabfa8845 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 29c7e2423a..c871860961 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 05e4307018..3b9b856c5e 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 ac15b938be..8bda19310b 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 937b41e5ab..8df85973d4 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 a8f86db455..3b59afb277 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 9eba4582b8..5c0ae3ed55 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 f5a849d0cf..9efc68d7ef 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 45dcf925fa..0a69123384 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 4eaba4e3d7..a87ea82fb4 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 0db1de36b0..731446f9b3 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 ae15283a72..ba51b648ed 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 5686c27d05..bb72d883e0 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 2ba47141b1..2a116b93a1 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 34b4ed3483..23a6ef88f6 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 272aecb4fe..8249371b99 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 1cec01c905..09fbd399be 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 52a0a91fac..717ed74e0f 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 60b03f7f10..c400780aa9 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 8a88059008..c2bcc004ee 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 3884b6b7bc..6f7310b401 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 44f24ac4a8..d525baf5d5 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 e75810825b..dde9056d68 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 f45269329a..393cd25553 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 fa2f931bc1..d37f1e2429 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 bda8f6a78f..a825277f79 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 6b8971cedd..07244c0bcf 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 8d9e42960d..219a2dab6c 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 84d93bb7d8..653c6429c0 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 e6be921cf4..0f0ca00607 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 2bbc8f7778..60d3bf011f 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 fc5dbf524d..26a2e0ffe4 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 3ae27eb72f..7fcf8efc52 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 df482a9276..17a2146d7d 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 f9438116da..c201dd0c30 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 1ee7671840..219a60004a 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 f99c65be84..cb771aa380 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 0b396d0ce1..56fbd39724 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 fbe47d1225..4c8c273e0b 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 074f45987e..b99ef913a5 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 a2d5e62285..1edd0d61ab 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 ea9a22dcb4..988d92090e 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 fbef49e88e..05d71938b6 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 375ff2f771..de70bb7827 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 5247d47679..fb4008462f 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 f5320ea9b5..be814fc660 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 ba1b0ff386..333f49b187 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 ede7b8af9c..053cb645ec 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 20997e91aa..7d6778fcc2 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 0000000000..347cc5c1fa --- /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 0000000000..085a793746 --- /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 1cc145010f..5d5366f6fb 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 5f2fee394a..78e50c9652 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 33d47d739c..fbbdd58962 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 b7082a4137..45009736bb 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 fb52260617..6991003acc 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 6501867a0e..4f1a711400 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 6f9f1bf752..619f964fc5 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 c1a8ffa02e..2dfc3e647f 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 044657457b..60080f2cb0 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 e82aed22d7..33ff74439a 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 ab31ed8013..8a2c322a69 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 d167bea979..c33e40ea2a 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 1c4996ee24..f3a9b919de 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 e84c225d36..d39876436e 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 5c7d6c75b3..9962409d69 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 2f42bc60b8..ae89eea8b7 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 ad5c81677f..69207a2728 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 8bc39909b5..55cc0c2d3a 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 8f4b5eb426..315f9b5d44 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 2220a2666b..01f8ba0ed3 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 b13a8d7358..e042b19bb1 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 ca370f9fbe..a5a741d47a 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 ad26ebc9c0..6969e172a4 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 a2aab4c7c7..104c4cc0ce 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 7cfffd12a3..c798bad23f 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 98f0b1b38d..fced13d484 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 9756510fd5..1a905ac8fd 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 02b89e012c..5ec6e83169 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 0ed784a591..f083db80c9 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 ff4aecabc9..9515861d08 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 d07a470f3c..207ecf4ccc 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 098040fb30..cad7119a5f 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 c943e38c4b..424264f4d6 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 09c8164948..35b51d8987 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 bd84a594a9..358bd272b8 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 f6a4e5df69..3eb6541518 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 794f925367..ba5b8d42b9 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 cde3fb2de1..a988686405 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 c807714827..97840245f7 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 f444446fcc..562a2d4091 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 62150fc56a..dff49be442 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 328cf8ad1a..8d83f1c90e 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 bd3038da0f..a6bb502480 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 c25e546a90..76a1fcae55 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 490335549d..e2d877a5f7 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 88a2e8a3d7..08536df41f 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 0a36c3ca50..d63fb17340 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 e5034b53d0..e066a95f94 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 f5aef99079..054f658b80 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 a4f76ee3bd..cf4794b275 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 4cb2c942fe..a84b791605 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 5a19efc33c..fca4e22be1 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 b21b519197..5b3256c1ba 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 dd229ee4a3..d11ef2eac5 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 77f009eaa9..0b93ed822c 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 0793b0ae05..aa9565074b 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 80bacca6c8..a4f6446b7a 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 557fa2cd41..8219f7adcc 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 f820ec9ebb..c6a56e5cc1 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 2458994d21..7b85593c07 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 6a8b397e7a..26b8cc48c7 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 f33759c1f5..3330c35e03 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 a60d531c28..b01c19e9bb 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 55005bdad6..ee30ffdd72 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 f9559933ff..421cdda8ff 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 c99bf0b2e1..738f00cd4e 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 03ddaa9b4e..26223cdfa8 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 e84a03d913..fbdcc47238 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 4477f10e1b..e2046a5baa 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 7db9ecf080..d05181aa74 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 eed8611b92..c5a4fd4ed1 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 7ff56ac2cd..3ecb84cea6 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 bfc06eab5d..67b055d899 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 18513460bf..8f468ad6d8 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 2294bb01ed..f4b5c9b199 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 8dc414432c..eeacfe71c2 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 a5bf30b699..1eb7c8cd4b 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 9eb9d66b48..bdb3e85a56 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 df119e0bf4..7e48ef181b 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 822e52822e..cae9b1523b 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 d0e3ed3731..7b9cba6bb9 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 639c2951c0..61555b4c6e 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 366deb1b60..8dc714868c 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 d704354e91..5865ea801a 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 56f65cdf0a..080cc49e31 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 6e76afaa05..bf9159934a 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 933af801b5..921abde692 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 3c718165fb..5cf8993e4e 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 aab8e0d834..77452c2627 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 57d8c80808..df5c1c7f9a 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 bac1a09861..dc40cd8e07 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 cc63bb103c..2b4a573346 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 5e2bb02e53..986bd26de4 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 a0fd786734..159209d94e 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 d6127f8e97..ed8c6397d6 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 d308a51ce0..25aba5532b 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 0000000000..0cef78b823 --- /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 0000000000..9c44be4094 --- /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 68cd3bf508..c39ab0401b 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 f3b0e23d5e..ebeb94770b 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 b9a1f006e5..d7f476571f 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 48921f1634..aa5e1a7ee5 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 67e9bff913..cfd5686a11 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 609c85e4d8..6285186d24 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 34ab75dd35..96f38c4a8a 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 3ba27b8f6e..38cf20a210 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 9fef6ee1c2..f27b2fc5ff 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 dee0e0f283..4438e272e3 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 d7e4a526fa..44ab90195f 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 627db6b7e7..4a9a47b211 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 a0a477debc..dc64bff326 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 627d4e0331..ba89d2b393 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 b727b0ca29..a3a796cdb7 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 efa6497211..262de554b1 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 8cab5e0267..a91a74daac 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 7a7f1146fd..f57f00256f 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 6880a2cb17..eafc7fa057 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 fb68bffc3a..328858a975 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 df1d1bd95b..a0da37c215 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 016f477f44..6ee9744ed8 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 d80ffba0d5..7233b3a638 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 eb973d9455..a464e699dc 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 43f7a8d0af..f7f7dcc61d 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 d6433e9dd3..50d7b2d3b1 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 ca5d0ae49f..65c0a27115 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 b82fec059d..45e9f809c3 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 93f9b83c3f..774410bd24 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 ea94064305..2362a6f213 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 1bdd0ba8c0..3ee7212055 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 92e924494c..eed18dce2d 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 bb673590c3..c2b7589810 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 86cfe9c545..90494a835a 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 7b41859268..1e78d04322 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 4d21935038..06d4b0cece 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 229403824b..91dc790c34 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 0027734d4e..7a9e3f8a23 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 9753f971d7..489c9212bd 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 0cf0d81b2c..48da4f029e 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 14029df398..47ad640fc8 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 9223490baa..daa5fbed57 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 50a3d749b3..34379c6acf 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 18a7c282bb..56f64fa9ca 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 bd089dfe7a..65c2bccd51 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 ccca8c878c..229de5b1df 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 df5a2a4d51..0f7eb67597 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 f4e9dbb736..7ceb958263 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 da698ca215..5462f68417 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 f406abc607..4de06df1a0 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 7b215e5056..9c9867f0a7 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 f5f0216173..6e25e9db64 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 4ce02b76bd..6257673bf4 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 2050bbab5e..556cc266f0 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 574eec9d41..fcb5621ae0 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 43dfa03476..f8ad6fa3e8 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 dfb8ccb043..a94e898208 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 b7df72ebc1..a1537d8aa5 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 bc7e0cfd06..2451539b3e 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 e3f6d15955..eec9334f35 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 1f753d35c2..87dd20116f 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 bdf3e40b7a..cc2ad360cb 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 9455c5a9a3..5e7c40004e 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 ac25c83952..2b91e62cb1 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 112171143d..82dfd270a8 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 f30cf174fd..c8ae77dce8 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 e39f6ee3e6..53e8e6a12f 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 a92496de2e..e8891b0f4f 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 1e8034ba5a..c14794e31e 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 408e3bef42..39f888b9cb 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 cc858e98f4..945f625b6b 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 9a2da01ef4..587e55687a 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 c5a600f196..6d74409f68 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 54f4f7cf76..57ca7f03d8 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 9c377a90c9..eda37191a3 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 8eed90dec9..c6afad8635 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 3d70bd90a8..c32b89cda3 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 4716b81852..2e887588a8 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 6d299adbb6..809354439f 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 f3d2d932fb..8134867fe0 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 49269e6767..3c368d9d2a 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 d6c6a67969..a45d353e2c 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 44cdceb80b..29ac176562 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 cb719142a0..acb2a8519e 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 62d1957a40..6e4beaf5e9 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 5c94ba757f..b87f18794d 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 fef7ef7a2e..7e5f9ef573 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 9b2f6c8996..039863aa1f 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 e35757c7ea..250ec3ac8f 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 9c39e472fb..9d1976b455 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 f21224f530..a068829ec6 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 c5e642c971..96aab8364b 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 a338440eac..5ed13ea074 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 0145a39046..d3ccb9a009 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 dbb55ba94e..dad2343684 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 5dd56fbffd..92dc494e83 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 6b28eea40f..18c4367001 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 0000000000..b5cc03b7c8 --- /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 0000000000..1decf22e3c --- /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 1a5c18ce53..d34c5829f4 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 e199b85cff..1d5d569429 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 60c2ba2e4d..086edb71bd 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 c56ec56d77..cebc484040 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 3b494893c1..6be43a9e09 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 8adda8b4d0..6fb32efb48 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 cef8fdd09f..09b20bbe07 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 606ed6e4e5..c534dbb35a 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 b812b1abc6..19645cfe1a 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 efbd615670..125babec50 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 480cb49815..59f4db83c6 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 a74b0fe875..36ab323833 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 27a75f70ec..e1beb39c27 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 7ed09d0eb9..db3583fa67 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 e60a6ba8a1..4c126379a6 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 cf0b1884cc..8d8636381e 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 5d804c6d35..ebdbbf13d1 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 1741358e1f..0a11e32566 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 7693485db1..15bd2c6827 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 528dadb017..233edb8c1c 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 322a82ce7b..6aaaf62b23 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 863b5a0af4..df11db4445 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 6309407b32..1eeec25bc8 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 333a98ff58..f2f59c21e6 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 5e14ded555..cfc2754c32 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 f9c6d55441..cce41e553b 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 b9727c75f0..1d9648f677 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 e44e6e87b6..16223e6948 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 0c9abcb60b..d8b1e1a84b 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 0000000000..364b023084 --- /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 0000000000..4f58bf8a81 --- /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 6d027e26ea..24726825f6 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 6cf35f60e7..5865257b0d 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 c6a1a5ac3f..9b27ddca2e 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 bd368a41c3..a9bd2bded8 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 83691d7f77..f5550011bd 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 d5e745fccb..ccf40f90d5 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 db3184e0f5..1d4731fa5c 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 db951295e9..9387414b34 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 37d52ac7e3..bd8e325283 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 22d0ed9e06..024c802e8a 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 b4de168a24..b84d16fff5 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 cd62fb6dfc..5821ce6402 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 69c22d439e..5cf5d56ceb 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 fdda3e1d18..b6b56bba3e 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 09b98bcc5e..01f2c06f57 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 c298863468..4c9f84f17e 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 9e3f0886fb..ebc7fad389 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 8d81132289..3ac8703192 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 a17ff73ac4..3a629f4abc 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 96e8d7186b..402bd819ff 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 feb183df68..4249c7377b 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 c5da196493..21c2785d73 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 6e48b8b8dd..b30e40dce8 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 edb0e672df..f485e58ef3 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 1b80f773c8..f2d10344b6 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 27ee0b22d3..3150a3b352 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 187361cb98..9c3df4619c 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 e71597af9a..0101a8e0b4 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 34ba7d381e..bb56950a65 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 bb2333285b..04c31c4674 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 24e73f2143..c9e9286660 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 0d09adfe00..7ca7b8e44e 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 078747dd41..4d76ff098b 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 4ed5b0c349..6be42c566f 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 b7894387c4..200571f13a 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 ed493ee3f0..31c85671f2 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 61dd821192..db97d8e693 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 334e1fa0b8..79c18b986a 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 958431bce9..4aa343006a 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 3fb408547b..d0a4e73b6a 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 570805b4c8..a895020ac7 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 eda7123d3c..df573356f9 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 394196d517..0585eb9e12 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 b23b2ef9b2..25812f664d 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 2217eeeb25..bdae2968ee 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 71b54cc1d6..eac03664fa 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 5589b3d24f..ce726bb51c 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 1fd8bb06bb..79797c9c8f 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 a6b18ed82a..af8b6f007e 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 5701a2226b..73a173d45d 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 b06c11c72e..3793735410 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 7d554126e4..3b5f7f5a79 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 c78d3de04c..2b62a8fc4f 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 842b652c2b..6073df3462 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 8dcc31c794..71c0c767ff 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 cc76750f5c..7dbcb3bac7 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 baa5a3fb00..45561c789f 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 3a04755109..291576fc84 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 b34aa3a27c..e776e0f5aa 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 a024c57949..fc998ce92b 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 28d5a86684..10b46dcb21 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 d4628d0840..6fd1eb292a 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 c32c9ac66b..004dfe7abf 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 efb9c0eb27..e16e52a09d 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 a7a2b87d55..a52eb25ff7 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 fcf5011195..8fc4f093f3 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 a281ac8884..b77fe70f2c 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 142ee45d78..be74268215 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 86097742c2..fe9593cdfa 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 0c615cfe36..58ded17978 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 8d69fc1552..45b0bc9a6e 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 7ecf550cdf..9e42a201b0 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 88938937f6..3be06a9e3e 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 52caf6dab4..fe7ec538cb 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 3d0d70aeb7..d4b6da5e1a 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 f5df95285c..4b2ea0011a 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 93f7ddb9a2..b00de93489 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 ef66e02d4e..a8b4a4617f 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 dfadb8d205..fe52b2b6fc 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 5a9e675570..170f5ccefa 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 dfe98667a8..b0c14b137b 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 1d759e02ec..71bbf6cb9e 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 2feae2bf9e..1f07d41621 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 b4e3dbf030..e49d60e982 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 79515358e2..39779d8fe2 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 427a2d25a6..3c8a941d0c 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 f1e54d7995..27d8dfd86a 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 23b0b94287..365d8ba8ab 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 08353fc60a..8516c3d51c 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 26c677e80f..22d2404114 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 9bd864ddf2..40e5b20b3d 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 84017c8ac7..3fb6f26e2d 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 01caf1f36b..35dea22792 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 441d295112..9501990179 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 ff87788f55..d44f2e01e2 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 27084d7cab..2a33a04a14 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 c1a8e85437..fe0e8e5d25 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 7446881fc2..676062c6b8 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 f728515e39..17431eac43 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 502e755956..54ef816eed 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 cabf049d3e..b034195d70 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 b4edfec1d2..373d92b86a 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 b60078233b..fec48d8e81 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 6d25c1e1df..948ad02d31 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 96124476b6..936c07886c 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 9ba21ffd5c..4b14d86bd0 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 fbbf4b718e..b14e656698 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 747bc84c3d..b243d9afda 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 4deb7b57d5..9175060f31 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 1b4d9d614e..bb3c017439 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 8a1f01dbba..f1c6afdfea 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 e29cfc4803..8dad319c1b 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 72b12f7faf..7509c4fa19 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 d6c2e1c420..b8551ccf48 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 2a39f9a427..4006bc16b8 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 83a6675b86..f47a680fb6 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 a5f7fd526d..82c07d9b03 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 692c011b44..b399637d0c 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 845c1d237f..750760b43e 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 08bd6762de..6792133edf 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 4c33dc96e5..a47eeda29b 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 86ad6cfbd4..02dd8f372f 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 85c2c3083d..aac3016d63 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 0000000000..5bb6d46d75 --- /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 0000000000..271bbb8d31 --- /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 5fd9c595ef..eb8e3519a0 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 4c79eac3e5..451a1a53f5 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 abf2f0da10..94f5976d7a 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 dbc7469022..9cdf4ce62f 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 15932deac9..3df4c5fdeb 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 4fc338bba2..da55ab7295 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 8149107e9a..6ed45b14be 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 7117efdc1a..c35af72690 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 ca5a84e48f..795a97d69e 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 4850b0a958..57ce892b21 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 32f401c365..8e50d42e84 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 b603d58a22..d0bdc277ff 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 b77c989f23..1989fc12ca 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 f7e312f0ee..328b6c5535 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 b18a670ba7..4123bcca9b 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 f5dbc832e6..13685ac133 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 2cfe09cd87..ca241d09c4 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 286f5ffa43..8dcbe695b6 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 d402f180fd..5267379d04 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 26c83d2a21..924a234a8d 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 0462fb0fcb..9b8975a752 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 7b1476daa4..2cc9243cab 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 43b73cd95f..b85ad49433 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 969d390552..27c58e8739 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 e5b7138555..a7e12b67ce 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 b2eaec4c35..f06976c323 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 427b1f4a93..1ad766c272 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 0b9d5518a2..34f888e286 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 c8a68473f5..7d6e1596e2 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 8581dc36e8..b615b4271f 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 abb9f6cfa4..eef57fa13c 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 aa5438ed2a..d4d91170d3 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 a3db13997d..5aaf0d280b 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 dfc68858a8..5169d60378 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 a1b2a0b7a7..c347ce5dfd 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 1c3a999d1c..a00c5a77e8 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 d85492d855..d0b4aeb5d2 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 6cb9abcf52..bcf084ff15 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 f4b00f9d13..39e7747d6b 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 0752f5b899..7a34b4dc19 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 b89f4c4291..608a571ab6 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 050448f54b..ac679e84bb 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 0c6361b9e6..78a2eb1e55 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 3f1c03f65f..1d72b043e2 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 96f72bba7b..6427e9b82a 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 b054038bfd..c335338482 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 b926ab8059..ca3521965c 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 493e338a1b..39fdc23c73 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 844e239b63..2b67285427 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 6c4469a9b8..fdefcbe89b 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 206cc9b49b..901605ad9f 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 2cf0770c53..60b06b9aed 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 df8c845561..66da86b6dc 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 0890588a1e..00e9622882 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 d5a6a4d807..6d0cbc4a82 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 94ff1d312d..c5bac28d27 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 3083129d99..1d34a33244 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 3b1d8e0094..fadae116a0 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 29098373f4..728aa175e4 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 3041b2c515..a8b46d44e0 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 2cc4d7dec3..b9151d772e 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 46040be9da..8ba778a254 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 a377b5c7e2..35f8684634 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 0444f2e945..ad67d90005 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 651c4fc584..c9f3d095a7 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 028c0f15e9..195a617589 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 bc844d52e5..b563add6be 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 426abd0d56..14fcfc283b 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 c372616264..76592970c4 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 2ec6ef2ddd..fdaeea1e65 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 52a2ae0b51..89a99094a2 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 b392d973c0..0f5b902841 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 826b4036e9..ea984af8f7 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 3129f66ac9..e59fc40d51 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 e8e9e7233b..bb4c0d81df 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 732383d1cf..a656cf5499 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 92caa305e8..890d1e65a7 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 bdb4a5ec53..4ec4483353 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 07ecfe5e37..755ae6d8c8 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 f862de9d49..847fbe552d 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 b61922111d..ccc7955004 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 8282e7dc85..15c392b14b 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 ab0602eacd..3feb6c10ce 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 760846399d..fec147ee00 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 c0596e5f60..217d7048d1 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 ba40f37af2..1885e13b49 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 6fa9b24f15..7d201b8ee6 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 387b7f7576..fb8a8ee913 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 7b85ce0019..4f6c8a2d75 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 4745366a2d..758ee5b19c 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 7867ea439b..d58c715790 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 629625cd20..2c7d4fd2ad 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 e73340932e..c876c23221 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 ce453c85d2..acaeb42a71 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 10e79d87d4..8aed9ae1a2 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 eac52f95c8..6d5f7b0d7a 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 69b0565603..546f299f0d 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 c732e19063..d0ffeaa71e 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 9c66b3f6e2..9fbfdeaa13 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 0626c3c551..c0dcc5d701 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 329f310d78..68d09e4c88 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 9302a43c48..b1df50528d 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 3ddf5a09c4..ea78515d01 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 bd68385d99..e8673080ec 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 a7dfd7f6af..7ac3fb3668 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 5734dec92a..f8f853fda1 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 53410f5e67..2b279e8e77 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 0000000000..31dd5dbaf4 --- /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 0000000000..e5aec8c92b --- /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 202a4c6de5..c89603380a 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 a1286e7a80..9fce9faf3d 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 e6c10a4735..d7b4207eb5 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 b7067a6e3a..f5747b9638 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 8b43130c32..1715b37947 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 f5114ba61f..76cb71f7ef 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 2abfed1b35..83f3c5ae84 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 a6623d4fc5..4a2dddcfc3 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 187896dce0..a6bd4af3c5 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 a3f49fa852..09e2dc8064 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 e5cc99f404..4df4b5edcb 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 cf71804f85..f2695b7d81 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 f636b97ee5..b8c19f26f3 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 5530b9de0d..fa8ae1c1a0 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 1b55cf4de8..fa365fd95e 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 20252c41e2..efbd11cff4 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 bc98914e16..76e0891560 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 329d4298eb..6966329a87 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 a5302e3bb4..12b9dea194 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 0c9aba0392..890d2ecd78 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 e0dcb15415..32c78c2ee3 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 e830a34b6b..9f5763a908 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 d9799bd28f..94b81e7cd6 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 9cb63b086d..8d28dab10e 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 2aab75c399..d654608d87 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 dbd7b3195e..701ae84976 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 cfc1146d86..532666e5ce 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 4a0aa322c5..fe3caabf3b 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 c8b6fa9a80..f20e56ef7d 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 23fccb97aa..64cb98189c 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 3472538ec1..bdcb24c713 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 816dbad333..136f0889fe 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 f4d5c9c537..a712a049f3 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 4519a8345e..4a068a1be6 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 a78fbb986d..4019962d68 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 9ed5f8bad8..8a0de5638b 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 578f8312fe..86a3d6225b 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 664c81567b..ef547eda2f 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 609520d3b8..661a6f175f 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 cd4be1bf58..23d6bd812b 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 f3fde25a7d..6f6cebeef8 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 458089a2dd..3ac3279baf 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 db911fa296..f5a969ad95 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 8e94029c5f..4100711f99 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 bdd5bb5a79..f5539e983e 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 30e8c955a0..e77e47d080 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 1f1f24deac..d288b8c362 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 49d641a013..e2480d7ff2 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 de39b217f7..b44aebcde6 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 54bea5b670..85be7e3f0c 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 ff2d77df58..7fbad07b2d 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 8e89f94ef7..b9bdf0d376 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 1648bd0046..aa498e5ada 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 f1c2eb2c63..cc91f609e1 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 0c8b5f19f0..9c27b3123d 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 8c34149c96..db064047c0 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 4ee629dff3..7f100604ab 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 0a8c53913b..f98b3c511b 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 17017c3cab..f1d985f1b6 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 e684e6dde0..2f889519cb 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 dfb82b0c14..b414568fec 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 325b616900..74d220439d 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 08dc86bf9a..262684a1a3 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 8eb28f4f04..e3d4969539 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 77c502cf12..ef9db1717d 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 a173dd47bc..492f731ae5 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 44b5383aed..e73ec16dfd 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 0b2fdc8129..a67ecec24b 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 8730b771d1..eb354ba4ac 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 0f207c7f62..39d70d42d1 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 d1b4cff006..e712645163 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 5e65c47846..48661aee73 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 c58900c4d9..4734e1e0d5 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 64795c93f8..fc064d9c0d 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 7a9bd59580..9e6e4f5f35 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 107cf7d9ac..579a9fc839 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 5978ea6b9a..7b9c675600 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 5b992c42a0..698eab5c06 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 9c516bb1e2..a802d0227d 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 6fb230bde6..86fb9235b2 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 07006f734e..89b2858fc8 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 f91ca3cd83..92baf40a7e 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 2509e0ec1b..94ae7c3e92 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 447c781964..2061a65f0a 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 3bb9dd06eb..ff82a07097 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 df5e5492f9..97aab99ac9 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 0590ab9694..500b8a2d7c 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 b8d9d4063f..2fdb9a8c3e 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 e943ece81a..6493490598 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 e30cafe188..338d74ec6c 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 5f0eceece4..0b70cb033f 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 fa177de754..1fdee75628 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 f21f007891..e72cf48d4c 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 85e35af4b9..8a8741f4d8 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 7fd625ab34..9f2ded0ae6 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 adbd0fbdcd..32dbc643ad 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 47d5722e1b..5f8c206b5c 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 6c78322a25..f715929100 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 fccc5f6fb6..ea7c8bc858 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 15c5020214..64091d2ff6 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 3e45ddd4af..be550e122f 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 b4cd730901..728e836da5 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 b82513fd9e..e0217f4b8f 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 86dbea4973..5275197dc2 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 c77586b43c..379d297e36 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 37edf4c823..a524f636f2 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 ef810009a9..d0ccd7150e 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 426463bb13..317d20f162 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 89479e81fd..b651c45361 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 c13ed3d826..a1cb3c7791 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 45e607c8c1..9a848c02b7 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 3d2e7600f5..79f6539d64 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 cc48736a45..2bc01dcf6e 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 5c0c76419a..31046d7270 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 4d58a19453..4bad3d2e26 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 c731d6216c..766604c67c 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 29468ad2ce..5be0ae5923 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 fa835ea51c..cb197d327c 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 1f356ddb13..3adfa2bd20 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 abf7480d0a..6d27db9f30 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 e14946f29a..9dfdabc8e9 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 16bd6524b4..f4653dacd4 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 b24a3fbfec..5654b30422 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 52eb31d2d1..680ff55bec 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 be2e67a809..7239915746 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 5dd1bf98f9..b4caf43d9f 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 a93f3a7268..d91d9f2a98 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 0000000000..278c35545f --- /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 0000000000..b36022e1d8 --- /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 08da728087..c857d0f6e2 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 b620c848ba..7f7f8fb270 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 c7d2d6d075..a4646da65f 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 17b846cd4c..de08e349ba 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 23764ba447..fd5475b643 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 7b4c4993f4..e8da6c6e0f 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 bb6eb2f244..6100b85414 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 973ed3a7a8..252e83a003 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 3207dfe462..87c5189ae7 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 b38a910986..45506ed426 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 b7c1b6a799..a1b6fa4e8b 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 d111983ed5..ff0912196c 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 d4215bd7b9..a67471d19e 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 9a62e08041..c11f66475f 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 e17531bad7..11a6637352 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 5ad889d169..39612b13a6 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 bc99a3b547..49bd00bddb 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 02f490b118..e414fc6af6 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 10850ca213..d8b91e5c6d 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 4a8c9b7ca5..38711c6922 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 a90a2ea742..55bb31bb86 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 38562c7267..0c53e5b86b 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 68d9044ae0..17e9bed47c 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 713635658c..b24511ccf8 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 4158d938b3..d2abb33c5e 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 a99171e344..51d0d3c71b 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 9034f84aed..e8791d00a2 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 6d7a096048..2816004d4e 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 9367edac10..121eb660d6 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 d40e1d2e2f..768bad76d6 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 61a3e619d5..aef0e451b7 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 ac846dda10..89a7c30d0e 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 99b5e7fde4..8765e0114e 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 5e656b8e61..56e18eca07 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 da0bf2d851..2143338f02 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 1de01da264..811f45a481 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 aabbe2ab1a..db05eb2292 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 4dc2c087ba..0dd5f1dd77 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 31f1a91200..683092d8f1 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 24f48ad630..b042ad6fec 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 ca9308cd13..4487f432ca 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 3c742b0743..babbafa741 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 aa8d41529b..bb59ad0e22 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 0f10207ea8..424dadec49 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 8c7614e604..0d3f78fe84 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 a888c94694..bbc4c1df90 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 af223f7781..f87033e455 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 26e7835b18..64fb305866 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 b012569089..b0edd82291 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 8b800aeae4..ffbea85f91 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 8c134ea94c..d739d5aca6 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 59ee93b150..b3ef6d4cf2 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 da2372a716..ed2fe475b4 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 de239a801f..47884bcfc9 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 3a457d60c0..bcf8622d61 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 62b5d9e285..bd35d83185 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 b9327996bd..bfba9d4a5e 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 e3e60fba21..0a374d81c1 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 d6e6639270..7179a3b22e 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 2ac1784422..b273fd3f5c 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 621baeda5e..d9edd98667 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 054cd86b1d..363b54548b 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 4e6d489dc3..b097eaaa4b 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 f4f9deed26..2cb0740330 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 a712f67f28..ec6f9795e9 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 0de4302020..830eddf254 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.