Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/clients/src/api/function/v1beta1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,8 @@ export interface TriggerSqsClientConfig {
}

export interface UpdateTriggerRequestSqsClientConfig {
accessKey: string
secretKey: string
accessKey?: string
secretKey?: string
}

/** Upload url. */
Expand Down Expand Up @@ -733,7 +733,7 @@ export type CreateTriggerRequest = {
*/
region?: Region
name: string
description: string
description?: string
functionId: string
/**
* One-of ('config'): at most one of 'scwSqsConfig', 'sqsConfig',
Expand Down