|
12 | 12 | "CreateDashboard": "<p>Creates a dashboard in an AWS IoT SiteWise Monitor project.</p>", |
13 | 13 | "CreateGateway": "<p>Creates a gateway, which is a virtual or edge device that delivers industrial data streams from local servers to AWS IoT SiteWise. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/gateway-connector.html\">Ingesting data using a gateway</a> in the <i>AWS IoT SiteWise User Guide</i>.</p>", |
14 | 14 | "CreatePortal": "<p>Creates a portal, which can contain projects and dashboards. AWS IoT SiteWise Monitor uses AWS SSO or IAM to authenticate portal users and manage user permissions.</p> <note> <p>Before you can sign in to a new portal, you must add at least one identity to that portal. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/administer-portals.html#portal-change-admins\">Adding or removing portal administrators</a> in the <i>AWS IoT SiteWise User Guide</i>.</p> </note>", |
15 | | - "CreatePresignedPortalUrl": "<p>Creates a pre-signed URL to a portal. Use this operation to create URLs to portals that use AWS Identity and Access Management (IAM) to authenticate users. An IAM user with access to a portal can call this API to get a URL to that portal. The URL contains a session token that lets the IAM user access the portal.</p>", |
16 | 15 | "CreateProject": "<p>Creates a project in the specified portal.</p>", |
17 | 16 | "DeleteAccessPolicy": "<p>Deletes an access policy that grants the specified identity access to the specified AWS IoT SiteWise Monitor resource. You can use this operation to revoke access to an AWS IoT SiteWise Monitor resource.</p>", |
18 | 17 | "DeleteAsset": "<p>Deletes an asset. This action can't be undone. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/delete-assets-and-models.html\">Deleting assets and models</a> in the <i>AWS IoT SiteWise User Guide</i>. </p> <note> <p>You can't delete an asset that's associated to another asset. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_DisassociateAssets.html\">DisassociateAssets</a>.</p> </note>", |
|
557 | 556 | "refs": { |
558 | 557 | } |
559 | 558 | }, |
560 | | - "CreatePresignedPortalUrlRequest": { |
561 | | - "base": null, |
562 | | - "refs": { |
563 | | - } |
564 | | - }, |
565 | | - "CreatePresignedPortalUrlResponse": { |
566 | | - "base": null, |
567 | | - "refs": { |
568 | | - } |
569 | | - }, |
570 | 559 | "CreateProjectRequest": { |
571 | 560 | "base": null, |
572 | 561 | "refs": { |
|
973 | 962 | "CreateDashboardResponse$dashboardId": "<p>The ID of the dashboard.</p>", |
974 | 963 | "CreateGatewayResponse$gatewayId": "<p>The ID of the gateway device. You can use this ID when you call other AWS IoT SiteWise APIs.</p>", |
975 | 964 | "CreatePortalResponse$portalId": "<p>The ID of the created portal.</p>", |
976 | | - "CreatePresignedPortalUrlRequest$portalId": "<p>The ID of the portal to access.</p>", |
977 | 965 | "CreateProjectRequest$portalId": "<p>The ID of the portal in which to create the project.</p>", |
978 | 966 | "CreateProjectResponse$projectId": "<p>The ID of the project.</p>", |
979 | 967 | "DashboardSummary$id": "<p>The ID of the dashboard.</p>", |
|
1621 | 1609 | "refs": { |
1622 | 1610 | } |
1623 | 1611 | }, |
1624 | | - "SessionDurationSeconds": { |
1625 | | - "base": null, |
1626 | | - "refs": { |
1627 | | - "CreatePresignedPortalUrlRequest$sessionDurationSeconds": "<p>The duration (in seconds) for which the session at the URL is valid.</p> <p>Default: 900 seconds (15 minutes)</p>" |
1628 | | - } |
1629 | | - }, |
1630 | 1612 | "TagKey": { |
1631 | 1613 | "base": null, |
1632 | 1614 | "refs": { |
|
1858 | 1840 | "base": null, |
1859 | 1841 | "refs": { |
1860 | 1842 | "CreatePortalResponse$portalStartUrl": "<p>The URL for the AWS IoT SiteWise Monitor portal. You can use this URL to access portals that use AWS SSO for authentication. For portals that use IAM for authentication, you must use the <a href=\"https://docs.aws.amazon.com/AWS IoT SiteWise API ReferenceAPI_CreatePresignedPortalUrl.html\">CreatePresignedPortalUrl</a> operation to create a URL that you can use to access the portal.</p>", |
1861 | | - "CreatePresignedPortalUrlResponse$presignedPortalUrl": "<p>The pre-signed URL to the portal. The URL contains the portal ID and a session token that lets you access the portal. The URL has the following format.</p> <p> <code>https://<portal-id>.app.iotsitewise.aws/auth?token=<encrypted-token></code> </p>", |
1862 | 1843 | "DescribePortalResponse$portalStartUrl": "<p>The URL for the AWS IoT SiteWise Monitor portal. You can use this URL to access portals that use AWS SSO for authentication. For portals that use IAM for authentication, you must use the <a href=\"https://docs.aws.amazon.com/AWS IoT SiteWise API ReferenceAPI_CreatePresignedPortalUrl.html\">CreatePresignedPortalUrl</a> operation to create a URL that you can use to access the portal.</p>", |
1863 | 1844 | "ImageLocation$url": "<p>The URL where the image is available. The URL is valid for 15 minutes so that you can view and download the image</p>", |
1864 | 1845 | "PortalSummary$startUrl": "<p>The URL for the AWS IoT SiteWise Monitor portal. You can use this URL to access portals that use AWS SSO for authentication. For portals that use IAM for authentication, you must use the <a href=\"https://docs.aws.amazon.com/AWS IoT SiteWise API ReferenceAPI_CreatePresignedPortalUrl.html\">CreatePresignedPortalUrl</a> operation to create a URL that you can use to access the portal.</p>" |
|
0 commit comments