Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify AWS request building logic.
Modify already instantiated {Encrypt,Decrypt}Input, instead of creating a new one. Add KeyId field to DecryptRequest field when associatedData is not provided. For DecryptRequest, this field is optional, but specifying it is recommended and allows the service to ensure the intended key is used. See https://docs.aws.amazon.com/kms/latest/APIReference/API_Decrypt.html. PiperOrigin-RevId: 534330644 Change-Id: I774b7fce9eb52c3dacd016c0e01a652582abbf17
- Loading branch information