diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/AWSIot.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/AWSIot.java
index 0b816e24e80..02cb90581c8 100644
--- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/AWSIot.java
+++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/AWSIot.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
@@ -751,8 +751,8 @@ CreateBillingGroupResult createBillingGroup(CreateBillingGroupRequest createBill
*
* The CSR must include a public key that is either an RSA key with a length
- * of at least 2048 bits or an ECC key from NIST P-256 or NIST P-384 curves.
- * For supported certificates, consult Certificate signing algorithms supported by IoT.
*
+ * 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
* 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 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.
+ * 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).
+ *
* 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.
+ *
* 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.
+ *
* 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.
*
+ * 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
* Use this API to define a Custom Metric published by your devices to
@@ -2979,6 +3056,11 @@ public CreateThingResult createThing(CreateThingRequest createThingRequest)
* >Authorization
+ * If the
* 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
+ *
* 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.
*
+ * Describes a certificate provider.
+ *
+ * Requires permission to access the DescribeCertificateProvider action.
+ *
* 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
* 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.
+ *
* 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.
+ *
* 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
@@ -312,7 +315,10 @@ public AssociateTargetsWithJobRequest withComment(String comment) {
*
- * The
@@ -333,7 +339,10 @@ public AssociateTargetsWithJobRequest withComment(String comment) {
*
- * The
- * The
@@ -376,7 +388,10 @@ public String getNamespaceId() {
*
- * The
- * The
@@ -422,7 +440,10 @@ public void setNamespaceId(String namespaceId) {
*
- * The 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.
+ * ThingGroup
that you create has the exact same
+ * attributes as an existing ThingGroup
, you will get a 200
+ * success response.
+ * CreateCertificateFromCsr
will resume, and IoT will create
+ * certificates signed by IoT from a certificate signing request (CSR).
+ * DescribeEndpoint
is called, an endpoint is
+ * created. All subsequent calls to DescribeEndpoint
return the
+ * same endpoint.
+ * 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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. + *
+ *+ * 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. + *
+ *
* 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. + *
+ *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. + *
+ *
* 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. + *
+ *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. + *
+ *+ * Value indicates exporting metrics related to the behavior when it is + * true. + *
+ * + * @return+ * Value indicates exporting metrics related to the behavior when it + * is true. + *
+ */ + public Boolean isExportMetric() { + return exportMetric; + } + + /** + *+ * Value indicates exporting metrics related to the behavior when it is + * true. + *
+ * + * @return+ * Value indicates exporting metrics related to the behavior when it + * is true. + *
+ */ + public Boolean getExportMetric() { + return exportMetric; + } + + /** + *+ * Value indicates exporting metrics related to the behavior when it is + * true. + *
+ * + * @param exportMetric+ * Value indicates exporting metrics related to the behavior when + * it is true. + *
+ */ + public void setExportMetric(Boolean exportMetric) { + this.exportMetric = exportMetric; + } + + /** + *+ * Value indicates exporting metrics related to the behavior when it is + * true. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + * + * @param exportMetric
+ * Value indicates exporting metrics related to the behavior when + * it is true. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public Behavior withExportMetric(Boolean exportMetric) { + this.exportMetric = exportMetric; + return this; + } + /** * Returns a string representation of this object; useful for testing and * debugging. @@ -363,7 +482,9 @@ public String toString() { if (getCriteria() != null) sb.append("criteria: " + getCriteria() + ","); if (getSuppressAlerts() != null) - sb.append("suppressAlerts: " + getSuppressAlerts()); + sb.append("suppressAlerts: " + getSuppressAlerts() + ","); + if (getExportMetric() != null) + sb.append("exportMetric: " + getExportMetric()); sb.append("}"); return sb.toString(); } @@ -380,6 +501,8 @@ public int hashCode() { hashCode = prime * hashCode + ((getCriteria() == null) ? 0 : getCriteria().hashCode()); hashCode = prime * hashCode + ((getSuppressAlerts() == null) ? 0 : getSuppressAlerts().hashCode()); + hashCode = prime * hashCode + + ((getExportMetric() == null) ? 0 : getExportMetric().hashCode()); return hashCode; } @@ -416,6 +539,11 @@ public boolean equals(Object obj) { if (other.getSuppressAlerts() != null && other.getSuppressAlerts().equals(this.getSuppressAlerts()) == false) return false; + if (other.getExportMetric() == null ^ this.getExportMetric() == null) + return false; + if (other.getExportMetric() != null + && other.getExportMetric().equals(this.getExportMetric()) == false) + return false; return true; } } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorCriteria.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorCriteria.java index 89d3a28ac25..c024bcbce4d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorCriteria.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorCriteria.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorCriteriaType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorCriteriaType.java index d7a6bee0d77..9c2bea273bc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorCriteriaType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorCriteriaType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorModelTrainingSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorModelTrainingSummary.java index ab4995d2d90..cafc5603faf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorModelTrainingSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorModelTrainingSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupMetadata.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupMetadata.java index 2e84eaf4e1b..b3fae363de5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupMetadata.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupProperties.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupProperties.java index 2feb91e9f4b..9916e84f6ac 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupProperties.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Bucket.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Bucket.java index 8bd2bfdd16d..c31b765332c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Bucket.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Bucket.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BucketsAggregationType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BucketsAggregationType.java index 788e9f4abf4..07797e98431 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BucketsAggregationType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BucketsAggregationType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificate.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificate.java index 97bc23a9d7a..2e175136ae4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificate.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateDescription.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateDescription.java index f6b34ea5f91..9771e96f133 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateDescription.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateDescription.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateStatus.java index b5f3abd1bd8..4010e3201a4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateUpdateAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateUpdateAction.java index 97245afd1ba..ea305d277c4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateUpdateAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateUpdateAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskRequest.java index 82860d70f56..6f2530322e5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskResult.java index 20b92cf35a7..b0df2861bf7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskRequest.java index 2374a2a20b1..95c7516a708 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskResult.java index 19cd7d1c898..60fd5a85b53 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelCertificateTransferRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelCertificateTransferRequest.java index e19c0ad3312..4c6a9eec21c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelCertificateTransferRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelCertificateTransferRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskRequest.java index c9817662e50..3fa98767159 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskResult.java index 0088188410f..7688900e23f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobExecutionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobExecutionRequest.java index 022910dba06..10132be23a2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobExecutionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobExecutionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobRequest.java index 7bd0d9d8d31..0059c2a3c65 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobResult.java index 28d855a2e5a..d457a91732a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CannedAccessControlList.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CannedAccessControlList.java index 024b262f738..6538cd60c48 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CannedAccessControlList.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CannedAccessControlList.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Certificate.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Certificate.java index b553eb11449..fab12c7319b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Certificate.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Certificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateConflictException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateConflictException.java index 0eb88bdeb52..b85da766f9d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateConflictException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateConflictException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateDescription.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateDescription.java index 573db911f2c..6fbfcacc189 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateDescription.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateDescription.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateMode.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateMode.java index a9d27b3cde3..b03dd9660bb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateMode.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateProviderOperation.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateProviderOperation.java new file mode 100644 index 00000000000..9c2eca8f153 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateProviderOperation.java @@ -0,0 +1,60 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.iot.model; + +import java.util.HashMap; +import java.util.Map; + +/** + * Certificate Provider Operation + */ +public enum CertificateProviderOperation { + + CreateCertificateFromCsr("CreateCertificateFromCsr"); + + private String value; + + private CertificateProviderOperation(String value) { + this.value = value; + } + + @Override + public String toString() { + return value; + } + + private static final Map+ * The certificate provider summary. + *
+ */ +public class CertificateProviderSummary implements Serializable { + /** + *+ * The name of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ */
+ private String certificateProviderName;
+
+ /**
+ *
+ * The ARN of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: - 2048
+ */
+ private String certificateProviderArn;
+
+ /**
+ *
+ * The name of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ *
+ * @return
+ * The name of the certificate provider. + *
+ */ + public String getCertificateProviderName() { + return certificateProviderName; + } + + /** + *+ * The name of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ *
+ * @param certificateProviderName
+ * The name of the certificate provider. + *
+ */ + public void setCertificateProviderName(String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + } + + /** + *+ * The name of the certificate provider. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ *
+ * @param certificateProviderName
+ * The name of the certificate provider. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public CertificateProviderSummary withCertificateProviderName(String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + return this; + } + + /** + *+ * The ARN of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: - 2048
+ *
+ * @return
+ * The ARN of the certificate provider. + *
+ */ + public String getCertificateProviderArn() { + return certificateProviderArn; + } + + /** + *+ * The ARN of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: - 2048
+ *
+ * @param certificateProviderArn
+ * The ARN of the certificate provider. + *
+ */ + public void setCertificateProviderArn(String certificateProviderArn) { + this.certificateProviderArn = certificateProviderArn; + } + + /** + *+ * The ARN of the certificate provider. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + *
+ * Constraints:
+ * Length: - 2048
+ *
+ * @param certificateProviderArn
+ * The ARN of the certificate provider. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public CertificateProviderSummary withCertificateProviderArn(String certificateProviderArn) { + this.certificateProviderArn = certificateProviderArn; + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getCertificateProviderName() != null) + sb.append("certificateProviderName: " + getCertificateProviderName() + ","); + if (getCertificateProviderArn() != null) + sb.append("certificateProviderArn: " + getCertificateProviderArn()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime + * hashCode + + ((getCertificateProviderName() == null) ? 0 : getCertificateProviderName() + .hashCode()); + hashCode = prime + * hashCode + + ((getCertificateProviderArn() == null) ? 0 : getCertificateProviderArn() + .hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof CertificateProviderSummary == false) + return false; + CertificateProviderSummary other = (CertificateProviderSummary) obj; + + if (other.getCertificateProviderName() == null ^ this.getCertificateProviderName() == null) + return false; + if (other.getCertificateProviderName() != null + && other.getCertificateProviderName().equals(this.getCertificateProviderName()) == false) + return false; + if (other.getCertificateProviderArn() == null ^ this.getCertificateProviderArn() == null) + return false; + if (other.getCertificateProviderArn() != null + && other.getCertificateProviderArn().equals(this.getCertificateProviderArn()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStateException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStateException.java index 8e0db0d0537..d0fceca6789 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStateException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStateException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStatus.java index e3361ffd991..b249986f00f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidationException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidationException.java index 7b02b0b9c7b..b25457456ca 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidationException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidity.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidity.java index 56744e190ac..1f2e90eaf98 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidity.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidity.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerRequest.java index 5d6457d8476..f690aeb68fc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerResult.java index 43bca1b1273..e79b4443df1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchAlarmAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchAlarmAction.java index 8f64a7705c7..a170c138de9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchAlarmAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchAlarmAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchLogsAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchLogsAction.java index 173ceabb28f..e3944e9baca 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchLogsAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchLogsAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchMetricAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchMetricAction.java index 0bb362c807b..7b3cb0c595f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchMetricAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchMetricAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigning.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigning.java index 6d29a53d65b..84830751377 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigning.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigning.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningCertificateChain.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningCertificateChain.java index c8c7f521f12..b167708d4d6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningCertificateChain.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningCertificateChain.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningSignature.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningSignature.java index 39e3ebc8726..a317ab78202 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningSignature.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningSignature.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ComparisonOperator.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ComparisonOperator.java index afda632adef..f51cdeefb82 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ComparisonOperator.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ComparisonOperator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfidenceLevel.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfidenceLevel.java index e953e3038a7..6d69f0ec062 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfidenceLevel.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfidenceLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Configuration.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Configuration.java index 0abaa4b5c61..d11d39327d0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Configuration.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Configuration.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationRequest.java index ffcc53e2c67..1b1e1f1ab1b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationResult.java index 8ccdc34d5c2..9cea15dcbb7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictException.java index b851ab7dce0..65e69f75882 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictingResourceUpdateException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictingResourceUpdateException.java index ae168c9e7f5..09ddd27eb83 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictingResourceUpdateException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictingResourceUpdateException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionRequest.java index 723a3853b6b..1cfa5f2d668 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionResult.java index 88dc3e507e1..5bbf816055e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerRequest.java index 61530c57e1d..6f2d36e984b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerResult.java index 45bf0160516..eb4ed0e6e1d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupRequest.java index f127f9d7297..dc10061e3f7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupResult.java index ab61dd75477..2207152b303 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrRequest.java index 7a8d341affd..50def2f5e4b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -31,8 +31,8 @@ ** The CSR must include a public key that is either an RSA key with a length of - * at least 2048 bits or an ECC key from NIST P-256 or NIST P-384 curves. For - * supported certificates, consult Certificate signing algorithms supported by IoT. *
diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrResult.java index 96b2883d7b9..b462efcb87c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateProviderRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateProviderRequest.java new file mode 100644 index 00000000000..ae4b24be119 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateProviderRequest.java @@ -0,0 +1,543 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.iot.model; + +import java.io.Serializable; + +import com.amazonaws.AmazonWebServiceRequest; + +/** + *+ * Creates an Amazon Web Services IoT Core certificate provider. You can use + * Amazon Web Services IoT Core certificate provider to customize how to sign a + * certificate signing request (CSR) in IoT fleet provisioning. For more + * information, see Customizing certificate signing using Amazon Web Services IoT Core + * certificate provider from Amazon Web Services IoT Core Developer + * Guide. + *
+ *+ * Requires permission to access the CreateCertificateProvider action. + *
+ *
+ * After you create a certificate provider, the behavior of CreateCertificateFromCsr
API for fleet provisioning will
+ * change and all API calls to CreateCertificateFromCsr
will invoke
+ * the certificate provider to create the certificates. It can take up to a few
+ * minutes for this behavior to change after a certificate provider is created.
+ *
+ * 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
+ * .
+ *
+ * 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+ * 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
+ * .
+ *
+ * A list of the operations that the certificate provider will use
+ * to generate certificates. Valid value:
+ * CreateCertificateFromCsr
.
+ *
+ * A list of the operations that the certificate provider will use to
+ * generate certificates. Valid value: CreateCertificateFromCsr
+ * .
+ *
+ * A list of the operations that the certificate provider will
+ * use to generate certificates. Valid value:
+ * CreateCertificateFromCsr
.
+ *
+ * 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
.
+ *
+ * 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
.
+ *
+ * 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.
+ *
+ * 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.
+ *
+ * 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.
+ *
+ * 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+ * 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+ * 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+ * 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+ * The name of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ */
+ private String certificateProviderName;
+
+ /**
+ *
+ * The ARN of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: - 2048
+ */
+ private String certificateProviderArn;
+
+ /**
+ *
+ * The name of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ *
+ * @return
+ * The name of the certificate provider. + *
+ */ + public String getCertificateProviderName() { + return certificateProviderName; + } + + /** + *+ * The name of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ *
+ * @param certificateProviderName
+ * The name of the certificate provider. + *
+ */ + public void setCertificateProviderName(String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + } + + /** + *+ * The name of the certificate provider. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ *
+ * @param certificateProviderName
+ * The name of the certificate provider. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public CreateCertificateProviderResult withCertificateProviderName( + String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + return this; + } + + /** + *+ * The ARN of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: - 2048
+ *
+ * @return
+ * The ARN of the certificate provider. + *
+ */ + public String getCertificateProviderArn() { + return certificateProviderArn; + } + + /** + *+ * The ARN of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: - 2048
+ *
+ * @param certificateProviderArn
+ * The ARN of the certificate provider. + *
+ */ + public void setCertificateProviderArn(String certificateProviderArn) { + this.certificateProviderArn = certificateProviderArn; + } + + /** + *+ * The ARN of the certificate provider. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + *
+ * Constraints:
+ * Length: - 2048
+ *
+ * @param certificateProviderArn
+ * The ARN of the certificate provider. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public CreateCertificateProviderResult withCertificateProviderArn(String certificateProviderArn) { + this.certificateProviderArn = certificateProviderArn; + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getCertificateProviderName() != null) + sb.append("certificateProviderName: " + getCertificateProviderName() + ","); + if (getCertificateProviderArn() != null) + sb.append("certificateProviderArn: " + getCertificateProviderArn()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime + * hashCode + + ((getCertificateProviderName() == null) ? 0 : getCertificateProviderName() + .hashCode()); + hashCode = prime + * hashCode + + ((getCertificateProviderArn() == null) ? 0 : getCertificateProviderArn() + .hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof CreateCertificateProviderResult == false) + return false; + CreateCertificateProviderResult other = (CreateCertificateProviderResult) obj; + + if (other.getCertificateProviderName() == null ^ this.getCertificateProviderName() == null) + return false; + if (other.getCertificateProviderName() != null + && other.getCertificateProviderName().equals(this.getCertificateProviderName()) == false) + return false; + if (other.getCertificateProviderArn() == null ^ this.getCertificateProviderArn() == null) + return false; + if (other.getCertificateProviderArn() != null + && other.getCertificateProviderArn().equals(this.getCertificateProviderArn()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCustomMetricRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCustomMetricRequest.java index 05a1a171a9e..756a6997624 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCustomMetricRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCustomMetricRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCustomMetricResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCustomMetricResult.java index 8e735159554..6f8e1f15412 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCustomMetricResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCustomMetricResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionRequest.java index 078acbe0e8a..da4e5e66e0e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionResult.java index 3b20a390912..7f04dde2bba 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationRequest.java index 424b819dc32..3d194beea1a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -129,6 +129,13 @@ public class CreateDomainConfigurationRequest extends AmazonWebServiceRequest im */ private TlsConfig tlsConfig; + /** + *+ * The server certificate configuration. + *
+ */ + private ServerCertificateConfig serverCertificateConfig; + /** ** The name of the domain configuration. This value must be unique to a @@ -860,6 +867,52 @@ public CreateDomainConfigurationRequest withTlsConfig(TlsConfig tlsConfig) { return this; } + /** + *
+ * The server certificate configuration. + *
+ * + * @return+ * The server certificate configuration. + *
+ */ + public ServerCertificateConfig getServerCertificateConfig() { + return serverCertificateConfig; + } + + /** + *+ * The server certificate configuration. + *
+ * + * @param serverCertificateConfig+ * The server certificate configuration. + *
+ */ + public void setServerCertificateConfig(ServerCertificateConfig serverCertificateConfig) { + this.serverCertificateConfig = serverCertificateConfig; + } + + /** + *+ * The server certificate configuration. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + * + * @param serverCertificateConfig
+ * The server certificate configuration. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public CreateDomainConfigurationRequest withServerCertificateConfig( + ServerCertificateConfig serverCertificateConfig) { + this.serverCertificateConfig = serverCertificateConfig; + return this; + } + /** * Returns a string representation of this object; useful for testing and * debugging. @@ -886,7 +939,9 @@ public String toString() { if (getTags() != null) sb.append("tags: " + getTags() + ","); if (getTlsConfig() != null) - sb.append("tlsConfig: " + getTlsConfig()); + sb.append("tlsConfig: " + getTlsConfig() + ","); + if (getServerCertificateConfig() != null) + sb.append("serverCertificateConfig: " + getServerCertificateConfig()); sb.append("}"); return sb.toString(); } @@ -914,6 +969,10 @@ public int hashCode() { + ((getServiceType() == null) ? 0 : getServiceType().hashCode()); hashCode = prime * hashCode + ((getTags() == null) ? 0 : getTags().hashCode()); hashCode = prime * hashCode + ((getTlsConfig() == null) ? 0 : getTlsConfig().hashCode()); + hashCode = prime + * hashCode + + ((getServerCertificateConfig() == null) ? 0 : getServerCertificateConfig() + .hashCode()); return hashCode; } @@ -968,6 +1027,11 @@ public boolean equals(Object obj) { if (other.getTlsConfig() != null && other.getTlsConfig().equals(this.getTlsConfig()) == false) return false; + if (other.getServerCertificateConfig() == null ^ this.getServerCertificateConfig() == null) + return false; + if (other.getServerCertificateConfig() != null + && other.getServerCertificateConfig().equals(this.getServerCertificateConfig()) == false) + return false; return true; } } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationResult.java index b8b1085fbd0..96a928cdfe1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupRequest.java index cf5c47c87a9..cf05323e0f2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupResult.java index 3321687d932..70d3204aa4f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricRequest.java index d86b612d8b5..80bab016368 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricResult.java index ab3838d2eef..56f8b4bf85f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobRequest.java index 9f1a36aee8a..2d86b20d48c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -168,7 +168,10 @@ public class CreateJobRequest extends AmazonWebServiceRequest implements Seriali * *
- * The namespaceId
feature is in public preview.
+ * The namespaceId
feature is only supported by IoT Greengrass
+ * at this time. For more information, see Setting up IoT Greengrass core devices.
*
@@ -221,11 +224,15 @@ public class CreateJobRequest extends AmazonWebServiceRequest implements Seriali /** *
* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *
*- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *
*/ private java.util.List
- * 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
- * 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.
*
- * 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.
*
- * 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.
*
* 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* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *
*- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *
* * @param destinationPackageVersions* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *
** Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *
*/ public void setDestinationPackageVersions( @@ -1611,11 +1653,15 @@ public void setDestinationPackageVersions( /** ** The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *
*- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *
** Returns a reference to this object so that method calls can be chained @@ -1624,10 +1670,15 @@ public void setDestinationPackageVersions( * @param destinationPackageVersions
* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *
** Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *
* @return A reference to this updated object so that method calls can be * chained together. @@ -1646,11 +1697,15 @@ public CreateJobRequest withDestinationPackageVersions(String... destinationPack /** ** The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *
*- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *
** Returns a reference to this object so that method calls can be chained @@ -1659,10 +1714,15 @@ public CreateJobRequest withDestinationPackageVersions(String... destinationPack * @param destinationPackageVersions
* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *
** Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobResult.java index 8a9ec032020..28830fffa13 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobTemplateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobTemplateRequest.java index e85beaa3d48..b7fb1d1b36b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobTemplateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobTemplateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -51,26 +51,20 @@ public class CreateJobTemplateRequest extends AmazonWebServiceRequest implements /** *
- * An S3 link to the job document to use in the template. Required if you
- * don't specify a value for document
.
+ * An S3 link, or S3 object URL, to the job document. The link is an Amazon
+ * S3 object URL and is required if you don't specify a value for
+ * document
.
*
- * If the job document resides in an S3 bucket, you must use a placeholder
- * link when specifying the document.
+ * For example,
+ * --document-source https://s3.region-code.amazonaws.com/example-firmware/device-firmware.1.0
*
- * The placeholder link is of the following form: + * For more information, see Methods for accessing a bucket. *
*
- * ${aws:iot:s3-presigned-url:https://s3.amazonaws.com/bucket/key}
- *
- * where bucket is your bucket name and key is the object in - * the bucket to which you are linking. - *
- *
* Constraints:
* Length: 1 - 1350
*/
@@ -155,11 +149,15 @@ public class CreateJobTemplateRequest extends AmazonWebServiceRequest implements
/**
*
* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *
*- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *
*/ private java.util.List
- * 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. - *
- *
- * 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. - *
- *
- * 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. *
- ** 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* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *
*- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *
* * @param destinationPackageVersions* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *
** Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *
*/ public void setDestinationPackageVersions( @@ -1023,11 +1000,15 @@ public void setDestinationPackageVersions( /** ** The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *
*- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *
** Returns a reference to this object so that method calls can be chained @@ -1036,10 +1017,15 @@ public void setDestinationPackageVersions( * @param destinationPackageVersions
* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *
** Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *
* @return A reference to this updated object so that method calls can be * chained together. @@ -1059,11 +1045,15 @@ public CreateJobTemplateRequest withDestinationPackageVersions( /** ** The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *
*- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *
** Returns a reference to this object so that method calls can be chained @@ -1072,10 +1062,15 @@ public CreateJobTemplateRequest withDestinationPackageVersions( * @param destinationPackageVersions
* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *
** Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobTemplateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobTemplateResult.java index 71bb75496f4..20e4820314a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobTemplateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobTemplateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateRequest.java index bec5cb6aee8..723eb4620be 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateResult.java index 123bf8968ff..c81b57b7d43 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionRequest.java index f5f1783d931..d6373d88ca2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionResult.java index 6f6826b8221..63d6cf26a4f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateOTAUpdateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateOTAUpdateRequest.java index f3aa872916d..a9d523596ac 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateOTAUpdateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateOTAUpdateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -137,7 +137,8 @@ public class CreateOTAUpdateRequest extends AmazonWebServiceRequest implements S /** *- * A list of additional OTA update parameters which are name-value pairs. + * A list of additional OTA update parameters, which are name-value pairs. + * They won't be sent to devices as a part of the Job document. *
*/ private java.util.Map- * 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- * 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- * A list of additional OTA update parameters which are name-value pairs. + * A list of additional OTA update parameters, which are name-value pairs. + * They won't be sent to devices as a part of the Job document. *
** Returns a reference to this object so that method calls can be chained * together. * * @param additionalParameters
- * A list of additional OTA update parameters which are - * name-value pairs. + * A list of additional OTA update parameters, which are + * name-value pairs. They won't be sent to devices as a part of + * the Job document. *
* @return A reference to this updated object so that method calls can be * chained together. @@ -991,7 +998,8 @@ public CreateOTAUpdateRequest withAdditionalParameters( /** *- * A list of additional OTA update parameters which are name-value pairs. + * A list of additional OTA update parameters, which are name-value pairs. + * They won't be sent to devices as a part of the Job document. *
** The method adds a new key-value pair into additionalParameters parameter, diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateOTAUpdateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateOTAUpdateResult.java index 177dd2a3285..99d17c28b52 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateOTAUpdateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateOTAUpdateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageRequest.java index e6da1101246..ce6b01f1cfd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ public class CreatePackageRequest extends AmazonWebServiceRequest implements Serializable { /** *
- * The name of the new package. + * The name of the new software package. *
*
* Constraints:
@@ -77,7 +77,7 @@ public class CreatePackageRequest extends AmazonWebServiceRequest implements Ser
/**
*
- * The name of the new package. + * The name of the new software package. *
*
* Constraints:
@@ -85,7 +85,7 @@ public class CreatePackageRequest extends AmazonWebServiceRequest implements Ser
* Pattern: [a-zA-Z0-9-_.]+
*
* @return
- * The name of the new package. + * The name of the new software package. *
*/ public String getPackageName() { @@ -94,7 +94,7 @@ public String getPackageName() { /** *- * The name of the new package. + * The name of the new software package. *
*
* Constraints:
@@ -102,7 +102,7 @@ public String getPackageName() {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the new package. + * The name of the new software package. *
*/ public void setPackageName(String packageName) { @@ -111,7 +111,7 @@ public void setPackageName(String packageName) { /** *- * The name of the new package. + * The name of the new software package. *
*
* Returns a reference to this object so that method calls can be chained
@@ -122,7 +122,7 @@ public void setPackageName(String packageName) {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the new package. + * The name of the new software package. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageResult.java index e0aed89cc40..08c31ee8980 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ public class CreatePackageResult implements Serializable { /** *- * The name of the package. + * The name of the software package. *
*
* Constraints:
@@ -49,7 +49,7 @@ public class CreatePackageResult implements Serializable {
/**
*
- * The name of the package. + * The name of the software package. *
*
* Constraints:
@@ -57,7 +57,7 @@ public class CreatePackageResult implements Serializable {
* Pattern: [a-zA-Z0-9-_.]+
*
* @return
- * The name of the package. + * The name of the software package. *
*/ public String getPackageName() { @@ -66,7 +66,7 @@ public String getPackageName() { /** *- * The name of the package. + * The name of the software package. *
*
* Constraints:
@@ -74,7 +74,7 @@ public String getPackageName() {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the package. + * The name of the software package. *
*/ public void setPackageName(String packageName) { @@ -83,7 +83,7 @@ public void setPackageName(String packageName) { /** *- * The name of the package. + * The name of the software package. *
*
* Returns a reference to this object so that method calls can be chained
@@ -94,7 +94,7 @@ public void setPackageName(String packageName) {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the package. + * The name of the software package. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageVersionRequest.java index f25a50f0c93..a4049718a5d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ public class CreatePackageVersionRequest extends AmazonWebServiceRequest implements Serializable { /** *- * The name of the associated package. + * The name of the associated software package. *
*
* Constraints:
@@ -101,7 +101,7 @@ public class CreatePackageVersionRequest extends AmazonWebServiceRequest impleme
/**
*
- * The name of the associated package. + * The name of the associated software package. *
*
* Constraints:
@@ -109,7 +109,7 @@ public class CreatePackageVersionRequest extends AmazonWebServiceRequest impleme
* Pattern: [a-zA-Z0-9-_.]+
*
* @return
- * The name of the associated package. + * The name of the associated software package. *
*/ public String getPackageName() { @@ -118,7 +118,7 @@ public String getPackageName() { /** *- * The name of the associated package. + * The name of the associated software package. *
*
* Constraints:
@@ -126,7 +126,7 @@ public String getPackageName() {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the associated package. + * The name of the associated software package. *
*/ public void setPackageName(String packageName) { @@ -135,7 +135,7 @@ public void setPackageName(String packageName) { /** *- * The name of the associated package. + * The name of the associated software package. *
*
* Returns a reference to this object so that method calls can be chained
@@ -146,7 +146,7 @@ public void setPackageName(String packageName) {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the associated package. + * The name of the associated software package. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageVersionResult.java index cc05b4916f4..d003fbe8d9c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ public class CreatePackageVersionResult implements Serializable { /** *- * The name of the associated package. + * The name of the associated software package. *
*
* Constraints:
@@ -148,7 +148,7 @@ public CreatePackageVersionResult withPackageVersionArn(String packageVersionArn
/**
*
- * The name of the associated package. + * The name of the associated software package. *
*
* Constraints:
@@ -156,7 +156,7 @@ public CreatePackageVersionResult withPackageVersionArn(String packageVersionArn
* Pattern: [a-zA-Z0-9-_.]+
*
* @return
- * The name of the associated package. + * The name of the associated software package. *
*/ public String getPackageName() { @@ -165,7 +165,7 @@ public String getPackageName() { /** *- * The name of the associated package. + * The name of the associated software package. *
*
* Constraints:
@@ -173,7 +173,7 @@ public String getPackageName() {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the associated package. + * The name of the associated software package. *
*/ public void setPackageName(String packageName) { @@ -182,7 +182,7 @@ public void setPackageName(String packageName) { /** *- * The name of the associated package. + * The name of the associated software package. *
*
* Returns a reference to this object so that method calls can be chained
@@ -193,7 +193,7 @@ public void setPackageName(String packageName) {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the associated package. + * The name of the associated software package. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyRequest.java index eb70b7feb34..2fe204732a5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyResult.java index d2ae57ec84e..bbedc763112 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionRequest.java index 24f20159485..80e90d84af4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionResult.java index 19c7f6a3b13..c8ee2a9d919 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimRequest.java index 2f0d04052f3..2bf9f04d371 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimResult.java index 69504a135e8..6f0a28fa341 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateRequest.java index cec109241fe..5c6d64b1e33 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateResult.java index f4b223177ed..2f649e579cb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionRequest.java index bb018371f60..585444efe69 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionResult.java index fe91b0a36be..a0d598533fb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasRequest.java index 32c16d81fc3..ae1e9d596e4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasResult.java index 8aa022592a0..6d407ac85d4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditRequest.java index 7651daeb65f..e9017bc69c9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditResult.java index c2695d85322..c4b192d73e3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateSecurityProfileRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateSecurityProfileRequest.java index 7fddc28f65c..7696597d323 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateSecurityProfileRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateSecurityProfileRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -101,6 +101,13 @@ public class CreateSecurityProfileRequest extends AmazonWebServiceRequest implem */ private java.util.List+ * 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
+ * Specifies the MQTT topic and role ARN required for metric export.
+ *
+ * Specifies the MQTT topic and role ARN required for metric export.
+ *
+ * Specifies the MQTT topic and role ARN required for metric export.
+ *
+ * Specifies the MQTT topic and role ARN required for metric
+ * export.
+ *
+ * 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.
+ *
+ * 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).
+ *
+ * The name of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ */
+ private String certificateProviderName;
+
+ /**
+ *
+ * The name of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ *
+ * @return
+ * The name of the certificate provider. + *
+ */ + public String getCertificateProviderName() { + return certificateProviderName; + } + + /** + *+ * The name of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ *
+ * @param certificateProviderName
+ * The name of the certificate provider. + *
+ */ + public void setCertificateProviderName(String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + } + + /** + *+ * The name of the certificate provider. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ *
+ * @param certificateProviderName
+ * The name of the certificate provider. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DeleteCertificateProviderRequest withCertificateProviderName( + String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getCertificateProviderName() != null) + sb.append("certificateProviderName: " + getCertificateProviderName()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime + * hashCode + + ((getCertificateProviderName() == null) ? 0 : getCertificateProviderName() + .hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof DeleteCertificateProviderRequest == false) + return false; + DeleteCertificateProviderRequest other = (DeleteCertificateProviderRequest) obj; + + if (other.getCertificateProviderName() == null ^ this.getCertificateProviderName() == null) + return false; + if (other.getCertificateProviderName() != null + && other.getCertificateProviderName().equals(this.getCertificateProviderName()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCertificateProviderResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCertificateProviderResult.java new file mode 100644 index 00000000000..0350b7f4d42 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCertificateProviderResult.java @@ -0,0 +1,57 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.iot.model; + +import java.io.Serializable; + +public class DeleteCertificateProviderResult implements Serializable { + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof DeleteCertificateProviderResult == false) + return false; + DeleteCertificateProviderResult other = (DeleteCertificateProviderResult) obj; + + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCertificateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCertificateRequest.java index 79beee873a6..da5ad70b12f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCertificateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteConflictException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteConflictException.java index bf46e8f881f..d1aec2e2132 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteConflictException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteConflictException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricRequest.java index 4d82a01b5dc..6e3b34f09a8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricResult.java index 39648a2c483..385edc693be 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionRequest.java index a325d026912..54f81cb10b9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionResult.java index 503c5b0945a..0e3484bc5f5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationRequest.java index fe9bae34842..d39aa8454d2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationResult.java index 43e430728c0..bfe6f6f923d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupRequest.java index d32bac5123e..051a1a3facf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupResult.java index b9f48777620..9bf4c90854d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteFleetMetricRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteFleetMetricRequest.java index f3437d7bad7..2284d99e06d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteFleetMetricRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteFleetMetricRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteJobExecutionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteJobExecutionRequest.java index 2f1fdca207f..2d971417a49 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteJobExecutionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteJobExecutionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -98,7 +98,10 @@ public class DeleteJobExecutionRequest extends AmazonWebServiceRequest implement * *
- * The namespaceId
feature is in public preview.
+ * The namespaceId
feature is only supported by IoT Greengrass
+ * at this time. For more information, see Setting up IoT Greengrass core devices.
*
@@ -475,7 +478,10 @@ public DeleteJobExecutionRequest withForce(Boolean force) { *
*
- * The namespaceId
feature is in public preview.
+ * The namespaceId
feature is only supported by IoT Greengrass
+ * at this time. For more information, see Setting up IoT Greengrass core devices.
*
@@ -496,7 +502,10 @@ public DeleteJobExecutionRequest withForce(Boolean force) { *
*
- * The namespaceId
feature is in public preview.
+ * The namespaceId
feature is only supported by IoT
+ * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices.
*
- * 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.
*
- * 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.
*
- * 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.
*
- * 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.
*
- * 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.
*
- * The name of the target package. + * The name of the target software package. *
*
* Constraints:
@@ -60,7 +60,7 @@ public class DeletePackageRequest extends AmazonWebServiceRequest implements Ser
/**
*
- * The name of the target package. + * The name of the target software package. *
*
* Constraints:
@@ -68,7 +68,7 @@ public class DeletePackageRequest extends AmazonWebServiceRequest implements Ser
* Pattern: [a-zA-Z0-9-_.]+
*
* @return
- * The name of the target package. + * The name of the target software package. *
*/ public String getPackageName() { @@ -77,7 +77,7 @@ public String getPackageName() { /** *- * The name of the target package. + * The name of the target software package. *
*
* Constraints:
@@ -85,7 +85,7 @@ public String getPackageName() {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the target package. + * The name of the target software package. *
*/ public void setPackageName(String packageName) { @@ -94,7 +94,7 @@ public void setPackageName(String packageName) { /** *- * The name of the target package. + * The name of the target software package. *
*
* Returns a reference to this object so that method calls can be chained
@@ -105,7 +105,7 @@ public void setPackageName(String packageName) {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the target package. + * The name of the target software package. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageResult.java index abfc5d2312f..7255ba8d630 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionRequest.java index 264c2a70ce6..2bd312a8285 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -25,13 +25,14 @@ * ** Note: If a package version is designated as default, you must remove - * the designation from the package using the UpdatePackage action. + * the designation from the software package using the UpdatePackage + * action. *
*/ public class DeletePackageVersionRequest extends AmazonWebServiceRequest implements Serializable { /** *- * The name of the associated package. + * The name of the associated software package. *
*
* Constraints:
@@ -66,7 +67,7 @@ public class DeletePackageVersionRequest extends AmazonWebServiceRequest impleme
/**
*
- * The name of the associated package. + * The name of the associated software package. *
*
* Constraints:
@@ -74,7 +75,7 @@ public class DeletePackageVersionRequest extends AmazonWebServiceRequest impleme
* Pattern: [a-zA-Z0-9-_.]+
*
* @return
- * The name of the associated package. + * The name of the associated software package. *
*/ public String getPackageName() { @@ -83,7 +84,7 @@ public String getPackageName() { /** *- * The name of the associated package. + * The name of the associated software package. *
*
* Constraints:
@@ -91,7 +92,7 @@ public String getPackageName() {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the associated package. + * The name of the associated software package. *
*/ public void setPackageName(String packageName) { @@ -100,7 +101,7 @@ public void setPackageName(String packageName) { /** *- * The name of the associated package. + * The name of the associated software package. *
*
* Returns a reference to this object so that method calls can be chained
@@ -111,7 +112,7 @@ public void setPackageName(String packageName) {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the associated package. + * The name of the associated software package. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionResult.java index cb691c07257..87d8d2e942d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyRequest.java index 87366c43c73..6e438185738 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyVersionRequest.java index 303cfce4472..e13c5c383ea 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateRequest.java index 31f9215fee5..df51cc2792a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateResult.java index 8eaa1f7eecb..68febcc0e0c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionRequest.java index 13600d38591..5d620dd345f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionResult.java index a6caf5fb0cf..8d9a85112ca 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeRequest.java index b9bad90959a..2402a438b2a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeResult.java index 403ebfb6f81..23038b63e5b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasRequest.java index 2f0ddf93a1a..186a818ab27 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasResult.java index a4915d95120..6c0c251367e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditRequest.java index 6c3ecabbe5a..3d058d3ee73 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditResult.java index 6fa6c6bfe7b..22b5ede967b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileRequest.java index d6185ffae0c..83a2d1dc054 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileResult.java index 9357c5f318b..1701fb30821 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamRequest.java index 9e2ab9ca76b..f1f301fb681 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamResult.java index 5e60b44bfb5..1fa72c35186 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupRequest.java index dcbcaca80a0..5781aada519 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupResult.java index 033b6a0f923..6da25e90bb4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingRequest.java index 6539d9d75b5..eb263b4c183 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingResult.java index 6c39fd62c81..ad3f039019f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeRequest.java index 794cfb277f7..b8e1ae8493e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeResult.java index 78655e77c11..b636e0b2c29 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationRequest.java index 095b2a0b42e..24bbaaccdc3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationResult.java index 1550211fa53..b338b32af80 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleRequest.java index f8f70b5ca85..1492eddfd8e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteV2LoggingLevelRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteV2LoggingLevelRequest.java index bbcb9599d3b..86eb3d619ea 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteV2LoggingLevelRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteV2LoggingLevelRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Denied.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Denied.java index 5d8f7e7775a..a1720978856 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Denied.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Denied.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeRequest.java index dea7ba756db..a6c30e5bde6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeResult.java index 81168a32f40..fecf521efd1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationRequest.java index 4d94167b038..38617c5fca7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationResult.java index 82736d2c03b..05b2087ea7f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingRequest.java index 0c83919e970..a3edd9c98f2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingResult.java index 2e02a6ea6d7..e47a412fe0a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskRequest.java index 87abef66548..fb7c7b98ed2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskResult.java index c21630f29ed..6f898efbb2a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionRequest.java index 295774ed696..0dfd62b9d1d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionResult.java index 1d41d3a9b0e..fcce7f84549 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskRequest.java index 32ac833c0ff..fc9e8d43dea 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskResult.java index e9c7965d5ba..7df798ee457 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerRequest.java index 34ea085327b..b129d93fc33 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerResult.java index 334fdd0491e..a8a6e8ab92b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupRequest.java index 8ebb7aa6d1a..d4c152b8b5d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupResult.java index 25ef11c9e21..d9a5584e27b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateRequest.java index f499d6a307e..555af88cded 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateResult.java index ebcc0e40df6..0204295ff78 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateProviderRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateProviderRequest.java new file mode 100644 index 00000000000..65ac2294bea --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateProviderRequest.java @@ -0,0 +1,150 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.iot.model; + +import java.io.Serializable; + +import com.amazonaws.AmazonWebServiceRequest; + +/** + *+ * Describes a certificate provider. + *
+ *+ * Requires permission to access the DescribeCertificateProvider action. + *
+ */ +public class DescribeCertificateProviderRequest extends AmazonWebServiceRequest implements + Serializable { + /** + *+ * The name of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ */
+ private String certificateProviderName;
+
+ /**
+ *
+ * The name of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ *
+ * @return
+ * The name of the certificate provider. + *
+ */ + public String getCertificateProviderName() { + return certificateProviderName; + } + + /** + *+ * The name of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ *
+ * @param certificateProviderName
+ * The name of the certificate provider. + *
+ */ + public void setCertificateProviderName(String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + } + + /** + *+ * The name of the certificate provider. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ *
+ * @param certificateProviderName
+ * The name of the certificate provider. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DescribeCertificateProviderRequest withCertificateProviderName( + String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getCertificateProviderName() != null) + sb.append("certificateProviderName: " + getCertificateProviderName()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime + * hashCode + + ((getCertificateProviderName() == null) ? 0 : getCertificateProviderName() + .hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof DescribeCertificateProviderRequest == false) + return false; + DescribeCertificateProviderRequest other = (DescribeCertificateProviderRequest) obj; + + if (other.getCertificateProviderName() == null ^ this.getCertificateProviderName() == null) + return false; + if (other.getCertificateProviderName() != null + && other.getCertificateProviderName().equals(this.getCertificateProviderName()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateProviderResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateProviderResult.java new file mode 100644 index 00000000000..dda3747e4ca --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateProviderResult.java @@ -0,0 +1,546 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.iot.model; + +import java.io.Serializable; + +public class DescribeCertificateProviderResult implements Serializable { + /** + *+ * The name of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ */
+ private String certificateProviderName;
+
+ /**
+ *
+ * The ARN of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: - 2048
+ */
+ private String certificateProviderArn;
+
+ /**
+ *
+ * The Lambda function ARN that's associated with the certificate provider. + *
+ *
+ * Constraints:
+ * Length: - 2048
+ * Pattern: [\s\S]*
+ */
+ private String lambdaFunctionArn;
+
+ /**
+ *
+ * A list of the operations that the certificate provider will use to
+ * generate certificates. Valid value: CreateCertificateFromCsr
+ * .
+ *
+ * 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
+ * .
+ *
+ * A list of the operations that the certificate provider will use
+ * to generate certificates. Valid value:
+ * CreateCertificateFromCsr
.
+ *
+ * A list of the operations that the certificate provider will use to
+ * generate certificates. Valid value: CreateCertificateFromCsr
+ * .
+ *
+ * A list of the operations that the certificate provider will
+ * use to generate certificates. Valid value:
+ * CreateCertificateFromCsr
.
+ *
+ * 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
.
+ *
+ * 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
.
+ *
+ * The date-time string that indicates when the certificate provider was + * created. + *
+ * + * @return+ * The date-time string that indicates when the certificate provider + * was created. + *
+ */ + public java.util.Date getCreationDate() { + return creationDate; + } + + /** + *+ * The date-time string that indicates when the certificate provider was + * created. + *
+ * + * @param creationDate+ * The date-time string that indicates when the certificate + * provider was created. + *
+ */ + public void setCreationDate(java.util.Date creationDate) { + this.creationDate = creationDate; + } + + /** + *+ * The date-time string that indicates when the certificate provider was + * created. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + * + * @param creationDate
+ * The date-time string that indicates when the certificate + * provider was created. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DescribeCertificateProviderResult withCreationDate(java.util.Date creationDate) { + this.creationDate = creationDate; + return this; + } + + /** + *+ * The date-time string that indicates when the certificate provider was + * last updated. + *
+ * + * @return+ * The date-time string that indicates when the certificate provider + * was last updated. + *
+ */ + public java.util.Date getLastModifiedDate() { + return lastModifiedDate; + } + + /** + *+ * The date-time string that indicates when the certificate provider was + * last updated. + *
+ * + * @param lastModifiedDate+ * The date-time string that indicates when the certificate + * provider was last updated. + *
+ */ + public void setLastModifiedDate(java.util.Date lastModifiedDate) { + this.lastModifiedDate = lastModifiedDate; + } + + /** + *+ * The date-time string that indicates when the certificate provider was + * last updated. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + * + * @param lastModifiedDate
+ * The date-time string that indicates when the certificate + * provider was last updated. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DescribeCertificateProviderResult withLastModifiedDate(java.util.Date lastModifiedDate) { + this.lastModifiedDate = lastModifiedDate; + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getCertificateProviderName() != null) + sb.append("certificateProviderName: " + getCertificateProviderName() + ","); + if (getCertificateProviderArn() != null) + sb.append("certificateProviderArn: " + getCertificateProviderArn() + ","); + if (getLambdaFunctionArn() != null) + sb.append("lambdaFunctionArn: " + getLambdaFunctionArn() + ","); + if (getAccountDefaultForOperations() != null) + sb.append("accountDefaultForOperations: " + getAccountDefaultForOperations() + ","); + if (getCreationDate() != null) + sb.append("creationDate: " + getCreationDate() + ","); + if (getLastModifiedDate() != null) + sb.append("lastModifiedDate: " + getLastModifiedDate()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime + * hashCode + + ((getCertificateProviderName() == null) ? 0 : getCertificateProviderName() + .hashCode()); + hashCode = prime + * hashCode + + ((getCertificateProviderArn() == null) ? 0 : getCertificateProviderArn() + .hashCode()); + hashCode = prime * hashCode + + ((getLambdaFunctionArn() == null) ? 0 : getLambdaFunctionArn().hashCode()); + hashCode = prime + * hashCode + + ((getAccountDefaultForOperations() == null) ? 0 + : getAccountDefaultForOperations().hashCode()); + hashCode = prime * hashCode + + ((getCreationDate() == null) ? 0 : getCreationDate().hashCode()); + hashCode = prime * hashCode + + ((getLastModifiedDate() == null) ? 0 : getLastModifiedDate().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof DescribeCertificateProviderResult == false) + return false; + DescribeCertificateProviderResult other = (DescribeCertificateProviderResult) obj; + + if (other.getCertificateProviderName() == null ^ this.getCertificateProviderName() == null) + return false; + if (other.getCertificateProviderName() != null + && other.getCertificateProviderName().equals(this.getCertificateProviderName()) == false) + return false; + if (other.getCertificateProviderArn() == null ^ this.getCertificateProviderArn() == null) + return false; + if (other.getCertificateProviderArn() != null + && other.getCertificateProviderArn().equals(this.getCertificateProviderArn()) == false) + return false; + if (other.getLambdaFunctionArn() == null ^ this.getLambdaFunctionArn() == null) + return false; + if (other.getLambdaFunctionArn() != null + && other.getLambdaFunctionArn().equals(this.getLambdaFunctionArn()) == false) + return false; + if (other.getAccountDefaultForOperations() == null + ^ this.getAccountDefaultForOperations() == null) + return false; + if (other.getAccountDefaultForOperations() != null + && other.getAccountDefaultForOperations().equals( + this.getAccountDefaultForOperations()) == false) + return false; + if (other.getCreationDate() == null ^ this.getCreationDate() == null) + return false; + if (other.getCreationDate() != null + && other.getCreationDate().equals(this.getCreationDate()) == false) + return false; + if (other.getLastModifiedDate() == null ^ this.getLastModifiedDate() == null) + return false; + if (other.getLastModifiedDate() != null + && other.getLastModifiedDate().equals(this.getLastModifiedDate()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateRequest.java index ac3f0a58aa5..ef2f8396059 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateResult.java index 5a73ba2bd0a..5c47450fef2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricRequest.java index f9b293467c3..596508660e1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricResult.java index 0bfabc28f35..42c9c673880 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerRequest.java index 3d36b138088..cd9c3e30262 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerResult.java index f23fa3590b5..252b03adb71 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskRequest.java index ff28b693f12..d1e71a68cb0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskResult.java index b343f3d06b2..60ad66607d0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionRequest.java index 770504e438e..2ec724dc13f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionResult.java index 1a702c96fb4..dd92ba8701d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationRequest.java index 89137d27c4f..c1492b98648 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationResult.java index 94b79ebf542..cddd0de4b7e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -107,6 +107,13 @@ public class DescribeDomainConfigurationResult implements Serializable { */ private TlsConfig tlsConfig; + /** + *+ * The server certificate configuration. + *
+ */ + private ServerCertificateConfig serverCertificateConfig; + /** ** The name of the domain configuration. @@ -799,6 +806,52 @@ public DescribeDomainConfigurationResult withTlsConfig(TlsConfig tlsConfig) { return this; } + /** + *
+ * The server certificate configuration. + *
+ * + * @return+ * The server certificate configuration. + *
+ */ + public ServerCertificateConfig getServerCertificateConfig() { + return serverCertificateConfig; + } + + /** + *+ * The server certificate configuration. + *
+ * + * @param serverCertificateConfig+ * The server certificate configuration. + *
+ */ + public void setServerCertificateConfig(ServerCertificateConfig serverCertificateConfig) { + this.serverCertificateConfig = serverCertificateConfig; + } + + /** + *+ * The server certificate configuration. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + * + * @param serverCertificateConfig
+ * The server certificate configuration. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DescribeDomainConfigurationResult withServerCertificateConfig( + ServerCertificateConfig serverCertificateConfig) { + this.serverCertificateConfig = serverCertificateConfig; + return this; + } + /** * Returns a string representation of this object; useful for testing and * debugging. @@ -829,7 +882,9 @@ public String toString() { if (getLastStatusChangeDate() != null) sb.append("lastStatusChangeDate: " + getLastStatusChangeDate() + ","); if (getTlsConfig() != null) - sb.append("tlsConfig: " + getTlsConfig()); + sb.append("tlsConfig: " + getTlsConfig() + ","); + if (getServerCertificateConfig() != null) + sb.append("serverCertificateConfig: " + getServerCertificateConfig()); sb.append("}"); return sb.toString(); } @@ -862,6 +917,10 @@ public int hashCode() { hashCode = prime * hashCode + ((getLastStatusChangeDate() == null) ? 0 : getLastStatusChangeDate().hashCode()); hashCode = prime * hashCode + ((getTlsConfig() == null) ? 0 : getTlsConfig().hashCode()); + hashCode = prime + * hashCode + + ((getServerCertificateConfig() == null) ? 0 : getServerCertificateConfig() + .hashCode()); return hashCode; } @@ -927,6 +986,11 @@ public boolean equals(Object obj) { if (other.getTlsConfig() != null && other.getTlsConfig().equals(this.getTlsConfig()) == false) return false; + if (other.getServerCertificateConfig() == null ^ this.getServerCertificateConfig() == null) + return false; + if (other.getServerCertificateConfig() != null + && other.getServerCertificateConfig().equals(this.getServerCertificateConfig()) == false) + return false; return true; } } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeEndpointRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeEndpointRequest.java index 2754d423d03..699986b90fd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeEndpointRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeEndpointRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -21,9 +21,16 @@ /** *- * Returns a unique endpoint specific to the Amazon Web Services account making - * the call. + * Returns or creates a unique endpoint specific to the Amazon Web Services + * account making the call. *
+ *
+ * The first time DescribeEndpoint
is called, an endpoint is
+ * created. All subsequent calls to DescribeEndpoint
return the
+ * same endpoint.
+ *
* Requires permission to access the
* We strongly recommend that customers use the newer
* iot:Data-ATS
endpoint type to avoid issues related to the
- * widespread distrust of Symantec certificate authorities.
+ * widespread distrust of Symantec certificate authorities. ATS Signed
+ * Certificates are more secure and are trusted by most popular browsers.
*
* Constraints:
@@ -114,7 +122,8 @@ public class DescribeEndpointRequest extends AmazonWebServiceRequest implements
*
* We strongly recommend that customers use the newer
* iot:Data-ATS
endpoint type to avoid issues related to the
- * widespread distrust of Symantec certificate authorities.
+ * widespread distrust of Symantec certificate authorities. ATS Signed
+ * Certificates are more secure and are trusted by most popular browsers.
*
* Constraints:
@@ -158,6 +167,8 @@ public class DescribeEndpointRequest extends AmazonWebServiceRequest implements
* We strongly recommend that customers use the newer
* iot:Data-ATS
endpoint type to avoid issues related
* to the widespread distrust of Symantec certificate authorities.
+ * ATS Signed Certificates are more secure and are trusted by most
+ * popular browsers.
*
* 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.
*
* 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.
*
* 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* 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* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *
*- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *
* * @param destinationPackageVersions* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *
** Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *
*/ public void setDestinationPackageVersions( @@ -870,11 +891,15 @@ public void setDestinationPackageVersions( /** ** The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *
*- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *
** Returns a reference to this object so that method calls can be chained @@ -883,10 +908,15 @@ public void setDestinationPackageVersions( * @param destinationPackageVersions
* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *
** Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *
* @return A reference to this updated object so that method calls can be * chained together. @@ -906,11 +936,15 @@ public DescribeJobTemplateResult withDestinationPackageVersions( /** ** The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *
*- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *
** Returns a reference to this object so that method calls can be chained @@ -919,10 +953,15 @@ public DescribeJobTemplateResult withDestinationPackageVersions( * @param destinationPackageVersions
* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *
** Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeManagedJobTemplateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeManagedJobTemplateRequest.java index 7844aa6aca8..bba81dc3c80 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeManagedJobTemplateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeManagedJobTemplateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeManagedJobTemplateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeManagedJobTemplateResult.java index e7b465a6564..d05ef38a23e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeManagedJobTemplateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeManagedJobTemplateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionRequest.java index cb19209be10..0ca1948ce42 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionResult.java index e98cea9719c..efb8efca9cb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateRequest.java index 7ffd205d952..aea301e8d85 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateResult.java index e8817c75390..2dc4115bc6f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionRequest.java index 2a87bb208c4..044fc656d07 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionResult.java index 9e813c16f1d..8afa60bb9c2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasRequest.java index 2409ab6ea05..5104f18c870 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasResult.java index 0bd106f60f3..f286a0c8af7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditRequest.java index 88b679e26fc..e2e8727e11d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditResult.java index 5d03223cc3d..339e5903cfc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileRequest.java index cc3ff3fb64e..4a0e532ca7e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileResult.java index 33a59f58419..f66be1dc526 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -108,6 +108,13 @@ public class DescribeSecurityProfileResult implements Serializable { */ private java.util.Date lastModifiedDate; + /** + *+ * Specifies the MQTT topic and role ARN required for metric export. + *
+ */ + private MetricsExportConfig metricsExportConfig; + /** ** The name of the security profile. @@ -818,6 +825,54 @@ public DescribeSecurityProfileResult withLastModifiedDate(java.util.Date lastMod return this; } + /** + *
+ * Specifies the MQTT topic and role ARN required for metric export. + *
+ * + * @return+ * Specifies the MQTT topic and role ARN required for metric export. + *
+ */ + public MetricsExportConfig getMetricsExportConfig() { + return metricsExportConfig; + } + + /** + *+ * Specifies the MQTT topic and role ARN required for metric export. + *
+ * + * @param metricsExportConfig+ * Specifies the MQTT topic and role ARN required for metric + * export. + *
+ */ + public void setMetricsExportConfig(MetricsExportConfig metricsExportConfig) { + this.metricsExportConfig = metricsExportConfig; + } + + /** + *+ * Specifies the MQTT topic and role ARN required for metric export. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + * + * @param metricsExportConfig
+ * Specifies the MQTT topic and role ARN required for metric + * export. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DescribeSecurityProfileResult withMetricsExportConfig( + MetricsExportConfig metricsExportConfig) { + this.metricsExportConfig = metricsExportConfig; + return this; + } + /** * Returns a string representation of this object; useful for testing and * debugging. @@ -848,7 +903,9 @@ public String toString() { if (getCreationDate() != null) sb.append("creationDate: " + getCreationDate() + ","); if (getLastModifiedDate() != null) - sb.append("lastModifiedDate: " + getLastModifiedDate()); + sb.append("lastModifiedDate: " + getLastModifiedDate() + ","); + if (getMetricsExportConfig() != null) + sb.append("metricsExportConfig: " + getMetricsExportConfig()); sb.append("}"); return sb.toString(); } @@ -882,6 +939,8 @@ public int hashCode() { + ((getCreationDate() == null) ? 0 : getCreationDate().hashCode()); hashCode = prime * hashCode + ((getLastModifiedDate() == null) ? 0 : getLastModifiedDate().hashCode()); + hashCode = prime * hashCode + + ((getMetricsExportConfig() == null) ? 0 : getMetricsExportConfig().hashCode()); return hashCode; } @@ -950,6 +1009,11 @@ public boolean equals(Object obj) { if (other.getLastModifiedDate() != null && other.getLastModifiedDate().equals(this.getLastModifiedDate()) == false) return false; + if (other.getMetricsExportConfig() == null ^ this.getMetricsExportConfig() == null) + return false; + if (other.getMetricsExportConfig() != null + && other.getMetricsExportConfig().equals(this.getMetricsExportConfig()) == false) + return false; return true; } } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamRequest.java index 1b09b89e510..4c91b56ae9a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamResult.java index af064e44677..c750f70ee73 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupRequest.java index c1176e2fc3f..248a834c0a5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupResult.java index 90698f7cac3..e2bbf1cff5d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskRequest.java index 461640d203f..3af73833435 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskResult.java index 93dd162a95f..4ad32e18232 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRequest.java index 15282a9b5a8..b37f38142b3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingResult.java index 1c3f62c1981..02e04ba4a95 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeRequest.java index 65445829691..1c7a8a2eaa2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeResult.java index 3b3c01bf551..ec1292293b0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Destination.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Destination.java index 235418ab62d..3942d45d83f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Destination.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Destination.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPolicyRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPolicyRequest.java index 26a62ec9c62..b8d75fe15bd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPolicyRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPolicyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPrincipalPolicyRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPrincipalPolicyRequest.java index 25ad38a2cae..0ca62f8ade4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPrincipalPolicyRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPrincipalPolicyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileRequest.java index 30e9c3d268f..5d5a884dd7a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileResult.java index 22cf61f19b8..689cb258758 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalRequest.java index 467224e6c77..66323ea8075 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalResult.java index 5340bb40904..262ce7388e5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecution.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecution.java index 793e5bedb9e..fd6963abcd7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecution.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecutionStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecutionStatus.java index e68d8c2ca43..0dc78d540d6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecutionStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecutionStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatistics.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatistics.java index 08ef4ce67f4..16d94f71b3d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatistics.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatistics.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatus.java index 6fae7f3ce40..2414562ca6d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskSummary.java index f645a208fcb..f03a75e9775 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskTarget.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskTarget.java index 999abc131aa..c88ad6ada39 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskTarget.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskTarget.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceCertificateUpdateAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceCertificateUpdateAction.java index 45550dffc3c..82d6ee80b62 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceCertificateUpdateAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceCertificateUpdateAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceDefenderIndexingMode.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceDefenderIndexingMode.java index 40dff65156d..994210258ee 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceDefenderIndexingMode.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceDefenderIndexingMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionType.java index 4d2ec594c85..38155afa8d6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionValueOperator.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionValueOperator.java index 0bb86573819..94afefc7c3c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionValueOperator.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionValueOperator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DisableTopicRuleRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DisableTopicRuleRequest.java index 1358ac0870b..293298c508b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DisableTopicRuleRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DisableTopicRuleRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DocumentParameter.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DocumentParameter.java index eeaf0b61cc3..adfabbb57c7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DocumentParameter.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DocumentParameter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationStatus.java index d1caccaf2c8..40e3516144f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationSummary.java index d761bdb2581..883f20864f2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainType.java index 946abc4f053..8db4889fe9e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamicGroupStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamicGroupStatus.java index e941b902ffd..de42bd5f642 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamicGroupStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamicGroupStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBAction.java index 2c29caa9706..ab4fd13e1f9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBv2Action.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBv2Action.java index 7001cf4a30d..752391bbdc9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBv2Action.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBv2Action.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoKeyType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoKeyType.java index 2a58783febe..d603b5633ee 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoKeyType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoKeyType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EffectivePolicy.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EffectivePolicy.java index 1aa42ec0c67..77254330621 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EffectivePolicy.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EffectivePolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ElasticsearchAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ElasticsearchAction.java index d03f10335f1..8b7e0952191 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ElasticsearchAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ElasticsearchAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableIoTLoggingParams.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableIoTLoggingParams.java index d6db394717c..f0a4492df49 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableIoTLoggingParams.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableIoTLoggingParams.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableTopicRuleRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableTopicRuleRequest.java index 73171d95c19..fbe548ed3f2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableTopicRuleRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableTopicRuleRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ErrorInfo.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ErrorInfo.java index dbe1f652b71..2160f183f1d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ErrorInfo.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ErrorInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExplicitDeny.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExplicitDeny.java index 8f02f6b5cff..5b00c33d301 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExplicitDeny.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExplicitDeny.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExponentialRolloutRate.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExponentialRolloutRate.java index 517be96c5e1..e5909017cbf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExponentialRolloutRate.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExponentialRolloutRate.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Field.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Field.java index e2c88d66b64..5df34b74e6d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Field.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Field.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FieldType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FieldType.java index 8a20328ee0b..ee57a2c609b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FieldType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FieldType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FileLocation.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FileLocation.java index c47d99623ce..7887564f37f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FileLocation.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FileLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FirehoseAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FirehoseAction.java index 29a26e11ebd..80b538a7217 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FirehoseAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FirehoseAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricNameAndArn.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricNameAndArn.java index ab2cd0e9f34..c7a2443668c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricNameAndArn.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricNameAndArn.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricUnit.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricUnit.java index 40e79b04280..97d20f3e48c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricUnit.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricUnit.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GeoLocationTarget.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GeoLocationTarget.java new file mode 100644 index 00000000000..b6f00f2b9ff --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GeoLocationTarget.java @@ -0,0 +1,262 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.iot.model; + +import java.io.Serializable; + +/** + *
+ * A geolocation target that you select to index. Each geolocation target
+ * contains a name
and order
key-value pair that
+ * specifies the geolocation target fields.
+ *
+ * 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.
+ *
+ * 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.
+ *
+ * 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.
+ *
+ * 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.
+ *
+ * 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.
+ *
+ * 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.
+ *
+ * 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
.
+ *
+ * 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
.
+ *
+ * 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
.
+ *
+ * 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
.
+ *
+ * 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
.
+ *
- * The name of the target package. + * The name of the target software package. *
*
* Constraints:
@@ -43,7 +43,7 @@ public class GetPackageRequest extends AmazonWebServiceRequest implements Serial
/**
*
- * The name of the target package. + * The name of the target software package. *
*
* Constraints:
@@ -51,7 +51,7 @@ public class GetPackageRequest extends AmazonWebServiceRequest implements Serial
* Pattern: [a-zA-Z0-9-_.]+
*
* @return
- * The name of the target package. + * The name of the target software package. *
*/ public String getPackageName() { @@ -60,7 +60,7 @@ public String getPackageName() { /** *- * The name of the target package. + * The name of the target software package. *
*
* Constraints:
@@ -68,7 +68,7 @@ public String getPackageName() {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the target package. + * The name of the target software package. *
*/ public void setPackageName(String packageName) { @@ -77,7 +77,7 @@ public void setPackageName(String packageName) { /** *- * The name of the target package. + * The name of the target software package. *
*
* Returns a reference to this object so that method calls can be chained
@@ -88,7 +88,7 @@ public void setPackageName(String packageName) {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the target package. + * The name of the target software package. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageResult.java index 1ed6374c75a..1c5f2c32ac4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ public class GetPackageResult implements Serializable { /** *- * The name of the package. + * The name of the software package. *
*
* Constraints:
@@ -74,7 +74,7 @@ public class GetPackageResult implements Serializable {
/**
*
- * The name of the package. + * The name of the software package. *
*
* Constraints:
@@ -82,7 +82,7 @@ public class GetPackageResult implements Serializable {
* Pattern: [a-zA-Z0-9-_.]+
*
* @return
- * The name of the package. + * The name of the software package. *
*/ public String getPackageName() { @@ -91,7 +91,7 @@ public String getPackageName() { /** *- * The name of the package. + * The name of the software package. *
*
* Constraints:
@@ -99,7 +99,7 @@ public String getPackageName() {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the package. + * The name of the software package. *
*/ public void setPackageName(String packageName) { @@ -108,7 +108,7 @@ public void setPackageName(String packageName) { /** *- * The name of the package. + * The name of the software package. *
*
* Returns a reference to this object so that method calls can be chained
@@ -119,7 +119,7 @@ public void setPackageName(String packageName) {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the package. + * The name of the software package. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionRequest.java index 05b61a47896..d62836e4e63 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionResult.java index 94c6e22c197..02afd07ade4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ public class GetPackageVersionResult implements Serializable { /** *- * The name of the package. + * The name of the software package. *
*
* Constraints:
@@ -163,7 +163,7 @@ public GetPackageVersionResult withPackageVersionArn(String packageVersionArn) {
/**
*
- * The name of the package. + * The name of the software package. *
*
* Constraints:
@@ -171,7 +171,7 @@ public GetPackageVersionResult withPackageVersionArn(String packageVersionArn) {
* Pattern: [a-zA-Z0-9-_.]+
*
* @return
- * The name of the package. + * The name of the software package. *
*/ public String getPackageName() { @@ -180,7 +180,7 @@ public String getPackageName() { /** *- * The name of the package. + * The name of the software package. *
*
* Constraints:
@@ -188,7 +188,7 @@ public String getPackageName() {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the package. + * The name of the software package. *
*/ public void setPackageName(String packageName) { @@ -197,7 +197,7 @@ public void setPackageName(String packageName) { /** *- * The name of the package. + * The name of the software package. *
*
* Returns a reference to this object so that method calls can be chained
@@ -208,7 +208,7 @@ public void setPackageName(String packageName) {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the package. + * The name of the software package. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesRequest.java index 401aeebe2fd..08728d557b6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesResult.java index 0008d615bf1..aa3aa94409e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyRequest.java index 4f8f97d2335..9c348b94345 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyResult.java index b12ab3a3f22..a396fad35e0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionRequest.java index 1c7fdeac7c6..c1786d5b367 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionResult.java index a67808eb594..762796b37da 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeRequest.java index 4da9a7f7d09..cc569052bfe 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -24,6 +24,11 @@ * Gets a registration code used to register a CA certificate with IoT. * *+ * IoT will create a registration code as part of this API call if the + * registration code doesn't exist or has been deleted. If you already have a + * registration code, this API call will return the same registration code. + *
+ ** Requires permission to access the GetRegistrationCode action. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeResult.java index 104ec931a39..16f9941214b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsRequest.java index 48ec873909e..226e0e1e347 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsResult.java index cb112aa275b..3e455697667 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationRequest.java index 22ca441c366..ca451fb1502 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationResult.java index 90cf11951ec..4fb0166d046 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleRequest.java index 6fb73c4eaf1..26b23dd6be8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleResult.java index 21226d79ef0..1d603797ddd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsRequest.java index a4e65d7bdff..52ca4dddc38 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsResult.java index 4f7c929c001..2886f80885e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GroupNameAndArn.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GroupNameAndArn.java index b70a20edd32..961087f7918 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GroupNameAndArn.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GroupNameAndArn.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAction.java index 8a27c250989..fe4dc7f9085 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpActionHeader.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpActionHeader.java index 35bd706fa16..f50fc06a1e8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpActionHeader.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpActionHeader.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAuthorization.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAuthorization.java index d207e274cb0..650323c78bd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAuthorization.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAuthorization.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpContext.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpContext.java index 55fa3a5a011..11146e84237 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpContext.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationConfiguration.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationConfiguration.java index 80644f2f117..632c338a917 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationConfiguration.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationProperties.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationProperties.java index 7c29a63ae8d..cc28efe807b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationProperties.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationSummary.java index f1bc59b0470..00266a8d0df 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ImplicitDeny.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ImplicitDeny.java index 79d16d74711..d6763b51cc5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ImplicitDeny.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ImplicitDeny.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexNotReadyException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexNotReadyException.java index 27e67814df1..659d79b3704 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexNotReadyException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexNotReadyException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexStatus.java index 84f7ea62d4e..d3cae7263f6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexingFilter.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexingFilter.java index 9c8af903be5..cf0b76fbc7e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexingFilter.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexingFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -19,12 +19,35 @@ /** *
- * Provides additional filters for specific data sources. Named shadow is the
- * only data source that currently supports and requires a filter. To add named
- * shadows to your fleet indexing configuration, set
- * namedShadowIndexingMode
to be ON
and specify your
- * shadow names in filter
.
+ * Provides additional selections for named shadows and geolocation data.
*
+ * To add named shadows to your fleet indexing configuration, set
+ * namedShadowIndexingMode
to be ON and specify your shadow names
+ * in namedShadowNames
filter.
+ *
+ * To add geolocation data to your fleet indexing configuration: + *
+ *
+ * If you store geolocation data in a class/unnamed shadow, set
+ * thingIndexingMode
to be REGISTRY_AND_SHADOW
and
+ * specify your geolocation data in geoLocations
filter.
+ *
+ * If you store geolocation data in a named shadow, set
+ * namedShadowIndexingMode
to be ON
, add the shadow
+ * name in namedShadowNames
filter, and specify your geolocation
+ * data in geoLocations
filter. For more information, see Managing fleet indexing.
+ *
+ * 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.
+ *
* The shadow names that you select to index. The default maximum number of
@@ -148,6 +183,120 @@ public IndexingFilter withNamedShadowNames(java.util.Collection
+ * The list of geolocation targets that you select to index. The default
+ * maximum number of geolocation targets for indexing is
+ * The list of geolocation targets that you select to index. The
+ * default maximum number of geolocation targets for indexing is
+ *
+ * The list of geolocation targets that you select to index. The default
+ * maximum number of geolocation targets for indexing is
+ * The list of geolocation targets that you select to index. The
+ * default maximum number of geolocation targets for indexing is
+ *
+ * The list of geolocation targets that you select to index. The default
+ * maximum number of geolocation targets for indexing is
+ * 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
+ *
+ * The list of geolocation targets that you select to index. The default
+ * maximum number of geolocation targets for indexing is
+ * 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.
+ * 1
. To increase the limit, see Amazon Web Services IoT Device Management Quotas in the
+ * Amazon Web Services General Reference.
+ * 1
. To
+ * increase the limit, see Amazon Web Services IoT Device Management Quotas in the Amazon
+ * Web Services General Reference.
+ * 1
. To increase the limit, see Amazon Web Services IoT Device Management Quotas in the
+ * Amazon Web Services General Reference.
+ * 1
. To
+ * increase the limit, see Amazon Web Services IoT Device Management Quotas in the Amazon
+ * Web Services General Reference.
+ * 1
. To increase the limit, see Amazon Web Services IoT Device Management Quotas in the
+ * Amazon Web Services General Reference.
+ * 1
. To
+ * increase the limit, see Amazon Web Services IoT Device Management Quotas in the Amazon
+ * Web Services General Reference.
+ * 1
. To increase the limit, see Amazon Web Services IoT Device Management Quotas in the
+ * Amazon Web Services General Reference.
+ *
- * 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
- * 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.
*
- * 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.
*
- * 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.
*
* 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* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle.The package version must be in either the + * Published or Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *
*- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *
* * @param destinationPackageVersions* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle.The package version must be in + * either the Published or Deprecated state when the job deploys. + * For more information, see Package version lifecycle. *
** Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *
*/ public void setDestinationPackageVersions( @@ -2114,11 +2176,19 @@ public void setDestinationPackageVersions( /** ** The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle.The package version must be in either the + * Published or Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *
*- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *
** Returns a reference to this object so that method calls can be chained @@ -2127,10 +2197,19 @@ public void setDestinationPackageVersions( * @param destinationPackageVersions
* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle.The package version must be in + * either the Published or Deprecated state when the job deploys. + * For more information, see Package version lifecycle. *
** Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *
* @return A reference to this updated object so that method calls can be * chained together. @@ -2149,11 +2228,19 @@ public Job withDestinationPackageVersions(String... destinationPackageVersions) /** ** The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle.The package version must be in either the + * Published or Deprecated state when the job deploys. For more information, + * see Package version lifecycle. *
*- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *
** Returns a reference to this object so that method calls can be chained @@ -2162,10 +2249,19 @@ public Job withDestinationPackageVersions(String... destinationPackageVersions) * @param destinationPackageVersions
* The package version Amazon Resource Names (ARNs) that are * installed on the device when the job successfully completes. + * The package version must be in either the Published or + * Deprecated state when the job deploys. For more information, + * see Package version lifecycle.The package version must be in + * either the Published or Deprecated state when the job deploys. + * For more information, see Package version lifecycle. *
** Note:The following Length Constraints relates to a - * single string. Up to five strings are allowed. + * single ARN. Up to 25 package version ARNs are allowed. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobEndBehavior.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobEndBehavior.java index bbe365e599b..480a250b513 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobEndBehavior.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobEndBehavior.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecution.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecution.java index bffaf991589..2f6a66d5019 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecution.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionFailureType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionFailureType.java index 1cfab1cb726..387ba5b6537 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionFailureType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionFailureType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatus.java index 93e616c38c2..b8c3e6d9091 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatusDetails.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatusDetails.java index 7ca452a6e48..57d96f5aa5d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatusDetails.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatusDetails.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummary.java index 2994b1e9656..5145f12ad80 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForJob.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForJob.java index ab1c6fae2b1..0431a39c5bf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForJob.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForThing.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForThing.java index 5c81ef2c926..997c238249d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForThing.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForThing.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRetryConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRetryConfig.java index affbd978446..7ea9c88fc87 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRetryConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRetryConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRolloutConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRolloutConfig.java index 049201cffe5..d163afe91f3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRolloutConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRolloutConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobProcessDetails.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobProcessDetails.java index 1fcecebf4e6..7915bc3a934 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobProcessDetails.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobProcessDetails.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobStatus.java index bcf7c8128e5..31c0ce50050 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobSummary.java index b184fcf5c09..9c266c3b14d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobTemplateSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobTemplateSummary.java index 9cf5bc579e1..25ba673ca54 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobTemplateSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobTemplateSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KafkaAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KafkaAction.java index d4e1c38c02a..84d9def2990 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KafkaAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KafkaAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -59,6 +59,13 @@ public class KafkaAction implements Serializable { */ private java.util.Map+ * The list of Kafka headers that you specify. + *
+ */ + private java.util.List
* 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+ * The list of Kafka headers that you specify. + *
+ * + * @param headers+ * The list of Kafka headers that you specify. + *
+ */ + public void setHeaders(java.util.Collection+ * 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+ * 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+ * Specifies a Kafka header using key-value pairs when you create a Rule’s Kafka + * Action. You can use these headers to route data from IoT clients to + * downstream Kafka clusters without modifying your message payload. + *
+ *+ * For more information about Rule's Kafka action, see Apache Kafka. + *
+ */ +public class KafkaActionHeader implements Serializable { + /** + *+ * The key of the Kafka header. + *
+ *
+ * Constraints:
+ * Length: 0 - 16384
+ */
+ private String key;
+
+ /**
+ *
+ * The value of the Kafka header. + *
+ *
+ * Constraints:
+ * Length: 0 - 16384
+ */
+ private String value;
+
+ /**
+ *
+ * The key of the Kafka header. + *
+ *
+ * Constraints:
+ * Length: 0 - 16384
+ *
+ * @return
+ * The key of the Kafka header. + *
+ */ + public String getKey() { + return key; + } + + /** + *+ * The key of the Kafka header. + *
+ *
+ * Constraints:
+ * Length: 0 - 16384
+ *
+ * @param key
+ * The key of the Kafka header. + *
+ */ + public void setKey(String key) { + this.key = key; + } + + /** + *+ * The key of the Kafka header. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + *
+ * Constraints:
+ * Length: 0 - 16384
+ *
+ * @param key
+ * The key of the Kafka header. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public KafkaActionHeader withKey(String key) { + this.key = key; + return this; + } + + /** + *+ * The value of the Kafka header. + *
+ *
+ * Constraints:
+ * Length: 0 - 16384
+ *
+ * @return
+ * The value of the Kafka header. + *
+ */ + public String getValue() { + return value; + } + + /** + *+ * The value of the Kafka header. + *
+ *
+ * Constraints:
+ * Length: 0 - 16384
+ *
+ * @param value
+ * The value of the Kafka header. + *
+ */ + public void setValue(String value) { + this.value = value; + } + + /** + *+ * The value of the Kafka header. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + *
+ * Constraints:
+ * Length: 0 - 16384
+ *
+ * @param value
+ * The value of the Kafka header. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public KafkaActionHeader withValue(String value) { + this.value = value; + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getKey() != null) + sb.append("key: " + getKey() + ","); + if (getValue() != null) + sb.append("value: " + getValue()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime * hashCode + ((getKey() == null) ? 0 : getKey().hashCode()); + hashCode = prime * hashCode + ((getValue() == null) ? 0 : getValue().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof KafkaActionHeader == false) + return false; + KafkaActionHeader other = (KafkaActionHeader) obj; + + if (other.getKey() == null ^ this.getKey() == null) + return false; + if (other.getKey() != null && other.getKey().equals(this.getKey()) == false) + return false; + if (other.getValue() == null ^ this.getValue() == null) + return false; + if (other.getValue() != null && other.getValue().equals(this.getValue()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KeyPair.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KeyPair.java index 25fd1103154..52fbca5b5c7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KeyPair.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KeyPair.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KinesisAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KinesisAction.java index 25c1fb13b00..35fda3b3aad 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KinesisAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KinesisAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LambdaAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LambdaAction.java index f38490844a8..a7112fdbdab 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LambdaAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LambdaAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LimitExceededException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LimitExceededException.java index 45716ac2bab..436b2c385b0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LimitExceededException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LimitExceededException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsRequest.java index 6df6523ed38..0cbf86c1674 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsResult.java index b0f0fbf69ad..7ca1b3002ce 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesRequest.java index b18c8d9ee9e..0ee73b16ef5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesResult.java index 31d99ad4b71..4ccd8586bd5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsRequest.java index 7c079242641..41f9fbd7afa 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsResult.java index 2b570d02301..99af114436e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsRequest.java index 797f1b2efcd..7166be01eca 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsResult.java index 87ec8322666..3cab4e19bca 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksRequest.java index f40484ff3a7..b89cc2970c1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksResult.java index 2fac98d0b31..f0a5151445f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsRequest.java index f59695f5185..761f9307cac 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsResult.java index d1cb735df03..3b7e3de1f17 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksRequest.java index cb31dcceee6..510635e63d1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksResult.java index 768b82bd681..5047c09bc24 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersRequest.java index 377edee1462..f2513ca3fe9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersResult.java index 3b13326bb12..1950cf02d7a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsRequest.java index abb15075276..deef67a1727 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsResult.java index 9f3193e815c..a975215a24d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesRequest.java index b826a1219f7..39a80c0b89a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesResult.java index 9a10172e034..bfdbe07e9e6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificateProvidersRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificateProvidersRequest.java new file mode 100644 index 00000000000..f1aaa92176c --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificateProvidersRequest.java @@ -0,0 +1,236 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.iot.model; + +import java.io.Serializable; + +import com.amazonaws.AmazonWebServiceRequest; + +/** + *+ * Lists all your certificate providers in your Amazon Web Services account. + *
+ *+ * Requires permission to access the ListCertificateProviders action. + *
+ */ +public class ListCertificateProvidersRequest extends AmazonWebServiceRequest implements + Serializable { + /** + *
+ * The token for the next set of results, or null
if there are
+ * no more results.
+ *
+ * Constraints:
+ * Length: - 1024
+ * Pattern: [A-Za-z0-9+/]+={0,2}
+ */
+ private String nextToken;
+
+ /**
+ *
+ * Returns the list of certificate providers in ascending alphabetical + * order. + *
+ */ + private Boolean ascendingOrder; + + /** + *
+ * The token for the next set of results, or null
if there are
+ * no more results.
+ *
+ * Constraints:
+ * Length: - 1024
+ * Pattern: [A-Za-z0-9+/]+={0,2}
+ *
+ * @return
+ * The token for the next set of results, or null
if
+ * there are no more results.
+ *
+ * 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.
+ *
+ * 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.
+ *
+ * Returns the list of certificate providers in ascending alphabetical + * order. + *
+ * + * @return+ * Returns the list of certificate providers in ascending + * alphabetical order. + *
+ */ + public Boolean isAscendingOrder() { + return ascendingOrder; + } + + /** + *+ * Returns the list of certificate providers in ascending alphabetical + * order. + *
+ * + * @return+ * Returns the list of certificate providers in ascending + * alphabetical order. + *
+ */ + public Boolean getAscendingOrder() { + return ascendingOrder; + } + + /** + *+ * Returns the list of certificate providers in ascending alphabetical + * order. + *
+ * + * @param ascendingOrder+ * Returns the list of certificate providers in ascending + * alphabetical order. + *
+ */ + public void setAscendingOrder(Boolean ascendingOrder) { + this.ascendingOrder = ascendingOrder; + } + + /** + *+ * Returns the list of certificate providers in ascending alphabetical + * order. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + * + * @param ascendingOrder
+ * Returns the list of certificate providers in ascending + * alphabetical order. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public ListCertificateProvidersRequest withAscendingOrder(Boolean ascendingOrder) { + this.ascendingOrder = ascendingOrder; + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getNextToken() != null) + sb.append("nextToken: " + getNextToken() + ","); + if (getAscendingOrder() != null) + sb.append("ascendingOrder: " + getAscendingOrder()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime * hashCode + ((getNextToken() == null) ? 0 : getNextToken().hashCode()); + hashCode = prime * hashCode + + ((getAscendingOrder() == null) ? 0 : getAscendingOrder().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof ListCertificateProvidersRequest == false) + return false; + ListCertificateProvidersRequest other = (ListCertificateProvidersRequest) obj; + + if (other.getNextToken() == null ^ this.getNextToken() == null) + return false; + if (other.getNextToken() != null + && other.getNextToken().equals(this.getNextToken()) == false) + return false; + if (other.getAscendingOrder() == null ^ this.getAscendingOrder() == null) + return false; + if (other.getAscendingOrder() != null + && other.getAscendingOrder().equals(this.getAscendingOrder()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificateProvidersResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificateProvidersResult.java new file mode 100644 index 00000000000..6e1609710e8 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificateProvidersResult.java @@ -0,0 +1,239 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.iot.model; + +import java.io.Serializable; + +public class ListCertificateProvidersResult implements Serializable { + /** + *+ * The list of certificate providers in your Amazon Web Services account. + *
+ */ + private java.util.List
+ * 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+ * 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+ * 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+ * 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
+ * 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.
+ *
+ * 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.
+ *
+ * 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.
+ *
- * 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.
*
- * 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.
*
- * 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.
*
- * 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.
*
- * 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.
*
- * 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.
*
- * The name of the target package. + * The name of the target software package. *
*
* Constraints:
@@ -72,7 +72,7 @@ public class ListPackageVersionsRequest extends AmazonWebServiceRequest implemen
/**
*
- * The name of the target package. + * The name of the target software package. *
*
* Constraints:
@@ -80,7 +80,7 @@ public class ListPackageVersionsRequest extends AmazonWebServiceRequest implemen
* Pattern: [a-zA-Z0-9-_.]+
*
* @return
- * The name of the target package. + * The name of the target software package. *
*/ public String getPackageName() { @@ -89,7 +89,7 @@ public String getPackageName() { /** *- * The name of the target package. + * The name of the target software package. *
*
* Constraints:
@@ -97,7 +97,7 @@ public String getPackageName() {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the target package. + * The name of the target software package. *
*/ public void setPackageName(String packageName) { @@ -106,7 +106,7 @@ public void setPackageName(String packageName) { /** *- * The name of the target package. + * The name of the target software package. *
*
* Returns a reference to this object so that method calls can be chained
@@ -117,7 +117,7 @@ public void setPackageName(String packageName) {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the target package. + * The name of the target software package. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackageVersionsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackageVersionsResult.java index 0b7e7f2a83e..aa7f8edeef7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackageVersionsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackageVersionsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesRequest.java index ab7420490ca..d30504e1321 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesResult.java index 81a085decc3..88c061bcc86 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesRequest.java index 7d157d2650f..d91303d5aab 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesResult.java index 3c92bc21816..665076d4650 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsRequest.java index 851d8b856db..5268f5c3faf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsResult.java index 8d40b250fac..ba546013f45 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsRequest.java index d0dd9557e97..172c4a7d459 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsResult.java index 82ed301038a..2c97272e7d9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesRequest.java index fedf18810e4..0de70464ea9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesResult.java index 123f51d63ba..c86092bd95e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsRequest.java index 3d737f2e952..2a62dffefc0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsResult.java index 8eb59ca4193..7f12f7e4b4a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsRequest.java index 8f8f348bed9..41be8b5f593 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsResult.java index cfe0e4ec3f0..5f3709c7061 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesRequest.java index e498e538020..10680cdb808 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesResult.java index 045cdaac789..8eac11c5cd3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingRequest.java index 3dc68bd3244..32f7798ed2b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingResult.java index 3b2bc51116c..b0ddaf70ba0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesRequest.java index c369561f7b7..b214aeaa4e7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesResult.java index 6eda74ec96e..0755dcd31e1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsRequest.java index 07db61e10f6..bf6265644c6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsResult.java index 07a805aa8e4..88998a6bcb8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetRequest.java index 916bad1a5f2..fbc5269ce67 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetResult.java index 99d6ac046ea..99e6e176c7c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesRequest.java index af6de93b9a8..6a7b619a782 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesResult.java index 36d31cb10a8..ab97d6907f4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsRequest.java index 78a2ed15e19..6c0dd77b7e9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsResult.java index 69a7ab50283..19dbfd66833 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTagsForResourceRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTagsForResourceRequest.java index 760bd0f99cc..0906667d036 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTagsForResourceRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTagsForResourceRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTagsForResourceResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTagsForResourceResult.java index 1788b32f145..06b0f01fece 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTagsForResourceResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTagsForResourceResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyRequest.java index f27855731b3..670c113b3fe 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyResult.java index 38e82a5bff7..e8ff3f4690a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileRequest.java index 07f595eb42e..1fee562b782 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileResult.java index 9ffdf63cbef..458b643095c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingRequest.java index cd45915bab3..99d40f9d65f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingResult.java index f390f9593d4..600ab6cc357 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsRequest.java index 7d0923499e2..c26fec974af 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsResult.java index 46df30830dd..25a6a9fc13b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsRequest.java index 7ab5d39ca1e..8ab3df5ede8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsResult.java index fb6bec011b8..6e96ba21e11 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsRequest.java index 1c1d404c59a..b737ded0f5b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsResult.java index 5cb5d67be46..2ad300290a0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksRequest.java index 2d5164dbfc3..18da768369c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksResult.java index e7072cecac8..f3a684ec6e4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesRequest.java index 5145ecd8d06..34a8300f54f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesResult.java index a59eaa9fdab..cbf68d71bec 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupRequest.java index 8d5bb203149..6e65812222b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupResult.java index 1fa52dda7c2..cbe91381ab2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupRequest.java index 2f19e42a4b8..8961c2d9644 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupResult.java index 3b62bc92711..ccae3ad7f81 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsRequest.java index d32e88f8d38..fafe74e410d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsResult.java index 65fa5570507..8b1468d6cea 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsRequest.java index 6ced7ce547a..62b84efe2a6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsResult.java index 66fbe5a1211..c2e16d48b05 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesRequest.java index b948ef7455b..6985e8abac4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesResult.java index f1cff585cfb..1fa38f6b1cf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsRequest.java index 587b2f23b6e..62edeb0a02a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsResult.java index b1eebfe121f..b46760a881f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsRequest.java index f58c69d2b0c..2db4edbdd26 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsResult.java index f50d0997a30..242261b3be6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationAction.java index 5d4d5afe174..252c3c6a302 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationTimestamp.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationTimestamp.java index 9d122774a45..1415fe980c0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationTimestamp.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationTimestamp.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogLevel.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogLevel.java index be0ca5d31f9..4f77eed38a8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogLevel.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTarget.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTarget.java index c2debd5523a..37164ade4b7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTarget.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTarget.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetConfiguration.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetConfiguration.java index c29e0c442a8..ec7c4a2830a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetConfiguration.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetType.java index ba666392fc6..e7740cf7c3d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LoggingOptionsPayload.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LoggingOptionsPayload.java index 5d4cb86863c..6bc1da2981b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LoggingOptionsPayload.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LoggingOptionsPayload.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MachineLearningDetectionConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MachineLearningDetectionConfig.java index c3d0444774a..acd07c17854 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MachineLearningDetectionConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MachineLearningDetectionConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MaintenanceWindow.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MaintenanceWindow.java index 950413273f2..a797a7ba5b5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MaintenanceWindow.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MaintenanceWindow.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MalformedPolicyException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MalformedPolicyException.java index 24c77eb9db5..8541748c0c5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MalformedPolicyException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MalformedPolicyException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ManagedJobTemplateSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ManagedJobTemplateSummary.java index 535e6bae233..84f5f05fe69 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ManagedJobTemplateSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ManagedJobTemplateSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MessageFormat.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MessageFormat.java index ccbee0a1d66..42c30a80067 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MessageFormat.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MessageFormat.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDatum.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDatum.java index d13162c2456..78a8e071379 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDatum.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDatum.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDimension.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDimension.java index a82358780c7..b4a0cbda375 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDimension.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricToRetain.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricToRetain.java index 4f66d1ab7e0..7147660b87b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricToRetain.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricToRetain.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -37,6 +37,14 @@ public class MetricToRetain implements Serializable { */ private MetricDimension metricDimension; + /** + *
+ * The value indicates exporting metrics related to the
+ * MetricToRetain
when it's true.
+ *
* 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.
+ *
+ * The value indicates exporting metrics related to the
+ * MetricToRetain
when it's true.
+ *
+ * The value indicates exporting metrics related to the
+ * MetricToRetain
when it's true.
+ *
+ * The value indicates exporting metrics related to the
+ * MetricToRetain
when it's true.
+ *
+ * The value indicates exporting metrics related to the
+ * MetricToRetain
when it's true.
+ *
+ * The value indicates exporting metrics related to the
+ * MetricToRetain
when it's true.
+ *
+ * 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.
+ *
+ * Set configurations for metrics export. + *
+ */ +public class MetricsExportConfig implements Serializable { + /** + *+ * The MQTT topic that Device Defender Detect should publish messages to for + * metrics export. + *
+ *
+ * Constraints:
+ * Length: 1 - 512
+ */
+ private String mqttTopic;
+
+ /**
+ *
+ * This role ARN has permission to publish MQTT messages, after which Device + * Defender Detect can assume the role and publish messages on your behalf. + *
+ *
+ * Constraints:
+ * Length: 20 - 2048
+ */
+ private String roleArn;
+
+ /**
+ *
+ * The MQTT topic that Device Defender Detect should publish messages to for + * metrics export. + *
+ *
+ * Constraints:
+ * Length: 1 - 512
+ *
+ * @return
+ * The MQTT topic that Device Defender Detect should publish + * messages to for metrics export. + *
+ */ + public String getMqttTopic() { + return mqttTopic; + } + + /** + *+ * The MQTT topic that Device Defender Detect should publish messages to for + * metrics export. + *
+ *
+ * Constraints:
+ * Length: 1 - 512
+ *
+ * @param mqttTopic
+ * The MQTT topic that Device Defender Detect should publish + * messages to for metrics export. + *
+ */ + public void setMqttTopic(String mqttTopic) { + this.mqttTopic = mqttTopic; + } + + /** + *+ * The MQTT topic that Device Defender Detect should publish messages to for + * metrics export. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + *
+ * Constraints:
+ * Length: 1 - 512
+ *
+ * @param mqttTopic
+ * The MQTT topic that Device Defender Detect should publish + * messages to for metrics export. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public MetricsExportConfig withMqttTopic(String mqttTopic) { + this.mqttTopic = mqttTopic; + return this; + } + + /** + *+ * This role ARN has permission to publish MQTT messages, after which Device + * Defender Detect can assume the role and publish messages on your behalf. + *
+ *
+ * Constraints:
+ * Length: 20 - 2048
+ *
+ * @return
+ * This role ARN has permission to publish MQTT messages, after + * which Device Defender Detect can assume the role and publish + * messages on your behalf. + *
+ */ + public String getRoleArn() { + return roleArn; + } + + /** + *+ * This role ARN has permission to publish MQTT messages, after which Device + * Defender Detect can assume the role and publish messages on your behalf. + *
+ *
+ * Constraints:
+ * Length: 20 - 2048
+ *
+ * @param roleArn
+ * This role ARN has permission to publish MQTT messages, after + * which Device Defender Detect can assume the role and publish + * messages on your behalf. + *
+ */ + public void setRoleArn(String roleArn) { + this.roleArn = roleArn; + } + + /** + *+ * This role ARN has permission to publish MQTT messages, after which Device + * Defender Detect can assume the role and publish messages on your behalf. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + *
+ * Constraints:
+ * Length: 20 - 2048
+ *
+ * @param roleArn
+ * This role ARN has permission to publish MQTT messages, after + * which Device Defender Detect can assume the role and publish + * messages on your behalf. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public MetricsExportConfig withRoleArn(String roleArn) { + this.roleArn = roleArn; + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getMqttTopic() != null) + sb.append("mqttTopic: " + getMqttTopic() + ","); + if (getRoleArn() != null) + sb.append("roleArn: " + getRoleArn()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime * hashCode + ((getMqttTopic() == null) ? 0 : getMqttTopic().hashCode()); + hashCode = prime * hashCode + ((getRoleArn() == null) ? 0 : getRoleArn().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof MetricsExportConfig == false) + return false; + MetricsExportConfig other = (MetricsExportConfig) obj; + + if (other.getMqttTopic() == null ^ this.getMqttTopic() == null) + return false; + if (other.getMqttTopic() != null + && other.getMqttTopic().equals(this.getMqttTopic()) == false) + return false; + if (other.getRoleArn() == null ^ this.getRoleArn() == null) + return false; + if (other.getRoleArn() != null && other.getRoleArn().equals(this.getRoleArn()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationAction.java index a62e038df05..3d94f400985 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionIdentifier.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionIdentifier.java index 66612e41826..bcd52862f05 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionIdentifier.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionParams.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionParams.java index 8e58b4e9a17..efa8805edd9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionParams.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionParams.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionType.java index 2ae1317dfe8..e0e3ac24280 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ModelStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ModelStatus.java index 6506b5f60ec..fc89d6baf6d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ModelStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ModelStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MqttContext.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MqttContext.java index af235944625..9c49ed8a10e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MqttContext.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MqttContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MqttHeaders.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MqttHeaders.java index 8f7ef47f516..22f64907e9e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MqttHeaders.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MqttHeaders.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NamedShadowIndexingMode.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NamedShadowIndexingMode.java index edec2ee662a..4bb522b7077 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NamedShadowIndexingMode.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NamedShadowIndexingMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NonCompliantResource.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NonCompliantResource.java index 52240a743ef..6fd8a0b9bf0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NonCompliantResource.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NonCompliantResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NotConfiguredException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NotConfiguredException.java index e8ec86d898e..0835af5151b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NotConfiguredException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NotConfiguredException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateFile.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateFile.java index 44be9eaa9ac..4923cf32f75 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateFile.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -64,7 +64,8 @@ public class OTAUpdateFile implements Serializable { /** *- * A list of name/attribute pairs. + * A list of name-attribute pairs. They won't be sent to devices as a part + * of the Job document. *
*/ private java.util.Map- * 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- * 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- * 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- * A list of name/attribute pairs. + * A list of name-attribute pairs. They won't be sent to devices as a part + * of the Job document. *
** The method adds a new key-value pair into attributes parameter, and diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateInfo.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateInfo.java index 32468e31ea6..d5b34d0c107 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateInfo.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateStatus.java index 0e534f0f9a4..b146297ecee 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateSummary.java index b6731873453..000771ca21c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OpenSearchAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OpenSearchAction.java index 2d9cebfd5eb..7f240aefff1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OpenSearchAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OpenSearchAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OutgoingCertificate.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OutgoingCertificate.java index 2875bff428a..efe626ce26c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OutgoingCertificate.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OutgoingCertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageSummary.java index ba1fba7d9ac..59d08867055 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ public class PackageSummary implements Serializable { /** *
- * The name for the target package. + * The name for the target software package. *
*
* Constraints:
@@ -61,7 +61,7 @@ public class PackageSummary implements Serializable {
/**
*
- * The name for the target package. + * The name for the target software package. *
*
* Constraints:
@@ -69,7 +69,7 @@ public class PackageSummary implements Serializable {
* Pattern: [a-zA-Z0-9-_.]+
*
* @return
- * The name for the target package. + * The name for the target software package. *
*/ public String getPackageName() { @@ -78,7 +78,7 @@ public String getPackageName() { /** *- * The name for the target package. + * The name for the target software package. *
*
* Constraints:
@@ -86,7 +86,7 @@ public String getPackageName() {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name for the target package. + * The name for the target software package. *
*/ public void setPackageName(String packageName) { @@ -95,7 +95,7 @@ public void setPackageName(String packageName) { /** *- * The name for the target package. + * The name for the target software package. *
*
* Returns a reference to this object so that method calls can be chained
@@ -106,7 +106,7 @@ public void setPackageName(String packageName) {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name for the target package. + * The name for the target software package. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionAction.java index 9804bc5a4e8..0d18b3fb8f8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionStatus.java index 470e8555cac..950cd116abb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionSummary.java index af64118074d..efc2522640a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PercentPair.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PercentPair.java index 95766f233bb..060fa0f3d1d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PercentPair.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PercentPair.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Policy.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Policy.java index ad8eeaddaff..1084c256aa8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Policy.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Policy.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyTemplateName.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyTemplateName.java index 48e426281eb..6cc827ef077 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyTemplateName.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyTemplateName.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersion.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersion.java index 9ceb9bbd4b4..3bdafc78b38 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersion.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersionIdentifier.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersionIdentifier.java index eb752a0f184..896846173ef 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersionIdentifier.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersionIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PresignedUrlConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PresignedUrlConfig.java index f9555670270..4d9c5b82e66 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PresignedUrlConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PresignedUrlConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Protocol.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Protocol.java index cf5dc11e6cf..192d522433c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Protocol.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Protocol.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningHook.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningHook.java index 578e8fb6615..2572d9a118c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningHook.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningHook.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateSummary.java index 7f4f410e3ce..2c5f03c3254 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateVersionSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateVersionSummary.java index 773a3ef91a2..9bc13bbdc52 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateVersionSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateVersionSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PublishFindingToSnsParams.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PublishFindingToSnsParams.java index dc9c479496f..ac72198a29a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PublishFindingToSnsParams.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PublishFindingToSnsParams.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutAssetPropertyValueEntry.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutAssetPropertyValueEntry.java index a72719becc1..9c8270b9f09 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutAssetPropertyValueEntry.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutAssetPropertyValueEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutItemInput.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutItemInput.java index f79e920ffa5..0d5314c5055 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutItemInput.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutItemInput.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationRequest.java index 44b7d41eca1..e60fc91fded 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationResult.java index d573aa16bd5..afefc83df80 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RateIncreaseCriteria.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RateIncreaseCriteria.java index de96dd435a6..7e98ce749ac 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RateIncreaseCriteria.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RateIncreaseCriteria.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateRequest.java index 69a82f37280..7168c901d5f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateResult.java index d7a2eb7f6a5..55831b4c532 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateRequest.java index 327bea57891..83528ca5dfe 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateResult.java index 7e81557e01d..9ea0da19fdc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCARequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCARequest.java index 88816c380e9..30bd33e92d9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCARequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCARequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCAResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCAResult.java index 75f1d1078e9..7f1243e163c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCAResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCAResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingRequest.java index 2b9dbd105e7..36633392842 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingResult.java index 5fc4bef0a97..640e29046b4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationCodeValidationException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationCodeValidationException.java index 6d8b9189ff1..0e6ae9149c2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationCodeValidationException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationCodeValidationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationConfig.java index 9cf23d26340..4d28f73472d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RejectCertificateTransferRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RejectCertificateTransferRequest.java index 8f71ee5a96a..a180c980c3e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RejectCertificateTransferRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RejectCertificateTransferRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RelatedResource.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RelatedResource.java index 88143631e15..96a5116c546 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RelatedResource.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RelatedResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupRequest.java index 9775383dbb8..361ab261d6b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupResult.java index 87e2abd5ab1..a09e5925f46 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupRequest.java index 2e8b2fd3e73..47b3fa0d977 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupResult.java index 3bc1ca198b1..ed5a3337640 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceDefaultPolicyVersionParams.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceDefaultPolicyVersionParams.java index b8ba94530cc..08c146c442b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceDefaultPolicyVersionParams.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceDefaultPolicyVersionParams.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceTopicRuleRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceTopicRuleRequest.java index 4a445eec7db..2f4e81e7f81 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceTopicRuleRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceTopicRuleRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReportType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReportType.java index 6ee7835cd56..b8dd3afb4af 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReportType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReportType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RepublishAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RepublishAction.java index 5d9a1aedaba..1cc96c60401 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RepublishAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RepublishAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceAlreadyExistsException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceAlreadyExistsException.java index b04819d5521..f5a3515eb2c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceAlreadyExistsException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceAlreadyExistsException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceIdentifier.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceIdentifier.java index 0037ad444e4..c10fe7d8042 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceIdentifier.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceNotFoundException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceNotFoundException.java index 0045cd5ce42..d47c8afad20 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceNotFoundException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceRegistrationFailureException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceRegistrationFailureException.java index 6b3b7c3f38a..b5c5144ef27 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceRegistrationFailureException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceRegistrationFailureException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceType.java index a6657f066c9..2fb3faba340 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryCriteria.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryCriteria.java index d7ebf12b642..b160fed182e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryCriteria.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryCriteria.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryableFailureType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryableFailureType.java index b57041c8614..636d31450ed 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryableFailureType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryableFailureType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RoleAliasDescription.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RoleAliasDescription.java index 01f3fafe029..a7c90ad84ce 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RoleAliasDescription.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RoleAliasDescription.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Action.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Action.java index 5c0680abaa3..7e59116faf5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Action.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Action.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Destination.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Destination.java index f73803a0476..be4fe27a73c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Destination.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Destination.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Location.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Location.java index 473e863b143..8e31be14ccc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Location.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Location.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SalesforceAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SalesforceAction.java index ac53c602ca4..4970c745dec 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SalesforceAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SalesforceAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledAuditMetadata.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledAuditMetadata.java index d8e0a073c32..71b27cf4a08 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledAuditMetadata.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledAuditMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledJobRollout.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledJobRollout.java index 2e09bd5d71b..6e58f470243 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledJobRollout.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledJobRollout.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SchedulingConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SchedulingConfig.java index be7b44bdf4d..02c2d1282f7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SchedulingConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SchedulingConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -35,6 +35,12 @@ public class SchedulingConfig implements Serializable { *startTime
is YYYY-MM-DD for the date and HH:MM for the time.
*
*
+ * For more information on the syntax for startTime
when using
+ * an API command or the Command Line Interface, see Timestamp.
+ *
* Constraints:
* Length: 1 - 64
*/
@@ -52,6 +58,12 @@ public class SchedulingConfig implements Serializable {
* YYYY-MM-DD for the date and HH:MM for the time.
*
+ * For more information on the syntax for endTime
when using an
+ * API command or the Command Line Interface, see Timestamp.
+ *
* Constraints:
* Length: 1 - 64
*/
@@ -88,6 +100,12 @@ public class SchedulingConfig implements Serializable {
* startTime
is YYYY-MM-DD for the date and HH:MM for the time.
*
+ * For more information on the syntax for startTime
when using
+ * an API command or the Command Line Interface, see Timestamp.
+ *
* Constraints:
* Length: 1 - 64
*
@@ -99,6 +117,13 @@ public class SchedulingConfig implements Serializable {
* time format for the startTime
is YYYY-MM-DD for the
* date and HH:MM for the time.
*
+ * For more information on the syntax for startTime
+ * when using an API command or the Command Line Interface, see Timestamp.
+ *
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.
+ *
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.
+ *
+ * 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.
+ *
+ * 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.
+ *
+ * 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.
+ *
- * 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
.
*
- * 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
+ * .
*
- * 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
+ * .
*
+ * The server certificate configuration. + *
+ */ +public class ServerCertificateConfig implements Serializable { + /** + *+ * A Boolean value that indicates whether Online Certificate Status Protocol + * (OCSP) server certificate check is enabled or not. + *
+ *+ * For more information, see Configuring OCSP server-certificate stapling in domain configuration + * from Amazon Web Services IoT Core Developer Guide. + *
+ */ + private Boolean enableOCSPCheck; + + /** + *+ * A Boolean value that indicates whether Online Certificate Status Protocol + * (OCSP) server certificate check is enabled or not. + *
+ *+ * For more information, see Configuring OCSP server-certificate stapling in domain configuration + * from Amazon Web Services IoT Core Developer Guide. + *
+ * + * @return+ * A Boolean value that indicates whether Online Certificate Status + * Protocol (OCSP) server certificate check is enabled or not. + *
+ *+ * For more information, see Configuring OCSP server-certificate stapling in domain + * configuration from Amazon Web Services IoT Core Developer + * Guide. + *
+ */ + public Boolean isEnableOCSPCheck() { + return enableOCSPCheck; + } + + /** + *+ * A Boolean value that indicates whether Online Certificate Status Protocol + * (OCSP) server certificate check is enabled or not. + *
+ *+ * For more information, see Configuring OCSP server-certificate stapling in domain configuration + * from Amazon Web Services IoT Core Developer Guide. + *
+ * + * @return+ * A Boolean value that indicates whether Online Certificate Status + * Protocol (OCSP) server certificate check is enabled or not. + *
+ *+ * For more information, see Configuring OCSP server-certificate stapling in domain + * configuration from Amazon Web Services IoT Core Developer + * Guide. + *
+ */ + public Boolean getEnableOCSPCheck() { + return enableOCSPCheck; + } + + /** + *+ * A Boolean value that indicates whether Online Certificate Status Protocol + * (OCSP) server certificate check is enabled or not. + *
+ *+ * For more information, see Configuring OCSP server-certificate stapling in domain configuration + * from Amazon Web Services IoT Core Developer Guide. + *
+ * + * @param enableOCSPCheck+ * A Boolean value that indicates whether Online Certificate + * Status Protocol (OCSP) server certificate check is enabled or + * not. + *
+ *+ * For more information, see Configuring OCSP server-certificate stapling in domain + * configuration from Amazon Web Services IoT Core Developer + * Guide. + *
+ */ + public void setEnableOCSPCheck(Boolean enableOCSPCheck) { + this.enableOCSPCheck = enableOCSPCheck; + } + + /** + *+ * A Boolean value that indicates whether Online Certificate Status Protocol + * (OCSP) server certificate check is enabled or not. + *
+ *+ * For more information, see Configuring OCSP server-certificate stapling in domain configuration + * from Amazon Web Services IoT Core Developer Guide. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + * + * @param enableOCSPCheck
+ * A Boolean value that indicates whether Online Certificate + * Status Protocol (OCSP) server certificate check is enabled or + * not. + *
+ *+ * For more information, see Configuring OCSP server-certificate stapling in domain + * configuration from Amazon Web Services IoT Core Developer + * Guide. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public ServerCertificateConfig withEnableOCSPCheck(Boolean enableOCSPCheck) { + this.enableOCSPCheck = enableOCSPCheck; + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getEnableOCSPCheck() != null) + sb.append("enableOCSPCheck: " + getEnableOCSPCheck()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime * hashCode + + ((getEnableOCSPCheck() == null) ? 0 : getEnableOCSPCheck().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof ServerCertificateConfig == false) + return false; + ServerCertificateConfig other = (ServerCertificateConfig) obj; + + if (other.getEnableOCSPCheck() == null ^ this.getEnableOCSPCheck() == null) + return false; + if (other.getEnableOCSPCheck() != null + && other.getEnableOCSPCheck().equals(this.getEnableOCSPCheck()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateStatus.java index 682a470c622..7c6aad5e01c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateSummary.java index c7a0c98fc1d..2c08dd55774 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceQuotaExceededException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceQuotaExceededException.java index 837d2524613..08b49924ffa 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceQuotaExceededException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceQuotaExceededException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceType.java index 073736dc47b..044debd083f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceUnavailableException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceUnavailableException.java index 44646e28b04..3e74a82ebd3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceUnavailableException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceUnavailableException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerRequest.java index 51ad616ac1e..4463bc39115 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerResult.java index 4be330db1e1..b2a9b41de36 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultPolicyVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultPolicyVersionRequest.java index 2d33a2d9b5d..5c16588e3c7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultPolicyVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultPolicyVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetLoggingOptionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetLoggingOptionsRequest.java index 73fb5273cf8..a1b987441b0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetLoggingOptionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetLoggingOptionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingLevelRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingLevelRequest.java index 40508f804f8..d60fb01d58e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingLevelRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingLevelRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingOptionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingOptionsRequest.java index ee3668e9b61..decdc3d985c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingOptionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingOptionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigV4Authorization.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigV4Authorization.java index b714f8dda89..7ecd23d43c9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigV4Authorization.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigV4Authorization.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigningProfileParameter.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigningProfileParameter.java index fead89e4cb7..e75fe162c63 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigningProfileParameter.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigningProfileParameter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SnsAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SnsAction.java index 4fd8d711d28..ae14cdc2650 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SnsAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SnsAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqlParseException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqlParseException.java index 2b948e39673..8e7873e3fec 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqlParseException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqlParseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqsAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqsAction.java index 1ac8dc6cd4b..1edc8d0a64b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqsAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqsAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskRequest.java index b3b6efcf7a7..9420243f854 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskResult.java index bb73e14ac00..5ceda151a92 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskRequest.java index d4f71e8c4d2..a1a17dd9d76 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskResult.java index 9a0b078dfb6..2eb0b0aa207 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskRequest.java index ae15b00d9db..501cf340f89 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskResult.java index 70a97ba9554..e7e4953c711 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartSigningJobParameter.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartSigningJobParameter.java index 49a54c29472..5eba40c4551 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartSigningJobParameter.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartSigningJobParameter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskRequest.java index 1081379f376..d9e43597bc4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskResult.java index bb67f3cc3b1..f87b497de54 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StatisticalThreshold.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StatisticalThreshold.java index 74bef6ff0c5..fcd5684af6e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StatisticalThreshold.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StatisticalThreshold.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Statistics.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Statistics.java index db3137093f9..ddb8d119039 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Statistics.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Statistics.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Status.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Status.java index 143617488ef..2ee28e224f4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Status.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Status.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StepFunctionsAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StepFunctionsAction.java index 28699619d19..d15bb39db7c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StepFunctionsAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StepFunctionsAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskRequest.java index 8172e16b3ad..26ea7d976d4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskResult.java index 13a5c6f2837..55b88662c4c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Stream.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Stream.java index 9e533df64f7..77092eb07d2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Stream.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Stream.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamFile.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamFile.java index ce8f4c1cdad..241745b8126 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamFile.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamInfo.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamInfo.java index aead3431450..b1227185c5b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamInfo.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamSummary.java index 68970942b94..000a1a13e89 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Tag.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Tag.java index 2e858eb08c0..2180d070f6f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Tag.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Tag.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TagResourceRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TagResourceRequest.java index 7e1053fc261..19faefc9eef 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TagResourceRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TagResourceRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TagResourceResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TagResourceResult.java index 32cb10ef7e8..ec4ec914b77 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TagResourceResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TagResourceResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TargetFieldOrder.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TargetFieldOrder.java new file mode 100644 index 00000000000..f8581a0c4d8 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TargetFieldOrder.java @@ -0,0 +1,62 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.iot.model; + +import java.util.HashMap; +import java.util.Map; + +/** + * Target Field Order + */ +public enum TargetFieldOrder { + + LatLon("LatLon"), + LonLat("LonLat"); + + private String value; + + private TargetFieldOrder(String value) { + this.value = value; + } + + @Override + public String toString() { + return value; + } + + private static final Map+ * You can't modify managed fields by updating fleet indexing configuration. + *
+ *+ * You can't modify managed fields by updating fleet indexing configuration. + *
+ ** 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. + *
+ *+ * You can't modify managed fields by updating fleet indexing configuration. + *
+ *
* Contains fields that are indexed and whose types are already
@@ -196,6 +217,12 @@ public java.util.List
+ * You can't modify managed fields by updating fleet indexing + * configuration. + *
+ *+ * 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
+ * You can't modify managed fields by updating fleet indexing + * configuration. + *
+ *+ * 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. + *
+ ** 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. + *
+ *
- * 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.
+ *
* 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. *
+ ** 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. + *
+ ** 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. *
+ ** 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. + *
+ ** 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. + *
+ ** 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. *
+ *
- * 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.
*
- * 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.
*
- * 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.
+ *
- * 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.
+ *
- * 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.
+ *
+ * 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
+ * .
+ *
+ * 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
+ * .
+ *
+ * A list of the operations that the certificate provider will use
+ * to generate certificates. Valid value:
+ * CreateCertificateFromCsr
.
+ *
+ * A list of the operations that the certificate provider will use to
+ * generate certificates. Valid value: CreateCertificateFromCsr
+ * .
+ *
+ * A list of the operations that the certificate provider will
+ * use to generate certificates. Valid value:
+ * CreateCertificateFromCsr
.
+ *
+ * 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
.
+ *
+ * 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
.
+ *
+ * The name of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ */
+ private String certificateProviderName;
+
+ /**
+ *
+ * The ARN of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: - 2048
+ */
+ private String certificateProviderArn;
+
+ /**
+ *
+ * The name of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ *
+ * @return
+ * The name of the certificate provider. + *
+ */ + public String getCertificateProviderName() { + return certificateProviderName; + } + + /** + *+ * The name of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ *
+ * @param certificateProviderName
+ * The name of the certificate provider. + *
+ */ + public void setCertificateProviderName(String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + } + + /** + *+ * The name of the certificate provider. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ *
+ * @param certificateProviderName
+ * The name of the certificate provider. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public UpdateCertificateProviderResult withCertificateProviderName( + String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + return this; + } + + /** + *+ * The ARN of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: - 2048
+ *
+ * @return
+ * The ARN of the certificate provider. + *
+ */ + public String getCertificateProviderArn() { + return certificateProviderArn; + } + + /** + *+ * The ARN of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: - 2048
+ *
+ * @param certificateProviderArn
+ * The ARN of the certificate provider. + *
+ */ + public void setCertificateProviderArn(String certificateProviderArn) { + this.certificateProviderArn = certificateProviderArn; + } + + /** + *+ * The ARN of the certificate provider. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + *
+ * Constraints:
+ * Length: - 2048
+ *
+ * @param certificateProviderArn
+ * The ARN of the certificate provider. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public UpdateCertificateProviderResult withCertificateProviderArn(String certificateProviderArn) { + this.certificateProviderArn = certificateProviderArn; + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getCertificateProviderName() != null) + sb.append("certificateProviderName: " + getCertificateProviderName() + ","); + if (getCertificateProviderArn() != null) + sb.append("certificateProviderArn: " + getCertificateProviderArn()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime + * hashCode + + ((getCertificateProviderName() == null) ? 0 : getCertificateProviderName() + .hashCode()); + hashCode = prime + * hashCode + + ((getCertificateProviderArn() == null) ? 0 : getCertificateProviderArn() + .hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof UpdateCertificateProviderResult == false) + return false; + UpdateCertificateProviderResult other = (UpdateCertificateProviderResult) obj; + + if (other.getCertificateProviderName() == null ^ this.getCertificateProviderName() == null) + return false; + if (other.getCertificateProviderName() != null + && other.getCertificateProviderName().equals(this.getCertificateProviderName()) == false) + return false; + if (other.getCertificateProviderArn() == null ^ this.getCertificateProviderArn() == null) + return false; + if (other.getCertificateProviderArn() != null + && other.getCertificateProviderArn().equals(this.getCertificateProviderArn()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCertificateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCertificateRequest.java index c166653b13a..f051b77d429 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCertificateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricRequest.java index 080a4a12731..b277309f92c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricResult.java index b6f567e8624..de7ab74db90 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDeviceCertificateParams.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDeviceCertificateParams.java index 0fe1fcc200f..721f23acd5d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDeviceCertificateParams.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDeviceCertificateParams.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionRequest.java index c344996cf42..05e30f4a6f0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionResult.java index cb2cca3f741..082a32eb95e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationRequest.java index 1192b06c173..3b58d81d7e7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -74,6 +74,13 @@ public class UpdateDomainConfigurationRequest extends AmazonWebServiceRequest im */ private TlsConfig tlsConfig; + /** + *+ * The server certificate configuration. + *
+ */ + private ServerCertificateConfig serverCertificateConfig; + /** ** The name of the domain configuration to be updated. @@ -386,6 +393,52 @@ public UpdateDomainConfigurationRequest withTlsConfig(TlsConfig tlsConfig) { return this; } + /** + *
+ * The server certificate configuration. + *
+ * + * @return+ * The server certificate configuration. + *
+ */ + public ServerCertificateConfig getServerCertificateConfig() { + return serverCertificateConfig; + } + + /** + *+ * The server certificate configuration. + *
+ * + * @param serverCertificateConfig+ * The server certificate configuration. + *
+ */ + public void setServerCertificateConfig(ServerCertificateConfig serverCertificateConfig) { + this.serverCertificateConfig = serverCertificateConfig; + } + + /** + *+ * The server certificate configuration. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + * + * @param serverCertificateConfig
+ * The server certificate configuration. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public UpdateDomainConfigurationRequest withServerCertificateConfig( + ServerCertificateConfig serverCertificateConfig) { + this.serverCertificateConfig = serverCertificateConfig; + return this; + } + /** * Returns a string representation of this object; useful for testing and * debugging. @@ -406,7 +459,9 @@ public String toString() { if (getRemoveAuthorizerConfig() != null) sb.append("removeAuthorizerConfig: " + getRemoveAuthorizerConfig() + ","); if (getTlsConfig() != null) - sb.append("tlsConfig: " + getTlsConfig()); + sb.append("tlsConfig: " + getTlsConfig() + ","); + if (getServerCertificateConfig() != null) + sb.append("serverCertificateConfig: " + getServerCertificateConfig()); sb.append("}"); return sb.toString(); } @@ -431,6 +486,10 @@ public int hashCode() { + ((getRemoveAuthorizerConfig() == null) ? 0 : getRemoveAuthorizerConfig() .hashCode()); hashCode = prime * hashCode + ((getTlsConfig() == null) ? 0 : getTlsConfig().hashCode()); + hashCode = prime + * hashCode + + ((getServerCertificateConfig() == null) ? 0 : getServerCertificateConfig() + .hashCode()); return hashCode; } @@ -471,6 +530,11 @@ public boolean equals(Object obj) { if (other.getTlsConfig() != null && other.getTlsConfig().equals(this.getTlsConfig()) == false) return false; + if (other.getServerCertificateConfig() == null ^ this.getServerCertificateConfig() == null) + return false; + if (other.getServerCertificateConfig() != null + && other.getServerCertificateConfig().equals(this.getServerCertificateConfig()) == false) + return false; return true; } } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationResult.java index 1847f370360..7fc0b59cc0f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupRequest.java index be51ab59a20..b50cc5557db 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupResult.java index 33bbff259d3..c076fe7863b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsRequest.java index 5557a058bab..0cb43079cc3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsResult.java index 8084870aba2..398b1318cea 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateFleetMetricRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateFleetMetricRequest.java index c8552e42f79..b74f8a9d278 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateFleetMetricRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateFleetMetricRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationRequest.java index 8833e8b03e9..af7c50d9d11 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationResult.java index cf9560f21f2..46628b4e37a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateJobRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateJobRequest.java index 25c3d83776d..e4bd62979ab 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateJobRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -98,7 +98,10 @@ public class UpdateJobRequest extends AmazonWebServiceRequest implements Seriali * *
- * The namespaceId
feature is in public preview.
+ * The namespaceId
feature is only supported by IoT Greengrass
+ * at this time. For more information, see Setting up IoT Greengrass core devices.
*
@@ -449,7 +452,10 @@ public UpdateJobRequest withTimeoutConfig(TimeoutConfig timeoutConfig) { *
*
- * The namespaceId
feature is in public preview.
+ * The namespaceId
feature is only supported by IoT Greengrass
+ * at this time. For more information, see Setting up IoT Greengrass core devices.
*
@@ -470,7 +476,10 @@ public UpdateJobRequest withTimeoutConfig(TimeoutConfig timeoutConfig) { *
*
- * The namespaceId
feature is in public preview.
+ * The namespaceId
feature is only supported by IoT
+ * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices.
*
- * 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.
*
- * 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.
*
- * Updates the package configuration. + * Updates the software package configuration. *
** Requires permission to access the - * Updates the supported fields for a specific package. + * Updates the supported fields for a specific software package. *
** Requires permission to access the - * The name of the target package. + * The name of the target software package. *
*
* Constraints:
@@ -99,7 +99,7 @@ public class UpdatePackageRequest extends AmazonWebServiceRequest implements Ser
/**
*
- * The name of the target package. + * The name of the target software package. *
*
* Constraints:
@@ -107,7 +107,7 @@ public class UpdatePackageRequest extends AmazonWebServiceRequest implements Ser
* Pattern: [a-zA-Z0-9-_.]+
*
* @return
- * The name of the target package. + * The name of the target software package. *
*/ public String getPackageName() { @@ -116,7 +116,7 @@ public String getPackageName() { /** *- * The name of the target package. + * The name of the target software package. *
*
* Constraints:
@@ -124,7 +124,7 @@ public String getPackageName() {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the target package. + * The name of the target software package. *
*/ public void setPackageName(String packageName) { @@ -133,7 +133,7 @@ public void setPackageName(String packageName) { /** *- * The name of the target package. + * The name of the target software package. *
*
* Returns a reference to this object so that method calls can be chained
@@ -144,7 +144,7 @@ public void setPackageName(String packageName) {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the target package. + * The name of the target software package. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageResult.java index 5c3a6ec3b82..62cf3e1055c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageVersionRequest.java index d5ea55804cb..6d532b80b4f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -68,8 +68,8 @@ public class UpdatePackageVersionRequest extends AmazonWebServiceRequest impleme /** ** Metadata that can be used to define a package version’s configuration. - * For example, the S3 file location, configuration options that are being - * sent to the device or fleet. + * For example, the Amazon S3 file location, configuration options that are + * being sent to the device or fleet. *
** Note: Attributes can be updated only when the package version is @@ -282,8 +282,8 @@ public UpdatePackageVersionRequest withDescription(String description) { /** *
* Metadata that can be used to define a package version’s configuration. - * For example, the S3 file location, configuration options that are being - * sent to the device or fleet. + * For example, the Amazon S3 file location, configuration options that are + * being sent to the device or fleet. *
** Note: Attributes can be updated only when the package version is @@ -296,8 +296,8 @@ public UpdatePackageVersionRequest withDescription(String description) { * * @return
* Metadata that can be used to define a package version’s - * configuration. For example, the S3 file location, configuration - * options that are being sent to the device or fleet. + * configuration. For example, the Amazon S3 file location, + * configuration options that are being sent to the device or fleet. *
*
* Note: Attributes can be updated only when the package
@@ -315,8 +315,8 @@ public java.util.Map
* 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
* 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.
*
* 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
* 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.
*
* Metadata that can be used to define a package version’s configuration.
- * For example, the S3 file location, configuration options that are being
- * sent to the device or fleet.
+ * For example, the Amazon S3 file location, configuration options that are
+ * being sent to the device or fleet.
*
* Note: Attributes can be updated only when the package version is
diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageVersionResult.java
index b7b66308423..67389c025c9 100644
--- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageVersionResult.java
+++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageVersionResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateRequest.java
index ecb534bbd64..0769b48b58f 100644
--- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateRequest.java
+++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateResult.java
index f3c1b59d506..69f2b6600ba 100644
--- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateResult.java
+++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasRequest.java
index 5c0ec0c14e9..6c7eed7bc74 100644
--- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasRequest.java
+++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasResult.java
index 8e47d38ee7f..282f9e817a1 100644
--- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasResult.java
+++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditRequest.java
index 1589d031154..c8f23b42a31 100644
--- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditRequest.java
+++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditResult.java
index 44285c593ee..6d806d56da4 100644
--- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditResult.java
+++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateSecurityProfileRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateSecurityProfileRequest.java
index f5cee9928a3..a0a19559184 100644
--- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateSecurityProfileRequest.java
+++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateSecurityProfileRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
@@ -129,6 +129,20 @@ public class UpdateSecurityProfileRequest extends AmazonWebServiceRequest implem
*/
private Long expectedVersion;
+ /**
+ *
+ * Specifies the MQTT topic and role ARN required for metric export.
+ *
+ * Set the value as true to delete metrics export related configurations.
+ *
* 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.
+ *
+ * Specifies the MQTT topic and role ARN required for metric export.
+ *
+ * Specifies the MQTT topic and role ARN required for metric export.
+ *
+ * Specifies the MQTT topic and role ARN required for metric
+ * export.
+ *
+ * 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.
+ *
+ * Set the value as true to delete metrics export related configurations.
+ *
+ * Set the value as true to delete metrics export related
+ * configurations.
+ *
+ * Set the value as true to delete metrics export related configurations.
+ *
+ * Set the value as true to delete metrics export related
+ * configurations.
+ *
+ * Set the value as true to delete metrics export related configurations.
+ *
+ * Set the value as true to delete metrics export related
+ * configurations.
+ *
+ * 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.
+ *
+ * Specifies the MQTT topic and role ARN required for metric export.
+ *
* 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.
+ *
+ * Specifies the MQTT topic and role ARN required for metric export.
+ *
+ * Specifies the MQTT topic and role ARN required for metric export.
+ *
+ * Specifies the MQTT topic and role ARN required for metric
+ * export.
+ *
+ * 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.
+ *