|
2549 | 2549 | },
|
2550 | 2550 | "portalAuthMode":{
|
2551 | 2551 | "shape":"AuthMode",
|
2552 |
| - "documentation":"<p>The service to use to authenticate users to the portal. Choose from the following options:</p> <ul> <li> <p> <code>SSO</code> – The portal uses Amazon Web Services Single Sign On to authenticate users and manage user permissions. Before you can create a portal that uses Amazon Web Services SSO, you must enable Amazon Web Services SSO. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/monitor-get-started.html#mon-gs-sso\">Enabling Amazon Web Services SSO</a> in the <i>IoT SiteWise User Guide</i>. This option is only available in Amazon Web Services Regions other than the China Regions.</p> </li> <li> <p> <code>IAM</code> – The portal uses Identity and Access Management to authenticate users and manage user permissions. This option is only available in the China Regions.</p> </li> </ul> <p>You can't change this value after you create a portal.</p> <p>Default: <code>SSO</code> </p>" |
| 2552 | + "documentation":"<p>The service to use to authenticate users to the portal. Choose from the following options:</p> <ul> <li> <p> <code>SSO</code> – The portal uses Amazon Web Services Single Sign On to authenticate users and manage user permissions. Before you can create a portal that uses Amazon Web Services SSO, you must enable Amazon Web Services SSO. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/monitor-get-started.html#mon-gs-sso\">Enabling Amazon Web Services SSO</a> in the <i>IoT SiteWise User Guide</i>. This option is only available in Amazon Web Services Regions other than the China Regions.</p> </li> <li> <p> <code>IAM</code> – The portal uses Identity and Access Management to authenticate users and manage user permissions.</p> </li> </ul> <p>You can't change this value after you create a portal.</p> <p>Default: <code>SSO</code> </p>" |
2553 | 2553 | },
|
2554 | 2554 | "notificationSenderEmail":{
|
2555 | 2555 | "shape":"Email",
|
|
3499 | 3499 | "members":{
|
3500 | 3500 | "storageType":{
|
3501 | 3501 | "shape":"StorageType",
|
3502 |
| - "documentation":"<p>The type of storage that you specified for your data. The storage type can be one of the following values:</p> <ul> <li> <p> <code>SITEWISE_DEFAULT_STORAGE</code> – IoT SiteWise replicates your data into a service managed database.</p> </li> <li> <p> <code>MULTI_LAYER_STORAGE</code> – IoT SiteWise replicates your data into a service managed database and saves a copy of your raw data and metadata in an Amazon S3 object that you specified.</p> </li> </ul>" |
| 3502 | + "documentation":"<p>The storage tier that you specified for your data. The <code>storageType</code> parameter can be one of the following values:</p> <ul> <li> <p> <code>SITEWISE_DEFAULT_STORAGE</code> – IoT SiteWise saves your data into the hot tier. The hot tier is a service-managed database.</p> </li> <li> <p> <code>MULTI_LAYER_STORAGE</code> – IoT SiteWise saves your data in both the cold tier and the cold tier. The cold tier is a customer-managed Amazon S3 bucket.</p> </li> </ul>" |
3503 | 3503 | },
|
3504 | 3504 | "multiLayerStorage":{
|
3505 | 3505 | "shape":"MultiLayerStorage",
|
|
3509 | 3509 | "shape":"DisassociatedDataStorageState",
|
3510 | 3510 | "documentation":"<p>Contains the storage configuration for time series (data streams) that aren't associated with asset properties. The <code>disassociatedDataStorage</code> can be one of the following values:</p> <ul> <li> <p> <code>ENABLED</code> – IoT SiteWise accepts time series that aren't associated with asset properties.</p> <important> <p>After the <code>disassociatedDataStorage</code> is enabled, you can't disable it.</p> </important> </li> <li> <p> <code>DISABLED</code> – IoT SiteWise doesn't accept time series (data streams) that aren't associated with asset properties.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/data-streams.html\">Data streams</a> in the <i>IoT SiteWise User Guide</i>.</p>"
|
3511 | 3511 | },
|
| 3512 | + "retentionPeriod":{ |
| 3513 | + "shape":"RetentionPeriod", |
| 3514 | + "documentation":"<p>How many days your data is kept in the hot tier. By default, your data is kept indefinitely in the hot tier.</p>" |
| 3515 | + }, |
3512 | 3516 | "configurationStatus":{"shape":"ConfigurationStatus"},
|
3513 | 3517 | "lastUpdateDate":{
|
3514 | 3518 | "shape":"Timestamp",
|
|
5026 | 5030 | "min":1,
|
5027 | 5031 | "pattern":"[A-Za-z0-9+/=]+"
|
5028 | 5032 | },
|
| 5033 | + "NumberOfDays":{ |
| 5034 | + "type":"integer", |
| 5035 | + "min":30 |
| 5036 | + }, |
5029 | 5037 | "Offset":{
|
5030 | 5038 | "type":"string",
|
5031 | 5039 | "max":25,
|
|
5380 | 5388 | "members":{
|
5381 | 5389 | "storageType":{
|
5382 | 5390 | "shape":"StorageType",
|
5383 |
| - "documentation":"<p>The type of storage that you specified for your data. The storage type can be one of the following values:</p> <ul> <li> <p> <code>SITEWISE_DEFAULT_STORAGE</code> – IoT SiteWise replicates your data into a service managed database.</p> </li> <li> <p> <code>MULTI_LAYER_STORAGE</code> – IoT SiteWise replicates your data into a service managed database and saves a copy of your raw data and metadata in an Amazon S3 object that you specified.</p> </li> </ul>" |
| 5391 | + "documentation":"<p>The storage tier that you specified for your data. The <code>storageType</code> parameter can be one of the following values:</p> <ul> <li> <p> <code>SITEWISE_DEFAULT_STORAGE</code> – IoT SiteWise saves your data into the hot tier. The hot tier is a service-managed database.</p> </li> <li> <p> <code>MULTI_LAYER_STORAGE</code> – IoT SiteWise saves your data in both the cold tier and the cold tier. The cold tier is a customer-managed Amazon S3 bucket.</p> </li> </ul>" |
5384 | 5392 | },
|
5385 | 5393 | "multiLayerStorage":{
|
5386 | 5394 | "shape":"MultiLayerStorage",
|
|
5389 | 5397 | "disassociatedDataStorage":{
|
5390 | 5398 | "shape":"DisassociatedDataStorageState",
|
5391 | 5399 | "documentation":"<p>Contains the storage configuration for time series (data streams) that aren't associated with asset properties. The <code>disassociatedDataStorage</code> can be one of the following values:</p> <ul> <li> <p> <code>ENABLED</code> – IoT SiteWise accepts time series that aren't associated with asset properties.</p> <important> <p>After the <code>disassociatedDataStorage</code> is enabled, you can't disable it.</p> </important> </li> <li> <p> <code>DISABLED</code> – IoT SiteWise doesn't accept time series (data streams) that aren't associated with asset properties.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/data-streams.html\">Data streams</a> in the <i>IoT SiteWise User Guide</i>.</p>"
|
5392 |
| - } |
| 5400 | + }, |
| 5401 | + "retentionPeriod":{"shape":"RetentionPeriod"} |
5393 | 5402 | }
|
5394 | 5403 | },
|
5395 | 5404 | "PutStorageConfigurationResponse":{
|
|
5401 | 5410 | "members":{
|
5402 | 5411 | "storageType":{
|
5403 | 5412 | "shape":"StorageType",
|
5404 |
| - "documentation":"<p>The type of storage that you specified for your data. The storage type can be one of the following values:</p> <ul> <li> <p> <code>SITEWISE_DEFAULT_STORAGE</code> – IoT SiteWise replicates your data into a service managed database.</p> </li> <li> <p> <code>MULTI_LAYER_STORAGE</code> – IoT SiteWise replicates your data into a service managed database and saves a copy of your raw data and metadata in an Amazon S3 object that you specified.</p> </li> </ul>" |
| 5413 | + "documentation":"<p>The storage tier that you specified for your data. The <code>storageType</code> parameter can be one of the following values:</p> <ul> <li> <p> <code>SITEWISE_DEFAULT_STORAGE</code> – IoT SiteWise saves your data into the hot tier. The hot tier is a service-managed database.</p> </li> <li> <p> <code>MULTI_LAYER_STORAGE</code> – IoT SiteWise saves your data in both the cold tier and the cold tier. The cold tier is a customer-managed Amazon S3 bucket.</p> </li> </ul>" |
5405 | 5414 | },
|
5406 | 5415 | "multiLayerStorage":{
|
5407 | 5416 | "shape":"MultiLayerStorage",
|
|
5411 | 5420 | "shape":"DisassociatedDataStorageState",
|
5412 | 5421 | "documentation":"<p>Contains the storage configuration for time series (data streams) that aren't associated with asset properties. The <code>disassociatedDataStorage</code> can be one of the following values:</p> <ul> <li> <p> <code>ENABLED</code> – IoT SiteWise accepts time series that aren't associated with asset properties.</p> <important> <p>After the <code>disassociatedDataStorage</code> is enabled, you can't disable it.</p> </important> </li> <li> <p> <code>DISABLED</code> – IoT SiteWise doesn't accept time series (data streams) that aren't associated with asset properties.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/data-streams.html\">Data streams</a> in the <i>IoT SiteWise User Guide</i>.</p>"
|
5413 | 5422 | },
|
| 5423 | + "retentionPeriod":{"shape":"RetentionPeriod"}, |
5414 | 5424 | "configurationStatus":{"shape":"ConfigurationStatus"}
|
5415 | 5425 | }
|
5416 | 5426 | },
|
|
5489 | 5499 | "PROJECT"
|
5490 | 5500 | ]
|
5491 | 5501 | },
|
| 5502 | + "RetentionPeriod":{ |
| 5503 | + "type":"structure", |
| 5504 | + "members":{ |
| 5505 | + "numberOfDays":{ |
| 5506 | + "shape":"NumberOfDays", |
| 5507 | + "documentation":"<p>The number of days that your data is kept.</p> <note> <p>If you specified a value for this parameter, the <code>unlimited</code> parameter must be <code>false</code>.</p> </note>" |
| 5508 | + }, |
| 5509 | + "unlimited":{ |
| 5510 | + "shape":"Unlimited", |
| 5511 | + "documentation":"<p>If true, your data is kept indefinitely.</p> <note> <p>If configured to <code>true</code>, you must not specify a value for the <code>numberOfDays</code> parameter.</p> </note>" |
| 5512 | + } |
| 5513 | + }, |
| 5514 | + "documentation":"<p>How many days your data is kept in the hot tier. By default, your data is kept indefinitely in the hot tier.</p>" |
| 5515 | + }, |
5492 | 5516 | "SSOApplicationId":{
|
5493 | 5517 | "type":"string",
|
5494 | 5518 | "max":64,
|
|
5738 | 5762 | "error":{"httpStatusCode":401},
|
5739 | 5763 | "exception":true
|
5740 | 5764 | },
|
| 5765 | + "Unlimited":{"type":"boolean"}, |
5741 | 5766 | "UntagResourceRequest":{
|
5742 | 5767 | "type":"structure",
|
5743 | 5768 | "required":[
|
|
0 commit comments