-
Notifications
You must be signed in to change notification settings - Fork 595
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
@aws-sdk/client-api-gateway: CreateApiKeyRequest.name disappeared in rc.4 #1714
Comments
I can confirm the field is not removed by the service model, but it was removed in rc.7 release |
This is caused by |
The model for reference: aws-sdk-js-v3/codegen/sdk-codegen/aws-models/api-gateway.2015-07-09.json Lines 1055 to 1104 in 56c3639
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
In fdd0ddf the optional field
name
was removed from theCreateApiKeyRequest
interface for the api-gateway client (looking atclients/client-api-gateway/models/models_0.ts
). I'm guessing this was unintentional, but if I'm missing something, please let me know.Thanks for your work on this rebuild of the sdk, much appreciated!
The text was updated successfully, but these errors were encountered: