Switch to encoded `sqscreds` param for SQS credentials
- The credentials for accessing SQS should be passed in to the client through the
sqscredsparam instead ofsqsakidandsqsskey -
sqsakidandsqsskeyare no longer supported - Maintainers can use
go run common/sqscreds/generate_creds.goto generate the encoded credentials
Implements #40341 (closed)