Skip to content

Commit d4116c1

Browse files
authored
feat(aws-android-sdk-kms): update models to latest (#2656)
1 parent a4b12d5 commit d4116c1

File tree

3 files changed

+36
-32
lines changed

3 files changed

+36
-32
lines changed

aws-android-sdk-kms/src/main/java/com/amazonaws/services/kms/AWSKMS.java

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4687,21 +4687,22 @@ void updateAlias(UpdateAliasRequest updateAliasRequest) throws AmazonClientExcep
46874687
* key store, use the <a>DescribeCustomKeyStores</a> operation.
46884688
* </p>
46894689
* <p>
4690-
* Use the parameters of <code>UpdateCustomKeyStore</code> to edit your
4691-
* keystore settings.
4690+
* The <code>CustomKeyStoreId</code> parameter is required in all commands.
4691+
* Use the other parameters of <code>UpdateCustomKeyStore</code> to edit
4692+
* your key store settings.
46924693
* </p>
46934694
* <ul>
46944695
* <li>
46954696
* <p>
4696-
* Use the <b>NewCustomKeyStoreName</b> parameter to change the friendly
4697-
* name of the custom key store to the value that you specify.
4697+
* Use the <code>NewCustomKeyStoreName</code> parameter to change the
4698+
* friendly name of the custom key store to the value that you specify.
46984699
* </p>
46994700
* <p>
47004701
* </p></li>
47014702
* <li>
47024703
* <p>
4703-
* Use the <b>KeyStorePassword</b> parameter tell KMS the current password
4704-
* of the <a href=
4704+
* Use the <code>KeyStorePassword</code> parameter tell KMS the current
4705+
* password of the <a href=
47054706
* "https://docs.aws.amazon.com/kms/latest/developerguide/key-store-concepts.html#concept-kmsuser"
47064707
* > <code>kmsuser</code> crypto user (CU)</a> in the associated CloudHSM
47074708
* cluster. You can use this parameter to <a href=
@@ -4714,11 +4715,11 @@ void updateAlias(UpdateAliasRequest updateAliasRequest) throws AmazonClientExcep
47144715
* </p></li>
47154716
* <li>
47164717
* <p>
4717-
* Use the <b>CloudHsmClusterId</b> parameter to associate the custom key
4718-
* store with a different, but related, CloudHSM cluster. You can use this
4719-
* parameter to repair a custom key store if its CloudHSM cluster becomes
4720-
* corrupted or is deleted, or when you need to create or restore a cluster
4721-
* from a backup.
4718+
* Use the <code>CloudHsmClusterId</code> parameter to associate the custom
4719+
* key store with a different, but related, CloudHSM cluster. You can use
4720+
* this parameter to repair a custom key store if its CloudHSM cluster
4721+
* becomes corrupted or is deleted, or when you need to create or restore a
4722+
* cluster from a backup.
47224723
* </p>
47234724
* </li>
47244725
* </ul>

aws-android-sdk-kms/src/main/java/com/amazonaws/services/kms/AWSKMSClient.java

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6078,21 +6078,22 @@ public void updateAlias(UpdateAliasRequest updateAliasRequest)
60786078
* key store, use the <a>DescribeCustomKeyStores</a> operation.
60796079
* </p>
60806080
* <p>
6081-
* Use the parameters of <code>UpdateCustomKeyStore</code> to edit your
6082-
* keystore settings.
6081+
* The <code>CustomKeyStoreId</code> parameter is required in all commands.
6082+
* Use the other parameters of <code>UpdateCustomKeyStore</code> to edit
6083+
* your key store settings.
60836084
* </p>
60846085
* <ul>
60856086
* <li>
60866087
* <p>
6087-
* Use the <b>NewCustomKeyStoreName</b> parameter to change the friendly
6088-
* name of the custom key store to the value that you specify.
6088+
* Use the <code>NewCustomKeyStoreName</code> parameter to change the
6089+
* friendly name of the custom key store to the value that you specify.
60896090
* </p>
60906091
* <p>
60916092
* </p></li>
60926093
* <li>
60936094
* <p>
6094-
* Use the <b>KeyStorePassword</b> parameter tell KMS the current password
6095-
* of the <a href=
6095+
* Use the <code>KeyStorePassword</code> parameter tell KMS the current
6096+
* password of the <a href=
60966097
* "https://docs.aws.amazon.com/kms/latest/developerguide/key-store-concepts.html#concept-kmsuser"
60976098
* > <code>kmsuser</code> crypto user (CU)</a> in the associated CloudHSM
60986099
* cluster. You can use this parameter to <a href=
@@ -6105,11 +6106,11 @@ public void updateAlias(UpdateAliasRequest updateAliasRequest)
61056106
* </p></li>
61066107
* <li>
61076108
* <p>
6108-
* Use the <b>CloudHsmClusterId</b> parameter to associate the custom key
6109-
* store with a different, but related, CloudHSM cluster. You can use this
6110-
* parameter to repair a custom key store if its CloudHSM cluster becomes
6111-
* corrupted or is deleted, or when you need to create or restore a cluster
6112-
* from a backup.
6109+
* Use the <code>CloudHsmClusterId</code> parameter to associate the custom
6110+
* key store with a different, but related, CloudHSM cluster. You can use
6111+
* this parameter to repair a custom key store if its CloudHSM cluster
6112+
* becomes corrupted or is deleted, or when you need to create or restore a
6113+
* cluster from a backup.
61136114
* </p>
61146115
* </li>
61156116
* </ul>

aws-android-sdk-kms/src/main/java/com/amazonaws/services/kms/model/UpdateCustomKeyStoreRequest.java

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,22 @@
3434
* store, use the <a>DescribeCustomKeyStores</a> operation.
3535
* </p>
3636
* <p>
37-
* Use the parameters of <code>UpdateCustomKeyStore</code> to edit your keystore
38-
* settings.
37+
* The <code>CustomKeyStoreId</code> parameter is required in all commands. Use
38+
* the other parameters of <code>UpdateCustomKeyStore</code> to edit your key
39+
* store settings.
3940
* </p>
4041
* <ul>
4142
* <li>
4243
* <p>
43-
* Use the <b>NewCustomKeyStoreName</b> parameter to change the friendly name of
44-
* the custom key store to the value that you specify.
44+
* Use the <code>NewCustomKeyStoreName</code> parameter to change the friendly
45+
* name of the custom key store to the value that you specify.
4546
* </p>
4647
* <p>
4748
* </p></li>
4849
* <li>
4950
* <p>
50-
* Use the <b>KeyStorePassword</b> parameter tell KMS the current password of
51-
* the <a href=
51+
* Use the <code>KeyStorePassword</code> parameter tell KMS the current password
52+
* of the <a href=
5253
* "https://docs.aws.amazon.com/kms/latest/developerguide/key-store-concepts.html#concept-kmsuser"
5354
* > <code>kmsuser</code> crypto user (CU)</a> in the associated CloudHSM
5455
* cluster. You can use this parameter to <a href=
@@ -61,10 +62,11 @@
6162
* </p></li>
6263
* <li>
6364
* <p>
64-
* Use the <b>CloudHsmClusterId</b> parameter to associate the custom key store
65-
* with a different, but related, CloudHSM cluster. You can use this parameter
66-
* to repair a custom key store if its CloudHSM cluster becomes corrupted or is
67-
* deleted, or when you need to create or restore a cluster from a backup.
65+
* Use the <code>CloudHsmClusterId</code> parameter to associate the custom key
66+
* store with a different, but related, CloudHSM cluster. You can use this
67+
* parameter to repair a custom key store if its CloudHSM cluster becomes
68+
* corrupted or is deleted, or when you need to create or restore a cluster from
69+
* a backup.
6870
* </p>
6971
* </li>
7072
* </ul>

0 commit comments

Comments
 (0)