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
var client = amazon.createClient({
awsId: "aws ID",
awsSecret: "aws Secret",
awsTag: "aws Tag"
});
In createClient Credentials, I want to pass an additional parameter Domain to change the default domain/Locale - http://docs.aws.amazon.com/AWSECommerceService/latest/DG/Locales.html
The text was updated successfully, but these errors were encountered:
var client = amazon.createClient({
awsId: "aws ID",
awsSecret: "aws Secret",
awsTag: "aws Tag"
});
In createClient Credentials, I want to pass an additional parameter Domain to change the default domain/Locale - http://docs.aws.amazon.com/AWSECommerceService/latest/DG/Locales.html
The text was updated successfully, but these errors were encountered: