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
21 changes: 21 additions & 0 deletions packages/clients/src/api/secret/v1alpha1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,13 @@ export class API extends ParentAPI {
* metadata of a secret's given version specified by the `region`,
* `secret_name`, `revision` and `project_id` parameters.
*
* This method is deprecated.
*
* Scaleway recommends that you use the `ListSecrets` request with the `name`
* filter to specify the secret version desired, then use the
* `GetSecretVersion` request.
*
* @deprecated
* @param request - The request {@link GetSecretVersionByNameRequest}
* @returns A Promise of SecretVersion
*/
Expand Down Expand Up @@ -539,6 +546,13 @@ export class API extends ParentAPI {
* given secret's versions specified by the `secret_name`,`region` and
* `project_id` parameters.
*
* This method is deprecated.
*
* Scaleway recommends that you use the `ListSecrets` request with the `name`
* filter to specify the secret version desired, then use the
* `ListSecretVersions` request.
*
* @deprecated
* @param request - The request {@link ListSecretVersionsByNameRequest}
* @returns A Promise of ListSecretVersionsResponse
*/
Expand Down Expand Up @@ -627,6 +641,13 @@ export class API extends ParentAPI {
* a secret's version specified by the `region`, `secret_name`, `revision` and
* `project_id` parameters.
*
* This method is deprecated.
*
* Scaleway recommends that you use the `ListSecrets` request with the `name`
* filter to specify the secret version desired, then use the
* `AccessSecretVersion` request.
*
* @deprecated
* @param request - The request {@link AccessSecretVersionByNameRequest}
* @returns A Promise of AccessSecretVersionResponse
*/
Expand Down