We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448700d commit 370d81cCopy full SHA for 370d81c
packages/clients/src/api/function/v1beta1/types.gen.ts
@@ -369,8 +369,8 @@ export interface TriggerSqsClientConfig {
369
}
370
371
export interface UpdateTriggerRequestSqsClientConfig {
372
- accessKey: string
373
- secretKey: string
+ accessKey?: string
+ secretKey?: string
374
375
376
/** Upload url. */
@@ -733,7 +733,7 @@ export type CreateTriggerRequest = {
733
*/
734
region?: Region
735
name: string
736
- description: string
+ description?: string
737
functionId: string
738
/**
739
* One-of ('config'): at most one of 'scwSqsConfig', 'sqsConfig',
0 commit comments