-
Notifications
You must be signed in to change notification settings - Fork 488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config(amazonq): update Q API model #5965
Conversation
|
"auth": ["smithy.api#httpBearerAuth"], | ||
"endpointPrefix": "amazoncodewhispererservice", | ||
"jsonVersion": "1.0", | ||
"protocol": "json", | ||
"protocols": ["json"], | ||
"serviceFullName": "Amazon CodeWhisperer", | ||
"serviceId": "CodeWhispererRuntime", | ||
"signatureVersion": "bearer", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure do we need to include these 3 lines ornot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
think it should be fine, confirmed jb has these. https://github.com/aws/aws-toolkit-jetbrains/blob/main/plugins/core/sdk-codegen/codegen-resources/codewhispererruntime/service-2.json#L4-L15
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should not include
@justinmk3 fyi i will also request our service team to review the PR then merge |
Problem
requested by partner team
Solution
License: I confirm that my contribution is made under the terms of the Apache 2.0 license.