@@ -707,7 +707,8 @@ public void attachPolicy(AttachPolicyRequest attachPolicyRequest)
707707 * other credential).
708708 * </p>
709709 * <p>
710- * <b>Note:</b> This action is deprecated. Please use <a>AttachPolicy</a>
710+ * <b>Note:</b> This action is deprecated and works as expected for backward
711+ * compatibility, but we won't add enhancements. Use <a>AttachPolicy</a>
711712 * instead.
712713 * </p>
713714 * <p>
@@ -2434,7 +2435,7 @@ public CreateProvisioningClaimResult createProvisioningClaim(
24342435
24352436 /**
24362437 * <p>
2437- * Creates a fleet provisioning template.
2438+ * Creates a provisioning template.
24382439 * </p>
24392440 * <p>
24402441 * Requires permission to access the <a href=
@@ -2493,7 +2494,7 @@ public CreateProvisioningTemplateResult createProvisioningTemplate(
24932494
24942495 /**
24952496 * <p>
2496- * Creates a new version of a fleet provisioning template.
2497+ * Creates a new version of a provisioning template.
24972498 * </p>
24982499 * <p>
24992500 * Requires permission to access the <a href=
@@ -4113,7 +4114,7 @@ public void deletePolicyVersion(DeletePolicyVersionRequest deletePolicyVersionRe
41134114
41144115 /**
41154116 * <p>
4116- * Deletes a fleet provisioning template.
4117+ * Deletes a provisioning template.
41174118 * </p>
41184119 * <p>
41194120 * Requires permission to access the <a href=
@@ -4173,7 +4174,7 @@ public DeleteProvisioningTemplateResult deleteProvisioningTemplate(
41734174
41744175 /**
41754176 * <p>
4176- * Deletes a fleet provisioning template version.
4177+ * Deletes a provisioning template version.
41774178 * </p>
41784179 * <p>
41794180 * Requires permission to access the <a href=
@@ -6204,7 +6205,7 @@ public DescribeMitigationActionResult describeMitigationAction(
62046205
62056206 /**
62066207 * <p>
6207- * Returns information about a fleet provisioning template.
6208+ * Returns information about a provisioning template.
62086209 * </p>
62096210 * <p>
62106211 * Requires permission to access the <a href=
@@ -6262,7 +6263,7 @@ public DescribeProvisioningTemplateResult describeProvisioningTemplate(
62626263
62636264 /**
62646265 * <p>
6265- * Returns information about a fleet provisioning template version.
6266+ * Returns information about a provisioning template version.
62666267 * </p>
62676268 * <p>
62686269 * Requires permission to access the <a href=
@@ -6836,11 +6837,11 @@ public void detachPolicy(DetachPolicyRequest detachPolicyRequest)
68366837 * <p>
68376838 * Removes the specified policy from the specified certificate.
68386839 * </p>
6839- * <note>
68406840 * <p>
6841- * This action is deprecated. Please use <a>DetachPolicy</a> instead.
6841+ * <b>Note:</b> This action is deprecated and works as expected for backward
6842+ * compatibility, but we won't add enhancements. Use <a>DetachPolicy</a>
6843+ * instead.
68426844 * </p>
6843- * </note>
68446845 * <p>
68456846 * Requires permission to access the <a href=
68466847 * "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions"
@@ -9689,7 +9690,8 @@ public ListPoliciesResult listPolicies(ListPoliciesRequest listPoliciesRequest)
96899690 * Lists the principals associated with the specified policy.
96909691 * </p>
96919692 * <p>
9692- * <b>Note:</b> This action is deprecated. Please use
9693+ * <b>Note:</b> This action is deprecated and works as expected for backward
9694+ * compatibility, but we won't add enhancements. Use
96939695 * <a>ListTargetsForPolicy</a> instead.
96949696 * </p>
96959697 * <p>
@@ -9818,7 +9820,8 @@ public ListPolicyVersionsResult listPolicyVersions(
98189820 * >AmazonCognito Identity format</a>.
98199821 * </p>
98209822 * <p>
9821- * <b>Note:</b> This action is deprecated. Please use
9823+ * <b>Note:</b> This action is deprecated and works as expected for backward
9824+ * compatibility, but we won't add enhancements. Use
98229825 * <a>ListAttachedPolicies</a> instead.
98239826 * </p>
98249827 * <p>
@@ -9942,7 +9945,7 @@ public ListPrincipalThingsResult listPrincipalThings(
99429945
99439946 /**
99449947 * <p>
9945- * A list of fleet provisioning template versions.
9948+ * A list of provisioning template versions.
99469949 * </p>
99479950 * <p>
99489951 * Requires permission to access the <a href=
@@ -10000,8 +10003,7 @@ public ListProvisioningTemplateVersionsResult listProvisioningTemplateVersions(
1000010003
1000110004 /**
1000210005 * <p>
10003- * Lists the fleet provisioning templates in your Amazon Web Services
10004- * account.
10006+ * Lists the provisioning templates in your Amazon Web Services account.
1000510007 * </p>
1000610008 * <p>
1000710009 * Requires permission to access the <a href=
@@ -11313,14 +11315,10 @@ public PutVerificationStateOnViolationResult putVerificationStateOnViolation(
1131311315
1131411316 /**
1131511317 * <p>
11316- * Registers a CA certificate with IoT. This CA certificate can then be used
11317- * to sign device certificates, which can be then registered with IoT. You
11318- * can register up to 10 CA certificates per Amazon Web Services account
11319- * that have the same subject field. This enables you to have up to 10
11320- * certificate authorities sign your device certificates. If you have more
11321- * than one CA certificate registered, make sure you pass the CA certificate
11322- * when you register your device certificates with the
11323- * <a>RegisterCertificate</a> action.
11318+ * Registers a CA certificate with Amazon Web Services IoT Core. There is no
11319+ * limit to the number of CA certificates you can register in your Amazon
11320+ * Web Services account. You can register up to 10 CA certificates with the
11321+ * same <code>CA subject field</code> per Amazon Web Services account.
1132411322 * </p>
1132511323 * <p>
1132611324 * Requires permission to access the <a href=
@@ -11333,6 +11331,7 @@ public PutVerificationStateOnViolationResult putVerificationStateOnViolation(
1133311331 * </p>
1133411332 * @return registerCACertificateResult The response from the
1133511333 * RegisterCACertificate service method, as returned by AWS IoT.
11334+ * @throws ResourceNotFoundException
1133611335 * @throws ResourceAlreadyExistsException
1133711336 * @throws RegistrationCodeValidationException
1133811337 * @throws InvalidRequestException
@@ -11383,7 +11382,9 @@ public RegisterCACertificateResult registerCACertificate(
1138311382
1138411383 /**
1138511384 * <p>
11386- * Registers a device certificate with IoT. If you have more than one CA
11385+ * Registers a device certificate with IoT in the same <a href=
11386+ * "https://docs.aws.amazon.com/iot/latest/apireference/API_CertificateDescription.html#iot-Type-CertificateDescription-certificateMode"
11387+ * >certificate mode</a> as the signing CA. If you have more than one CA
1138711388 * certificate that has the same subject field, you must specify the CA
1138811389 * certificate that was used to sign the device certificate being
1138911390 * registered.
@@ -13572,7 +13573,7 @@ public UpdateMitigationActionResult updateMitigationAction(
1357213573
1357313574 /**
1357413575 * <p>
13575- * Updates a fleet provisioning template.
13576+ * Updates a provisioning template.
1357613577 * </p>
1357713578 * <p>
1357813579 * Requires permission to access the <a href=
0 commit comments