{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-sitewise/refs/heads/main/json-schema/iot-sitewise-put-storage-configuration-response-schema.json", "title": "PutStorageConfigurationResponse", "description": "PutStorageConfigurationResponse schema", "type": "object", "properties": { "storageType": { "allOf": [ { "$ref": "#/components/schemas/StorageType" }, { "description": "
The storage tier that you specified for your data. The storageType parameter can be one of the following values:
SITEWISE_DEFAULT_STORAGE \u2013 IoT SiteWise saves your data into the hot tier. The hot tier is a service-managed database.
MULTI_LAYER_STORAGE \u2013 IoT SiteWise saves your data in both the cold tier and the hot tier. The cold tier is a customer-managed Amazon S3 bucket.
Contains the storage configuration for time series (data streams) that aren't associated with asset properties. The disassociatedDataStorage can be one of the following values:
ENABLED \u2013 IoT SiteWise accepts time series that aren't associated with asset properties.
After the disassociatedDataStorage is enabled, you can't disable it.
DISABLED \u2013 IoT SiteWise doesn't accept time series (data streams) that aren't associated with asset properties.
For more information, see Data streams in the IoT SiteWise User Guide.
" } ] }, "retentionPeriod": { "type": "object", "properties": { "numberOfDays": { "allOf": [ { "$ref": "#/components/schemas/NumberOfDays" }, { "description": "The number of days that your data is kept.
If you specified a value for this parameter, the unlimited parameter must be false.
If true, your data is kept indefinitely.
If configured to true, you must not specify a value for the numberOfDays parameter.