Skip to content

Commit 0278413

Browse files
OAS Update
1 parent 0378aac commit 0278413

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

services/kms/v1beta/kms.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@
387387
"deleted",
388388
"not_available",
389389
"errors_exist",
390+
"creating",
390391
"no_version"
391392
],
392393
"type": "string"
@@ -441,6 +442,7 @@
441442
"state": {
442443
"description": "The current state of the key ring.",
443444
"enum": [
445+
"creating",
444446
"active",
445447
"deleted"
446448
],
@@ -546,7 +548,7 @@
546548
"description": "The current state of the key.",
547549
"enum": [
548550
"active",
549-
"key_material_not_ready",
551+
"creating",
550552
"key_material_invalid",
551553
"key_material_unavailable",
552554
"disabled",
@@ -639,7 +641,7 @@
639641
"description": "The current state of the wrapping key.",
640642
"enum": [
641643
"active",
642-
"key_material_not_ready",
644+
"creating",
643645
"expired",
644646
"deleted",
645647
"key_material_unavailable"

0 commit comments

Comments
 (0)