@@ -474,6 +474,7 @@ private void init() {
474474 jsonErrorUnmarshallers .add (new CustomKeyStoreNotFoundExceptionUnmarshaller ());
475475 jsonErrorUnmarshallers .add (new DependencyTimeoutExceptionUnmarshaller ());
476476 jsonErrorUnmarshallers .add (new DisabledExceptionUnmarshaller ());
477+ jsonErrorUnmarshallers .add (new DryRunOperationExceptionUnmarshaller ());
477478 jsonErrorUnmarshallers .add (new ExpiredImportTokenExceptionUnmarshaller ());
478479 jsonErrorUnmarshallers .add (new IncorrectKeyExceptionUnmarshaller ());
479480 jsonErrorUnmarshallers .add (new IncorrectKeyMaterialExceptionUnmarshaller ());
@@ -1247,6 +1248,7 @@ public CreateCustomKeyStoreResult createCustomKeyStore(
12471248 * @throws InvalidGrantTokenException
12481249 * @throws LimitExceededException
12491250 * @throws KMSInvalidStateException
1251+ * @throws DryRunOperationException
12501252 * @throws AmazonClientException If any internal errors are encountered
12511253 * inside the client while attempting to make the request or
12521254 * handle the response. For example if a network connection is
@@ -1766,6 +1768,7 @@ public CreateKeyResult createKey(CreateKeyRequest createKeyRequest)
17661768 * @throws InvalidGrantTokenException
17671769 * @throws KMSInternalException
17681770 * @throws KMSInvalidStateException
1771+ * @throws DryRunOperationException
17691772 * @throws AmazonClientException If any internal errors are encountered
17701773 * inside the client while attempting to make the request or
17711774 * handle the response. For example if a network connection is
@@ -3120,6 +3123,7 @@ public void enableKeyRotation(EnableKeyRotationRequest enableKeyRotationRequest)
31203123 * @throws InvalidGrantTokenException
31213124 * @throws KMSInternalException
31223125 * @throws KMSInvalidStateException
3126+ * @throws DryRunOperationException
31233127 * @throws AmazonClientException If any internal errors are encountered
31243128 * inside the client while attempting to make the request or
31253129 * handle the response. For example if a network connection is
@@ -3337,6 +3341,7 @@ public EncryptResult encrypt(EncryptRequest encryptRequest)
33373341 * @throws InvalidGrantTokenException
33383342 * @throws KMSInternalException
33393343 * @throws KMSInvalidStateException
3344+ * @throws DryRunOperationException
33403345 * @throws AmazonClientException If any internal errors are encountered
33413346 * inside the client while attempting to make the request or
33423347 * handle the response. For example if a network connection is
@@ -3520,6 +3525,7 @@ public GenerateDataKeyResult generateDataKey(GenerateDataKeyRequest generateData
35203525 * @throws KMSInternalException
35213526 * @throws KMSInvalidStateException
35223527 * @throws UnsupportedOperationException
3528+ * @throws DryRunOperationException
35233529 * @throws AmazonClientException If any internal errors are encountered
35243530 * inside the client while attempting to make the request or
35253531 * handle the response. For example if a network connection is
@@ -3671,6 +3677,7 @@ public GenerateDataKeyPairResult generateDataKeyPair(
36713677 * @throws KMSInternalException
36723678 * @throws KMSInvalidStateException
36733679 * @throws UnsupportedOperationException
3680+ * @throws DryRunOperationException
36743681 * @throws AmazonClientException If any internal errors are encountered
36753682 * inside the client while attempting to make the request or
36763683 * handle the response. For example if a network connection is
@@ -3837,6 +3844,7 @@ public GenerateDataKeyPairWithoutPlaintextResult generateDataKeyPairWithoutPlain
38373844 * @throws InvalidGrantTokenException
38383845 * @throws KMSInternalException
38393846 * @throws KMSInvalidStateException
3847+ * @throws DryRunOperationException
38403848 * @throws AmazonClientException If any internal errors are encountered
38413849 * inside the client while attempting to make the request or
38423850 * handle the response. For example if a network connection is
@@ -3937,6 +3945,7 @@ public GenerateDataKeyWithoutPlaintextResult generateDataKeyWithoutPlaintext(
39373945 * @throws InvalidGrantTokenException
39383946 * @throws KMSInternalException
39393947 * @throws KMSInvalidStateException
3948+ * @throws DryRunOperationException
39403949 * @throws AmazonClientException If any internal errors are encountered
39413950 * inside the client while attempting to make the request or
39423951 * handle the response. For example if a network connection is
@@ -5638,6 +5647,7 @@ public void putKeyPolicy(PutKeyPolicyRequest putKeyPolicyRequest)
56385647 * @throws InvalidGrantTokenException
56395648 * @throws KMSInternalException
56405649 * @throws KMSInvalidStateException
5650+ * @throws DryRunOperationException
56415651 * @throws AmazonClientException If any internal errors are encountered
56425652 * inside the client while attempting to make the request or
56435653 * handle the response. For example if a network connection is
@@ -5941,6 +5951,7 @@ public ReplicateKeyResult replicateKey(ReplicateKeyRequest replicateKeyRequest)
59415951 * @throws DependencyTimeoutException
59425952 * @throws KMSInternalException
59435953 * @throws KMSInvalidStateException
5954+ * @throws DryRunOperationException
59445955 * @throws AmazonClientException If any internal errors are encountered
59455956 * inside the client while attempting to make the request or
59465957 * handle the response. For example if a network connection is
@@ -6043,6 +6054,7 @@ public void retireGrant(RetireGrantRequest retireGrantRequest)
60436054 * @throws InvalidGrantIdException
60446055 * @throws KMSInternalException
60456056 * @throws KMSInvalidStateException
6057+ * @throws DryRunOperationException
60466058 * @throws AmazonClientException If any internal errors are encountered
60476059 * inside the client while attempting to make the request or
60486060 * handle the response. For example if a network connection is
@@ -6093,10 +6105,10 @@ public void revokeGrant(RevokeGrantRequest revokeGrantRequest)
60936105 * When a KMS key is deleted, all data that was encrypted under the KMS key
60946106 * is unrecoverable. (The only exception is a <a
60956107 * href="kms/latest/developerguide/multi-region-keys-delete.html"
6096- * >multi-Region replica key</a>, or an asymmetric or HMAC KMS key with
6097- * imported key material[BUGBUG-link to
6098- * importing-keys-managing.html#import-delete-key.) To prevent the use of a
6099- * KMS key without deleting it, use <a>DisableKey</a>.
6108+ * >multi-Region replica key</a>, or an <a href=
6109+ * "kms/latest/developerguide/importing-keys-managing.html#import-delete-key"
6110+ * >asymmetric or HMAC KMS key with imported key material</a>.) To prevent
6111+ * the use of a KMS key without deleting it, use <a>DisableKey</a>.
61006112 * </p>
61016113 * </important>
61026114 * <p>
@@ -6320,6 +6332,7 @@ public ScheduleKeyDeletionResult scheduleKeyDeletion(
63206332 * @throws InvalidGrantTokenException
63216333 * @throws KMSInternalException
63226334 * @throws KMSInvalidStateException
6335+ * @throws DryRunOperationException
63236336 * @throws AmazonClientException If any internal errors are encountered
63246337 * inside the client while attempting to make the request or
63256338 * handle the response. For example if a network connection is
@@ -7245,6 +7258,7 @@ public void updatePrimaryRegion(UpdatePrimaryRegionRequest updatePrimaryRegionRe
72457258 * @throws KMSInternalException
72467259 * @throws KMSInvalidStateException
72477260 * @throws KMSInvalidSignatureException
7261+ * @throws DryRunOperationException
72487262 * @throws AmazonClientException If any internal errors are encountered
72497263 * inside the client while attempting to make the request or
72507264 * handle the response. For example if a network connection is
@@ -7337,6 +7351,7 @@ public VerifyResult verify(VerifyRequest verifyRequest)
73377351 * @throws KMSInternalException
73387352 * @throws KMSInvalidMacException
73397353 * @throws KMSInvalidStateException
7354+ * @throws DryRunOperationException
73407355 * @throws AmazonClientException If any internal errors are encountered
73417356 * inside the client while attempting to make the request or
73427357 * handle the response. For example if a network connection is
@@ -7895,6 +7910,7 @@ public ListAliasesResult listAliases()
78957910 * @throws DependencyTimeoutException
78967911 * @throws KMSInternalException
78977912 * @throws KMSInvalidStateException
7913+ * @throws DryRunOperationException
78987914 * @throws AmazonClientException If any internal errors are encountered
78997915 * inside the client while attempting to make the request or
79007916 * handle the response. For example if a network connection is
0 commit comments