@distilled.cloud/aws 0.5.1 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1160,7 +1160,7 @@ export const CreateKeyValueStoreRequest = /*@__PURE__*/ /*#__PURE__*/ S.suspend(
1160
1160
  export const KeyValueStore = /*@__PURE__*/ /*#__PURE__*/ S.suspend(() => S.Struct({
1161
1161
  Name: S.String,
1162
1162
  Id: S.String,
1163
- Comment: S.String,
1163
+ Comment: S.optional(S.String),
1164
1164
  ARN: S.String,
1165
1165
  Status: S.optional(S.String),
1166
1166
  LastModifiedTime: T.DateFromString,