File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
packages_generated/key_manager/src/v1alpha1 Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11// This file was automatically generated. DO NOT EDIT.
22// If you have any remark or suggestion do not hesitate to open an issue.
3+
4+ import type { ApiLocality } from '@scaleway/sdk-client'
35import {
4- API as ParentAPI ,
56 enrichForPagination ,
7+ API as ParentAPI ,
68 toApiLocality ,
79 urlParams ,
810 validatePathParam ,
911} from '@scaleway/sdk-client'
10- import type { ApiLocality } from '@scaleway/sdk-client'
1112import {
1213 marshalCreateKeyRequest ,
1314 marshalDecryptRequest ,
Original file line number Diff line number Diff line change 11// This file was automatically generated. DO NOT EDIT.
22// If you have any remark or suggestion do not hesitate to open an issue.
3+
4+ import type { DefaultValues } from '@scaleway/sdk-client'
35import {
46 isJSONObject ,
57 resolveOneOf ,
68 unmarshalArrayOfObject ,
79 unmarshalDate ,
810} from '@scaleway/sdk-client'
9- import type { DefaultValues } from '@scaleway/sdk-client'
1011import type {
1112 CreateKeyRequest ,
1213 DataKey ,
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ export type KeyState =
3434 | 'enabled'
3535 | 'disabled'
3636 | 'pending_key_material'
37+ | 'scheduled_for_deletion'
3738
3839export type ListKeysRequestOrderBy =
3940 | 'name_asc'
You can’t perform that action at this time.
0 commit comments