File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ export interface DescribeVolumeStatusCommandOutput extends DescribeVolumeStatusR
123123 * // Status: "STRING_VALUE",
124124 * // },
125125 * // ],
126- * // Status: "ok" || "impaired" || "insufficient-data",
126+ * // Status: "ok" || "impaired" || "insufficient-data" || "warning" ,
127127 * // },
128128 * // AttachmentStatuses: [ // VolumeStatusAttachmentStatusList
129129 * // { // VolumeStatusAttachmentStatus
Original file line number Diff line number Diff line change @@ -11683,6 +11683,7 @@ export const VolumeStatusInfoStatus = {
1168311683 impaired : "impaired" ,
1168411684 insufficient_data : "insufficient-data" ,
1168511685 ok : "ok" ,
11686+ warning : "warning" ,
1168611687} as const ;
1168711688
1168811689/**
Original file line number Diff line number Diff line change @@ -118752,6 +118752,12 @@
118752118752 "traits": {
118753118753 "smithy.api#enumValue": "insufficient-data"
118754118754 }
118755+ },
118756+ "warning": {
118757+ "target": "smithy.api#Unit",
118758+ "traits": {
118759+ "smithy.api#enumValue": "warning"
118760+ }
118755118761 }
118756118762 }
118757118763 },
You can’t perform that action at this time.
0 commit comments