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 55b0b41 commit 283930aCopy full SHA for 283930a
types/index.d.ts
@@ -533,7 +533,7 @@ export type Admin = {
533
resources: ResourceConfigQuery[]
534
includeSynonyms: boolean
535
}): Promise<DescribeConfigResponse>
536
- alterConfigs(configs: { validateOnly: boolean; resources: IResourceConfig[] }): Promise<any>
+ alterConfigs(configs: { validateOnly?: boolean; resources: IResourceConfig[] }): Promise<any>
537
listGroups(): Promise<{ groups: GroupOverview[] }>
538
deleteGroups(groupIds: string[]): Promise<DeleteGroupsResult[]>
539
describeGroups(groupIds: string[]): Promise<GroupDescriptions>
0 commit comments