|
3583 | 3583 | "type":"structure",
|
3584 | 3584 | "required":["entries"],
|
3585 | 3585 | "members":{
|
| 3586 | + "enablePartialEntryProcessing":{ |
| 3587 | + "shape":"BooleanValue", |
| 3588 | + "documentation":"<p>This setting enables partial ingestion at entry-level. If set to <code>true</code>, we ingest all TQVs not resulting in an error. If set to <code>false</code>, an invalid TQV fails ingestion of the entire entry that contains it.</p>" |
| 3589 | + }, |
3586 | 3590 | "entries":{
|
3587 | 3591 | "shape":"PutAssetPropertyValueEntries",
|
3588 | 3592 | "documentation":"<p>The list of asset property value entries for the batch put request. You can specify up to 10 entries per request.</p>"
|
|
3599 | 3603 | }
|
3600 | 3604 | }
|
3601 | 3605 | },
|
| 3606 | + "BooleanValue":{"type":"boolean"}, |
3602 | 3607 | "Bucket":{
|
3603 | 3608 | "type":"string",
|
3604 | 3609 | "max":63,
|
|
6023 | 6028 | "warmTierRetentionPeriod":{
|
6024 | 6029 | "shape":"WarmTierRetentionPeriod",
|
6025 | 6030 | "documentation":"<p>Set this period to specify how long your data is stored in the warm tier before it is deleted. You can set this only if cold tier is enabled.</p>"
|
| 6031 | + }, |
| 6032 | + "disallowIngestNullNaN":{ |
| 6033 | + "shape":"DisallowIngestNullNaN", |
| 6034 | + "documentation":"<p>Describes the configuration for ingesting NULL and NaN data. By default the feature is allowed. The feature is disallowed if the value is <code>true</code>.</p>" |
6026 | 6035 | }
|
6027 | 6036 | }
|
6028 | 6037 | },
|
|
6133 | 6142 | "type":"list",
|
6134 | 6143 | "member":{"shape":"DetailedError"}
|
6135 | 6144 | },
|
| 6145 | + "DisallowIngestNullNaN":{"type":"boolean"}, |
6136 | 6146 | "DisassociateAssetsRequest":{
|
6137 | 6147 | "type":"structure",
|
6138 | 6148 | "required":[
|
|
8206 | 8216 | "type":"boolean",
|
8207 | 8217 | "box":true
|
8208 | 8218 | },
|
8209 |
| - "NumberOfDays":{ |
8210 |
| - "type":"integer", |
8211 |
| - "min":30 |
8212 |
| - }, |
| 8219 | + "NumberOfDays":{"type":"integer"}, |
8213 | 8220 | "Offset":{
|
8214 | 8221 | "type":"string",
|
8215 | 8222 | "max":25,
|
|
8543 | 8550 | "PropertyValueBooleanValue":{"type":"boolean"},
|
8544 | 8551 | "PropertyValueDoubleValue":{"type":"double"},
|
8545 | 8552 | "PropertyValueIntegerValue":{"type":"integer"},
|
| 8553 | + "PropertyValueNullValue":{ |
| 8554 | + "type":"structure", |
| 8555 | + "required":["valueType"], |
| 8556 | + "members":{ |
| 8557 | + "valueType":{ |
| 8558 | + "shape":"RawValueType", |
| 8559 | + "documentation":"<p>The type of null asset property data.</p>" |
| 8560 | + } |
| 8561 | + }, |
| 8562 | + "documentation":"<p>The value type of null asset property data with BAD and UNCERTAIN qualities.</p>" |
| 8563 | + }, |
8546 | 8564 | "PropertyValueStringValue":{"type":"string"},
|
8547 | 8565 | "PutAssetPropertyValueEntries":{
|
8548 | 8566 | "type":"list",
|
|
8652 | 8670 | "warmTierRetentionPeriod":{
|
8653 | 8671 | "shape":"WarmTierRetentionPeriod",
|
8654 | 8672 | "documentation":"<p>Set this period to specify how long your data is stored in the warm tier before it is deleted. You can set this only if cold tier is enabled.</p>"
|
| 8673 | + }, |
| 8674 | + "disallowIngestNullNaN":{ |
| 8675 | + "shape":"DisallowIngestNullNaN", |
| 8676 | + "documentation":"<p>Describes the configuration for ingesting NULL and NaN data. By default the feature is allowed. The feature is disallowed if the value is <code>true</code>.</p>" |
8655 | 8677 | }
|
8656 | 8678 | }
|
8657 | 8679 | },
|
|
8683 | 8705 | "warmTierRetentionPeriod":{
|
8684 | 8706 | "shape":"WarmTierRetentionPeriod",
|
8685 | 8707 | "documentation":"<p>Set this period to specify how long your data is stored in the warm tier before it is deleted. You can set this only if cold tier is enabled.</p>"
|
| 8708 | + }, |
| 8709 | + "disallowIngestNullNaN":{ |
| 8710 | + "shape":"DisallowIngestNullNaN", |
| 8711 | + "documentation":"<p>Describes the configuration for ingesting NULL and NaN data. By default the feature is allowed. The feature is disallowed if the value is <code>true</code>.</p>" |
8686 | 8712 | }
|
8687 | 8713 | }
|
8688 | 8714 | },
|
|
8714 | 8740 | "error":{"httpStatusCode":400},
|
8715 | 8741 | "exception":true
|
8716 | 8742 | },
|
| 8743 | + "RawValueType":{ |
| 8744 | + "type":"string", |
| 8745 | + "enum":[ |
| 8746 | + "D", |
| 8747 | + "B", |
| 8748 | + "S", |
| 8749 | + "I", |
| 8750 | + "U" |
| 8751 | + ] |
| 8752 | + }, |
8717 | 8753 | "Reference":{
|
8718 | 8754 | "type":"structure",
|
8719 | 8755 | "members":{
|
|
9773 | 9809 | "members":{
|
9774 | 9810 | "stringValue":{
|
9775 | 9811 | "shape":"PropertyValueStringValue",
|
9776 |
| - "documentation":"<p>Asset property data of type string (sequence of characters).</p>" |
| 9812 | + "documentation":"<p> Asset property data of type string (sequence of characters). The allowed pattern: \"^$|[^\\u0000-\\u001F\\u007F]+\". The max length is 1024. </p>" |
9777 | 9813 | },
|
9778 | 9814 | "integerValue":{
|
9779 | 9815 | "shape":"PropertyValueIntegerValue",
|
9780 | 9816 | "documentation":"<p>Asset property data of type integer (whole number).</p>"
|
9781 | 9817 | },
|
9782 | 9818 | "doubleValue":{
|
9783 | 9819 | "shape":"PropertyValueDoubleValue",
|
9784 |
| - "documentation":"<p>Asset property data of type double (floating point number).</p>" |
| 9820 | + "documentation":"<p> Asset property data of type double (floating point number). The min value is -10^10. The max value is 10^10. Double.NaN is allowed. </p>" |
9785 | 9821 | },
|
9786 | 9822 | "booleanValue":{
|
9787 | 9823 | "shape":"PropertyValueBooleanValue",
|
9788 | 9824 | "documentation":"<p>Asset property data of type Boolean (true or false).</p>"
|
| 9825 | + }, |
| 9826 | + "nullValue":{ |
| 9827 | + "shape":"PropertyValueNullValue", |
| 9828 | + "documentation":"<p>The type of null asset property data with BAD and UNCERTAIN qualities.</p>" |
9789 | 9829 | }
|
9790 | 9830 | },
|
9791 | 9831 | "documentation":"<p>Contains an asset property value (of a single type only).</p>"
|
|
0 commit comments