@@ -430,6 +430,13 @@ export class API extends ParentAPI {
430
430
* metadata of a secret's given version specified by the `region`,
431
431
* `secret_name`, `revision` and `project_id` parameters.
432
432
*
433
+ * This method is deprecated.
434
+ *
435
+ * Scaleway recommends that you use the `ListSecrets` request with the `name`
436
+ * filter to specify the secret version desired, then use the
437
+ * `GetSecretVersion` request.
438
+ *
439
+ * @deprecated
433
440
* @param request - The request {@link GetSecretVersionByNameRequest}
434
441
* @returns A Promise of SecretVersion
435
442
*/
@@ -539,6 +546,13 @@ export class API extends ParentAPI {
539
546
* given secret's versions specified by the `secret_name`,`region` and
540
547
* `project_id` parameters.
541
548
*
549
+ * This method is deprecated.
550
+ *
551
+ * Scaleway recommends that you use the `ListSecrets` request with the `name`
552
+ * filter to specify the secret version desired, then use the
553
+ * `ListSecretVersions` request.
554
+ *
555
+ * @deprecated
542
556
* @param request - The request {@link ListSecretVersionsByNameRequest}
543
557
* @returns A Promise of ListSecretVersionsResponse
544
558
*/
@@ -627,6 +641,13 @@ export class API extends ParentAPI {
627
641
* a secret's version specified by the `region`, `secret_name`, `revision` and
628
642
* `project_id` parameters.
629
643
*
644
+ * This method is deprecated.
645
+ *
646
+ * Scaleway recommends that you use the `ListSecrets` request with the `name`
647
+ * filter to specify the secret version desired, then use the
648
+ * `AccessSecretVersion` request.
649
+ *
650
+ * @deprecated
630
651
* @param request - The request {@link AccessSecretVersionByNameRequest}
631
652
* @returns A Promise of AccessSecretVersionResponse
632
653
*/
0 commit comments