You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/kms/src/main/resources/codegen-resources/service-2.json
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1608,7 +1608,7 @@
1608
1608
},
1609
1609
"KeyMaterialId":{
1610
1610
"shape":"BackingKeyIdType",
1611
-
"documentation":"<p>The identifier of the key material used to decrypt the ciphertext. This field is present only when the operation uses a symmetric encryption KMS key.</p>"
1611
+
"documentation":"<p>The identifier of the key material used to decrypt the ciphertext. This field is present only when the operation uses a symmetric encryption KMS key. This field is omitted if the request includes the <code>Recipient</code> parameter.</p>"
1612
1612
}
1613
1613
}
1614
1614
},
@@ -1918,10 +1918,6 @@
1918
1918
"EncryptionAlgorithm":{
1919
1919
"shape":"EncryptionAlgorithmSpec",
1920
1920
"documentation":"<p>The encryption algorithm that was used to encrypt the plaintext.</p>"
1921
-
},
1922
-
"KeyMaterialId":{
1923
-
"shape":"BackingKeyIdType",
1924
-
"documentation":"<p>The identifier of the key material used to encrypt the ciphertext. This field is present only when the operation uses a symmetric encryption KMS key.</p>"
1925
1921
}
1926
1922
}
1927
1923
},
@@ -2023,7 +2019,7 @@
2023
2019
},
2024
2020
"KeyMaterialId":{
2025
2021
"shape":"BackingKeyIdType",
2026
-
"documentation":"<p>The identifier of the key material used to encrypt the private key.</p>"
2022
+
"documentation":"<p>The identifier of the key material used to encrypt the private key. This field is omitted if the request includes the <code>Recipient</code> parameter.</p>"
2027
2023
}
2028
2024
}
2029
2025
},
@@ -2136,7 +2132,7 @@
2136
2132
},
2137
2133
"KeyMaterialId":{
2138
2134
"shape":"BackingKeyIdType",
2139
-
"documentation":"<p>The identifier of the key material used to encrypt the data key.</p>"
2135
+
"documentation":"<p>The identifier of the key material used to encrypt the data key. This field is omitted if the request includes the <code>Recipient</code> parameter.</p>"
0 commit comments