Amazon Web Services Workbooks API

The Workbooks API from Amazon Web Services — 11 operation(s) for workbooks.

OpenAPI Specification

amazon-web-services-workbooks-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Amazon Web Services accessanalyzer 2012 09 25 Workbooks API
  description: <p>Identity and Access Management Access Analyzer helps you to set, verify, and refine your IAM policies by providing a suite of capabilities. Its features include findings for external and unused access, basic and custom policy checks for validating policies, and policy generation to generate fine-grained policies. To start using IAM Access Analyzer to identify external or unused access, you first need to create an analyzer.</p> <p> <b>External access analyzers</b> help identify potential risks of accessing resources by enabling you to identify any resource policies that grant access to an external principal. It does this by using logic-based reasoning to analyze resource-based policies in your Amazon Web Services environment. An external principal can be another Amazon Web Services account, a root user, an IAM user or role, a federated user, an Amazon Web Services service, or an anonymous user. You can also use IAM Access Analyzer to preview public and cross-account access to your resources before deploying permissions changes.</p> <p> <b>Unused access analyzers</b> help identify potential identity access risks by enabling you to identify unused IAM roles, unused access keys, unused console passwords, and IAM principals with unused service and action-level permissions.</p> <p>Beyond findings, IAM Access Analyzer provides basic and custom policy checks to validate IAM policies before deploying permissions changes. You can use policy generation to refine permissions by attaching a policy generated using access activity logged in CloudTrail logs. </p> <p>This guide describes the IAM Access Analyzer operations that you can call programmatically. For general information about IAM Access Analyzer, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html">Identity and Access Management Access Analyzer</a> in the <b>IAM User Guide</b>.</p>
tags:
- name: Workbooks
paths:
  /workbooks/{workbookId}/tables/{tableId}/rows/batchcreate:
    POST:
      summary: Amazon Web Services Batchcreatetablerows
      description: ' The BatchCreateTableRows API allows you to create one or more rows at the end of a table in a workbook. The API allows you to specify the values to set in some or all of the columns in the new rows.   If a column is not explicitly set in a specific row, then the column level formula specified in the table will be applied to the new row. If there is no column level formula but the last row of the table has a formula, then that formula will be copied down to the new row. If there is no column level formula and no formula in the last row of the table, then that column will be left blank for the new rows. '
      operationId: amazonWebServicesBatchCreateTableRows
      tags:
      - Workbooks
  /workbooks/{workbookId}/tables/{tableId}/rows/batchdelete:
    POST:
      summary: Amazon Web Services Batchdeletetablerows
      description: ' The BatchDeleteTableRows API allows you to delete one or more rows from a table in a workbook. You need to specify the ids of the rows that you want to delete from the table. '
      operationId: amazonWebServicesBatchDeleteTableRows
      tags:
      - Workbooks
  /workbooks/{workbookId}/tables/{tableId}/rows/batchupdate:
    POST:
      summary: Amazon Web Services Batchupdatetablerows
      description: ' The BatchUpdateTableRows API allows you to update one or more rows in a table in a workbook.   You can specify the values to set in some or all of the columns in the table for the specified rows. If a column is not explicitly specified in a particular row, then that column will not be updated for that row. To clear out the data in a specific cell, you need to set the value as an empty string (""). '
      operationId: amazonWebServicesBatchUpdateTableRows
      tags:
      - Workbooks
  /workbooks/{workbookId}/tables/{tableId}/rows/batchupsert:
    POST:
      summary: Amazon Web Services Batchupserttablerows
      description: ' The BatchUpsertTableRows API allows you to upsert one or more rows in a table. The upsert operation takes a filter expression as input and evaluates it to find matching rows on the destination table. If matching rows are found, it will update the cells in the matching rows to new values specified in the request. If no matching rows are found, a new row is added at the end of the table and the cells in that row are set to the new values specified in the request.   You can specify the values to set in some or all of the columns in the table for the matching or newly appended rows. If a column is not explicitly specified for a particular row, then that column will not be updated for that row. To clear out the data in a specific cell, you need to set the value as an empty string (""). '
      operationId: amazonWebServicesBatchUpsertTableRows
      tags:
      - Workbooks
  /workbooks/{workbookId}/tables/{tableId}/import/{jobId}:
    GET:
      summary: Amazon Web Services Describetabledataimportjob
      description: ' The DescribeTableDataImportJob API allows you to retrieve the status and details of a table data import job. '
      operationId: amazonWebServicesDescribeTableDataImportJob
      tags:
      - Workbooks
  /workbooks/{workbookId}/apps/{appId}/screens/{screenId}/automations/{automationId}:
    POST:
      summary: Amazon Web Services Invokescreenautomation
      description: ' The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app. The API allows setting local variables, which can then be used in the automation being invoked. This allows automating the Honeycode app interactions to write, update or delete data in the workbook. '
      operationId: amazonWebServicesInvokeScreenAutomation
      tags:
      - Workbooks
  /workbooks/{workbookId}/tables/{tableId}/columns:
    GET:
      summary: Amazon Web Services Listtablecolumns
      description: ' The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook. '
      operationId: amazonWebServicesListTableColumns
      tags:
      - Workbooks
  /workbooks/{workbookId}/tables/{tableId}/rows/list:
    POST:
      summary: Amazon Web Services Listtablerows
      description: ' The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook. '
      operationId: amazonWebServicesListTableRows
      tags:
      - Workbooks
  /workbooks/{workbookId}/tables:
    GET:
      summary: Amazon Web Services Listtables
      description: ' The ListTables API allows you to retrieve a list of all the tables in a workbook. '
      operationId: amazonWebServicesListTables
      tags:
      - Workbooks
  /workbooks/{workbookId}/tables/{tableId}/rows/query:
    POST:
      summary: Amazon Web Services Querytablerows
      description: ' The QueryTableRows API allows you to use a filter formula to query for specific rows in a table. '
      operationId: amazonWebServicesQueryTableRows
      tags:
      - Workbooks
  /workbooks/{workbookId}/tables/{tableId}/import:
    POST:
      summary: Amazon Web Services Starttabledataimportjob
      description: ' The StartTableDataImportJob API allows you to start an import job on a table. This API will only return the id of the job that was started. To find out the status of the import request, you need to call the DescribeTableDataImportJob API. '
      operationId: amazonWebServicesStartTableDataImportJob
      tags:
      - Workbooks