Gen2EnvironmentUpdateParameters type

Parameters supplied to the Update Environment operation to update a Gen2 environment.

type Gen2EnvironmentUpdateParameters = EnvironmentUpdateParameters & {
  kind: "Gen2"
  storageConfiguration?: Gen2StorageConfigurationMutableProperties
  warmStoreConfiguration?: WarmStoreConfigurationProperties
}