diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/AWSIot.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/AWSIot.java
index 0b816e24e8..02cb90581c 100644
--- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/AWSIot.java
+++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/AWSIot.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
@@ -751,8 +751,8 @@ CreateBillingGroupResult createBillingGroup(CreateBillingGroupRequest createBill
*
* The CSR must include a public key that is either an RSA key with a length
- * of at least 2048 bits or an ECC key from NIST P-256 or NIST P-384 curves.
- * For supported certificates, consult Certificate signing algorithms supported by IoT.
*
+ * 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 89d3a28ac2..c024bcbce4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorCriteria.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorCriteria.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorCriteriaType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorCriteriaType.java index d7a6bee0d7..9c2bea273b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorCriteriaType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorCriteriaType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorModelTrainingSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorModelTrainingSummary.java index ab4995d2d9..cafc5603fa 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorModelTrainingSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BehaviorModelTrainingSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupMetadata.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupMetadata.java index 2e84eaf4e1..b3fae363de 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupMetadata.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupProperties.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupProperties.java index 2feb91e9f4..9916e84f6a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupProperties.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BillingGroupProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Bucket.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Bucket.java index 8bd2bfdd16..c31b765332 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Bucket.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Bucket.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BucketsAggregationType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BucketsAggregationType.java index 788e9f4abf..07797e9843 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BucketsAggregationType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/BucketsAggregationType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificate.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificate.java index 97bc23a9d7..2e175136ae 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificate.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateDescription.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateDescription.java index f6b34ea5f9..9771e96f13 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateDescription.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateDescription.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateStatus.java index b5f3abd1bd..4010e3201a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateUpdateAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateUpdateAction.java index 97245afd1b..ea305d277c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateUpdateAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CACertificateUpdateAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskRequest.java index 82860d70f5..6f2530322e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskResult.java index 20b92cf35a..b0df2861bf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditMitigationActionsTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskRequest.java index 2374a2a20b..95c7516a70 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskResult.java index 19cd7d1c89..60fd5a85b5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelAuditTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelCertificateTransferRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelCertificateTransferRequest.java index e19c0ad331..4c6a9eec21 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelCertificateTransferRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelCertificateTransferRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskRequest.java index c9817662e5..3fa9876715 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskResult.java index 0088188410..7688900e23 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelDetectMitigationActionsTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobExecutionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobExecutionRequest.java index 022910dba0..10132be23a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobExecutionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobExecutionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobRequest.java index 7bd0d9d8d3..0059c2a3c6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobResult.java index 28d855a2e5..d457a91732 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CancelJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CannedAccessControlList.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CannedAccessControlList.java index 024b262f73..6538cd60c4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CannedAccessControlList.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CannedAccessControlList.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Certificate.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Certificate.java index b553eb1144..fab12c7319 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Certificate.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Certificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateConflictException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateConflictException.java index 0eb88bdeb5..b85da766f9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateConflictException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateConflictException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateDescription.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateDescription.java index 573db911f2..6fbfcacc18 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateDescription.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateDescription.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateMode.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateMode.java index a9d27b3cde..b03dd9660b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateMode.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateProviderOperation.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateProviderOperation.java new file mode 100644 index 0000000000..9c2eca8f15 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateProviderOperation.java @@ -0,0 +1,60 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.iot.model; + +import java.util.HashMap; +import java.util.Map; + +/** + * Certificate Provider Operation + */ +public enum CertificateProviderOperation { + + CreateCertificateFromCsr("CreateCertificateFromCsr"); + + private String value; + + private CertificateProviderOperation(String value) { + this.value = value; + } + + @Override + public String toString() { + return value; + } + + private static final Map+ * The certificate provider summary. + *
+ */ +public class CertificateProviderSummary implements Serializable { + /** + *+ * The name of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ */
+ private String certificateProviderName;
+
+ /**
+ *
+ * The ARN of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: - 2048
+ */
+ private String certificateProviderArn;
+
+ /**
+ *
+ * The name of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ *
+ * @return
+ * The name of the certificate provider. + *
+ */ + public String getCertificateProviderName() { + return certificateProviderName; + } + + /** + *+ * The name of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ *
+ * @param certificateProviderName
+ * The name of the certificate provider. + *
+ */ + public void setCertificateProviderName(String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + } + + /** + *+ * The name of the certificate provider. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ *
+ * @param certificateProviderName
+ * The name of the certificate provider. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public CertificateProviderSummary withCertificateProviderName(String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + return this; + } + + /** + *+ * The ARN of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: - 2048
+ *
+ * @return
+ * The ARN of the certificate provider. + *
+ */ + public String getCertificateProviderArn() { + return certificateProviderArn; + } + + /** + *+ * The ARN of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: - 2048
+ *
+ * @param certificateProviderArn
+ * The ARN of the certificate provider. + *
+ */ + public void setCertificateProviderArn(String certificateProviderArn) { + this.certificateProviderArn = certificateProviderArn; + } + + /** + *+ * The ARN of the certificate provider. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + *
+ * Constraints:
+ * Length: - 2048
+ *
+ * @param certificateProviderArn
+ * The ARN of the certificate provider. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public CertificateProviderSummary withCertificateProviderArn(String certificateProviderArn) { + this.certificateProviderArn = certificateProviderArn; + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getCertificateProviderName() != null) + sb.append("certificateProviderName: " + getCertificateProviderName() + ","); + if (getCertificateProviderArn() != null) + sb.append("certificateProviderArn: " + getCertificateProviderArn()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime + * hashCode + + ((getCertificateProviderName() == null) ? 0 : getCertificateProviderName() + .hashCode()); + hashCode = prime + * hashCode + + ((getCertificateProviderArn() == null) ? 0 : getCertificateProviderArn() + .hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof CertificateProviderSummary == false) + return false; + CertificateProviderSummary other = (CertificateProviderSummary) obj; + + if (other.getCertificateProviderName() == null ^ this.getCertificateProviderName() == null) + return false; + if (other.getCertificateProviderName() != null + && other.getCertificateProviderName().equals(this.getCertificateProviderName()) == false) + return false; + if (other.getCertificateProviderArn() == null ^ this.getCertificateProviderArn() == null) + return false; + if (other.getCertificateProviderArn() != null + && other.getCertificateProviderArn().equals(this.getCertificateProviderArn()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStateException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStateException.java index 8e0db0d053..d0fceca678 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStateException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStateException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStatus.java index e3361ffd99..b249986f00 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidationException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidationException.java index 7b02b0b9c7..b25457456c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidationException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidity.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidity.java index 56744e190a..1f2e90eaf9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidity.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CertificateValidity.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerRequest.java index 5d6457d847..f690aeb68f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerResult.java index 43bca1b127..e79b4443df 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ClearDefaultAuthorizerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchAlarmAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchAlarmAction.java index 8f64a7705c..a170c138de 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchAlarmAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchAlarmAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchLogsAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchLogsAction.java index 173ceabb28..e3944e9bac 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchLogsAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchLogsAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchMetricAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchMetricAction.java index 0bb362c807..7b3cb0c595 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchMetricAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CloudwatchMetricAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigning.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigning.java index 6d29a53d65..8483075137 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigning.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigning.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningCertificateChain.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningCertificateChain.java index c8c7f521f1..b167708d4d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningCertificateChain.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningCertificateChain.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningSignature.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningSignature.java index 39e3ebc872..a317ab7820 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningSignature.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CodeSigningSignature.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ComparisonOperator.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ComparisonOperator.java index afda632ade..f51cdeefb8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ComparisonOperator.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ComparisonOperator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfidenceLevel.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfidenceLevel.java index e953e3038a..6d69f0ec06 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfidenceLevel.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfidenceLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Configuration.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Configuration.java index 0abaa4b5c6..d11d39327d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Configuration.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Configuration.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationRequest.java index ffcc53e2c6..1b1e1f1ab1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationResult.java index 8ccdc34d5c..9cea15dcbb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConfirmTopicRuleDestinationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictException.java index b851ab7dce..65e69f7588 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictingResourceUpdateException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictingResourceUpdateException.java index ae168c9e7f..09ddd27eb8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictingResourceUpdateException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ConflictingResourceUpdateException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionRequest.java index 723a3853b6..1cfa5f2d66 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionResult.java index 88dc3e507e..5bbf816055 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuditSuppressionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerRequest.java index 61530c57e1..6f2d36e984 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerResult.java index 45bf016051..eb4ed0e6e1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateAuthorizerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupRequest.java index f127f9d729..dc10061e3f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupResult.java index ab61dd7547..2207152b30 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateBillingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrRequest.java index 7a8d341aff..50def2f5e4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -31,8 +31,8 @@ ** The CSR must include a public key that is either an RSA key with a length of - * at least 2048 bits or an ECC key from NIST P-256 or NIST P-384 curves. For - * supported certificates, consult Certificate signing algorithms supported by IoT. *
diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrResult.java index 96b2883d7b..b462efcb87 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateFromCsrResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateProviderRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateProviderRequest.java new file mode 100644 index 0000000000..ae4b24be11 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCertificateProviderRequest.java @@ -0,0 +1,543 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.iot.model; + +import java.io.Serializable; + +import com.amazonaws.AmazonWebServiceRequest; + +/** + *+ * Creates an Amazon Web Services IoT Core certificate provider. You can use + * Amazon Web Services IoT Core certificate provider to customize how to sign a + * certificate signing request (CSR) in IoT fleet provisioning. For more + * information, see Customizing certificate signing using Amazon Web Services IoT Core + * certificate provider from Amazon Web Services IoT Core Developer + * Guide. + *
+ *+ * Requires permission to access the CreateCertificateProvider action. + *
+ *
+ * After you create a certificate provider, the behavior of CreateCertificateFromCsr
API for fleet provisioning will
+ * change and all API calls to CreateCertificateFromCsr
will invoke
+ * the certificate provider to create the certificates. It can take up to a few
+ * minutes for this behavior to change after a certificate provider is created.
+ *
+ * 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 05a1a171a9..756a699762 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCustomMetricRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCustomMetricRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCustomMetricResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCustomMetricResult.java index 8e73515955..6f8e1f1541 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCustomMetricResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateCustomMetricResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionRequest.java index 078acbe0e8..da4e5e66e0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionResult.java index 3b20a39091..7f04dde2bb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDimensionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationRequest.java index 424b819dc3..3d194beea1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -129,6 +129,13 @@ public class CreateDomainConfigurationRequest extends AmazonWebServiceRequest im */ private TlsConfig tlsConfig; + /** + *+ * The server certificate configuration. + *
+ */ + private ServerCertificateConfig serverCertificateConfig; + /** ** The name of the domain configuration. This value must be unique to a @@ -860,6 +867,52 @@ public CreateDomainConfigurationRequest withTlsConfig(TlsConfig tlsConfig) { return this; } + /** + *
+ * The server certificate configuration. + *
+ * + * @return+ * The server certificate configuration. + *
+ */ + public ServerCertificateConfig getServerCertificateConfig() { + return serverCertificateConfig; + } + + /** + *+ * The server certificate configuration. + *
+ * + * @param serverCertificateConfig+ * The server certificate configuration. + *
+ */ + public void setServerCertificateConfig(ServerCertificateConfig serverCertificateConfig) { + this.serverCertificateConfig = serverCertificateConfig; + } + + /** + *+ * The server certificate configuration. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + * + * @param serverCertificateConfig
+ * The server certificate configuration. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public CreateDomainConfigurationRequest withServerCertificateConfig( + ServerCertificateConfig serverCertificateConfig) { + this.serverCertificateConfig = serverCertificateConfig; + return this; + } + /** * Returns a string representation of this object; useful for testing and * debugging. @@ -886,7 +939,9 @@ public String toString() { if (getTags() != null) sb.append("tags: " + getTags() + ","); if (getTlsConfig() != null) - sb.append("tlsConfig: " + getTlsConfig()); + sb.append("tlsConfig: " + getTlsConfig() + ","); + if (getServerCertificateConfig() != null) + sb.append("serverCertificateConfig: " + getServerCertificateConfig()); sb.append("}"); return sb.toString(); } @@ -914,6 +969,10 @@ public int hashCode() { + ((getServiceType() == null) ? 0 : getServiceType().hashCode()); hashCode = prime * hashCode + ((getTags() == null) ? 0 : getTags().hashCode()); hashCode = prime * hashCode + ((getTlsConfig() == null) ? 0 : getTlsConfig().hashCode()); + hashCode = prime + * hashCode + + ((getServerCertificateConfig() == null) ? 0 : getServerCertificateConfig() + .hashCode()); return hashCode; } @@ -968,6 +1027,11 @@ public boolean equals(Object obj) { if (other.getTlsConfig() != null && other.getTlsConfig().equals(this.getTlsConfig()) == false) return false; + if (other.getServerCertificateConfig() == null ^ this.getServerCertificateConfig() == null) + return false; + if (other.getServerCertificateConfig() != null + && other.getServerCertificateConfig().equals(this.getServerCertificateConfig()) == false) + return false; return true; } } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationResult.java index b8b1085fbd..96a928cdfe 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDomainConfigurationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupRequest.java index cf5c47c87a..cf05323e0f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupResult.java index 3321687d93..70d3204aa4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateDynamicThingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricRequest.java index d86b612d8b..80bab01636 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricResult.java index ab3838d2ee..56f8b4bf85 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateFleetMetricResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobRequest.java index 9f1a36aee8..2d86b20d48 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -168,7 +168,10 @@ public class CreateJobRequest extends AmazonWebServiceRequest implements Seriali * *
- * The namespaceId
feature is in public preview.
+ * The namespaceId
feature is only supported by IoT Greengrass
+ * at this time. For more information, see Setting up IoT Greengrass core devices.
*
@@ -221,11 +224,15 @@ public class CreateJobRequest extends AmazonWebServiceRequest implements Seriali /** *
* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *
*- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *
*/ private java.util.List
- * 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 8a9ec03202..28830fffa1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobTemplateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobTemplateRequest.java index e85beaa3d4..b7fb1d1b36 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobTemplateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobTemplateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -51,26 +51,20 @@ public class CreateJobTemplateRequest extends AmazonWebServiceRequest implements /** *
- * An S3 link to the job document to use in the template. Required if you
- * don't specify a value for document
.
+ * An S3 link, or S3 object URL, to the job document. The link is an Amazon
+ * S3 object URL and is required if you don't specify a value for
+ * document
.
*
- * If the job document resides in an S3 bucket, you must use a placeholder
- * link when specifying the document.
+ * For example,
+ * --document-source https://s3.region-code.amazonaws.com/example-firmware/device-firmware.1.0
*
- * The placeholder link is of the following form: + * For more information, see Methods for accessing a bucket. *
*
- * ${aws:iot:s3-presigned-url:https://s3.amazonaws.com/bucket/key}
- *
- * where bucket is your bucket name and key is the object in - * the bucket to which you are linking. - *
- *
* Constraints:
* Length: 1 - 1350
*/
@@ -155,11 +149,15 @@ public class CreateJobTemplateRequest extends AmazonWebServiceRequest implements
/**
*
* The package version Amazon Resource Names (ARNs) that are installed on - * the device when the job successfully completes. + * the device when the job successfully completes. The package version must + * be in either the Published or Deprecated state when the job deploys. For + * more information, see Package version lifecycle. *
*- * Note:The following Length Constraints relates to a single string. - * Up to five strings are allowed. + * Note:The following Length Constraints relates to a single ARN. Up + * to 25 package version ARNs are allowed. *
*/ private java.util.List
- * 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 71bb75496f..20e4820314 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobTemplateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateJobTemplateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateRequest.java index bec5cb6aee..723eb4620b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateResult.java index 123bf8968f..c81b57b7d4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateKeysAndCertificateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionRequest.java index f5f1783d93..d6373d88ca 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionResult.java index 6f6826b822..63d6cf26a4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateMitigationActionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateOTAUpdateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateOTAUpdateRequest.java index f3aa872916..a9d523596a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateOTAUpdateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateOTAUpdateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -137,7 +137,8 @@ public class CreateOTAUpdateRequest extends AmazonWebServiceRequest implements S /** *- * A list of additional OTA update parameters which are name-value pairs. + * A list of additional OTA update parameters, which are name-value pairs. + * They won't be sent to devices as a part of the Job document. *
*/ private java.util.Map- * 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 177dd2a328..99d17c28b5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateOTAUpdateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateOTAUpdateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageRequest.java index e6da110124..ce6b01f1cf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ public class CreatePackageRequest extends AmazonWebServiceRequest implements Serializable { /** *
- * The name of the new package. + * The name of the new software package. *
*
* Constraints:
@@ -77,7 +77,7 @@ public class CreatePackageRequest extends AmazonWebServiceRequest implements Ser
/**
*
- * The name of the new package. + * The name of the new software package. *
*
* Constraints:
@@ -85,7 +85,7 @@ public class CreatePackageRequest extends AmazonWebServiceRequest implements Ser
* Pattern: [a-zA-Z0-9-_.]+
*
* @return
- * The name of the new package. + * The name of the new software package. *
*/ public String getPackageName() { @@ -94,7 +94,7 @@ public String getPackageName() { /** *- * The name of the new package. + * The name of the new software package. *
*
* Constraints:
@@ -102,7 +102,7 @@ public String getPackageName() {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the new package. + * The name of the new software package. *
*/ public void setPackageName(String packageName) { @@ -111,7 +111,7 @@ public void setPackageName(String packageName) { /** *- * The name of the new package. + * The name of the new software package. *
*
* Returns a reference to this object so that method calls can be chained
@@ -122,7 +122,7 @@ public void setPackageName(String packageName) {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the new package. + * The name of the new software package. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageResult.java index e0aed89cc4..08c31ee898 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ public class CreatePackageResult implements Serializable { /** *- * The name of the package. + * The name of the software package. *
*
* Constraints:
@@ -49,7 +49,7 @@ public class CreatePackageResult implements Serializable {
/**
*
- * The name of the package. + * The name of the software package. *
*
* Constraints:
@@ -57,7 +57,7 @@ public class CreatePackageResult implements Serializable {
* Pattern: [a-zA-Z0-9-_.]+
*
* @return
- * The name of the package. + * The name of the software package. *
*/ public String getPackageName() { @@ -66,7 +66,7 @@ public String getPackageName() { /** *- * The name of the package. + * The name of the software package. *
*
* Constraints:
@@ -74,7 +74,7 @@ public String getPackageName() {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the package. + * The name of the software package. *
*/ public void setPackageName(String packageName) { @@ -83,7 +83,7 @@ public void setPackageName(String packageName) { /** *- * The name of the package. + * The name of the software package. *
*
* Returns a reference to this object so that method calls can be chained
@@ -94,7 +94,7 @@ public void setPackageName(String packageName) {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the package. + * The name of the software package. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageVersionRequest.java index f25a50f0c9..a4049718a5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ public class CreatePackageVersionRequest extends AmazonWebServiceRequest implements Serializable { /** *- * The name of the associated package. + * The name of the associated software package. *
*
* Constraints:
@@ -101,7 +101,7 @@ public class CreatePackageVersionRequest extends AmazonWebServiceRequest impleme
/**
*
- * The name of the associated package. + * The name of the associated software package. *
*
* Constraints:
@@ -109,7 +109,7 @@ public class CreatePackageVersionRequest extends AmazonWebServiceRequest impleme
* Pattern: [a-zA-Z0-9-_.]+
*
* @return
- * The name of the associated package. + * The name of the associated software package. *
*/ public String getPackageName() { @@ -118,7 +118,7 @@ public String getPackageName() { /** *- * The name of the associated package. + * The name of the associated software package. *
*
* Constraints:
@@ -126,7 +126,7 @@ public String getPackageName() {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the associated package. + * The name of the associated software package. *
*/ public void setPackageName(String packageName) { @@ -135,7 +135,7 @@ public void setPackageName(String packageName) { /** *- * The name of the associated package. + * The name of the associated software package. *
*
* Returns a reference to this object so that method calls can be chained
@@ -146,7 +146,7 @@ public void setPackageName(String packageName) {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the associated package. + * The name of the associated software package. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageVersionResult.java index cc05b4916f..d003fbe8d9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePackageVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ public class CreatePackageVersionResult implements Serializable { /** *- * The name of the associated package. + * The name of the associated software package. *
*
* Constraints:
@@ -148,7 +148,7 @@ public CreatePackageVersionResult withPackageVersionArn(String packageVersionArn
/**
*
- * The name of the associated package. + * The name of the associated software package. *
*
* Constraints:
@@ -156,7 +156,7 @@ public CreatePackageVersionResult withPackageVersionArn(String packageVersionArn
* Pattern: [a-zA-Z0-9-_.]+
*
* @return
- * The name of the associated package. + * The name of the associated software package. *
*/ public String getPackageName() { @@ -165,7 +165,7 @@ public String getPackageName() { /** *- * The name of the associated package. + * The name of the associated software package. *
*
* Constraints:
@@ -173,7 +173,7 @@ public String getPackageName() {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the associated package. + * The name of the associated software package. *
*/ public void setPackageName(String packageName) { @@ -182,7 +182,7 @@ public void setPackageName(String packageName) { /** *- * The name of the associated package. + * The name of the associated software package. *
*
* Returns a reference to this object so that method calls can be chained
@@ -193,7 +193,7 @@ public void setPackageName(String packageName) {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the associated package. + * The name of the associated software package. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyRequest.java index eb70b7feb3..2fe204732a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyResult.java index d2ae57ec84..bbedc76311 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionRequest.java index 24f2015948..80e90d84af 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionResult.java index 19c7f6a3b1..c8ee2a9d91 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreatePolicyVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimRequest.java index 2f0d04052f..2bf9f04d37 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimResult.java index 69504a135e..6f0a28fa34 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningClaimResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateRequest.java index cec109241f..5c6d64b1e3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateResult.java index f4b223177e..2f649e579c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionRequest.java index bb018371f6..585444efe6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionResult.java index fe91b0a36b..a0d598533f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateProvisioningTemplateVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasRequest.java index 32c16d81fc..ae1e9d596e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasResult.java index 8aa022592a..6d407ac85d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditRequest.java index 7651daeb65..e9017bc69c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditResult.java index c2695d8532..c4b192d73e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateScheduledAuditResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateSecurityProfileRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateSecurityProfileRequest.java index 7fddc28f65..7696597d32 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateSecurityProfileRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateSecurityProfileRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -101,6 +101,13 @@ public class CreateSecurityProfileRequest extends AmazonWebServiceRequest implem */ private java.util.List+ * 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 0000000000..0350b7f4d4 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCertificateProviderResult.java @@ -0,0 +1,57 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.iot.model; + +import java.io.Serializable; + +public class DeleteCertificateProviderResult implements Serializable { + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof DeleteCertificateProviderResult == false) + return false; + DeleteCertificateProviderResult other = (DeleteCertificateProviderResult) obj; + + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCertificateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCertificateRequest.java index 79beee873a..da5ad70b12 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCertificateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteConflictException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteConflictException.java index bf46e8f881..d1aec2e213 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteConflictException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteConflictException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricRequest.java index 4d82a01b5d..6e3b34f09a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricResult.java index 39648a2c48..385edc693b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteCustomMetricResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionRequest.java index a325d02691..54f81cb10b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionResult.java index 503c5b0945..0e3484bc5f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDimensionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationRequest.java index fe9bae3484..d39aa8454d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationResult.java index 43e430728c..bfe6f6f923 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDomainConfigurationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupRequest.java index d32bac5123..051a1a3fac 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupResult.java index b9f4877762..9bf4c90854 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteDynamicThingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteFleetMetricRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteFleetMetricRequest.java index f3437d7bad..2284d99e06 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteFleetMetricRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteFleetMetricRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteJobExecutionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteJobExecutionRequest.java index 2f1fdca207..2d971417a4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteJobExecutionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteJobExecutionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -98,7 +98,10 @@ public class DeleteJobExecutionRequest extends AmazonWebServiceRequest implement * *
- * The namespaceId
feature is in public preview.
+ * The namespaceId
feature is only supported by IoT Greengrass
+ * at this time. For more information, see Setting up IoT Greengrass core devices.
*
@@ -475,7 +478,10 @@ public DeleteJobExecutionRequest withForce(Boolean force) { *
*
- * The namespaceId
feature is in public preview.
+ * The namespaceId
feature is only supported by IoT Greengrass
+ * at this time. For more information, see Setting up IoT Greengrass core devices.
*
@@ -496,7 +502,10 @@ public DeleteJobExecutionRequest withForce(Boolean force) { *
*
- * The namespaceId
feature is in public preview.
+ * The namespaceId
feature is only supported by IoT
+ * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices.
*
- * 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 abfc5d2312..7255ba8d63 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionRequest.java index 264c2a70ce..2bd312a828 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -25,13 +25,14 @@ * ** Note: If a package version is designated as default, you must remove - * the designation from the package using the UpdatePackage action. + * the designation from the software package using the UpdatePackage + * action. *
*/ public class DeletePackageVersionRequest extends AmazonWebServiceRequest implements Serializable { /** *- * The name of the associated package. + * The name of the associated software package. *
*
* Constraints:
@@ -66,7 +67,7 @@ public class DeletePackageVersionRequest extends AmazonWebServiceRequest impleme
/**
*
- * The name of the associated package. + * The name of the associated software package. *
*
* Constraints:
@@ -74,7 +75,7 @@ public class DeletePackageVersionRequest extends AmazonWebServiceRequest impleme
* Pattern: [a-zA-Z0-9-_.]+
*
* @return
- * The name of the associated package. + * The name of the associated software package. *
*/ public String getPackageName() { @@ -83,7 +84,7 @@ public String getPackageName() { /** *- * The name of the associated package. + * The name of the associated software package. *
*
* Constraints:
@@ -91,7 +92,7 @@ public String getPackageName() {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the associated package. + * The name of the associated software package. *
*/ public void setPackageName(String packageName) { @@ -100,7 +101,7 @@ public void setPackageName(String packageName) { /** *- * The name of the associated package. + * The name of the associated software package. *
*
* Returns a reference to this object so that method calls can be chained
@@ -111,7 +112,7 @@ public void setPackageName(String packageName) {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the associated package. + * The name of the associated software package. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionResult.java index cb691c0725..87d8d2e942 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePackageVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyRequest.java index 87366c43c7..6e43818573 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyVersionRequest.java index 303cfce447..e13c5c383e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeletePolicyVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateRequest.java index 31f9215fee..df51cc2792 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateResult.java index 8eaa1f7eec..68febcc0e0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionRequest.java index 13600d3859..5d620dd345 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionResult.java index a6caf5fb0c..8d9a85112c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteProvisioningTemplateVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeRequest.java index b9bad90959..2402a438b2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeResult.java index 403ebfb6f8..23038b63e5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRegistrationCodeResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasRequest.java index 2f0ddf93a1..186a818ab2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasResult.java index a4915d9512..6c0c251367 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteRoleAliasResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditRequest.java index 6c3ecabbe5..3d058d3ee7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditResult.java index 6fa6c6bfe7..22b5ede967 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteScheduledAuditResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileRequest.java index d6185ffae0..83a2d1dc05 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileResult.java index 9357c5f318..1701fb3082 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteSecurityProfileResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamRequest.java index 9e2ab9ca76..f1f301fb68 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamResult.java index 5e60b44bfb..1fa72c3518 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteStreamResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupRequest.java index dcbcaca80a..5781aada51 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupResult.java index 033b6a0f92..6da25e90bb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingRequest.java index 6539d9d75b..eb263b4c18 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingResult.java index 6c39fd62c8..ad3f039019 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeRequest.java index 794cfb277f..b8e1ae8493 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeResult.java index 78655e77c1..b636e0b2c2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteThingTypeResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationRequest.java index 095b2a0b42..24bbaaccdc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationResult.java index 1550211fa5..b338b32af8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleDestinationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleRequest.java index f8f70b5ca8..1492eddfd8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteTopicRuleRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteV2LoggingLevelRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteV2LoggingLevelRequest.java index bbcb9599d3..86eb3d619e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteV2LoggingLevelRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeleteV2LoggingLevelRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Denied.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Denied.java index 5d8f7e7775..a172097885 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Denied.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Denied.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeRequest.java index dea7ba756d..a6c30e5bde 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeResult.java index 81168a32f4..fecf521efd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeprecateThingTypeResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationRequest.java index 4d94167b03..38617c5fca 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationResult.java index 82736d2c03..05b2087ea7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAccountAuditConfigurationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingRequest.java index 0c83919e97..a3edd9c98f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingResult.java index 2e02a6ea6d..e47a412fe0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditFindingResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskRequest.java index 87abef6654..fb7c7b98ed 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskResult.java index c21630f29e..6f898efbb2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditMitigationActionsTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionRequest.java index 295774ed69..0dfd62b9d1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionResult.java index 1d41d3a9b0..fcce7f8454 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditSuppressionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskRequest.java index 32ac833c0f..fc9e8d43de 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskResult.java index e9c7965d5b..7df798ee45 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuditTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerRequest.java index 34ea085327..b129d93fc3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerResult.java index 334fdd0491..a8a6e8ab92 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeAuthorizerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupRequest.java index 8ebb7aa6d1..d4c152b8b5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupResult.java index 25ef11c9e2..d9a5584e27 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeBillingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateRequest.java index f499d6a307..555af88cde 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateResult.java index ebcc0e40df..0204295ff7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCACertificateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateProviderRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateProviderRequest.java new file mode 100644 index 0000000000..65ac2294be --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateProviderRequest.java @@ -0,0 +1,150 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.iot.model; + +import java.io.Serializable; + +import com.amazonaws.AmazonWebServiceRequest; + +/** + *+ * Describes a certificate provider. + *
+ *+ * Requires permission to access the DescribeCertificateProvider action. + *
+ */ +public class DescribeCertificateProviderRequest extends AmazonWebServiceRequest implements + Serializable { + /** + *+ * The name of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ */
+ private String certificateProviderName;
+
+ /**
+ *
+ * The name of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ *
+ * @return
+ * The name of the certificate provider. + *
+ */ + public String getCertificateProviderName() { + return certificateProviderName; + } + + /** + *+ * The name of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ *
+ * @param certificateProviderName
+ * The name of the certificate provider. + *
+ */ + public void setCertificateProviderName(String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + } + + /** + *+ * The name of the certificate provider. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ *
+ * @param certificateProviderName
+ * The name of the certificate provider. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DescribeCertificateProviderRequest withCertificateProviderName( + String certificateProviderName) { + this.certificateProviderName = certificateProviderName; + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getCertificateProviderName() != null) + sb.append("certificateProviderName: " + getCertificateProviderName()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime + * hashCode + + ((getCertificateProviderName() == null) ? 0 : getCertificateProviderName() + .hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof DescribeCertificateProviderRequest == false) + return false; + DescribeCertificateProviderRequest other = (DescribeCertificateProviderRequest) obj; + + if (other.getCertificateProviderName() == null ^ this.getCertificateProviderName() == null) + return false; + if (other.getCertificateProviderName() != null + && other.getCertificateProviderName().equals(this.getCertificateProviderName()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateProviderResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateProviderResult.java new file mode 100644 index 0000000000..dda3747e4c --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateProviderResult.java @@ -0,0 +1,546 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.iot.model; + +import java.io.Serializable; + +public class DescribeCertificateProviderResult implements Serializable { + /** + *+ * The name of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: 1 - 128
+ * Pattern: [\w=,@-]+
+ */
+ private String certificateProviderName;
+
+ /**
+ *
+ * The ARN of the certificate provider. + *
+ *
+ * Constraints:
+ * Length: - 2048
+ */
+ private String certificateProviderArn;
+
+ /**
+ *
+ * The Lambda function ARN that's associated with the certificate provider. + *
+ *
+ * Constraints:
+ * Length: - 2048
+ * Pattern: [\s\S]*
+ */
+ private String lambdaFunctionArn;
+
+ /**
+ *
+ * A list of the operations that the certificate provider will use to
+ * generate certificates. Valid value: CreateCertificateFromCsr
+ * .
+ *
+ * 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 ac3f0a58aa..ef2f839605 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateResult.java index 5a73ba2bd0..5c47450fef 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCertificateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricRequest.java index f9b293467c..596508660e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricResult.java index 0bfabc28f3..42c9c67388 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeCustomMetricResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerRequest.java index 3d36b13808..cd9c3e3026 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerResult.java index f23fa3590b..252b03adb7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDefaultAuthorizerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskRequest.java index ff28b693f1..d1e71a68cb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskResult.java index b343f3d06b..60ad66607d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDetectMitigationActionsTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionRequest.java index 770504e438..2ec724dc13 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionResult.java index 1a702c96fb..dd92ba8701 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDimensionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationRequest.java index 89137d27c4..c1492b9864 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationResult.java index 94b79ebf54..cddd0de4b7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeDomainConfigurationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -107,6 +107,13 @@ public class DescribeDomainConfigurationResult implements Serializable { */ private TlsConfig tlsConfig; + /** + *+ * The server certificate configuration. + *
+ */ + private ServerCertificateConfig serverCertificateConfig; + /** ** The name of the domain configuration. @@ -799,6 +806,52 @@ public DescribeDomainConfigurationResult withTlsConfig(TlsConfig tlsConfig) { return this; } + /** + *
+ * The server certificate configuration. + *
+ * + * @return+ * The server certificate configuration. + *
+ */ + public ServerCertificateConfig getServerCertificateConfig() { + return serverCertificateConfig; + } + + /** + *+ * The server certificate configuration. + *
+ * + * @param serverCertificateConfig+ * The server certificate configuration. + *
+ */ + public void setServerCertificateConfig(ServerCertificateConfig serverCertificateConfig) { + this.serverCertificateConfig = serverCertificateConfig; + } + + /** + *+ * The server certificate configuration. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + * + * @param serverCertificateConfig
+ * The server certificate configuration. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DescribeDomainConfigurationResult withServerCertificateConfig( + ServerCertificateConfig serverCertificateConfig) { + this.serverCertificateConfig = serverCertificateConfig; + return this; + } + /** * Returns a string representation of this object; useful for testing and * debugging. @@ -829,7 +882,9 @@ public String toString() { if (getLastStatusChangeDate() != null) sb.append("lastStatusChangeDate: " + getLastStatusChangeDate() + ","); if (getTlsConfig() != null) - sb.append("tlsConfig: " + getTlsConfig()); + sb.append("tlsConfig: " + getTlsConfig() + ","); + if (getServerCertificateConfig() != null) + sb.append("serverCertificateConfig: " + getServerCertificateConfig()); sb.append("}"); return sb.toString(); } @@ -862,6 +917,10 @@ public int hashCode() { hashCode = prime * hashCode + ((getLastStatusChangeDate() == null) ? 0 : getLastStatusChangeDate().hashCode()); hashCode = prime * hashCode + ((getTlsConfig() == null) ? 0 : getTlsConfig().hashCode()); + hashCode = prime + * hashCode + + ((getServerCertificateConfig() == null) ? 0 : getServerCertificateConfig() + .hashCode()); return hashCode; } @@ -927,6 +986,11 @@ public boolean equals(Object obj) { if (other.getTlsConfig() != null && other.getTlsConfig().equals(this.getTlsConfig()) == false) return false; + if (other.getServerCertificateConfig() == null ^ this.getServerCertificateConfig() == null) + return false; + if (other.getServerCertificateConfig() != null + && other.getServerCertificateConfig().equals(this.getServerCertificateConfig()) == false) + return false; return true; } } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeEndpointRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeEndpointRequest.java index 2754d423d0..699986b90f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeEndpointRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeEndpointRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -21,9 +21,16 @@ /** *- * Returns a unique endpoint specific to the Amazon Web Services account making - * the call. + * Returns or creates a unique endpoint specific to the Amazon Web Services + * account making the call. *
+ *
+ * The first time DescribeEndpoint
is called, an endpoint is
+ * created. All subsequent calls to DescribeEndpoint
return the
+ * same endpoint.
+ *
* Requires permission to access the
* We strongly recommend that customers use the newer
* iot:Data-ATS
endpoint type to avoid issues related to the
- * widespread distrust of Symantec certificate authorities.
+ * widespread distrust of Symantec certificate authorities. ATS Signed
+ * Certificates are more secure and are trusted by most popular browsers.
*
* Constraints:
@@ -114,7 +122,8 @@ public class DescribeEndpointRequest extends AmazonWebServiceRequest implements
*
* We strongly recommend that customers use the newer
* iot:Data-ATS
endpoint type to avoid issues related to the
- * widespread distrust of Symantec certificate authorities.
+ * widespread distrust of Symantec certificate authorities. ATS Signed
+ * Certificates are more secure and are trusted by most popular browsers.
*
* Constraints:
@@ -158,6 +167,8 @@ public class DescribeEndpointRequest extends AmazonWebServiceRequest implements
* We strongly recommend that customers use the newer
* iot:Data-ATS
endpoint type to avoid issues related
* to the widespread distrust of Symantec certificate authorities.
+ * ATS Signed Certificates are more secure and are trusted by most
+ * popular browsers.
*
* 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 7844aa6aca..bba81dc3c8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeManagedJobTemplateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeManagedJobTemplateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeManagedJobTemplateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeManagedJobTemplateResult.java index e7b465a656..d05ef38a23 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeManagedJobTemplateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeManagedJobTemplateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionRequest.java index cb19209be1..0ca1948ce4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionResult.java index e98cea9719..efb8efca9c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeMitigationActionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateRequest.java index 7ffd205d95..aea301e8d8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateResult.java index e8817c7539..2dc4115bc6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionRequest.java index 2a87bb208c..044fc656d0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionResult.java index 9e813c16f1..8afa60bb9c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeProvisioningTemplateVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasRequest.java index 2409ab6ea0..5104f18c87 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasResult.java index 0bd106f60f..f286a0c8af 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeRoleAliasResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditRequest.java index 88b679e26f..e2e8727e11 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditResult.java index 5d03223cc3..339e5903cf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeScheduledAuditResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileRequest.java index cc3ff3fb64..4a0e532ca7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileResult.java index 33a59f5841..f66be1dc52 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeSecurityProfileResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -108,6 +108,13 @@ public class DescribeSecurityProfileResult implements Serializable { */ private java.util.Date lastModifiedDate; + /** + *+ * Specifies the MQTT topic and role ARN required for metric export. + *
+ */ + private MetricsExportConfig metricsExportConfig; + /** ** The name of the security profile. @@ -818,6 +825,54 @@ public DescribeSecurityProfileResult withLastModifiedDate(java.util.Date lastMod return this; } + /** + *
+ * Specifies the MQTT topic and role ARN required for metric export. + *
+ * + * @return+ * Specifies the MQTT topic and role ARN required for metric export. + *
+ */ + public MetricsExportConfig getMetricsExportConfig() { + return metricsExportConfig; + } + + /** + *+ * Specifies the MQTT topic and role ARN required for metric export. + *
+ * + * @param metricsExportConfig+ * Specifies the MQTT topic and role ARN required for metric + * export. + *
+ */ + public void setMetricsExportConfig(MetricsExportConfig metricsExportConfig) { + this.metricsExportConfig = metricsExportConfig; + } + + /** + *+ * Specifies the MQTT topic and role ARN required for metric export. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + * + * @param metricsExportConfig
+ * Specifies the MQTT topic and role ARN required for metric + * export. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public DescribeSecurityProfileResult withMetricsExportConfig( + MetricsExportConfig metricsExportConfig) { + this.metricsExportConfig = metricsExportConfig; + return this; + } + /** * Returns a string representation of this object; useful for testing and * debugging. @@ -848,7 +903,9 @@ public String toString() { if (getCreationDate() != null) sb.append("creationDate: " + getCreationDate() + ","); if (getLastModifiedDate() != null) - sb.append("lastModifiedDate: " + getLastModifiedDate()); + sb.append("lastModifiedDate: " + getLastModifiedDate() + ","); + if (getMetricsExportConfig() != null) + sb.append("metricsExportConfig: " + getMetricsExportConfig()); sb.append("}"); return sb.toString(); } @@ -882,6 +939,8 @@ public int hashCode() { + ((getCreationDate() == null) ? 0 : getCreationDate().hashCode()); hashCode = prime * hashCode + ((getLastModifiedDate() == null) ? 0 : getLastModifiedDate().hashCode()); + hashCode = prime * hashCode + + ((getMetricsExportConfig() == null) ? 0 : getMetricsExportConfig().hashCode()); return hashCode; } @@ -950,6 +1009,11 @@ public boolean equals(Object obj) { if (other.getLastModifiedDate() != null && other.getLastModifiedDate().equals(this.getLastModifiedDate()) == false) return false; + if (other.getMetricsExportConfig() == null ^ this.getMetricsExportConfig() == null) + return false; + if (other.getMetricsExportConfig() != null + && other.getMetricsExportConfig().equals(this.getMetricsExportConfig()) == false) + return false; return true; } } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamRequest.java index 1b09b89e51..4c91b56ae9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamResult.java index af064e4467..c750f70ee7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeStreamResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupRequest.java index c1176e2fc3..248a834c0a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupResult.java index 90698f7cac..e2bbf1cff5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskRequest.java index 461640d203..3af7383343 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskResult.java index 93dd162a95..4ad32e1823 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRegistrationTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRequest.java index 15282a9b5a..b37f38142b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingResult.java index 1c3f62c198..02e04ba4a9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeRequest.java index 6544582969..1c7a8a2eaa 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeResult.java index 3b3c01bf55..ec1292293b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DescribeThingTypeResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Destination.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Destination.java index 235418ab62..3942d45d83 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Destination.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Destination.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPolicyRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPolicyRequest.java index 26a62ec9c6..b8d75fe15b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPolicyRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPolicyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPrincipalPolicyRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPrincipalPolicyRequest.java index 25ad38a2ca..0ca62f8ade 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPrincipalPolicyRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachPrincipalPolicyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileRequest.java index 30e9c3d268..5d5a884dd7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileResult.java index 22cf61f19b..689cb25875 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachSecurityProfileResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalRequest.java index 467224e6c7..66323ea807 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalResult.java index 5340bb4090..262ce7388e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetachThingPrincipalResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecution.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecution.java index 793e5bedb9..fd6963abcd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecution.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecutionStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecutionStatus.java index e68d8c2ca4..0dc78d540d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecutionStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionExecutionStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatistics.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatistics.java index 08ef4ce67f..16d94f71b3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatistics.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatistics.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatus.java index 6fae7f3ce4..2414562ca6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskSummary.java index f645a208fc..f03a75e977 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskTarget.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskTarget.java index 999abc131a..c88ad6ada3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskTarget.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DetectMitigationActionsTaskTarget.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceCertificateUpdateAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceCertificateUpdateAction.java index 45550dffc3..82d6ee80b6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceCertificateUpdateAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceCertificateUpdateAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceDefenderIndexingMode.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceDefenderIndexingMode.java index 40dff65156..994210258e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceDefenderIndexingMode.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DeviceDefenderIndexingMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionType.java index 4d2ec594c8..38155afa8d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionValueOperator.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionValueOperator.java index 0bb8657381..94afefc7c3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionValueOperator.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DimensionValueOperator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DisableTopicRuleRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DisableTopicRuleRequest.java index 1358ac0870..293298c508 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DisableTopicRuleRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DisableTopicRuleRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DocumentParameter.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DocumentParameter.java index eeaf0b61cc..adfabbb57c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DocumentParameter.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DocumentParameter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationStatus.java index d1caccaf2c..40e3516144 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationSummary.java index d761bdb258..883f20864f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainConfigurationSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainType.java index 946abc4f05..8db4889fe9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DomainType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamicGroupStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamicGroupStatus.java index e941b902ff..de42bd5f64 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamicGroupStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamicGroupStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBAction.java index 2c29caa970..ab4fd13e1f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBv2Action.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBv2Action.java index 7001cf4a30..752391bbdc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBv2Action.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoDBv2Action.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoKeyType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoKeyType.java index 2a58783feb..d603b5633e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoKeyType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/DynamoKeyType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EffectivePolicy.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EffectivePolicy.java index 1aa42ec0c6..7725433062 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EffectivePolicy.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EffectivePolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ElasticsearchAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ElasticsearchAction.java index d03f10335f..8b7e095219 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ElasticsearchAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ElasticsearchAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableIoTLoggingParams.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableIoTLoggingParams.java index d6db394717..f0a4492df4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableIoTLoggingParams.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableIoTLoggingParams.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableTopicRuleRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableTopicRuleRequest.java index 73171d95c1..fbe548ed3f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableTopicRuleRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/EnableTopicRuleRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ErrorInfo.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ErrorInfo.java index dbe1f652b7..2160f183f1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ErrorInfo.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ErrorInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExplicitDeny.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExplicitDeny.java index 8f02f6b5cf..5b00c33d30 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExplicitDeny.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExplicitDeny.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExponentialRolloutRate.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExponentialRolloutRate.java index 517be96c5e..e5909017cb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExponentialRolloutRate.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ExponentialRolloutRate.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Field.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Field.java index e2c88d66b6..5df34b74e6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Field.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Field.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FieldType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FieldType.java index 8a20328ee0..ee57a2c609 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FieldType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FieldType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FileLocation.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FileLocation.java index c47d99623c..7887564f37 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FileLocation.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FileLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FirehoseAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FirehoseAction.java index 29a26e11eb..80b538a721 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FirehoseAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FirehoseAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricNameAndArn.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricNameAndArn.java index ab2cd0e9f3..c7a2443668 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricNameAndArn.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricNameAndArn.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricUnit.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricUnit.java index 40e79b0428..97d20f3e48 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricUnit.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/FleetMetricUnit.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GeoLocationTarget.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GeoLocationTarget.java new file mode 100644 index 0000000000..b6f00f2b9f --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GeoLocationTarget.java @@ -0,0 +1,262 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.iot.model; + +import java.io.Serializable; + +/** + *
+ * A geolocation target that you select to index. Each geolocation target
+ * contains a name
and order
key-value pair that
+ * specifies the geolocation target fields.
+ *
+ * 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 1ed6374c75..1c5f2c32ac 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ public class GetPackageResult implements Serializable { /** *- * The name of the package. + * The name of the software package. *
*
* Constraints:
@@ -74,7 +74,7 @@ public class GetPackageResult implements Serializable {
/**
*
- * The name of the package. + * The name of the software package. *
*
* Constraints:
@@ -82,7 +82,7 @@ public class GetPackageResult implements Serializable {
* Pattern: [a-zA-Z0-9-_.]+
*
* @return
- * The name of the package. + * The name of the software package. *
*/ public String getPackageName() { @@ -91,7 +91,7 @@ public String getPackageName() { /** *- * The name of the package. + * The name of the software package. *
*
* Constraints:
@@ -99,7 +99,7 @@ public String getPackageName() {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the package. + * The name of the software package. *
*/ public void setPackageName(String packageName) { @@ -108,7 +108,7 @@ public void setPackageName(String packageName) { /** *- * The name of the package. + * The name of the software package. *
*
* Returns a reference to this object so that method calls can be chained
@@ -119,7 +119,7 @@ public void setPackageName(String packageName) {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the package. + * The name of the software package. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionRequest.java index 05b61a4789..d62836e4e6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionResult.java index 94c6e22c19..02afd07ade 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPackageVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ public class GetPackageVersionResult implements Serializable { /** *- * The name of the package. + * The name of the software package. *
*
* Constraints:
@@ -163,7 +163,7 @@ public GetPackageVersionResult withPackageVersionArn(String packageVersionArn) {
/**
*
- * The name of the package. + * The name of the software package. *
*
* Constraints:
@@ -171,7 +171,7 @@ public GetPackageVersionResult withPackageVersionArn(String packageVersionArn) {
* Pattern: [a-zA-Z0-9-_.]+
*
* @return
- * The name of the package. + * The name of the software package. *
*/ public String getPackageName() { @@ -180,7 +180,7 @@ public String getPackageName() { /** *- * The name of the package. + * The name of the software package. *
*
* Constraints:
@@ -188,7 +188,7 @@ public String getPackageName() {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the package. + * The name of the software package. *
*/ public void setPackageName(String packageName) { @@ -197,7 +197,7 @@ public void setPackageName(String packageName) { /** *- * The name of the package. + * The name of the software package. *
*
* Returns a reference to this object so that method calls can be chained
@@ -208,7 +208,7 @@ public void setPackageName(String packageName) {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name of the package. + * The name of the software package. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesRequest.java index 401aeebe2f..08728d557b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesResult.java index 0008d615bf..aa3aa94409 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPercentilesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyRequest.java index 4f8f97d233..9c348b9434 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyResult.java index b12ab3a3f2..a396fad35e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionRequest.java index 1c7fdeac7c..c1786d5b36 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionResult.java index a67808eb59..762796b37d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetPolicyVersionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeRequest.java index 4da9a7f7d0..cc569052bf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -24,6 +24,11 @@ * Gets a registration code used to register a CA certificate with IoT. * *+ * IoT will create a registration code as part of this API call if the + * registration code doesn't exist or has been deleted. If you already have a + * registration code, this API call will return the same registration code. + *
+ ** Requires permission to access the GetRegistrationCode action. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeResult.java index 104ec931a3..16f9941214 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetRegistrationCodeResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsRequest.java index 48ec873909..226e0e1e34 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsResult.java index cb112aa275..3e45569766 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetStatisticsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationRequest.java index 22ca441c36..ca451fb150 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationResult.java index 90cf11951e..4fb0166d04 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleDestinationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleRequest.java index 6fb73c4eaf..26b23dd6be 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleResult.java index 21226d79ef..1d603797dd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetTopicRuleResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsRequest.java index a4e65d7bdf..52ca4dddc3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsResult.java index 4f7c929c00..2886f80885 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GetV2LoggingOptionsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GroupNameAndArn.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GroupNameAndArn.java index b70a20edd3..961087f791 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GroupNameAndArn.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/GroupNameAndArn.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAction.java index 8a27c25098..fe4dc7f908 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpActionHeader.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpActionHeader.java index 35bd706fa1..f50fc06a1e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpActionHeader.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpActionHeader.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAuthorization.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAuthorization.java index d207e274cb..650323c78b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAuthorization.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpAuthorization.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpContext.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpContext.java index 55fa3a5a01..11146e8423 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpContext.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationConfiguration.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationConfiguration.java index 80644f2f11..632c338a91 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationConfiguration.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationProperties.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationProperties.java index 7c29a63ae8..cc28efe807 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationProperties.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationSummary.java index f1bc59b047..00266a8d0d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/HttpUrlDestinationSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ImplicitDeny.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ImplicitDeny.java index 79d16d7471..d6763b51cc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ImplicitDeny.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ImplicitDeny.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexNotReadyException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexNotReadyException.java index 27e67814df..659d79b370 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexNotReadyException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexNotReadyException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexStatus.java index 84f7ea62d4..d3cae7263f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexingFilter.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexingFilter.java index 9c8af903be..cf0b76fbc7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexingFilter.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/IndexingFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -19,12 +19,35 @@ /** *
- * Provides additional filters for specific data sources. Named shadow is the
- * only data source that currently supports and requires a filter. To add named
- * shadows to your fleet indexing configuration, set
- * namedShadowIndexingMode
to be ON
and specify your
- * shadow names in filter
.
+ * Provides additional selections for named shadows and geolocation data.
*
+ * To add named shadows to your fleet indexing configuration, set
+ * namedShadowIndexingMode
to be ON and specify your shadow names
+ * in namedShadowNames
filter.
+ *
+ * To add geolocation data to your fleet indexing configuration: + *
+ *
+ * If you store geolocation data in a class/unnamed shadow, set
+ * thingIndexingMode
to be REGISTRY_AND_SHADOW
and
+ * specify your geolocation data in geoLocations
filter.
+ *
+ * If you store geolocation data in a named shadow, set
+ * namedShadowIndexingMode
to be ON
, add the shadow
+ * name in namedShadowNames
filter, and specify your geolocation
+ * data in geoLocations
filter. For more information, see Managing fleet indexing.
+ *
+ * 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 bbe365e599..480a250b51 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobEndBehavior.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobEndBehavior.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecution.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecution.java index bffaf99158..2f6a66d501 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecution.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionFailureType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionFailureType.java index 1cfab1cb72..387ba5b653 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionFailureType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionFailureType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatus.java index 93e616c38c..b8c3e6d909 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatusDetails.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatusDetails.java index 7ca452a6e4..57d96f5aa5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatusDetails.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionStatusDetails.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummary.java index 2994b1e965..5145f12ad8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForJob.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForJob.java index ab1c6fae2b..0431a39c5b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForJob.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForThing.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForThing.java index 5c81ef2c92..997c238249 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForThing.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionSummaryForThing.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRetryConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRetryConfig.java index affbd97844..7ea9c88fc8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRetryConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRetryConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRolloutConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRolloutConfig.java index 049201cffe..d163afe91f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRolloutConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobExecutionsRolloutConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobProcessDetails.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobProcessDetails.java index 1fcecebf4e..7915bc3a93 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobProcessDetails.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobProcessDetails.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobStatus.java index bcf7c8128e..31c0ce5005 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobSummary.java index b184fcf5c0..9c266c3b14 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobTemplateSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobTemplateSummary.java index 9cf5bc579e..25ba673ca5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobTemplateSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/JobTemplateSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KafkaAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KafkaAction.java index d4e1c38c02..84d9def299 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KafkaAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KafkaAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -59,6 +59,13 @@ public class KafkaAction implements Serializable { */ private java.util.Map+ * 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 25fd110315..52fbca5b5c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KeyPair.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KeyPair.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KinesisAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KinesisAction.java index 25c1fb13b0..35fda3b3aa 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KinesisAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/KinesisAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LambdaAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LambdaAction.java index f38490844a..a7112fdbda 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LambdaAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LambdaAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LimitExceededException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LimitExceededException.java index 45716ac2ba..436b2c385b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LimitExceededException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LimitExceededException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsRequest.java index 6df6523ed3..0cbf86c167 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsResult.java index b0f0fbf69a..7ca1b3002c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListActiveViolationsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesRequest.java index b18c8d9ee9..0ee73b16ef 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesResult.java index 31d99ad4b7..4ccd8586bd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAttachedPoliciesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsRequest.java index 7c07924264..41f9fbd7af 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsResult.java index 2b570d0230..99af114436 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditFindingsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsRequest.java index 797f1b2efc..7166be01ec 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsResult.java index 87ec832266..3cab4e19bc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsExecutionsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksRequest.java index f40484ff3a..b89cc2970c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksResult.java index 2fac98d0b3..f0a5151445 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditMitigationActionsTasksResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsRequest.java index f59695f518..761f9307ca 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsResult.java index d1cb735df0..3b7e3de1f1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditSuppressionsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksRequest.java index cb31dcceee..510635e63d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksResult.java index 768b82bd68..5047c09bc2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuditTasksResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersRequest.java index 377edee146..f2513ca3fe 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersResult.java index 3b13326bb1..1950cf02d7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListAuthorizersResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsRequest.java index abb1507527..deef67a172 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsResult.java index 9f3193e815..a975215a24 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListBillingGroupsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesRequest.java index b826a1219f..39a80c0b89 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesResult.java index 9a10172e03..bfdbe07e9e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCACertificatesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificateProvidersRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificateProvidersRequest.java new file mode 100644 index 0000000000..f1aaa92176 --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificateProvidersRequest.java @@ -0,0 +1,236 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.iot.model; + +import java.io.Serializable; + +import com.amazonaws.AmazonWebServiceRequest; + +/** + *+ * Lists all your certificate providers in your Amazon Web Services account. + *
+ *+ * Requires permission to access the ListCertificateProviders action. + *
+ */ +public class ListCertificateProvidersRequest extends AmazonWebServiceRequest implements + Serializable { + /** + *
+ * The token for the next set of results, or null
if there are
+ * no more results.
+ *
+ * Constraints:
+ * Length: - 1024
+ * Pattern: [A-Za-z0-9+/]+={0,2}
+ */
+ private String nextToken;
+
+ /**
+ *
+ * Returns the list of certificate providers in ascending alphabetical + * order. + *
+ */ + private Boolean ascendingOrder; + + /** + *
+ * The token for the next set of results, or null
if there are
+ * no more results.
+ *
+ * Constraints:
+ * Length: - 1024
+ * Pattern: [A-Za-z0-9+/]+={0,2}
+ *
+ * @return
+ * The token for the next set of results, or null
if
+ * there are no more results.
+ *
+ * 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 0000000000..6e1609710e --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListCertificateProvidersResult.java @@ -0,0 +1,239 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.iot.model; + +import java.io.Serializable; + +public class ListCertificateProvidersResult implements Serializable { + /** + *+ * The list of certificate providers in your Amazon Web Services account. + *
+ */ + private java.util.List
+ * 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 0b7e7f2a83..aa7f8edeef 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackageVersionsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackageVersionsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesRequest.java index ab7420490c..d30504e132 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesResult.java index 81a085decc..88c061bcc8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPackagesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesRequest.java index 7d157d2650..d91303d5aa 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesResult.java index 3c92bc2181..665076d465 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPoliciesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsRequest.java index 851d8b856d..5268f5c3fa 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsResult.java index 8d40b250fa..ba546013f4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyPrincipalsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsRequest.java index d0dd9557e9..172c4a7d45 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsResult.java index 82ed301038..2c97272e7d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPolicyVersionsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesRequest.java index fedf18810e..0de70464ea 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesResult.java index 123f51d63b..c86092bd95 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalPoliciesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsRequest.java index 3d737f2e95..2a62dffefc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsResult.java index 8eb59ca419..7f12f7e4b4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListPrincipalThingsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsRequest.java index 8f8f348bed..41be8b5f59 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsResult.java index cfe0e4ec3f..5f3709c706 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplateVersionsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesRequest.java index e498e53802..10680cdb80 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesResult.java index 045cdaac78..8eac11c5cd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListProvisioningTemplatesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingRequest.java index 3dc68bd324..32f7798ed2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingResult.java index 3b2bc51116..b0ddaf70ba 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRelatedResourcesForAuditFindingResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesRequest.java index c369561f7b..b214aeaa4e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesResult.java index 6eda74ec96..0755dcd31e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListRoleAliasesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsRequest.java index 07db61e10f..bf6265644c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsResult.java index 07a805aa8e..88998a6bcb 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListScheduledAuditsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetRequest.java index 916bad1a5f..fbc5269ce6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetResult.java index 99d6ac046e..99e6e176c7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesForTargetResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesRequest.java index af6de93b9a..6a7b619a78 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesResult.java index 36d31cb10a..ab97d6907f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListSecurityProfilesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsRequest.java index 78a2ed15e1..6c0dd77b7e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsResult.java index 69a7ab5028..19dbfd6683 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListStreamsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTagsForResourceRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTagsForResourceRequest.java index 760bd0f99c..0906667d03 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTagsForResourceRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTagsForResourceRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTagsForResourceResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTagsForResourceResult.java index 1788b32f14..06b0f01fec 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTagsForResourceResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTagsForResourceResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyRequest.java index f27855731b..670c113b3f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyResult.java index 38e82a5bff..e8ff3f4690 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForPolicyResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileRequest.java index 07f595eb42..1fee562b78 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileResult.java index 9ffdf63cbe..458b643095 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTargetsForSecurityProfileResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingRequest.java index cd45915bab..99d40f9d65 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingResult.java index f390f9593d..600ab6cc35 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsForThingResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsRequest.java index 7d0923499e..c26fec974a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsResult.java index 46df30830d..25a6a9fc13 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingGroupsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsRequest.java index 7ab5d39ca1..8ab3df5ede 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsResult.java index fb6bec011b..6e96ba21e1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingPrincipalsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsRequest.java index 1c1d404c59..b737ded0f5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsResult.java index 5cb5d67be4..2ad300290a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTaskReportsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksRequest.java index 2d5164dbfc..18da768369 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksResult.java index e7072cecac..f3a684ec6e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingRegistrationTasksResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesRequest.java index 5145ecd8d0..34a8300f54 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesResult.java index a59eaa9fda..cbf68d71be 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingTypesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupRequest.java index 8d5bb20314..6e65812222 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupResult.java index 1fa52dda7c..cbe91381ab 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInBillingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupRequest.java index 2f19e42a4b..8961c2d964 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupResult.java index 3b62bc9271..ccae3ad7f8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsInThingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsRequest.java index d32e88f8d3..fafe74e410 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsResult.java index 65fa557050..8b1468d6ce 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListThingsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsRequest.java index 6ced7ce547..62b84efe2a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsResult.java index 66fbe5a121..c2e16d48b0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRuleDestinationsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesRequest.java index b948ef7455..6985e8abac 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesResult.java index f1cff585cf..1fa38f6b1c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListTopicRulesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsRequest.java index 587b2f23b6..62edeb0a02 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsResult.java index b1eebfe121..b46760a881 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListV2LoggingLevelsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsRequest.java index f58c69d2b0..2db4edbdd2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsResult.java index f50d0997a3..242261b3be 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ListViolationEventsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationAction.java index 5d4d5afe17..252c3c6a30 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationTimestamp.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationTimestamp.java index 9d122774a4..1415fe980c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationTimestamp.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LocationTimestamp.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogLevel.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogLevel.java index be0ca5d31f..4f77eed38a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogLevel.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTarget.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTarget.java index c2debd5523..37164ade4b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTarget.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTarget.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetConfiguration.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetConfiguration.java index c29e0c442a..ec7c4a2830 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetConfiguration.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetType.java index ba666392fc..e7740cf7c3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LogTargetType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LoggingOptionsPayload.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LoggingOptionsPayload.java index 5d4cb86863..6bc1da2981 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LoggingOptionsPayload.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/LoggingOptionsPayload.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MachineLearningDetectionConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MachineLearningDetectionConfig.java index c3d0444774..acd07c1785 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MachineLearningDetectionConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MachineLearningDetectionConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MaintenanceWindow.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MaintenanceWindow.java index 950413273f..a797a7ba5b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MaintenanceWindow.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MaintenanceWindow.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MalformedPolicyException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MalformedPolicyException.java index 24c77eb9db..8541748c0c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MalformedPolicyException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MalformedPolicyException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ManagedJobTemplateSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ManagedJobTemplateSummary.java index 535e6bae23..84f5f05fe6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ManagedJobTemplateSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ManagedJobTemplateSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MessageFormat.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MessageFormat.java index ccbee0a1d6..42c30a8006 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MessageFormat.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MessageFormat.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDatum.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDatum.java index d13162c245..78a8e07137 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDatum.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDatum.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDimension.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDimension.java index a82358780c..b4a0cbda37 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDimension.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricDimension.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricToRetain.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricToRetain.java index 4f66d1ab7e..7147660b87 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricToRetain.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MetricToRetain.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -37,6 +37,14 @@ public class MetricToRetain implements Serializable { */ private MetricDimension metricDimension; + /** + *
+ * The value indicates exporting metrics related to the
+ * MetricToRetain
when it's true.
+ *
* 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 a62e038df0..3d94f40098 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionIdentifier.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionIdentifier.java index 66612e4182..bcd52862f0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionIdentifier.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionParams.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionParams.java index 8e58b4e9a1..efa8805edd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionParams.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionParams.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionType.java index 2ae1317dfe..e0e3ac2428 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MitigationActionType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ModelStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ModelStatus.java index 6506b5f60e..fc89d6baf6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ModelStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ModelStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MqttContext.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MqttContext.java index af23594462..9c49ed8a10 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MqttContext.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MqttContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MqttHeaders.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MqttHeaders.java index 8f7ef47f51..22f64907e9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MqttHeaders.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/MqttHeaders.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NamedShadowIndexingMode.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NamedShadowIndexingMode.java index edec2ee662..4bb522b707 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NamedShadowIndexingMode.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NamedShadowIndexingMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NonCompliantResource.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NonCompliantResource.java index 52240a743e..6fd8a0b9bf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NonCompliantResource.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NonCompliantResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NotConfiguredException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NotConfiguredException.java index e8ec86d898..0835af5151 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NotConfiguredException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/NotConfiguredException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateFile.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateFile.java index 44be9eaa9a..4923cf32f7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateFile.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -64,7 +64,8 @@ public class OTAUpdateFile implements Serializable { /** *- * A list of name/attribute pairs. + * A list of name-attribute pairs. They won't be sent to devices as a part + * of the Job document. *
*/ private java.util.Map- * 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 32468e31ea..d5b34d0c10 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateInfo.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateStatus.java index 0e534f0f9a..b146297ece 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateSummary.java index b673187345..000771ca21 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OTAUpdateSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OpenSearchAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OpenSearchAction.java index 2d9cebfd5e..7f240aefff 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OpenSearchAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OpenSearchAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OutgoingCertificate.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OutgoingCertificate.java index 2875bff428..efe626ce26 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OutgoingCertificate.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/OutgoingCertificate.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageSummary.java index ba1fba7d9a..59d0886705 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ public class PackageSummary implements Serializable { /** *
- * The name for the target package. + * The name for the target software package. *
*
* Constraints:
@@ -61,7 +61,7 @@ public class PackageSummary implements Serializable {
/**
*
- * The name for the target package. + * The name for the target software package. *
*
* Constraints:
@@ -69,7 +69,7 @@ public class PackageSummary implements Serializable {
* Pattern: [a-zA-Z0-9-_.]+
*
* @return
- * The name for the target package. + * The name for the target software package. *
*/ public String getPackageName() { @@ -78,7 +78,7 @@ public String getPackageName() { /** *- * The name for the target package. + * The name for the target software package. *
*
* Constraints:
@@ -86,7 +86,7 @@ public String getPackageName() {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name for the target package. + * The name for the target software package. *
*/ public void setPackageName(String packageName) { @@ -95,7 +95,7 @@ public void setPackageName(String packageName) { /** *- * The name for the target package. + * The name for the target software package. *
*
* Returns a reference to this object so that method calls can be chained
@@ -106,7 +106,7 @@ public void setPackageName(String packageName) {
* Pattern: [a-zA-Z0-9-_.]+
*
* @param packageName
- * The name for the target package. + * The name for the target software package. *
* @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionAction.java index 9804bc5a4e..0d18b3fb8f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionStatus.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionStatus.java index 470e8555ca..950cd116ab 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionSummary.java index af64118074..efc2522640 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PackageVersionSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PercentPair.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PercentPair.java index 95766f233b..060fa0f3d1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PercentPair.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PercentPair.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Policy.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Policy.java index ad8eeaddaf..1084c256aa 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Policy.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Policy.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyTemplateName.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyTemplateName.java index 48e426281e..6cc827ef07 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyTemplateName.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyTemplateName.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersion.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersion.java index 9ceb9bbd4b..3bdafc78b3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersion.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersionIdentifier.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersionIdentifier.java index eb752a0f18..896846173e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersionIdentifier.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PolicyVersionIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PresignedUrlConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PresignedUrlConfig.java index f955567027..4d9c5b82e6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PresignedUrlConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PresignedUrlConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Protocol.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Protocol.java index cf5dc11e6c..192d522433 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Protocol.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Protocol.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningHook.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningHook.java index 578e8fb661..2572d9a118 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningHook.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningHook.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateSummary.java index 7f4f410e3c..2c5f03c325 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateVersionSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateVersionSummary.java index 773a3ef91a..9bc13bbdc5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateVersionSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ProvisioningTemplateVersionSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PublishFindingToSnsParams.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PublishFindingToSnsParams.java index dc9c479496..ac72198a29 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PublishFindingToSnsParams.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PublishFindingToSnsParams.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutAssetPropertyValueEntry.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutAssetPropertyValueEntry.java index a72719becc..9c8270b9f0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutAssetPropertyValueEntry.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutAssetPropertyValueEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutItemInput.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutItemInput.java index f79e920ffa..0d5314c505 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutItemInput.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutItemInput.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationRequest.java index 44b7d41eca..e60fc91fde 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationResult.java index d573aa16bd..afefc83df8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/PutVerificationStateOnViolationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RateIncreaseCriteria.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RateIncreaseCriteria.java index de96dd435a..7e98ce749a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RateIncreaseCriteria.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RateIncreaseCriteria.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateRequest.java index 69a82f3728..7168c901d5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateResult.java index d7a2eb7f6a..55831b4c53 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCACertificateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateRequest.java index 327bea5789..83528ca5df 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateResult.java index 7e81557e01..9ea0da19fd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCARequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCARequest.java index 88816c380e..30bd33e92d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCARequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCARequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCAResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCAResult.java index 75f1d1078e..7f1243e163 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCAResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterCertificateWithoutCAResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingRequest.java index 2b9dbd105e..3663339284 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingResult.java index 5fc4bef0a9..640e29046b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegisterThingResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationCodeValidationException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationCodeValidationException.java index 6d8b9189ff..0e6ae9149c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationCodeValidationException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationCodeValidationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationConfig.java index 9cf23d2634..4d28f73472 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RegistrationConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RejectCertificateTransferRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RejectCertificateTransferRequest.java index 8f71ee5a96..a180c980c3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RejectCertificateTransferRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RejectCertificateTransferRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RelatedResource.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RelatedResource.java index 88143631e1..96a5116c54 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RelatedResource.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RelatedResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupRequest.java index 9775383dbb..361ab261d6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupResult.java index 87e2abd5ab..a09e5925f4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromBillingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupRequest.java index 2e8b2fd3e7..47b3fa0d97 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupResult.java index 3bc1ca198b..ed5a333764 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RemoveThingFromThingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceDefaultPolicyVersionParams.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceDefaultPolicyVersionParams.java index b8ba94530c..08c146c442 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceDefaultPolicyVersionParams.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceDefaultPolicyVersionParams.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceTopicRuleRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceTopicRuleRequest.java index 4a445eec7d..2f4e81e7f8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceTopicRuleRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReplaceTopicRuleRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReportType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReportType.java index 6ee7835cd5..b8dd3afb4a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReportType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ReportType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RepublishAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RepublishAction.java index 5d9a1aedab..1cc96c6040 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RepublishAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RepublishAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceAlreadyExistsException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceAlreadyExistsException.java index b04819d552..f5a3515eb2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceAlreadyExistsException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceAlreadyExistsException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceIdentifier.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceIdentifier.java index 0037ad444e..c10fe7d804 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceIdentifier.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceNotFoundException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceNotFoundException.java index 0045cd5ce4..d47c8afad2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceNotFoundException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceRegistrationFailureException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceRegistrationFailureException.java index 6b3b7c3f38..b5c5144ef2 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceRegistrationFailureException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceRegistrationFailureException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceType.java index a6657f066c..2fb3faba34 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ResourceType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryCriteria.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryCriteria.java index d7ebf12b64..b160fed182 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryCriteria.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryCriteria.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryableFailureType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryableFailureType.java index b57041c861..636d31450e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryableFailureType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RetryableFailureType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RoleAliasDescription.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RoleAliasDescription.java index 01f3fafe02..a7c90ad84c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RoleAliasDescription.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RoleAliasDescription.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Action.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Action.java index 5c0680abaa..7e59116faf 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Action.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Action.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Destination.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Destination.java index f73803a047..be4fe27a73 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Destination.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Destination.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Location.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Location.java index 473e863b14..8e31be14cc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Location.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/S3Location.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SalesforceAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SalesforceAction.java index ac53c602ca..4970c745de 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SalesforceAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SalesforceAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledAuditMetadata.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledAuditMetadata.java index d8e0a073c3..71b27cf4a0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledAuditMetadata.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledAuditMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledJobRollout.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledJobRollout.java index 2e09bd5d71..6e58f47024 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledJobRollout.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ScheduledJobRollout.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SchedulingConfig.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SchedulingConfig.java index be7b44bdf4..02c2d1282f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SchedulingConfig.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SchedulingConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -35,6 +35,12 @@ public class SchedulingConfig implements Serializable { *startTime
is YYYY-MM-DD for the date and HH:MM for the time.
*
*
+ * For more information on the syntax for startTime
when using
+ * an API command or the Command Line Interface, see Timestamp.
+ *
* Constraints:
* Length: 1 - 64
*/
@@ -52,6 +58,12 @@ public class SchedulingConfig implements Serializable {
* YYYY-MM-DD for the date and HH:MM for the time.
*
+ * For more information on the syntax for endTime
when using an
+ * API command or the Command Line Interface, see Timestamp.
+ *
* Constraints:
* Length: 1 - 64
*/
@@ -88,6 +100,12 @@ public class SchedulingConfig implements Serializable {
* startTime
is YYYY-MM-DD for the date and HH:MM for the time.
*
+ * For more information on the syntax for startTime
when using
+ * an API command or the Command Line Interface, see Timestamp.
+ *
* Constraints:
* Length: 1 - 64
*
@@ -99,6 +117,13 @@ public class SchedulingConfig implements Serializable {
* time format for the startTime
is YYYY-MM-DD for the
* date and HH:MM for the time.
*
+ * For more information on the syntax for startTime
+ * when using an API command or the Command Line Interface, see Timestamp.
+ *
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 682a470c62..7c6aad5e01 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateStatus.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateSummary.java index c7a0c98fc1..2c08dd5577 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServerCertificateSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceQuotaExceededException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceQuotaExceededException.java index 837d252461..08b49924ff 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceQuotaExceededException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceQuotaExceededException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceType.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceType.java index 073736dc47..044debd083 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceType.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceUnavailableException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceUnavailableException.java index 44646e28b0..3e74a82ebd 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceUnavailableException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/ServiceUnavailableException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerRequest.java index 51ad616ac1..4463bc3911 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerResult.java index 4be330db1e..b2a9b41de3 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultAuthorizerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultPolicyVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultPolicyVersionRequest.java index 2d33a2d9b5..5c16588e3c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultPolicyVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetDefaultPolicyVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetLoggingOptionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetLoggingOptionsRequest.java index 73fb5273cf..a1b987441b 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetLoggingOptionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetLoggingOptionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingLevelRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingLevelRequest.java index 40508f804f..d60fb01d58 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingLevelRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingLevelRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingOptionsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingOptionsRequest.java index ee3668e9b6..decdc3d985 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingOptionsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SetV2LoggingOptionsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigV4Authorization.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigV4Authorization.java index b714f8dda8..7ecd23d43c 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigV4Authorization.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigV4Authorization.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigningProfileParameter.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigningProfileParameter.java index fead89e4cb..e75fe162c6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigningProfileParameter.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SigningProfileParameter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SnsAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SnsAction.java index 4fd8d711d2..ae14cdc265 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SnsAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SnsAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqlParseException.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqlParseException.java index 2b948e3967..8e7873e3fe 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqlParseException.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqlParseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqsAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqsAction.java index 1ac8dc6cd4..1edc8d0a64 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqsAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/SqsAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskRequest.java index b3b6efcf7a..9420243f85 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskResult.java index bb73e14ac0..5ceda151a9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartAuditMitigationActionsTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskRequest.java index d4f71e8c4d..a1a17dd9d7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskResult.java index 9a0b078dfb..2eb0b0aa20 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartDetectMitigationActionsTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskRequest.java index ae15b00d9d..501cf340f8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskResult.java index 70a97ba955..e7e4953c71 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartOnDemandAuditTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartSigningJobParameter.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartSigningJobParameter.java index 49a54c2947..5eba40c455 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartSigningJobParameter.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartSigningJobParameter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskRequest.java index 1081379f37..d9e43597bc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskResult.java index bb67f3cc3b..f87b497de5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StartThingRegistrationTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StatisticalThreshold.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StatisticalThreshold.java index 74bef6ff0c..fcd5684af6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StatisticalThreshold.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StatisticalThreshold.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Statistics.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Statistics.java index db3137093f..ddb8d11903 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Statistics.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Statistics.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Status.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Status.java index 143617488e..2ee28e224f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Status.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Status.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StepFunctionsAction.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StepFunctionsAction.java index 28699619d1..d15bb39db7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StepFunctionsAction.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StepFunctionsAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskRequest.java index 8172e16b3a..26ea7d976d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskResult.java index 13a5c6f283..55b88662c4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StopThingRegistrationTaskResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Stream.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Stream.java index 9e533df64f..77092eb07d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Stream.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Stream.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamFile.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamFile.java index ce8f4c1cda..241745b812 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamFile.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamInfo.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamInfo.java index aead343145..b1227185c5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamInfo.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamSummary.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamSummary.java index 68970942b9..000a1a13e8 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamSummary.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/StreamSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Tag.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Tag.java index 2e858eb08c..2180d070f6 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Tag.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/Tag.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TagResourceRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TagResourceRequest.java index 7e1053fc26..19faefc9ee 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TagResourceRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TagResourceRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TagResourceResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TagResourceResult.java index 32cb10ef7e..ec4ec914b7 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TagResourceResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TagResourceResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TargetFieldOrder.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TargetFieldOrder.java new file mode 100644 index 0000000000..f8581a0c4d --- /dev/null +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/TargetFieldOrder.java @@ -0,0 +1,62 @@ +/* + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.iot.model; + +import java.util.HashMap; +import java.util.Map; + +/** + * Target Field Order + */ +public enum TargetFieldOrder { + + LatLon("LatLon"), + LonLat("LonLat"); + + private String value; + + private TargetFieldOrder(String value) { + this.value = value; + } + + @Override + public String toString() { + return value; + } + + private static final Map+ * 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 c166653b13..f051b77d42 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCertificateRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricRequest.java index 080a4a1273..b277309f92 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricResult.java index b6f567e862..de7ab74db9 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateCustomMetricResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDeviceCertificateParams.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDeviceCertificateParams.java index 0fe1fcc200..721f23acd5 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDeviceCertificateParams.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDeviceCertificateParams.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionRequest.java index c344996cf4..05e30f4a6f 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionResult.java index cb2cca3f74..082a32eb95 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDimensionResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationRequest.java index 1192b06c17..3b58d81d7e 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -74,6 +74,13 @@ public class UpdateDomainConfigurationRequest extends AmazonWebServiceRequest im */ private TlsConfig tlsConfig; + /** + *+ * The server certificate configuration. + *
+ */ + private ServerCertificateConfig serverCertificateConfig; + /** ** The name of the domain configuration to be updated. @@ -386,6 +393,52 @@ public UpdateDomainConfigurationRequest withTlsConfig(TlsConfig tlsConfig) { return this; } + /** + *
+ * The server certificate configuration. + *
+ * + * @return+ * The server certificate configuration. + *
+ */ + public ServerCertificateConfig getServerCertificateConfig() { + return serverCertificateConfig; + } + + /** + *+ * The server certificate configuration. + *
+ * + * @param serverCertificateConfig+ * The server certificate configuration. + *
+ */ + public void setServerCertificateConfig(ServerCertificateConfig serverCertificateConfig) { + this.serverCertificateConfig = serverCertificateConfig; + } + + /** + *+ * The server certificate configuration. + *
+ *+ * Returns a reference to this object so that method calls can be chained + * together. + * + * @param serverCertificateConfig
+ * The server certificate configuration. + *
+ * @return A reference to this updated object so that method calls can be + * chained together. + */ + public UpdateDomainConfigurationRequest withServerCertificateConfig( + ServerCertificateConfig serverCertificateConfig) { + this.serverCertificateConfig = serverCertificateConfig; + return this; + } + /** * Returns a string representation of this object; useful for testing and * debugging. @@ -406,7 +459,9 @@ public String toString() { if (getRemoveAuthorizerConfig() != null) sb.append("removeAuthorizerConfig: " + getRemoveAuthorizerConfig() + ","); if (getTlsConfig() != null) - sb.append("tlsConfig: " + getTlsConfig()); + sb.append("tlsConfig: " + getTlsConfig() + ","); + if (getServerCertificateConfig() != null) + sb.append("serverCertificateConfig: " + getServerCertificateConfig()); sb.append("}"); return sb.toString(); } @@ -431,6 +486,10 @@ public int hashCode() { + ((getRemoveAuthorizerConfig() == null) ? 0 : getRemoveAuthorizerConfig() .hashCode()); hashCode = prime * hashCode + ((getTlsConfig() == null) ? 0 : getTlsConfig().hashCode()); + hashCode = prime + * hashCode + + ((getServerCertificateConfig() == null) ? 0 : getServerCertificateConfig() + .hashCode()); return hashCode; } @@ -471,6 +530,11 @@ public boolean equals(Object obj) { if (other.getTlsConfig() != null && other.getTlsConfig().equals(this.getTlsConfig()) == false) return false; + if (other.getServerCertificateConfig() == null ^ this.getServerCertificateConfig() == null) + return false; + if (other.getServerCertificateConfig() != null + && other.getServerCertificateConfig().equals(this.getServerCertificateConfig()) == false) + return false; return true; } } diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationResult.java index 1847f37036..7fc0b59cc0 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDomainConfigurationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupRequest.java index be51ab59a2..b50cc5557d 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupResult.java index 33bbff259d..c076fe7863 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateDynamicThingGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsRequest.java index 5557a058ba..0cb43079cc 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsResult.java index 8084870aba..398b1318ce 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateEventConfigurationsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateFleetMetricRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateFleetMetricRequest.java index c8552e42f7..b74f8a9d27 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateFleetMetricRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateFleetMetricRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationRequest.java index 8833e8b03e..af7c50d9d1 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationResult.java index cf9560f21f..46628b4e37 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateIndexingConfigurationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateJobRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateJobRequest.java index 25c3d83776..e4bd62979a 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateJobRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -98,7 +98,10 @@ public class UpdateJobRequest extends AmazonWebServiceRequest implements Seriali * *
- * The namespaceId
feature is in public preview.
+ * The namespaceId
feature is only supported by IoT Greengrass
+ * at this time. For more information, see Setting up IoT Greengrass core devices.
*
@@ -449,7 +452,10 @@ public UpdateJobRequest withTimeoutConfig(TimeoutConfig timeoutConfig) { *
*
- * The namespaceId
feature is in public preview.
+ * The namespaceId
feature is only supported by IoT Greengrass
+ * at this time. For more information, see Setting up IoT Greengrass core devices.
*
@@ -470,7 +476,10 @@ public UpdateJobRequest withTimeoutConfig(TimeoutConfig timeoutConfig) { *
*
- * The namespaceId
feature is in public preview.
+ * The namespaceId
feature is only supported by IoT
+ * Greengrass at this time. For more information, see Setting up IoT Greengrass core devices.
*
- * 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 5c3a6ec3b8..62cf3e1055 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageResult.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageVersionRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageVersionRequest.java index d5ea55804c..6d532b80b4 100644 --- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageVersionRequest.java +++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageVersionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -68,8 +68,8 @@ public class UpdatePackageVersionRequest extends AmazonWebServiceRequest impleme /** ** Metadata that can be used to define a package version’s configuration. - * For example, the S3 file location, configuration options that are being - * sent to the device or fleet. + * For example, the Amazon S3 file location, configuration options that are + * being sent to the device or fleet. *
** Note: Attributes can be updated only when the package version is @@ -282,8 +282,8 @@ public UpdatePackageVersionRequest withDescription(String description) { /** *
* Metadata that can be used to define a package version’s configuration. - * For example, the S3 file location, configuration options that are being - * sent to the device or fleet. + * For example, the Amazon S3 file location, configuration options that are + * being sent to the device or fleet. *
** Note: Attributes can be updated only when the package version is @@ -296,8 +296,8 @@ public UpdatePackageVersionRequest withDescription(String description) { * * @return
* Metadata that can be used to define a package version’s - * configuration. For example, the S3 file location, configuration - * options that are being sent to the device or fleet. + * configuration. For example, the Amazon S3 file location, + * configuration options that are being sent to the device or fleet. *
*
* Note: Attributes can be updated only when the package
@@ -315,8 +315,8 @@ public java.util.Map
* 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 b7b6630842..67389c025c 100644
--- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageVersionResult.java
+++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdatePackageVersionResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateRequest.java
index ecb534bbd6..0769b48b58 100644
--- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateRequest.java
+++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateResult.java
index f3c1b59d50..69f2b6600b 100644
--- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateResult.java
+++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateProvisioningTemplateResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasRequest.java
index 5c0ec0c14e..6c7eed7bc7 100644
--- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasRequest.java
+++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasResult.java
index 8e47d38ee7..282f9e817a 100644
--- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasResult.java
+++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditRequest.java
index 1589d03115..c8f23b42a3 100644
--- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditRequest.java
+++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditResult.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditResult.java
index 44285c593e..6d806d56da 100644
--- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditResult.java
+++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateScheduledAuditResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
diff --git a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateSecurityProfileRequest.java b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateSecurityProfileRequest.java
index f5cee9928a..a0a1955918 100644
--- a/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateSecurityProfileRequest.java
+++ b/aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateSecurityProfileRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright 2010-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
@@ -129,6 +129,20 @@ public class UpdateSecurityProfileRequest extends AmazonWebServiceRequest implem
*/
private Long expectedVersion;
+ /**
+ *
+ * Specifies the MQTT topic and role ARN required for metric export.
+ *
+ * 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.
+ *